summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-06-26Merge tag 'erofs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-783/+438
2023-06-26Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds9-272/+152
2023-06-26Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2-6/+6
2023-06-26Merge tag 'nfsd-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds15-281/+593
2023-06-26Merge tag 'v6.5/vfs.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-81/+415
2023-06-26Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds7-53/+168
2023-06-26Merge tag 'v6.5/vfs.rename.locking' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-62/+75
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds24-91/+146
2023-06-26Merge tag 'v6.5/fs.ntfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds4-21/+23
2023-06-24Merge tag 'for-6.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-28/+40
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrQu Wenruo5-28/+40
2023-06-22erofs: clean up zmap.cGao Xiang1-40/+29
2023-06-22erofs: remove unnecessary gotoYangtao Li1-5/+2
2023-06-22erofs: Fix detection of atomic contextSandeep Dhavale1-1/+1
2023-06-21nfsd: remove redundant assignments to variable lenColin Ian King1-7/+5
2023-06-21readdir: Replace one-element arrays with flexible-array membersGustavo A. R. Silva1-4/+4
2023-06-21fsverity: improve documentation for builtin signature supportEric Biggers5-15/+23
2023-06-21Merge tag 'mm-hotfixes-stable-2023-06-20-12-31' of git://git.kernel.org/pub/s...Linus Torvalds5-3/+45
2023-06-21Merge tag 'for-6.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+7
2023-06-20Merge tag '6.4-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds7-86/+196
2023-06-20btrfs: fix u32 overflows when left shifting stripe_nrQu Wenruo1-5/+7
2023-06-20fs: Provide helpers for manipulating sb->s_readonly_remountJan Kara3-20/+63
2023-06-19nilfs2: prevent general protection fault in nilfs_clear_dirty_page()Ryusuke Konishi1-1/+9
2023-06-19Revert "mm: shrinkers: convert shrinker_rwsem to mutex"Qi Zheng1-1/+1
2023-06-19nilfs2: fix buffer corruption due to concurrent device readsRyusuke Konishi3-1/+35
2023-06-19ovl: enable fsnotify events on underlying real filesAmir Goldstein1-2/+2
2023-06-19fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein4-18/+86
2023-06-19fs: move kmem_cache_zalloc() into alloc_empty_file*() helpersAmir Goldstein1-15/+26
2023-06-19fs: use a helper for opening kernel internal filesAmir Goldstein2-2/+35
2023-06-19fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein3-16/+19
2023-06-19afs: Fix waiting for writeback then skipping folioVishal Moola (Oracle)1-2/+4
2023-06-19afs: Fix dangling folio ref counts in writebackVishal Moola (Oracle)1-0/+1
2023-06-18NFSD: Distinguish per-net namespace initializationChuck Lever2-4/+24
2023-06-18nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_netJeff Layton3-12/+25
2023-06-18erofs: use separate xattr parsers for listxattr/getxattrJingbo Xu1-234/+137
2023-06-18erofs: unify inline/shared xattr iterators for listxattr/getxattrJingbo Xu1-117/+73
2023-06-18erofs: make the size of read data stored in buffer_ofsJingbo Xu1-3/+3
2023-06-18erofs: unify xattr_iter structuresJingbo Xu1-84/+62
2023-06-18erofs: use absolute position in xattr iteratorJingbo Xu1-97/+65
2023-06-18erofs: fix compact 4B support for 16k block sizeGao Xiang1-5/+1
2023-06-18erofs: convert erofs_read_metabuf() to erofs_bread() for xattrJingbo Xu1-14/+11
2023-06-18erofs: use poison pointer to replace the hard-coded addressGao Xiang1-3/+1
2023-06-18erofs: use struct lockref to replace handcrafted approachGao Xiang3-88/+51
2023-06-17NFSD: Add an nfsd4_encode_nfstime4() helperChuck Lever1-20/+26
2023-06-17ksmbd: validate session id and tree id in the compound requestNamjae Jeon2-18/+59
2023-06-17ksmbd: fix out-of-bound read in smb2_writeNamjae Jeon1-3/+9
2023-06-17ksmbd: add mnt_want_write to ksmbd vfs functionsNamjae Jeon5-55/+117
2023-06-17ksmbd: validate command payload sizeNamjae Jeon1-11/+12
2023-06-17afs: Fix vlserver probe RTT handlingDavid Howells1-2/+2
2023-06-16Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-10/+22