summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-08-29nfsd: handle failure to collect pre/post-op attrs more sanelyJeff Layton
2023-08-29nfsd: add a MODULE_DESCRIPTIONJeff Layton
2023-08-29NFSD: Rename struct svc_cacherepChuck Lever
2023-08-29NFSD: Remove svc_rqst::rq_cacherepChuck Lever
2023-08-29NFSD: Refactor the duplicate reply cache shrinkerChuck Lever
2023-08-29NFSD: Replace nfsd_prune_bucket()Chuck Lever
2023-08-29NFSD: Rename nfsd_reply_cache_alloc()Chuck Lever
2023-08-29NFSD: Refactor nfsd_reply_cache_free_locked()Chuck Lever
2023-08-29NFSD: Enable write delegation supportDai Ngo
2023-08-29NFSD: Report zero space limit for write delegationsChuck Lever
2023-08-29NFSD: handle GETATTR conflict with write delegationDai Ngo
2023-08-29locks: allow support for write delegationDai Ngo
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-29Merge tag 'flex-array-transformations-6.6-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds
2023-08-29Merge tag 'v6.6-vfs.super.fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-29ksmbd: add missing calling smb2_set_err_rsp() on errorNamjae Jeon
2023-08-29ksmbd: replace one-element array with flex-array member in struct smb2_ea_infoNamjae Jeon
2023-08-29ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()Namjae Jeon
2023-08-29ksmbd: fix wrong DataOffset validation of create contextNamjae Jeon
2023-08-29ksmbd: Fix one kernel-doc commentYang Li
2023-08-29ksmbd: reduce descriptor size if remaining bytes is less than request sizeNamjae Jeon
2023-08-29ksmbd: fix `force create mode' and `force directory mode'Atte Heikkilä
2023-08-29ksmbd: fix wrong interim response on compoundNamjae Jeon
2023-08-29ksmbd: add support for read compoundNamjae Jeon
2023-08-29ksmbd: switch to use kmemdup_nul() helperYang Yingliang
2023-08-29jfs: validate max amount of blocks before allocation.Alexei Filippov
2023-08-29jfs: remove redundant initialization to pointer ipColin Ian King
2023-08-29fuse: conditionally fill kstat in fuse_do_statx()Bernd Schubert
2023-08-29super: ensure valid infoChristian Brauner
2023-08-29super: move lockdep assertChristian Brauner
2023-08-28Merge tag 'pstore-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-08-28Merge tag 'affs-for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-08-28Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-28Merge tag 'erofs-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-08-28Merge tag 'filelock-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2023-08-28Merge tag 'v6.6-fs.proc.uapi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.fs_context' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-27ext4: fix slab-use-after-free in ext4_es_insert_extent()Baokun Li
2023-08-27libfs: remove redundant checks of s_encodingEric Biggers
2023-08-27ext4: remove redundant checks of s_encodingEric Biggers
2023-08-27ext4: reject casefold inode flag without casefold featureEric Biggers
2023-08-27ext4: use LIST_HEAD() to initialize the list_head in mballoc.cRuan Jinjie