summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-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
2020-02-03NFSv4: Try to return the delegation immediately when marked for return on closeTrond Myklebust
2020-02-03NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returnedTrond Myklebust
2020-02-03NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNINGTrond Myklebust
2020-02-03NFS: nfs_find_open_context() should use cred_fscmp()Trond Myklebust
2020-02-03NFS: nfs_access_get_cached_rcu() should use cred_fscmp()Trond Myklebust
2020-02-03NFSv4: pnfs_roc() must use cred_fscmp() to compare credsTrond Myklebust
2020-02-03Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-02-03NFS: remove unused macrosAlex Shi
2020-02-03fibmap: Reject negative block numbersCarlos Maiolino
2020-02-03fibmap: Use bmap instead of ->bmap method in ioctl_fibmapCarlos Maiolino
2020-02-03ecryptfs: drop direct calls to ->bmapCarlos Maiolino
2020-02-03cachefiles: drop direct usage of ->bmap method.Carlos Maiolino
2020-02-03fs: Enable bmap() function to properly return errorsCarlos Maiolino
2020-02-03ovl: fix lseek overflow on 32bitMiklos Szeredi
2020-02-02btrfs: do not zero f_bavail if we have available spaceJosef Bacik
2020-02-01Merge tag '5.6-rc-small-smb3-fix-for-stable' of git://git.samba.org/sfrench/c...Linus Torvalds
2020-02-01vfs: fix do_last() regressionAl Viro
2020-01-31cifs: update internal module version numberSteve French
2020-01-31Merge tag 'gfs2-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds