summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-2/+29
|\
| * fix I_DIO_WAKEUP definitionEric Sandeen2015-04-241-1/+1
| * direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe2015-04-241-1/+28
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-171-0/+8
|\ \
| * | proc: show locks in /proc/pid/fdinfo/XAndrey Vagin2015-04-171-0/+7
| * | mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov2015-04-171-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-161-12/+29
|\ \ \ | |/ / |/| / | |/
| * mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-111-0/+15
| * switch generic_write_checks() to iocb and iterAl Viro2015-04-111-1/+1
| * Merge branch 'for-linus' into for-nextAl Viro2015-04-111-1/+1
| |\
| * | generic_write_checks(): drop isblk argumentAl Viro2015-04-111-1/+1
| * | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-1/+1
| * | Remove rw from dax_{do_,}io()Omar Sandoval2015-04-111-2/+2
| * | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-10/+12
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-151-1/+1
|\ \ \
| * | | dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh2015-04-151-0/+1
| * | | vfs: delete vfs_readdir function declarationZhang Zhen2015-04-151-1/+0
* | | | Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-04-151-2/+2
|\ \ \ \
| * | | | locks: change lm_get_owner and lm_put_owner prototypesJeff Layton2015-04-031-2/+2
* | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-151-6/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | ->aio_read and ->aio_write removedAl Viro2015-04-111-2/+0
| * | | kill do_sync_read/do_sync_writeAl Viro2015-04-111-2/+0
| * | | make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
| * | | new helper: __vfs_write()Al Viro2015-04-111-0/+1
| * | | Merge branch 'for-davem' into for-nextAl Viro2015-04-111-0/+1
| |\ \ \
| | * \ \ Merge branch 'iocb' into for-davemAl Viro2015-04-091-0/+22
| | |\ \ \ | | | |/ / | | |/| |
* | | | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-141-1/+23
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Merge branch 'iocb' into for-nextAl Viro2015-04-111-0/+22
| |\ \ \ | | | |/ | | |/|
| | * | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-0/+22
| * | | kill struct filename.separateAl Viro2015-04-111-1/+1
* | | | fix mremap() vs. ioctx_kill() raceAl Viro2015-04-061-1/+1
| |_|/ |/| |
* | | fs: make sure the timestamps for lazytime inodes eventually get writtenTheodore Ts'o2015-03-171-0/+1
|/ /
* | Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-02-181-3/+0
|\ \ | |/ |/|
| * Revert "locks: keep a count of locks on the flctx lists"Jeff Layton2015-02-161-3/+0
* | Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-171-0/+10
|\ \
| * | vfs: add find_inode_nowait() functionTheodore Ts'o2015-02-051-0/+5
| * | vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-051-0/+5
* | | Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-171-0/+3
|\ \ \
| * | | fs: add vfs_iter_{read,write} helpersChristoph Hellwig2015-01-291-0/+3
| |/ /
* | | Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-171-7/+2
|\ \ \
| * | | audit: replace getname()/putname() hacks with reference countersPaul Moore2015-01-231-7/+2
* | | | dax: add dax_zero_page_rangeMatthew Wilcox2015-02-161-0/+1
* | | | vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox2015-02-161-1/+1
* | | | vfs: remove get_xip_memMatthew Wilcox2015-02-161-2/+0
* | | | dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox2015-02-161-9/+1
* | | | dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox2015-02-161-1/+3
* | | | dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox2015-02-161-0/+1
* | | | dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox2015-02-161-4/+8
* | | | vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox2015-02-161-0/+6
| |_|/ |/| |
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-121-2/+4
|\ \ \
OpenPOWER on IntegriCloud