summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-09-19Merge tag 'configfs-for-5.4' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2019-09-19Merge tag '5.4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-09-19Merge tag 'for-linus-5.4-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-19Merge branch 'work.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-09-19Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-09-18Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-09-18Merge tag 'vfs-5.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-09-18Merge tag 'ovl-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Linus Torvalds
2019-09-18Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2019-09-18Merge tag 'afs-next-20190915' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2019-09-18Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-09-18Merge tag 'filelock-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-18Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-09-18Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-09-18Merge tag 'staging-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-09-17Merge tag 'for-5.4/io_uring-2019-09-15' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-17Merge branch 'pm-sleep'Rafael J. Wysocki
2019-09-16cifs: update internal module version numberSteve French
2019-09-16cifs: modefromsid: write mode ACE firstAurelien Aptel
2019-09-16cifs: cifsroot: add more err checkingAurelien Aptel
2019-09-16smb3: add missing worker function for SMB3 change notifySteve French
2019-09-16cifs: Add support for root file systemsPaulo Alcantara (SUSE)
2019-09-16cifs: modefromsid: make room for 4 ACEAurelien Aptel
2019-09-16smb3: fix potential null dereference in decrypt offloadSteve French
2019-09-16smb3: fix unmount hang in open_shrootSteve French
2019-09-16smb3: allow disabling requesting leasesSteve French
2019-09-16smb3: improve handling of share deleted (and share recreated)Steve French
2019-09-16smb3: display max smb3 requests in flight at any one timeSteve French
2019-09-16smb3: only offload decryption of read responses if multiple requestsSteve French
2019-09-16cifs: add a helper to find an existing readable handle to a fileRonnie Sahlberg
2019-09-16smb3: enable offload of decryption of large reads via mount optionSteve French
2019-09-16smb3: allow parallelizing decryption of readsSteve French
2019-09-16cifs: add a debug macro that prints \\server\share for errorsRonnie Sahlberg
2019-09-16smb3: fix signing verification of large readsSteve French
2019-09-16smb3: allow skipping signature verification for perf sensitive configurationsSteve French
2019-09-16smb3: add dynamic tracepoints for flush and closeSteve French
2019-09-16smb3: log warning if CSC policy conflicts with cache mount optionSteve French
2019-09-16smb3: add mount option to allow RW caching of share accessed by only 1 clientSteve French
2019-09-16smb3: add some more descriptive messages about share when mounting cache=roSteve French
2019-09-16smb3: add mount option to allow forced caching of read only shareSteve French
2019-09-16cifs: fix dereference on ses before it is null checkedColin Ian King