Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
5045f7b9009f1455268b98cecbcc271663934c85
/
Documentation
/
filesystems
/
vfs.txt
1e467e6
Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 9 years ago
0d03943
Documentation: filesystems: updated struct file_operations documentation in vfs.txt
by Thomas de Beauchene
· 9 years ago
203bc64
update Documentation/filesystems/ regarding the follow_link/put_link changes
by Al Viro
· 10 years ago
5f2c417
switch ->put_link() from dentry to inode
by Al Viro
· 10 years ago
6e77137
don't pass nameidata to ->follow_link()
by Al Viro
· 10 years ago
680baac
new ->follow_link() and ->put_link() calling conventions
by Al Viro
· 10 years ago
22c6186
direct_IO: remove rw from a_ops->direct_IO()
by Omar Sandoval
· 10 years ago
8436318
->aio_read and ->aio_write removed
by Al Viro
· 10 years ago
e748dcd
vfs: remove get_xip_mem
by Matthew Wilcox
· 10 years ago
8ce74dd
Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into for-next
by Al Viro
· 10 years ago
a3816ab
fs: Convert show_fdinfo functions to void
by Joe Perches
· 10 years ago
4aa7c63
vfs: add i_op->dentry_open()
by Miklos Szeredi
· 10 years ago
77c688a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
4e07ad6
vfs: fix typo in s_op->alloc_inode() documentation
by Kirill Smelkov
· 10 years ago
f82b4b6
locks: move i_lock acquisition into generic_*_lease handlers
by Jeff Layton
· 10 years ago
e6f5c78
locks: plumb a "priv" pointer into the setlease routines
by Jeff Layton
· 10 years ago
b8faf03
VFS: allow ->d_manage() to declare -EISDIR in rcu_walk mode.
by NeilBrown
· 10 years ago
293bc98
new methods: ->read_iter() and ->write_iter()
by Al Viro
· 11 years ago
d8d3d94
pass iov_iter to ->direct_IO()
by Al Viro
· 11 years ago
5166701
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
c186afb4
switch ->is_partially_uptodate() to saner arguments
by Al Viro
· 11 years ago
520c8b1
vfs: add renameat2 syscall
by Miklos Szeredi
· 11 years ago
46bf16c
Documentation/filesystems/vfs.txt: update file_operations documentation
by Richard Yao
· 11 years ago
0854d45
vfs: improve i_op->atomic_open() documentation
by Miklos Szeredi
· 11 years ago
543cc11
documentation: document the is_dirty_writeback aops callback
by Mel Gorman
· 11 years ago
26c0c5b
documentation: update address_space_operations
by Mel Gorman
· 11 years ago
790eac5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
48bde8d
Document ->tmpfile()
by Al Viro
· 11 years ago
9e239bb
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
da53be1
Don't pass inode to ->d_hash() and ->d_compare()
by Linus Torvalds
· 12 years ago
2233f31
[readdir] ->readdir() is gone
by Al Viro
· 12 years ago
d47992f
mm: change invalidatepage prototype to accept length
by Lukas Czerner
· 12 years ago
ecf3d1f
vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op
by Jeff Layton
· 12 years ago
b9f61c3
documentation: drop vmtruncate
by Marco Stornelli
· 12 years ago
34e5053
Documentation: get rid of write_super
by Artem Bityutskiy
· 12 years ago
62c230b
mm: add support for a filesystem to activate swap files and use direct_IO for writing swap pages
by Mel Gorman
· 12 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
0b728e1
stop passing nameidata * to ->d_revalidate()
by Al Viro
· 12 years ago
30d9049
kill struct opendata
by Al Viro
· 12 years ago
d958527
make ->atomic_open() return int
by Al Viro
· 12 years ago
4723768
->atomic_open() prototype change - pass int * instead of bool *
by Al Viro
· 12 years ago
d18e900
vfs: add i_op->atomic_open()
by Miklos Szeredi
· 12 years ago
1193755
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
c3b2da3
fs: introduce inode operation ->update_time
by Josef Bacik
· 13 years ago
17cf28a
mm/fs: remove truncate_range
by Hugh Dickins
· 13 years ago
b1349f2
typo fix in Documentation/filesystems/vfs.txt
by Al Viro
· 13 years ago
40e4712
Documentation: Fix multiple typo in Documentation
by Masanari Iida
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
395cf96
doc: fix broken references
by Paul Bolle
· 13 years ago
4e34e71
fs: take the ACL checks to common code
by Christoph Hellwig
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
8ab4766
vfs: increase shrinker batch size
by Dave Chinner
· 13 years ago
0e1fdaf
superblock: add filesystem shrinker operations
by Dave Chinner
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
7e40145
->permission() sanitizing: don't pass flags to ->check_acl()
by Al Viro
· 13 years ago
aa38572
fs: pass exact type of data dirties to ->dirty_inode
by Christoph Hellwig
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
f283c86
fs: remove inode_lock from iput_final and prune_icache
by Dave Chinner
· 14 years ago
1aed3e4
lose 'mounting_here' argument in ->d_manage()
by Al Viro
· 14 years ago
1a102ff
vfs: bury ->get_sb()
by Al Viro
· 14 years ago
ea5b778
Unexport do_add_mount() and add in follow_automount(), not ->d_automount()
by David Howells
· 14 years ago
ab90911
Allow d_manage() to be used in RCU-walk mode
by David Howells
· 14 years ago
cc53ce5
Add a dentry op to allow processes to be held during pathwalk transit
by David Howells
· 14 years ago
9875cf8
Add a dentry op to handle automounting rather than abusing follow_link()
by David Howells
· 14 years ago
a82416d
fs: small rcu-walk documentation fixes
by Nick Piggin
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
34286d6
fs: rcu-walk aware d_revalidate method
by Nick Piggin
· 14 years ago
b1e6a01
fs: change d_hash for rcu-walk
by Nick Piggin
· 14 years ago
621e155
fs: change d_compare for rcu-walk
by Nick Piggin
· 14 years ago
fe15ce4
fs: change d_delete semantics
by Nick Piggin
· 14 years ago
38971ce
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
4fe65ca
Documentation/filesystems/vfs.txt: fix ->repeasepage() description
by Andrew Morton
· 14 years ago
6072d13
Call the filesystem back whenever a page is removed from the page cache
by Linus Torvalds
· 14 years ago
b19dd42
bkl: Remove locked .ioctl file operation
by Arnd Bergmann
· 14 years ago
7bb46a6
fs: introduce new truncate sequence
by npiggin@suse.de
· 15 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 15 years ago
a33f322
Documentation/: it's -> its where appropriate
by Francis Galiegue
· 15 years ago
94004ed
kill wait_on_page_writeback_range
by Christoph Hellwig
· 15 years ago
2571873
HWPOISON: Define a new error_remove_page address space op for async truncation
by Andi Kleen
· 15 years ago
66672fe
Documentation/filesystems: remove out of date reference to BKL being held
by Adrian McMenamin
· 16 years ago
c4be0c1
filesystem freeze: add error handling of write_super_lockfs/unlockfs
by Takashi Sato
· 16 years ago
6badd79
kill ->dir_notify()
by Al Viro
· 16 years ago
be42c4c
correct wrong function name of d_put in kernel document and source comment
by Zhaolei
· 16 years ago
4e02ed4
fs: remove prepare_write/commit_write
by Nick Piggin
· 16 years ago
d919588
Documentation cleanup: trivial misspelling, punctuation, and grammar corrections.
by Matt LaPlante
· 16 years ago
33dcdac
[PATCH] kill ->put_inode
by Christoph Hellwig
· 17 years ago
f84e3f5
mount options: add documentation
by Miklos Szeredi
· 17 years ago
12debc4
iget: remove iget() and the read_inode() super op as being obsolete
by David Howells
· 17 years ago
bc5b1d5
Documentation/filesystems/vfs.txt: typo fix
by Shaun Zinck
· 17 years ago
5514476
fs: remove some AOP_TRUNCATED_PAGE
by Nick Piggin
· 17 years ago
afddba4
fs: introduce write_begin, write_end, and perform_write aops
by Nick Piggin
· 17 years ago
422b14c
update Documentation/filesystems/vfs.txt
by Borislav Petkov
· 17 years ago
0746aec
update description in Documentation/filesystems/vfs.txt
by Borislav Petkov
· 17 years ago
c23fbb6
VFS: delay the dentry name generation on sockets and pipes
by Eric Dumazet
· 18 years ago
955eff5
[PATCH] fs: fix libfs data leak
by Nick Piggin
· 18 years ago
670e9f3
Documentation: remove duplicated words
by Paolo Ornati
· 18 years ago
Next »