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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-17
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+5
2019-09-17
unicode: make array 'token' static const, makes object smaller
Colin Ian King
1
-1
/
+1
2019-09-17
unicode: Move static keyword to the front of declarations
Krzysztof Wilczynski
1
-2
/
+2
2019-09-17
gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrps
Bob Peterson
1
-0
/
+1
2019-09-17
Merge branch 'pm-sleep'
Rafael J. Wysocki
1
-2
/
+2
2019-09-16
cifs: update internal module version number
Steve French
1
-1
/
+1
2019-09-16
cifs: modefromsid: write mode ACE first
Aurelien Aptel
1
-17
/
+19
2019-09-16
cifs: cifsroot: add more err checking
Aurelien Aptel
1
-5
/
+16
2019-09-16
smb3: add missing worker function for SMB3 change notify
Steve French
2
-0
/
+88
2019-09-16
cifs: Add support for root file systems
Paulo Alcantara (SUSE)
5
-3
/
+109
2019-09-16
cifs: modefromsid: make room for 4 ACE
Aurelien Aptel
1
-1
/
+1
2019-09-16
smb3: fix potential null dereference in decrypt offload
Steve French
1
-6
/
+3
2019-09-16
smb3: fix unmount hang in open_shroot
Steve French
1
-10
/
+11
2019-09-16
smb3: allow disabling requesting leases
Steve French
4
-2
/
+13
2019-09-16
smb3: improve handling of share deleted (and share recreated)
Steve French
4
-2
/
+24
2019-09-16
smb3: display max smb3 requests in flight at any one time
Steve French
5
-0
/
+10
2019-09-16
smb3: only offload decryption of read responses if multiple requests
Steve French
2
-4
/
+7
2019-09-16
cifs: add a helper to find an existing readable handle to a file
Ronnie Sahlberg
3
-5
/
+61
2019-09-16
smb3: enable offload of decryption of large reads via mount option
Steve French
4
-2
/
+19
2019-09-16
smb3: allow parallelizing decryption of reads
Steve French
3
-4
/
+97
2019-09-16
cifs: add a debug macro that prints \\server\share for errors
Ronnie Sahlberg
4
-50
/
+86
2019-09-16
smb3: fix signing verification of large reads
Steve French
1
-2
/
+2
2019-09-16
smb3: allow skipping signature verification for perf sensitive configurations
Steve French
3
-3
/
+13
2019-09-16
smb3: add dynamic tracepoints for flush and close
Steve French
2
-2
/
+43
2019-09-16
smb3: log warning if CSC policy conflicts with cache mount option
Steve French
1
-0
/
+8
2019-09-16
smb3: add mount option to allow RW caching of share accessed by only 1 client
Steve French
4
-3
/
+25
2019-09-16
smb3: add some more descriptive messages about share when mounting cache=ro
Steve French
1
-1
/
+9
2019-09-16
smb3: add mount option to allow forced caching of read only share
Steve French
4
-2
/
+21
2019-09-16
cifs: fix dereference on ses before it is null checked
Colin Ian King
2
-4
/
+10
2019-09-16
cifs: add new debugging macro cifs_server_dbg
Ronnie Sahlberg
5
-163
/
+204
2019-09-16
cifs: use existing handle for compound_op(OP_SET_INFO) when possible
Ronnie Sahlberg
1
-9
/
+26
2019-09-16
cifs: create a helper to find a writeable handle by path name
Ronnie Sahlberg
4
-27
/
+106
2019-09-16
cifs: remove set but not used variables
YueHaibing
1
-7
/
+0
2019-09-16
smb3: Incorrect size for netname negotiate context
Steve French
1
-2
/
+1
2019-09-16
cifs: remove unused variable
zhengbin
2
-4
/
+0
2019-09-16
cifs: remove redundant assignment to variable rc
Colin Ian King
1
-1
/
+1
2019-09-16
smb3: add missing flag definitions
Steve French
1
-0
/
+2
2019-09-16
cifs: add passthrough for smb2 setinfo
Ronnie Sahlberg
2
-4
/
+26
2019-09-16
cifs: prepare SMB2_Flush to be usable in compounds
Ronnie Sahlberg
2
-18
/
+44
2019-09-16
cifs: allow chmod to set mode bits using special sid
Steve French
2
-7
/
+41
2019-09-16
cifs: get mode bits from special sid on stat
Steve French
3
-13
/
+38
2019-09-16
fs: cifs: cifsssmb: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+1
2019-09-16
cifs: fix a comment for the timeouts when sending echos
Ronnie Sahlberg
1
-1
/
+1
2019-09-16
f2fs: fix to add missing F2FS_IO_ALIGNED() condition
Chao Yu
2
-2
/
+8
2019-09-16
f2fs: fix to fallback to buffered IO in IO aligned mode
Chao Yu
1
-3
/
+6
2019-09-16
f2fs: fix to handle error path correctly in f2fs_map_blocks
Chao Yu
1
-4
/
+4
2019-09-16
f2fs: fix extent corrupotion during directIO in LFS mode
Chao Yu
1
-1
/
+1
2019-09-16
f2fs: check all the data segments against all node ones
Surbhi Palande
1
-2
/
+2
2019-09-16
f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITY
Lockywolf
1
-1
/
+3
2019-09-16
f2fs: fix inode rwsem regression
Goldwyn Rodrigues
1
-2
/
+3
[prev]
[next]