summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-04-10NFS: Move the delegation return down into _nfs4_do_setattr()Trond Myklebust2-5/+4
2018-04-10NFS: Add a delegation return into nfs4_proc_unlink_setup()Trond Myklebust4-6/+9
2018-04-10NFS: Move delegation recall into the NFSv4 callback for rename_setup()Trond Myklebust5-13/+17
2018-04-10NFS: Move the delegation return down into nfs4_proc_remove()Trond Myklebust4-11/+28
2018-04-10NFS: Move the delegation return down into nfs4_proc_link()Trond Myklebust2-2/+2
2018-04-10NFSv4: Fix nfs4_return_incompatible_delegationTrond Myklebust1-0/+1
2018-04-10nfs4: wake any lock waiters on successful RECLAIM_COMPLETEJeff Layton1-10/+16
2018-04-10nfs4: don't compare clientid in nfs4_wake_lock_waiterJeff Layton1-4/+2
2018-04-10nfs4: always reset notified flag to false before repolling for lockJeff Layton1-0/+1
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds17-261/+914
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-120/+217
2018-04-10xfs: only cancel cow blocks when truncating the data forkDarrick J. Wong1-6/+8
2018-04-09afs: Do better accretion of small writes on newly created contentDavid Howells5-21/+24
2018-04-09afs: Add stats for data transfer operationsDavid Howells4-0/+23
2018-04-09afs: Trace protocol errorsDavid Howells6-46/+58
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells7-29/+625
2018-04-09afs: Adjust the directory XDR structuresDavid Howells2-53/+53
2018-04-09afs: Split the directory content defs into a headerDavid Howells2-52/+67
2018-04-09afs: Fix directory handlingDavid Howells7-108/+271
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells5-185/+228
2018-04-09afs: Keep track of invalid-before version for dentry coherencyDavid Howells4-5/+18
2018-04-09afs: Rearrange status mappingDavid Howells5-129/+216
2018-04-09afs: Make it possible to get the data version in readpageDavid Howells5-44/+59
2018-04-09afs: Init inode before accessing cacheDavid Howells1-5/+2
2018-04-09afs: Introduce a statistics proc fileDavid Howells4-1/+57
2018-04-09afs: Dump bad status recordDavid Howells1-0/+35
2018-04-09afs: Implement @cell substitution handlingDavid Howells3-1/+89
2018-04-09afs: Implement @sys substitution handlingDavid Howells4-1/+353
2018-04-09afs: Prospectively look up extra files when doing a single lookupDavid Howells7-63/+550
2018-04-09afs: Don't over-increment the cell usage count when pinning itDavid Howells2-3/+4
2018-04-09afs: Fix checker warningsDavid Howells11-50/+35
2018-04-09Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-67/+57
2018-04-09Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-241/+78
2018-04-09Merge tag 'pstore-v4.17-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams10-120/+217
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen27-76/+48
2018-04-09xfs: remove filestream item xfs_inode referenceChristoph Hellwig4-24/+25
2018-04-09fs: quota: Replace GFP_ATOMIC with GFP_KERNEL in dquot_initJia-Ju Bai1-1/+1
2018-04-09fanotify: fix logic of events on childAmir Goldstein1-19/+15
2018-04-08getname_kernel() needs to make sure that ->name != ->iname in long caseAl Viro1-1/+2
2018-04-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2018-04-07Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds31-937/+986
2018-04-07pstore: fix crypto dependencies without compressionTobias Regnery1-2/+2
2018-04-07Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2018-04-07Merge tag 'pstore-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-284/+225
2018-04-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds32-406/+375
2018-04-06make lookup_one_len() safe to use with directory locked sharedAl Viro1-1/+3
2018-04-06new helper: __lookup_slow()Al Viro1-9/+18
2018-04-06merge common parts of lookup_one_len{,_unlocked} into common helperAl Viro1-56/+34