summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-02-05io_uring: spin for sq thread to idle on shutdownJens Axboe1-1/+12
2020-02-04help_next should increase position indexVasily Averin1-0/+1
2020-02-04NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski4-14/+11
2020-02-04NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski1-0/+5
2020-02-04NFS: Fix memory leaksWenwen Wang1-2/+2
2020-02-04nfs: optimise readdir cache page invalidationDai Ngo1-2/+7
2020-02-04Merge tag 'ovl-update-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds12-228/+505
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada4-4/+4
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan17-144/+143
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan6-76/+79
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price1-2/+2
2020-02-04fs/proc/page.c: allow inspection of last section and fix end detectionDavid Hildenbrand1-3/+27
2020-02-04ocfs2: fix oops when writing cloned fileGang He1-8/+6
2020-02-04saner copy_mount_options()Al Viro1-42/+7
2020-02-04aio: prevent potential eventfd recursion on pollJens Axboe1-2/+18
2020-02-04io_uring: put the flag changing code in the same spotPavel Begunkov1-5/+4
2020-02-04io_uring: iterate req cache backwardsPavel Begunkov1-8/+4
2020-02-04io_uring: punt even fadvise() WILLNEED to async contextJens Axboe1-3/+10
2020-02-04io_uring: fix sporadic double CQE entry for closeJens Axboe1-5/+8
2020-02-04io_uring: remove extra ->file checkPavel Begunkov1-3/+0
2020-02-04io_uring: don't map read/write iovec potentially twiceJens Axboe1-3/+5
2020-02-04io_uring: use the proper helpers for io_send/recvJens Axboe1-2/+4
2020-02-04io_uring: prevent potential eventfd recursion on pollJens Axboe1-7/+30
2020-02-04eventfd: track eventfd_signal() recursion depthJens Axboe1-0/+15
2020-02-04NFS: Switch readdir to using iterate_shared()Trond Myklebust1-1/+1
2020-02-04NFS: Use kmemdup_nul() in nfs_readdir_make_qstr()Trond Myklebust1-1/+1
2020-02-04NFS: Directory page cache pages need to be locked when readTrond Myklebust1-11/+19
2020-02-04NFS: Fix memory leaks and corruption in readdirTrond Myklebust1-2/+15
2020-02-04NFS: Replace various occurrences of kstrndup() with kmemdup_nul()Trond Myklebust2-2/+2
2020-02-04NFSv4: Limit the total number of cached delegationsTrond Myklebust1-1/+7
2020-02-04NFSv4: Add accounting for the number of active delegations heldTrond Myklebust1-12/+24
2020-02-04NFSv4: Try to return the delegation immediately when marked for return on closeTrond Myklebust3-0/+35
2020-02-04NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returnedTrond Myklebust1-1/+3
2020-02-04NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNINGTrond Myklebust1-0/+1
2020-02-04NFS: nfs_find_open_context() should use cred_fscmp()Trond Myklebust1-1/+1
2020-02-04NFS: nfs_access_get_cached_rcu() should use cred_fscmp()Trond Myklebust1-1/+1
2020-02-04NFSv4: pnfs_roc() must use cred_fscmp() to compare credsTrond Myklebust1-1/+1
2020-02-03Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds13-83/+193
2020-02-03NFS: remove unused macrosAlex Shi1-2/+0
2020-02-03fibmap: Reject negative block numbersCarlos Maiolino1-0/+3
2020-02-03fibmap: Use bmap instead of ->bmap method in ioctl_fibmapCarlos Maiolino1-10/+20
2020-02-03ecryptfs: drop direct calls to ->bmapCarlos Maiolino1-10/+6
2020-02-03cachefiles: drop direct usage of ->bmap method.Carlos Maiolino1-13/+14
2020-02-03fs: Enable bmap() function to properly return errorsCarlos Maiolino3-25/+45
2020-02-03ovl: fix lseek overflow on 32bitMiklos Szeredi1-1/+1
2020-02-02btrfs: do not zero f_bavail if we have available spaceJosef Bacik1-1/+9
2020-02-01Merge tag '5.6-rc-small-smb3-fix-for-stable' of git://git.samba.org/sfrench/c...Linus Torvalds2-2/+2
2020-02-01vfs: fix do_last() regressionAl Viro1-2/+2
2020-02-01cifs: update internal module version numberSteve French1-1/+1
2020-02-01Merge tag 'gfs2-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds12-70/+73