summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/porting
Commit message (Expand)AuthorAgeFilesLines
* vfs: default to generic_readlink()Miklos Szeredi2016-12-091-0/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-0/+4
|\
| * vfs: add note about i_op->rename changes to portingMiklos Szeredi2016-09-271-0/+4
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-2/+2
|/
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-0/+7
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-271-0/+7
* lookup_open(): lock the parent shared unless O_CREAT is givenAl Viro2016-05-021-0/+3
* introduce a parallel variant of ->iterate()Al Viro2016-05-021-0/+18
* parallel lookups: actual switch to rwsemAl Viro2016-05-021-0/+18
* parallel lookups machinery, part 2Al Viro2016-05-021-0/+8
* ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-0/+6
* Make sure that highmem pages are not added to symlink page cacheAl Viro2016-01-141-1/+5
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-0/+6
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-0/+6
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-0/+4
|\
| * fs/file.c: don't acquire files->file_lock in fd_install()Eric Dumazet2015-07-011-0/+4
* | Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds2015-06-241-4/+4
|\ \ | |/ |/|
| * vfs: Minor documentation fixAndreas Gruenbacher2015-06-051-4/+4
* | update Documentation/filesystems/ regarding the follow_link/put_link changesAl Viro2015-05-151-0/+17
|/
* ->aio_read and ->aio_write removedAl Viro2015-04-111-0/+3
* make new_sync_{read,write}() staticAl Viro2015-04-111-0/+9
* kill f_dentry macroAl Viro2014-11-191-0/+4
* switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-191-0/+4
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-3/+3
* iget/iget5: don't bother with ->i_lock until we find a matchAl Viro2013-11-091-0/+8
* fs: remove vfs_follow_linkChristoph Hellwig2013-09-101-0/+4
* [readdir] ->readdir() is goneAl Viro2013-06-291-0/+3
* [readdir] introduce iterate_dir() and dir_contextAl Viro2013-06-291-0/+3
* vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton2013-02-261-0/+4
* documentation: drop vmtruncateMarco Stornelli2012-12-201-1/+1
* Documentation: get rid of write_superArtem Bityutskiy2012-08-041-3/+2
* don't pass nameidata to ->create()Al Viro2012-07-141-0/+6
* stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-0/+5
* vfs: update documentation on ->i_dentry handlingAl Viro2012-07-141-6/+4
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-9/+7
* vfs: d_alloc_root() goneAl Viro2012-03-201-0/+6
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-3/+4
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-0/+7
* fs: add SEEK_HOLE and SEEK_DATA flagsJosef Bacik2011-07-201-0/+10
* ->permission() sanitizing: document API changesAl Viro2011-07-201-3/+7
* fs: remove inode_lock from iput_final and prune_icacheDave Chinner2011-03-241-5/+11
* vfs: bury ->get_sb()Al Viro2011-03-161-0/+7
* Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-131-4/+4
|\
| * fs: small rcu-walk documentation fixesNick Piggin2011-01-141-4/+4
* | fs: add documentation on fallocate hole punchingJosef Bacik2011-01-121-0/+9
|/
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-0/+5
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-0/+20
* fs: icache RCU free inodesNick Piggin2011-01-071-0/+14
OpenPOWER on IntegriCloud