aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-01-07fscache: Implement simple cookie state machineDavid Howells1-42/+271
2022-01-07fscache: Add a function for a cache backend to note an I/O errorDavid Howells1-0/+20
2022-01-07fscache: Provide and use cache methods to lookup/create/free a volumeDavid Howells1-3/+86
2022-01-07fscache: Implement functions add/remove a cacheDavid Howells1-0/+70
2022-01-07fscache: Implement cookie-level access helpersDavid Howells3-0/+102
2022-01-07fscache: Implement volume-level access helpersDavid Howells3-0/+88
2022-01-07fscache: Implement cache-level access helpersDavid Howells3-0/+66
2022-01-07fscache: Implement cookie registrationDavid Howells6-1/+564
2022-01-07fscache: Implement volume registrationDavid Howells5-1/+372
2022-01-07fscache: Implement cache registrationDavid Howells4-0/+312
2022-01-07fscache: Implement a hash functionDavid Howells2-0/+42
2022-01-07fscache: Introduce new driverDavid Howells7-0/+364
2022-01-07netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd spaceDavid Howells1-1/+1
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells17-5886/+10
2022-01-07cachefiles: Delete the cachefiles driver pending rewriteDavid Howells15-5085/+0
2022-01-07fscache, cachefiles: Disable configurationDavid Howells6-5/+8
2022-01-06NFSv42: Fallocate and clone should also request 'blocks used'Trond Myklebust1-5/+8
2022-01-06NFSv4: Allow writebacks to request 'blocks used'Trond Myklebust2-14/+9
2022-01-06NFS: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2022-01-06NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()Trond Myklebust1-1/+6
2022-01-06NFS: Add a helper to remove case-insensitive aliasesTrond Myklebust3-2/+16
2022-01-06NFS: Invalidate negative dentries on all case insensitive directory changesTrond Myklebust1-4/+15
2022-01-06NFSv4: Just don't cache negative dentries on case insensitive serversTrond Myklebust1-0/+3
2022-01-06NFSv4: Add some support for case insensitive filesystemsTrond Myklebust2-1/+47
2022-01-06NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust3-11/+11
2022-01-06nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang1-1/+4
2022-01-06NFSv4 only print the label when its queriedOlga Kornievskaia1-3/+4
2022-01-06nfs41: pnfs: filelayout: Replace one-element array with flexible-array memberGustavo A. R. Silva2-4/+2
2022-01-06NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust1-0/+2
2022-01-06NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust1-0/+2
2022-01-06NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown2-7/+44
2022-01-06NFS: pass cred explicitly for access testsNeilBrown3-14/+20
2022-01-06NFS: change nfs_access_get_cached to only report the maskNeilBrown2-20/+18
2022-01-06xfs: warn about inodes with project id of -1Darrick J. Wong1-0/+14
2022-01-06xfs: hold quota inode ILOCK_EXCL until the end of dqallocDarrick J. Wong1-51/+28
2022-01-06xfs: Remove redundant assignment of mpJiapeng Chong1-2/+0
2022-01-06xfs: reduce kvmalloc overhead for CIL shadow buffersDave Chinner1-11/+35
2022-01-06xfs: sysfs: use default_groups in kobj_typeGreg Kroah-Hartman2-7/+12
2022-01-06debugfs: lockdown: Allow reading debugfs files that are not world readableMichal Suchanek1-1/+1
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+4
2022-01-05io_uring: remove redundant tab spaceGuoYong Zheng1-1/+1
2022-01-05io_uring: remove unused function parameterGuoYong Zheng1-2/+2
2022-01-05block: move rq_list macros to blk-mq.hKeith Busch1-1/+1
2022-01-04f2fs: remove redunant invalidate compress pagesFengnan Chang1-1/+2
2022-01-04f2fs: Simplify bool conversionYang Li1-1/+1
2022-01-04f2fs: don't drop compressed page cache in .{invalidate,release}pageChao Yu1-10/+4
2022-01-04f2fs: fix to reserve space for IO align featureChao Yu4-2/+60
2022-01-04f2fs: fix to check available space of CP area correctly in update_ckpt_flags()Chao Yu1-2/+2
2022-01-04f2fs: support fault injection to f2fs_trylock_op()Chao Yu2-0/+6
2022-01-04f2fs: clean up __find_inline_xattr() with __find_xattr()Chao Yu1-18/+11