aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-11-16tracefs: fix a leak in eventfs_create_events_dir()Al Viro1-1/+2
2025-11-16fuse_ctl_add_conn(): fix nlink breakage in case of early failureAl Viro1-9/+10
2025-11-14Merge tag 'nfs-for-6.18-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds9-155/+211
2025-11-14Merge tag 'v6.18-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-2/+7
2025-11-14VFS: introduce end_creating_keep()NeilBrown3-16/+6
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown13-38/+38
2025-11-14ecryptfs: use new start_creating/start_removing APIsNeilBrown2-81/+105
2025-11-14Add start_renaming_two_dentries()NeilBrown3-40/+116
2025-11-14VFS/ovl/smb: introduce start_renaming_dentry()NeilBrown7-134/+148
2025-11-14VFS/nfsd/ovl: introduce start_renaming() and end_renaming()NeilBrown4-150/+213
2025-11-14VFS: add start_creating_killable() and start_removing_killable()NeilBrown2-32/+89
2025-11-14VFS: introduce start_removing_dentry()NeilBrown7-56/+72
2025-11-14smb/server: use end_removing_noperm for for target of smb2_create_link()NeilBrown3-22/+19
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown3-18/+60
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown6-55/+71
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown11-160/+182
2025-11-14VFS: tidy up do_unlinkat()NeilBrown1-29/+26
2025-11-14VFS: introduce start_dirop() and end_dirop()NeilBrown3-44/+93
2025-11-14debugfs: rename end_creating() to debugfs_end_creating()NeilBrown1-13/+13
2025-11-13hfsplus: fix volume corruption issue for generic/070Viacheslav Dubeyko1-2/+1
2025-11-13hfs/hfsplus: prevent getting negative values of offset/lengthViacheslav Dubeyko12-153/+171
2025-11-13hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_createYang Chenzhi1-0/+1
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-98/+246
2025-11-13fuse: Always flush the page cache before FOPEN_DIRECT_IO writeBernd Schubert1-1/+1
2025-11-13fuse: Invalidate the page cache after FOPEN_DIRECT_IO writeBernd Schubert1-0/+9
2025-11-13jbd2: use a weaker annotation in journal handlingByungchul Park1-1/+1
2025-11-13jbd2: use a per-journal lock_class_key for jbd2_trans_commit_keyTetsuo Handa1-2/+4
2025-11-13ext4: xattr: fix null pointer deref in ext4_raw_inode()Karina Yankevich1-1/+5
2025-11-13ext4: refresh inline data size before write operationsDeepanshu Kartikey1-1/+6
2025-11-13fs: touch up predicts in path lookupMateusz Guzik1-9/+9
2025-11-13Merge tag 'erofs-for-6.18-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds1-4/+7
2025-11-13Merge tag 'v6.18-rc5-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-2/+17
2025-11-13fuse: rename 'namelen' to 'namesize'Miquel Sabaté Solà1-6/+6
2025-11-13fuse: use strscpy instead of strcpyMiquel Sabaté Solà1-1/+1
2025-11-12Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds5-26/+57
2025-11-12nilfs2: replace vmalloc + copy_from_user with vmemdup_userThorsten Blum1-25/+10
2025-11-12ocfs2: add inline inode consistency check to ocfs2_validate_inode_block()Dmitry Antipov1-0/+8
2025-11-12ocfs2: convert to host endian in ocfs2_validate_inode_blockJoseph Qi1-1/+1
2025-11-12ocfs2: use correct endian in ocfs2_dinode_has_extentsJoseph Qi1-4/+6
2025-11-12ocfs2: add boundary check to ocfs2_check_dir_entry()Dmitry Antipov1-2/+15
2025-11-12ocfs2: add directory size check to ocfs2_find_dir_space_id()Dmitry Antipov1-0/+8
2025-11-12ocfs2: add extra consistency check to ocfs2_dx_dir_lookup_rec()Dmitry Antipov1-0/+8
2025-11-12ocfs2: annotate flexible array members with __counted_by_le()Dmitry Antipov2-10/+21
2025-11-12ocfs2: relax BUG() to ocfs2_error() in __ocfs2_move_extent()Dmitry Antipov1-1/+7
2025-11-12fs: move fd_install() slowpath into a dedicated routine and provide commentaryMateusz Guzik1-6/+29
2025-11-12fs: hide dentry_cache behind runtime const machineryMateusz Guzik1-2/+4
2025-11-12fs: touch predicts in do_dentry_open()Mateusz Guzik1-3/+3
2025-11-12fs: retire now stale MAY_WRITE predicts in inode_permission()Mateusz Guzik1-2/+2
2025-11-12btrfs: utilize IOP_FASTPERM_MAY_EXECMateusz Guzik1-1/+11
2025-11-12fs: speed up path lookup with cheaper handling of MAY_EXECMateusz Guzik1-2/+41