summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-11-16convert fuse_ctlAl Viro-3/+9
2025-11-16convert dlmfsAl Viro-5/+3
2025-11-16convert hugetlbfsAl Viro-7/+5
2025-11-16configfs, securityfs: kill_litter_super() not neededAl Viro-1/+1
2025-11-16procfs: make /self and /thread_self dentries persistentAl Viro-29/+13
2025-11-16convert ramfs and tmpfsAl Viro-5/+3
2025-11-16convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitivesAl Viro-5/+5
2025-11-16primitives for maintaining persisitencyAl Viro-15/+59
2025-11-16introduce a flag for explicitly marking persistently pinned dentriesAl Viro-5/+22
2025-11-16new helper: simple_done_creating()Al Viro-0/+8
2025-11-16new helper: simple_remove_by_name()Al Viro-6/+14
2025-11-16tracefs: fix a leak in eventfs_create_events_dir()Al Viro-1/+2
2025-11-16fuse_ctl_add_conn(): fix nlink breakage in case of early failureAl Viro-9/+10
2025-11-14Merge tag 'nfs-for-6.18-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-155/+211
2025-11-14Merge tag 'v6.18-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-2/+7
2025-11-14VFS: introduce end_creating_keep()NeilBrown-16/+6
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown-38/+38
2025-11-14ecryptfs: use new start_creating/start_removing APIsNeilBrown-81/+105
2025-11-14Add start_renaming_two_dentries()NeilBrown-40/+116
2025-11-14VFS/ovl/smb: introduce start_renaming_dentry()NeilBrown-134/+148
2025-11-14VFS/nfsd/ovl: introduce start_renaming() and end_renaming()NeilBrown-152/+215
2025-11-14VFS: add start_creating_killable() and start_removing_killable()NeilBrown-32/+89
2025-11-14VFS: introduce start_removing_dentry()NeilBrown-56/+72
2025-11-14smb/server: use end_removing_noperm for for target of smb2_create_link()NeilBrown-22/+19
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown-18/+60
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown-55/+71
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown-160/+182
2025-11-14VFS: tidy up do_unlinkat()NeilBrown-29/+26
2025-11-14VFS: introduce start_dirop() and end_dirop()NeilBrown-44/+93
2025-11-14debugfs: rename end_creating() to debugfs_end_creating()NeilBrown-13/+13
2025-11-13hfsplus: fix volume corruption issue for generic/070Viacheslav Dubeyko-2/+1
2025-11-13hfs/hfsplus: prevent getting negative values of offset/lengthViacheslav Dubeyko-153/+171
2025-11-13hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_createYang Chenzhi-0/+1
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-98/+246
2025-11-13fuse: Always flush the page cache before FOPEN_DIRECT_IO writeBernd Schubert-1/+1
2025-11-13fuse: Invalidate the page cache after FOPEN_DIRECT_IO writeBernd Schubert-0/+9
2025-11-13jbd2: use a weaker annotation in journal handlingByungchul Park-1/+1
2025-11-13jbd2: use a per-journal lock_class_key for jbd2_trans_commit_keyTetsuo Handa-2/+4
2025-11-13ext4: xattr: fix null pointer deref in ext4_raw_inode()Karina Yankevich-1/+5
2025-11-13ext4: refresh inline data size before write operationsDeepanshu Kartikey-1/+6
2025-11-13fs: touch up predicts in path lookupMateusz Guzik-9/+9
2025-11-13Merge tag 'erofs-for-6.18-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+7
2025-11-13Merge tag 'v6.18-rc5-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds-2/+17
2025-11-13fuse: rename 'namelen' to 'namesize'Miquel Sabaté Solà-6/+6
2025-11-13fuse: use strscpy instead of strcpyMiquel Sabaté Solà-1/+1
2025-11-12Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-26/+57
2025-11-12nilfs2: replace vmalloc + copy_from_user with vmemdup_userThorsten Blum-25/+10
2025-11-12ocfs2: add inline inode consistency check to ocfs2_validate_inode_block()Dmitry Antipov-0/+8
2025-11-12ocfs2: convert to host endian in ocfs2_validate_inode_blockJoseph Qi-1/+1
2025-11-12ocfs2: use correct endian in ocfs2_dinode_has_extentsJoseph Qi-4/+6