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