aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems/porting
AgeCommit message (Expand)AuthorFilesLines
2017-07-17VFS: Differentiate mount flags (MS_*) from internal superblock flagsGravatar David Howells 1-1/+1
2017-04-03Documentation/filesystems: fix documentation for ->getattr()Gravatar Eric Biggers 1-0/+6
2016-12-09vfs: default to generic_readlink()Gravatar Miklos Szeredi 1-0/+4
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+4
2016-09-27vfs: add note about i_op->rename changes to portingGravatar Miklos Szeredi 1-0/+4
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-2/+2
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 1-0/+7
2016-05-27switch ->setxattr() to passing dentry and inode separatelyGravatar Al Viro 1-0/+7
2016-05-02lookup_open(): lock the parent shared unless O_CREAT is givenGravatar Al Viro 1-0/+3
2016-05-02introduce a parallel variant of ->iterate()Gravatar Al Viro 1-0/+18
2016-05-02parallel lookups: actual switch to rwsemGravatar Al Viro 1-0/+18
2016-05-02parallel lookups machinery, part 2Gravatar Al Viro 1-0/+8
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 1-0/+6
2016-01-14Make sure that highmem pages are not added to symlink page cacheGravatar Al Viro 1-1/+5
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-0/+6
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-0/+6
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+5
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+4
2015-07-01fs/file.c: don't acquire files->file_lock in fd_install()Gravatar Eric Dumazet 1-0/+4
2015-06-24Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Gravatar Linus Torvalds 1-4/+4
2015-06-05vfs: Minor documentation fixGravatar Andreas Gruenbacher 1-4/+4
2015-05-15update Documentation/filesystems/ regarding the follow_link/put_link changesGravatar Al Viro 1-0/+17
2015-04-11->aio_read and ->aio_write removedGravatar Al Viro 1-0/+3
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-0/+9
2014-11-19kill f_dentry macroGravatar Al Viro 1-0/+4
2014-11-19switch d_materialise_unique() users to d_splice_alias()Gravatar Al Viro 1-0/+4
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-3/+3
2013-11-09iget/iget5: don't bother with ->i_lock until we find a matchGravatar Al Viro 1-0/+8
2013-09-10fs: remove vfs_follow_linkGravatar Christoph Hellwig 1-0/+4
2013-06-29[readdir] ->readdir() is goneGravatar Al Viro 1-0/+3
2013-06-29[readdir] introduce iterate_dir() and dir_contextGravatar Al Viro 1-0/+3
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opGravatar Jeff Layton 1-0/+4
2012-12-20documentation: drop vmtruncateGravatar Marco Stornelli 1-1/+1
2012-08-04Documentation: get rid of write_superGravatar Artem Bityutskiy 1-3/+2
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-0/+6
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-2/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Gravatar Al Viro 1-0/+5
2012-07-14vfs: update documentation on ->i_dentry handlingGravatar Al Viro 1-6/+4
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-9/+7
2012-03-20vfs: d_alloc_root() goneGravatar Al Viro 1-0/+6
2011-07-25fs: take the ACL checks to common codeGravatar Christoph Hellwig 1-3/+4
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-0/+7
2011-07-20fs: add SEEK_HOLE and SEEK_DATA flagsGravatar Josef Bacik 1-0/+10
2011-07-20->permission() sanitizing: document API changesGravatar Al Viro 1-3/+7
2011-03-24fs: remove inode_lock from iput_final and prune_icacheGravatar Dave Chinner 1-5/+11
2011-03-16vfs: bury ->get_sb()Gravatar Al Viro 1-0/+7
2011-01-13Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+4
2011-01-14fs: small rcu-walk documentation fixesGravatar Nick Piggin 1-4/+4
2011-01-12fs: add documentation on fallocate hole punchingGravatar Josef Bacik 1-0/+9
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-0/+5