aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-11-17get rid of kill_litter_super()Al Viro3-30/+0
2025-11-17convert nfsctlAl Viro1-9/+9
2025-11-17NFS: Avoid changing nlink when file removes and attribute updates raceTrond Myklebust1-6/+13
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds19-66/+185
2025-11-17pidfs: simplify PIDFD_GET_<type>_NAMESPACE ioctlsChristian Brauner1-39/+36
2025-11-17nfsd: Use MD5 library instead of crypto_shashEric Biggers2-69/+11
2025-11-17nfsd: stop pretending that we cache the SEQUENCE reply.NeilBrown2-61/+18
2025-11-17fs/ntfs3: Fix spelling mistake "recommened" -> "recommended"Colin Ian King1-1/+1
2025-11-17fs/ntfs3: update mode in xattr when ACL can be reduced to modeKonstantin Komarov1-4/+14
2025-11-17fs/ntfs3: check minimum alignment for direct I/OKonstantin Komarov3-0/+12
2025-11-17fs/ntfs3: implement NTFS3_IOC_SHUTDOWN ioctlKonstantin Komarov1-1/+43
2025-11-17fs/ntfs3: correct attr_collapse_range when file is too fragmentedKonstantin Komarov4-48/+53
2025-11-16treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo1-1/+1
2025-11-16mm: update resctl to use mmap_prepareLorenzo Stoakes1-11/+9
2025-11-16mm/hugetlbfs: update hugetlbfs to use mmap_prepareLorenzo Stoakes1-13/+33
2025-11-16mm: add vma_desc_size(), vma_desc_pages() helpersLorenzo Stoakes1-1/+1
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts3-4/+3
2025-11-16NFSD: Implement NFSD_IO_DIRECT for NFS READChuck Lever4-0/+87
2025-11-16NFSD: Relocate the xdr_reserve_space_vec() call siteChuck Lever1-4/+16
2025-11-16NFSD: pass nfsd_file to nfsd_iter_read()Mike Snitzer3-8/+9
2025-11-16NFSD/blocklayout: Support multiple extents per LAYOUTGETSergey Bashirov1-13/+34
2025-11-16NFSD/blocklayout: Introduce layout content structureSergey Bashirov3-13/+63
2025-11-16NFSD/blocklayout: Extract extent mapping from proc_layoutgetSergey Bashirov1-49/+66
2025-11-16NFSD/blocklayout: Fix minlength check in proc_layoutgetSergey Bashirov1-1/+3
2025-11-16NFSD: Update comment documenting unsupported fattr4 attributesChuck Lever1-2/+1
2025-11-16nfsd: delete unreachable confusing code in nfs4_open_delegation()Matvey Kovalev1-5/+0
2025-11-16NFSD: Add array bounds-checking in nfsd_iter_read()Chuck Lever1-5/+7
2025-11-16nfsd: switch the default for NFSD_LEGACY_CLIENT_TRACKING to "n"Jeff Layton1-1/+1
2025-11-16nfsd: change nfs4_client_to_reclaim() to allocate dataNeilBrown2-47/+42
2025-11-16nfsd: move name lookup out of nfsd4_list_rec_dir()NeilBrown1-28/+26
2025-11-16convert binfmt_miscAl Viro1-37/+32
2025-11-16convert autofsAl Viro2-7/+5
2025-11-16autofs_{rmdir,unlink}: dentry->d_fsdata->dentry == dentry thereAl Viro1-3/+2
2025-11-16convert devptsAl Viro1-36/+21
2025-11-16convert efivarfsAl Viro2-7/+5
2025-11-16debugfs: remove duplicate checks in callers of start_creating()Al Viro1-15/+0
2025-11-16convert debugfsAl Viro1-9/+8
2025-11-16convert tracefsAl Viro2-9/+8
2025-11-16convert pstoreAl Viro1-3/+4
2025-11-16convert fuse_ctlAl Viro1-2/+8
2025-11-16convert dlmfsAl Viro1-5/+3
2025-11-16convert hugetlbfsAl Viro1-7/+5
2025-11-16configfs, securityfs: kill_litter_super() not neededAl Viro1-1/+1
2025-11-16procfs: make /self and /thread_self dentries persistentAl Viro5-29/+13
2025-11-16convert ramfs and tmpfsAl Viro1-5/+3
2025-11-16convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitivesAl Viro1-5/+5
2025-11-16primitives for maintaining persisitencyAl Viro1-15/+59
2025-11-16introduce a flag for explicitly marking persistently pinned dentriesAl Viro1-5/+22
2025-11-16new helper: simple_done_creating()Al Viro1-0/+8
2025-11-16new helper: simple_remove_by_name()Al Viro2-6/+14