summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2019-09-18Merge tag 'afs-next-20190915' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-28/+149
2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds-68/+2859
2019-09-18Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds-817/+2961
2019-09-18Merge tag 'filelock-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+14
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+107
2019-09-18Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-2/+4
2019-09-18Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-50/+37
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-11/+10
2019-09-18virtio-fs: add virtiofs filesystemStefan Hajnoczi-0/+1220
2019-09-18Merge tag 'staging-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+6446
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+5
2019-09-18io_uring: IORING_OP_TIMEOUT supportJens Axboe-5/+144
2019-09-19io_uring: use cond_resched() in sqthreadJens Axboe-1/+1
2019-09-18io_uring: fix potential crash issue due to io_get_req failureJackie Liu-0/+6
2019-09-18io_uring: ensure poll commands clear ->sqeJens Axboe-9/+9
2019-09-18io_uring: fix use-after-free of shadow_reqJackie Liu-0/+2
2019-09-18io_uring: use kmemdup instead of kmalloc and memcpyJackie Liu-3/+1
2019-09-18Merge tag 'unicode-next-v5.4' of https://git.kernel.org/pub/scm/linux/kernel/...Theodore Ts'o-3/+3
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-2/+2
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds-47/+127
2019-09-17Merge tag 'for-5.4/io_uring-2019-09-15' of git://git.kernel.dk/linux-blockLinus Torvalds-183/+348
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds-7/+7
2019-09-17f2fs: add a condition to detect overflow in f2fs_ioc_gc_range()Sahitya Tummala-2/+2
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+5
2019-09-17unicode: make array 'token' static const, makes object smallerColin Ian King-1/+1
2019-09-17unicode: Move static keyword to the front of declarationsKrzysztof Wilczynski-2/+2
2019-09-17gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrpsBob Peterson-0/+1
2019-09-17Merge branch 'pm-sleep'Rafael J. Wysocki-2/+2
2019-09-16cifs: update internal module version numberSteve French-1/+1
2019-09-16cifs: modefromsid: write mode ACE firstAurelien Aptel-17/+19
2019-09-16cifs: cifsroot: add more err checkingAurelien Aptel-5/+16
2019-09-16smb3: add missing worker function for SMB3 change notifySteve French-0/+88
2019-09-16cifs: Add support for root file systemsPaulo Alcantara (SUSE)-3/+109
2019-09-16cifs: modefromsid: make room for 4 ACEAurelien Aptel-1/+1
2019-09-16smb3: fix potential null dereference in decrypt offloadSteve French-6/+3
2019-09-16smb3: fix unmount hang in open_shrootSteve French-10/+11
2019-09-16smb3: allow disabling requesting leasesSteve French-2/+13
2019-09-16smb3: improve handling of share deleted (and share recreated)Steve French-2/+24
2019-09-16smb3: display max smb3 requests in flight at any one timeSteve French-0/+10
2019-09-16smb3: only offload decryption of read responses if multiple requestsSteve French-4/+7
2019-09-16cifs: add a helper to find an existing readable handle to a fileRonnie Sahlberg-5/+61
2019-09-16smb3: enable offload of decryption of large reads via mount optionSteve French-2/+19
2019-09-16smb3: allow parallelizing decryption of readsSteve French-4/+97
2019-09-16cifs: add a debug macro that prints \\server\share for errorsRonnie Sahlberg-50/+86
2019-09-16smb3: fix signing verification of large readsSteve French-2/+2
2019-09-16smb3: allow skipping signature verification for perf sensitive configurationsSteve French-3/+13
2019-09-16smb3: add dynamic tracepoints for flush and closeSteve French-2/+43
2019-09-16smb3: log warning if CSC policy conflicts with cache mount optionSteve French-0/+8
2019-09-16smb3: add mount option to allow RW caching of share accessed by only 1 clientSteve French-3/+25
2019-09-16smb3: add some more descriptive messages about share when mounting cache=roSteve French-1/+9