summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-11-16procfs: make /self and /thread_self dentries persistentAl Viro
2025-11-16convert ramfs and tmpfsAl Viro
2025-11-16convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitivesAl Viro
2025-11-16primitives for maintaining persisitencyAl Viro
2025-11-16introduce a flag for explicitly marking persistently pinned dentriesAl Viro
2025-11-16new helper: simple_done_creating()Al Viro
2025-11-16new helper: simple_remove_by_name()Al Viro
2025-11-16tracefs: fix a leak in eventfs_create_events_dir()Al Viro
2025-11-16fuse_ctl_add_conn(): fix nlink breakage in case of early failureAl Viro
2025-11-14Merge tag 'nfs-for-6.18-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-11-14Merge tag 'v6.18-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-11-14VFS: introduce end_creating_keep()NeilBrown
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown
2025-11-14ecryptfs: use new start_creating/start_removing APIsNeilBrown
2025-11-14Add start_renaming_two_dentries()NeilBrown
2025-11-14VFS/ovl/smb: introduce start_renaming_dentry()NeilBrown
2025-11-14VFS/nfsd/ovl: introduce start_renaming() and end_renaming()NeilBrown
2025-11-14VFS: add start_creating_killable() and start_removing_killable()NeilBrown
2025-11-14VFS: introduce start_removing_dentry()NeilBrown
2025-11-14smb/server: use end_removing_noperm for for target of smb2_create_link()NeilBrown
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown
2025-11-14VFS: tidy up do_unlinkat()NeilBrown
2025-11-14VFS: introduce start_dirop() and end_dirop()NeilBrown
2025-11-14debugfs: rename end_creating() to debugfs_end_creating()NeilBrown
2025-11-13hfsplus: fix volume corruption issue for generic/070Viacheslav Dubeyko
2025-11-13hfs/hfsplus: prevent getting negative values of offset/lengthViacheslav Dubeyko
2025-11-13hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_createYang Chenzhi
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-13fuse: Always flush the page cache before FOPEN_DIRECT_IO writeBernd Schubert
2025-11-13fuse: Invalidate the page cache after FOPEN_DIRECT_IO writeBernd Schubert
2025-11-13jbd2: use a weaker annotation in journal handlingByungchul Park
2025-11-13jbd2: use a per-journal lock_class_key for jbd2_trans_commit_keyTetsuo Handa
2025-11-13ext4: xattr: fix null pointer deref in ext4_raw_inode()Karina Yankevich
2025-11-13ext4: refresh inline data size before write operationsDeepanshu Kartikey
2025-11-13fs: touch up predicts in path lookupMateusz Guzik
2025-11-13Merge tag 'erofs-for-6.18-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-11-13Merge tag 'v6.18-rc5-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-11-13fuse: rename 'namelen' to 'namesize'Miquel Sabaté Solà
2025-11-13fuse: use strscpy instead of strcpyMiquel Sabaté Solà
2025-11-12Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-11-12nilfs2: replace vmalloc + copy_from_user with vmemdup_userThorsten Blum
2025-11-12ocfs2: add inline inode consistency check to ocfs2_validate_inode_block()Dmitry Antipov
2025-11-12ocfs2: convert to host endian in ocfs2_validate_inode_blockJoseph Qi
2025-11-12ocfs2: use correct endian in ocfs2_dinode_has_extentsJoseph Qi
2025-11-12ocfs2: add boundary check to ocfs2_check_dir_entry()Dmitry Antipov
2025-11-12ocfs2: add directory size check to ocfs2_find_dir_space_id()Dmitry Antipov
2025-11-12ocfs2: add extra consistency check to ocfs2_dx_dir_lookup_rec()Dmitry Antipov
2025-11-12ocfs2: annotate flexible array members with __counted_by_le()Dmitry Antipov