index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
filesystems
/
porting.rst
Age
Commit message (
Expand
)
Author
6 days
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6 days
Merge tag 'vfs-6.17-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
7 days
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
12 days
doc: update porting, vfs documentation to describe mmap_prepare()
Lorenzo Stoakes
2025-06-23
replace collect_mounts()/drop_collected_mounts() with a safer variant
Al Viro
2025-06-11
make d_set_d_op() static
Al Viro
2025-06-11
VFS: Minor fixes for porting.rst
NeilBrown
2025-06-10
new helper: set_default_d_op()
Al Viro
2025-05-30
Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2025-05-05
saner calling conventions for ->d_automount()
Al Viro
2025-04-08
Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS
NeilBrown
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
2025-04-07
VFS: improve interface for lookup_one functions
NeilBrown
2025-03-24
Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-03-08
vfs: Remove invalidate_inodes()
Jan Kara
2025-03-05
doc: fix inline emphasis warning
Christian Brauner
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
2025-02-19
VFS: add common error checks to lookup_one_qstr_excl()
NeilBrown
2025-02-19
VFS: change kern_path_locked() and user_path_locked_at() to never return nega...
NeilBrown
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
2024-12-13
Documentation: Fix simple typo on filesystems/porting.rst
Carlos Maiolino
2024-10-21
reiserfs: The last commit
Jan Kara
2024-05-21
Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-02
make set_blocksize() fail unless block device is opened exclusive
Al Viro
2024-05-02
Docs: typos/spelling
Remington Brasga
2024-01-11
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2024-01-11
Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2023-11-25
rename(): avoid a deadlock in the case of parents having no common ancestor
Al Viro
2023-11-25
rename(): fix the locking of subdirectories
Al Viro
2023-11-25
__dentry_kill(): new locking scheme
Al Viro
2023-11-25
Call retain_dentry() with refcount 0
Al Viro
2023-11-25
dentry: switch the lists of children to hlist
Al Viro
2023-11-18
porting: document block device freeze and thaw changes
Christian Brauner
2023-11-07
Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-28
exportfs: make ->encode_fh() a mandatory method for NFS export
Amir Goldstein
2023-10-28
porting: update locking requirements
Christian Brauner
2023-09-20
porting: document superblock as block device holder
Christian Brauner
2023-09-20
porting: document new block device opening order
Christian Brauner
2023-08-30
Merge tag 'docs-6.6' of git://git.lwn.net/linux
Linus Torvalds
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-24
mm: allow ->huge_fault() to be called without the mmap_lock held
Matthew Wilcox (Oracle)
2023-08-18
Documentation: Fix typos
Bjorn Helgaas
2023-08-06
vfs: get rid of old '->iterate' directory operation
Linus Torvalds
2022-10-20
fs: rename current get acl method
Christian Brauner
2022-10-10
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2022-09-24
vfs: open inside ->tmpfile()
Miklos Szeredi
2022-08-17
Change calling conventions for filldir_t
Al Viro
2022-07-16
fs: remove no_llseek
Jason A. Donenfeld
2022-05-08
namei: Merge page_symlink() and __page_symlink()
Matthew Wilcox (Oracle)
[next]