summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/vfs.txt
Commit message (Expand)AuthorAgeFilesLines
...
* pass iov_iter to ->direct_IO()Al Viro2014-05-061-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-1/+1
|\
| * switch ->is_partially_uptodate() to saner argumentsAl Viro2014-04-011-1/+1
* | vfs: add renameat2 syscallMiklos Szeredi2014-04-011-0/+16
|/
* Documentation/filesystems/vfs.txt: update file_operations documentationRichard Yao2014-01-301-10/+2
* vfs: improve i_op->atomic_open() documentationMiklos Szeredi2013-09-161-7/+7
* documentation: document the is_dirty_writeback aops callbackMel Gorman2013-07-031-0/+10
* documentation: update address_space_operationsMel Gorman2013-07-031-8/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-11/+13
|\
| * Document ->tmpfile()Al Viro2013-07-031-0/+5
| * Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-11/+8
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-021-10/+10
|\ \ | |/ |/|
| * mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-10/+10
* | [readdir] ->readdir() is goneAl Viro2013-06-291-2/+2
|/
* vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton2013-02-261-2/+22
* documentation: drop vmtruncateMarco Stornelli2012-12-201-11/+0
* Documentation: get rid of write_superArtem Bityutskiy2012-08-041-4/+0
* mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman2012-07-311-0/+12
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-4/+4
* kill struct opendataAl Viro2012-07-141-1/+1
* make ->atomic_open() return intAl Viro2012-07-141-3/+3
* ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-141-1/+1
* vfs: add i_op->atomic_open()Miklos Szeredi2012-07-141-0/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-0/+4
|\
| * fs: introduce inode operation ->update_timeJosef Bacik2012-06-011-0/+4
* | mm/fs: remove truncate_rangeHugh Dickins2012-05-291-5/+8
|/
* typo fix in Documentation/filesystems/vfs.txtAl Viro2012-04-091-1/+1
* Documentation: Fix multiple typo in DocumentationMasanari Iida2012-03-071-1/+1
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-1/+1
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* doc: fix broken referencesPaul Bolle2011-09-271-3/+0
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-1/+1
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+1
* vfs: increase shrinker batch sizeDave Chinner2011-07-201-0/+6
* superblock: add filesystem shrinker operationsDave Chinner2011-07-201-0/+16
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-2/+2
* ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-201-1/+1
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* fs: remove inode_lock from iput_final and prune_icacheDave Chinner2011-03-241-1/+1
* lose 'mounting_here' argument in ->d_manage()Al Viro2011-03-181-5/+1
* vfs: bury ->get_sb()Al Viro2011-03-161-24/+32
* Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells2011-01-151-9/+14
* Allow d_manage() to be used in RCU-walk modeDavid Howells2011-01-151-1/+6
* Add a dentry op to allow processes to be held during pathwalk transitDavid Howells2011-01-151-1/+20
* Add a dentry op to handle automounting rather than abusing follow_link()David Howells2011-01-151-0/+14
OpenPOWER on IntegriCloud