index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
filesystems
/
vfs.rst
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-31
Merge tag 'docs-6.6' of git://git.lwn.net/linux
Linus Torvalds
1
-7
/
+2
2023-08-28
Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-2
/
+4
2023-08-18
Documentation: Fix typos
Bjorn Helgaas
1
-1
/
+1
2023-08-18
docs: vfs: clean up after the iterate() removal
Jonathan Corbet
1
-6
/
+1
2023-08-09
libfs: Add directory operations for stable offsets
Chuck Lever
1
-1
/
+5
2023-07-17
fs: distinguish between user initiated freeze and kernel initiated freeze
Darrick J. Wong
1
-2
/
+4
2023-06-25
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-1
/
+0
2023-03-14
docs: filesystems: vfs: actualize struct super_operations description
Alexander Mikhalitsyn
1
-15
/
+59
2023-03-14
docs: filesystems: vfs: actualize struct file_system_type description
Alexander Mikhalitsyn
1
-4
/
+27
2023-03-07
docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate
Glenn Washburn
1
-1
/
+1
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->fileattr_set() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->get_acl() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->tmpfile() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2022-10-20
fs: add new get acl method
Christian Brauner
1
-0
/
+1
2022-10-20
fs: rename current get acl method
Christian Brauner
1
-1
/
+1
2022-10-19
fs: pass dentry to set acl method
Christian Brauner
1
-1
/
+1
2022-10-11
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+4
2022-09-30
fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE
Lukas Czerner
1
-0
/
+3
2022-09-24
vfs: open inside ->tmpfile()
Miklos Szeredi
1
-2
/
+4
2022-08-02
fs: Add aops->migrate_folio
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-08-02
mm: Convert all PageMovable users to movable_operations
Matthew Wilcox (Oracle)
1
-12
/
+0
2022-06-29
docs: Improve ->read_folio documentation
Matthew Wilcox (Oracle)
1
-7
/
+32
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+12
2022-05-10
fs: Add free_folio address space operation
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-05-10
fs: Add aops->release_folio
Matthew Wilcox (Oracle)
1
-23
/
+22
2022-05-10
doc: update documentation for swap_activate and swap_rw
NeilBrown
1
-5
/
+12
2022-05-09
fs: Add read_folio documentation
Matthew Wilcox (Oracle)
1
-10
/
+10
2022-05-08
fs: Convert is_dirty_writeback() to take a folio
Matthew Wilcox (Oracle)
1
-5
/
+5
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
1
-4
/
+1
2022-04-01
fs: Remove ->readpages address space operation
Matthew Wilcox (Oracle)
1
-11
/
+0
2022-03-23
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-23
/
+23
2022-03-23
mm: document and polish read-ahead code
NeilBrown
1
-6
/
+10
2022-03-15
fs: Add aops->dirty_folio
Matthew Wilcox (Oracle)
1
-8
/
+8
2022-03-15
fs: Add aops->launder_folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2022-03-15
fs: Remove aops->invalidatepage
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-03-15
fs: Add invalidate_folio() aops method
Matthew Wilcox (Oracle)
1
-5
/
+6
2022-03-14
fs: Convert is_partially_uptodate to folios
Matthew Wilcox (Oracle)
1
-5
/
+5
2021-08-18
vfs: add rcu argument to ->get_acl() callback
Miklos Szeredi
1
-1
/
+1
2021-04-12
vfs: add fileattr ops
Miklos Szeredi
1
-0
/
+15
2021-02-24
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-9
/
+10
2021-02-23
Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+4
[next]