summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/porting
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-07-211-1/+1
|\
| * typo fix: it's d_make_root, not d_make_inode...Al Viro2019-07-211-1/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-07-191-2/+13
|\|
| * vfs: update d_make_root() descriptionIan Kent2019-06-271-2/+13
* | docs: fs: fix broken links to vfs.txt with was renamed to vfs.rstMauro Carvalho Chehab2019-06-081-5/+5
|/
* Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-081-0/+5
|\
| * unexport d_alloc_pseudo()Al Viro2019-04-101-0/+5
* | Merge branch 'stable-fodder' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-071-0/+5
|\|
| * dcache: sort the freeing-without-RCU-delay mess for good.Al Viro2019-04-101-0/+5
* | new inode method: ->free_inode()Al Viro2019-05-021-0/+25
|/
* Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-021-0/+5
|\
| * vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-301-0/+5
* | Document d_splice_alias() calling conventions for ->lookup() users.Al Viro2018-10-101-0/+11
|/
* document alloc_file() changesAl Viro2018-07-121-0/+12
* document ->atomic_open() changesAl Viro2018-07-121-0/+8
* vfs: grab the lock instead of blocking in __fd_install during resizingMateusz Guzik2017-11-061-4/+0Star
* VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells2017-07-171-1/+1
* Documentation/filesystems: fix documentation for ->getattr()Eric Biggers2017-04-031-0/+6
* 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-111-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-281-0/+7
* lookup_open(): lock the parent shared unless O_CREAT is givenAl Viro2016-05-031-0/+3
* introduce a parallel variant of ->iterate()Al Viro2016-05-031-0/+18
* parallel lookups: actual switch to rwsemAl Viro2016-05-031-0/+18
* parallel lookups machinery, part 2Al Viro2016-05-031-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-091-0/+6
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-091-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-051-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-251-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-121-0/+3
* make new_sync_{read,write}() staticAl Viro2015-04-121-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-041-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-211-1/+1
* Documentation: get rid of write_superArtem Bityutskiy2012-08-031-3/+2Star