summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/porting.rst
AgeCommit message (Expand)Author
6 daysMerge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
6 daysMerge tag 'vfs-6.17-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
7 daysMerge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
12 daysdoc: update porting, vfs documentation to describe mmap_prepare()Lorenzo Stoakes
2025-06-23replace collect_mounts()/drop_collected_mounts() with a safer variantAl Viro
2025-06-11make d_set_d_op() staticAl Viro
2025-06-11VFS: Minor fixes for porting.rstNeilBrown
2025-06-10new helper: set_default_d_op()Al Viro
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2025-05-05saner calling conventions for ->d_automount()Al Viro
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-08vfs: Remove invalidate_inodes()Jan Kara
2025-03-05doc: fix inline emphasis warningChristian Brauner
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-19VFS: add common error checks to lookup_one_qstr_excl()NeilBrown
2025-02-19VFS: change kern_path_locked() and user_path_locked_at() to never return nega...NeilBrown
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2024-12-13Documentation: Fix simple typo on filesystems/porting.rstCarlos Maiolino
2024-10-21reiserfs: The last commitJan Kara
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-02make set_blocksize() fail unless block device is opened exclusiveAl Viro
2024-05-02Docs: typos/spellingRemington Brasga
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro
2023-11-25rename(): fix the locking of subdirectoriesAl Viro
2023-11-25__dentry_kill(): new locking schemeAl Viro
2023-11-25Call retain_dentry() with refcount 0Al Viro
2023-11-25dentry: switch the lists of children to hlistAl Viro
2023-11-18porting: document block device freeze and thaw changesChristian Brauner
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein
2023-10-28porting: update locking requirementsChristian Brauner
2023-09-20porting: document superblock as block device holderChristian Brauner
2023-09-20porting: document new block device opening orderChristian Brauner
2023-08-30Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-24mm: allow ->huge_fault() to be called without the mmap_lock heldMatthew Wilcox (Oracle)
2023-08-18Documentation: Fix typosBjorn Helgaas
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi
2022-08-17Change calling conventions for filldir_tAl Viro
2022-07-16fs: remove no_llseekJason A. Donenfeld
2022-05-08namei: Merge page_symlink() and __page_symlink()Matthew Wilcox (Oracle)