summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-02-06fuse: Support RENAME_WHITEOUT flagVivek Goyal
2020-02-06fuse: don't overflow LLONG_MAX with end offsetMiklos Szeredi
2020-02-06fix up iter on short count in fuse_direct_io()Miklos Szeredi
2020-02-06cifs: add SMB3 change notification supportSteve French
2020-02-06cifs: make multichannel warning more visibleAurelien Aptel
2020-02-06cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg
2020-02-06Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2020-02-06Merge tag 'xfs-5.6-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2020-02-06Merge tag 'io_uring-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-05cifs: Add tracepoints for errors on flush or fsyncSteve French
2020-02-05cifs: log warning message (once) if out of disk spaceSteve French
2020-02-05cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg
2020-02-05smb3: fix problem with null cifs super block with previous patchSteve French
2020-02-05Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-02-04io_uring: cleanup fixed file data table referencesJens Axboe
2020-02-04io_uring: spin for sq thread to idle on shutdownJens Axboe
2020-02-04help_next should increase position indexVasily Averin
2020-02-04NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski
2020-02-04NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski
2020-02-04NFS: Fix memory leaksWenwen Wang
2020-02-04nfs: optimise readdir cache page invalidationDai Ngo
2020-02-04Merge tag 'ovl-update-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price
2020-02-04fs/proc/page.c: allow inspection of last section and fix end detectionDavid Hildenbrand
2020-02-04ocfs2: fix oops when writing cloned fileGang He
2020-02-03saner copy_mount_options()Al Viro
2020-02-03aio: prevent potential eventfd recursion on pollJens Axboe
2020-02-03io_uring: put the flag changing code in the same spotPavel Begunkov
2020-02-03io_uring: iterate req cache backwardsPavel Begunkov
2020-02-03io_uring: punt even fadvise() WILLNEED to async contextJens Axboe
2020-02-03io_uring: fix sporadic double CQE entry for closeJens Axboe
2020-02-03io_uring: remove extra ->file checkPavel Begunkov
2020-02-03io_uring: don't map read/write iovec potentially twiceJens Axboe
2020-02-03io_uring: use the proper helpers for io_send/recvJens Axboe
2020-02-03io_uring: prevent potential eventfd recursion on pollJens Axboe
2020-02-03eventfd: track eventfd_signal() recursion depthJens Axboe
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein
2020-02-03NFS: Switch readdir to using iterate_shared()Trond Myklebust
2020-02-03NFS: Use kmemdup_nul() in nfs_readdir_make_qstr()Trond Myklebust
2020-02-03NFS: Directory page cache pages need to be locked when readTrond Myklebust
2020-02-03NFS: Fix memory leaks and corruption in readdirTrond Myklebust
2020-02-03NFS: Replace various occurrences of kstrndup() with kmemdup_nul()Trond Myklebust
2020-02-03NFSv4: Limit the total number of cached delegationsTrond Myklebust
2020-02-03NFSv4: Add accounting for the number of active delegations heldTrond Myklebust