index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2019-09-18
Merge tag 'afs-next-20190915' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-28
/
+149
2019-09-18
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...
Linus Torvalds
-68
/
+2859
2019-09-18
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
-817
/
+2961
2019-09-18
Merge tag 'filelock-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-8
/
+14
2019-09-18
Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-7
/
+107
2019-09-18
Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
-2
/
+4
2019-09-18
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
-50
/
+37
2019-09-18
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-11
/
+10
2019-09-18
virtio-fs: add virtiofs filesystem
Stefan Hajnoczi
-0
/
+1220
2019-09-18
Merge tag 'staging-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-0
/
+6446
2019-09-18
Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-4
/
+5
2019-09-18
io_uring: IORING_OP_TIMEOUT support
Jens Axboe
-5
/
+144
2019-09-19
io_uring: use cond_resched() in sqthread
Jens Axboe
-1
/
+1
2019-09-18
io_uring: fix potential crash issue due to io_get_req failure
Jackie Liu
-0
/
+6
2019-09-18
io_uring: ensure poll commands clear ->sqe
Jens Axboe
-9
/
+9
2019-09-18
io_uring: fix use-after-free of shadow_req
Jackie Liu
-0
/
+2
2019-09-18
io_uring: use kmemdup instead of kmalloc and memcpy
Jackie Liu
-3
/
+1
2019-09-18
Merge tag 'unicode-next-v5.4' of https://git.kernel.org/pub/scm/linux/kernel/...
Theodore Ts'o
-3
/
+3
2019-09-17
Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
-2
/
+2
2019-09-17
Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block
Linus Torvalds
-47
/
+127
2019-09-17
Merge tag 'for-5.4/io_uring-2019-09-15' of git://git.kernel.dk/linux-block
Linus Torvalds
-183
/
+348
2019-09-17
Merge tag 'docs-5.4' of git://git.lwn.net/linux
Linus Torvalds
-7
/
+7
2019-09-17
f2fs: add a condition to detect overflow in f2fs_ioc_gc_range()
Sahitya Tummala
-2
/
+2
2019-09-17
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-1
/
+5
2019-09-17
unicode: make array 'token' static const, makes object smaller
Colin Ian King
-1
/
+1
2019-09-17
unicode: Move static keyword to the front of declarations
Krzysztof Wilczynski
-2
/
+2
2019-09-17
gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrps
Bob Peterson
-0
/
+1
2019-09-17
Merge branch 'pm-sleep'
Rafael J. Wysocki
-2
/
+2
2019-09-16
cifs: update internal module version number
Steve French
-1
/
+1
2019-09-16
cifs: modefromsid: write mode ACE first
Aurelien Aptel
-17
/
+19
2019-09-16
cifs: cifsroot: add more err checking
Aurelien Aptel
-5
/
+16
2019-09-16
smb3: add missing worker function for SMB3 change notify
Steve French
-0
/
+88
2019-09-16
cifs: Add support for root file systems
Paulo Alcantara (SUSE)
-3
/
+109
2019-09-16
cifs: modefromsid: make room for 4 ACE
Aurelien Aptel
-1
/
+1
2019-09-16
smb3: fix potential null dereference in decrypt offload
Steve French
-6
/
+3
2019-09-16
smb3: fix unmount hang in open_shroot
Steve French
-10
/
+11
2019-09-16
smb3: allow disabling requesting leases
Steve French
-2
/
+13
2019-09-16
smb3: improve handling of share deleted (and share recreated)
Steve French
-2
/
+24
2019-09-16
smb3: display max smb3 requests in flight at any one time
Steve French
-0
/
+10
2019-09-16
smb3: only offload decryption of read responses if multiple requests
Steve French
-4
/
+7
2019-09-16
cifs: add a helper to find an existing readable handle to a file
Ronnie Sahlberg
-5
/
+61
2019-09-16
smb3: enable offload of decryption of large reads via mount option
Steve French
-2
/
+19
2019-09-16
smb3: allow parallelizing decryption of reads
Steve French
-4
/
+97
2019-09-16
cifs: add a debug macro that prints \\server\share for errors
Ronnie Sahlberg
-50
/
+86
2019-09-16
smb3: fix signing verification of large reads
Steve French
-2
/
+2
2019-09-16
smb3: allow skipping signature verification for perf sensitive configurations
Steve French
-3
/
+13
2019-09-16
smb3: add dynamic tracepoints for flush and close
Steve French
-2
/
+43
2019-09-16
smb3: log warning if CSC policy conflicts with cache mount option
Steve French
-0
/
+8
2019-09-16
smb3: add mount option to allow RW caching of share accessed by only 1 client
Steve French
-3
/
+25
2019-09-16
smb3: add some more descriptive messages about share when mounting cache=ro
Steve French
-1
/
+9
[prev]
[next]