index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cifsfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-04
cifs: fix regression when mounting shares with prefix paths
Paulo Alcantara
1
-7
/
+1
2021-05-03
cifs: Deferred close for files
Rohith Surabattula
1
-1
/
+14
2021-04-27
smb3.1.1: enable negotiating stronger encryption by default
Steve French
1
-1
/
+1
2021-04-25
smb3: add rasize mount parameter to improve readahead performance
Steve French
1
-2
/
+7
2021-04-25
cifs: fix leak in cifs_smb3_do_mount() ctx
David Disseldorp
1
-0
/
+6
2021-04-25
cifs: Grab a reference for the dentry of the cached directory during the life...
Ronnie Sahlberg
1
-0
/
+17
2021-04-25
cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...
Ronnie Sahlberg
1
-0
/
+9
2021-04-25
cifs: remove old dead code
Aurelien Aptel
1
-4
/
+0
2021-04-25
cifs: simplify SWN code with dummy funcs instead of ifdefs
Aurelien Aptel
1
-2
/
+0
2021-04-07
cifs: escape spaces in share names
Maciek Borzecki
1
-1
/
+2
2021-03-08
cifs: return proper error code in statfs(2)
Paulo Alcantara
1
-1
/
+1
2021-02-26
Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-2
/
+13
2021-02-25
cifs: Add new parameter "acregmax" for distinct file and directory metadata t...
Steve French
1
-3
/
+12
2021-02-25
cifs: Add new mount parameter "acdirmax" to allow caching directory metadata
Steve French
1
-1
/
+2
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+3
2021-02-16
cifs: Identify a connection by a conn_id.
Shyam Prasad N
1
-0
/
+1
2021-02-11
cifs: In the new mount api we get the full devname as source=
Ronnie Sahlberg
1
-1
/
+1
2021-01-28
cifs: fix dfs domain referrals
Ronnie Sahlberg
1
-1
/
+1
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-1
/
+2
2021-01-24
namei: make permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+1
2020-12-15
cifs: fix use after free in cifs_smb3_do_mount()
Ronnie Sahlberg
1
-1
/
+3
2020-12-15
cifs: fix rsize/wsize to be negotiated values
Steve French
1
-6
/
+3
2020-12-15
cifs: update super_operations to show_devname
Steve French
1
-0
/
+21
2020-12-14
cifs: remove ctx argument from cifs_setup_cifs_sb
Ronnie Sahlberg
1
-1
/
+1
2020-12-14
cifs: uncomplicate printing the iocharset parameter
Ronnie Sahlberg
1
-15
/
+2
2020-12-14
cifs: we do not allow changing username/password/unc/... during remount
Ronnie Sahlberg
1
-1
/
+1
2020-12-14
cifs: move [brw]size from cifs_sb to cifs_sb->ctx
Ronnie Sahlberg
1
-4
/
+7
2020-12-14
cifs: move cifs_cleanup_volume_info[_content] to fs_context.c
Ronnie Sahlberg
1
-1
/
+1
2020-12-14
cifs: remove actimeo from cifs_sb
Ronnie Sahlberg
1
-1
/
+1
2020-12-14
cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sb
Ronnie Sahlberg
1
-6
/
+6
2020-12-14
cifs: add witness mount option and data structs
Samuel Cabrero
1
-0
/
+5
2020-12-14
cifs: Register generic netlink family
Samuel Cabrero
1
-1
/
+16
2020-12-13
cifs: get rid of cifs_sb->mountdata
Ronnie Sahlberg
1
-7
/
+0
2020-12-13
cifs: add an smb3_fs_context to cifs_sb
Ronnie Sahlberg
1
-31
/
+29
2020-12-13
cifs: switch to new mount api
Ronnie Sahlberg
1
-31
/
+23
2020-12-13
cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h
Ronnie Sahlberg
1
-12
/
+13
2020-10-15
smb3.1.1: add new module load parm enable_gcm_256
Steve French
1
-0
/
+4
2020-10-15
smb3.1.1: add new module load parm require_gcm_256
Steve French
1
-0
/
+4
2020-06-10
smb3: fix typo in mount options displayed in /proc/mounts
Steve French
1
-1
/
+1
2020-06-01
smb3: Add new parm "nodelete"
Steve French
1
-0
/
+2
2020-04-10
smb3: enable swap on SMB3 mounts
Steve French
1
-0
/
+4
2020-03-22
cifs: do d_move in rename
Steve French
1
-2
/
+2
2020-02-24
cifs: add missing mount option to /proc/mounts
Steve French
1
-0
/
+2
2020-02-10
cifs: fix mount option display for sec=krb5i
Petr Pavlu
1
-1
/
+5
2020-02-03
SMB3: Backup intent flag missing from some more ops
Amir Goldstein
1
-1
/
+1
2019-12-06
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-6
/
+1
2019-12-02
Merge tag 'docs-5.5a' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2019-11-25
cifs: move cifsFileInfo_put logic into a work-queue
Ronnie Sahlberg
1
-1
/
+12
2019-11-25
cifs: add multichannel mount options and data structs
Aurelien Aptel
1
-0
/
+4
2019-11-25
cifs: don't use 'pre:' for MODULE_SOFTDEP
Ronnie Sahlberg
1
-12
/
+12
[next]