summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2016-12-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-04-18fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-04-11dax: don't abuse get_block mapping for endio callbacksDave Chinner
2015-10-27locks: inline posix_lock_file_wait and flock_lock_file_waitJeff Layton
2015-10-27locks: new helpers - flock_lock_inode_wait and posix_lock_inode_waitJeff Layton
2015-10-22overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells
2015-07-21mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman
2015-07-21fs: Add helper functions for permanently empty directories.Eric W. Biederman
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-24fix I_DIO_WAKEUP definitionEric Sandeen
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-17proc: show locks in /proc/pid/fdinfo/XAndrey Vagin
2015-04-17mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-15dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh
2015-04-15vfs: delete vfs_readdir function declarationZhang Zhen
2015-04-15Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11Merge branch 'for-linus' into for-nextAl Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11Remove rw from dax_{do_,}io()Omar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-04-11->aio_read and ->aio_write removedAl Viro
2015-04-11kill do_sync_read/do_sync_writeAl Viro
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11new helper: __vfs_write()Al Viro
2015-04-11Merge branch 'for-davem' into for-nextAl Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-04-11kill struct filename.separateAl Viro
2015-04-09Merge branch 'iocb' into for-davemAl Viro
2015-04-06fix mremap() vs. ioctx_kill() raceAl Viro
2015-04-03locks: change lm_get_owner and lm_put_owner prototypesJeff Layton
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-17fs: make sure the timestamps for lazytime inodes eventually get writtenTheodore Ts'o
2015-02-18Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linuxLinus Torvalds
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-17Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-16dax: add dax_zero_page_rangeMatthew Wilcox
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox
2015-02-16vfs: remove get_xip_memMatthew Wilcox
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox