summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/porting.rst
AgeCommit message (Expand)AuthorFilesLines
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+12
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+12
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown1-0/+12
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-2/+2
2025-09-04change the calling conventions for vfs_parse_fs_string()Al Viro1-0/+12
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+12
2025-07-28Merge tag 'vfs-6.17-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+0
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-0/+18
2025-07-23doc: update porting, vfs documentation to describe mmap_prepare()Lorenzo Stoakes1-0/+12
2025-06-23replace collect_mounts()/drop_collected_mounts() with a safer variantAl Viro1-0/+9
2025-06-11make d_set_d_op() staticAl Viro1-0/+11
2025-06-11VFS: Minor fixes for porting.rstNeilBrown1-3/+0
2025-06-11new helper: set_default_d_op()Al Viro1-0/+7
2025-05-31Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+6
2025-05-05saner calling conventions for ->d_automount()Al Viro1-0/+7
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown1-0/+11
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-0/+20
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown1-0/+9
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+43
2025-03-08vfs: Remove invalidate_inodes()Jan Kara1-0/+5
2025-03-05doc: fix inline emphasis warningChristian Brauner1-6/+5
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-0/+19
2025-02-19VFS: add common error checks to lookup_one_qstr_excl()NeilBrown1-0/+13
2025-02-19VFS: change kern_path_locked() and user_path_locked_at() to never return nega...NeilBrown1-0/+8
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+16
2025-01-28Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-0/+16
2024-12-13Documentation: Fix simple typo on filesystems/porting.rstCarlos Maiolino1-1/+1
2024-10-21reiserfs: The last commitJan Kara1-1/+1
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2024-05-03make set_blocksize() fail unless block device is opened exclusiveAl Viro1-0/+7
2024-05-02Docs: typos/spellingRemington Brasga1-2/+2
2024-01-12Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-0/+34
2024-01-12Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-0/+27
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro1-0/+9
2023-11-25rename(): fix the locking of subdirectoriesAl Viro1-0/+18
2023-11-25__dentry_kill(): new locking schemeAl Viro1-0/+17
2023-11-25Call retain_dentry() with refcount 0Al Viro1-0/+8
2023-11-25dentry: switch the lists of children to hlistAl Viro1-0/+9
2023-11-18porting: document block device freeze and thaw changesChristian Brauner1-0/+12
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+9
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+9
2023-10-28porting: update locking requirementsChristian Brauner1-0/+7
2023-09-20porting: document superblock as block device holderChristian Brauner1-0/+70
2023-09-20porting: document new block device opening orderChristian Brauner1-0/+26
2023-08-31Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds1-3/+3
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+11
2023-08-25mm: allow ->huge_fault() to be called without the mmap_lock heldMatthew Wilcox (Oracle)1-0/+11
2023-08-18Documentation: Fix typosBjorn Helgaas1-3/+3
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-15/+10
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2