summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-26Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2023-04-26Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2023-04-26nfsd: simplify the delayed disposal list codeJeff Layton
2023-04-26NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever
2023-04-26SUNRPC: return proper error from get_expiry()NeilBrown
2023-04-26lockd: add some client-side tracepointsJeff Layton
2023-04-26nfs: move nfs_fhandle_hash to common include fileJeff Layton
2023-04-26lockd: server should unlock lock if client rejects the grantJeff Layton
2023-04-26lockd: fix races in client GRANTED_MSG wait logicJeff Layton
2023-04-26lockd: move struct nlm_wait to lockd.hJeff Layton
2023-04-26lockd: purge resources held on behalf of nlm clients when shutting downJeff Layton
2023-04-26NFSD: Convert filecache to rhltableChuck Lever
2023-04-26nfsd: allow reaping files still under writebackJeff Layton
2023-04-26nfsd: update comment over __nfsd_file_cache_purgeJeff Layton
2023-04-26nfsd: don't take/put an extra reference when putting a fileJeff Layton
2023-04-26nfsd: add some comments to nfsd_file_do_acquireJeff Layton
2023-04-26nfsd: don't kill nfsd_files because of lease break errorJeff Layton
2023-04-26nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparatorJeff Layton
2023-04-26nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entriesJeff Layton
2023-04-26nfsd: don't open-code clear_and_wake_up_bitJeff Layton
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-04-25Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-25gfs2: gfs2_ail_empty_gl no log flush on errorBob Peterson
2023-04-25gfs2: Issue message when revokes cannot be writtenBob Peterson
2023-04-25gfs2: Perform second log flush in gfs2_make_fs_roBob Peterson
2023-04-25gfs2: return errors from gfs2_ail_empty_glBob Peterson
2023-04-24Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-04-24Merge tag 'pull-old-dio' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2023-04-24Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-04-24Merge tag 'erofs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-24Merge tag 'v6.4/vfs.open' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-04-24Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-04-24Merge tag 'v6.4/pidfd.file' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-24Merge tag 'lsm-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-24f2fs: remove unnessary comment in __may_age_extent_treeQi Han
2023-04-24f2fs: allocate node blocks for atomic write block replacementDaeho Jeong
2023-04-24f2fs: use cow inode data when updating atomic writeDaeho Jeong
2023-04-24f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-24ksmbd: fix racy issue from using ->d_parent and ->d_nameNamjae Jeon
2023-04-24ksmbd: remove unused compression negotiate ctx packingDavid Disseldorp
2023-04-24ksmbd: avoid duplicate negotiate ctx offset incrementsDavid Disseldorp
2023-04-24ksmbd: set NegotiateContextCount once instead of every incDavid Disseldorp
2023-04-24Merge tag 'pull-lock_rename_child' of git://git.kernel.org/pub/scm/linux/kern...Steve French