summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman
2015-07-13locks: inline posix_lock_file_wait and flock_lock_file_waitJeff Layton
2015-07-13locks: new helpers - flock_lock_inode_wait and posix_lock_inode_waitJeff Layton
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-01fs: Add helper functions for permanently empty directories.Eric W. Biederman
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-23fs: Call security_ops->inode_killpriv on truncateJan Kara
2015-06-23fs: Provide function telling whether file_remove_privs() will do anythingJan Kara
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells
2015-06-17vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWBTejun Heo
2015-06-04dax: expose __dax_fault for filesystems with locking constraintsDave Chinner
2015-06-04dax: don't abuse get_block mapping for endio callbacksDave Chinner
2015-06-02writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo
2015-06-02writeback: implement foreign cgroup inode detectionTejun Heo
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo
2015-06-02writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACKTejun Heo
2015-06-02bdi: make inode_to_bdi() inlineTejun Heo
2015-05-20block: export blkdev_reread_part() and __blkdev_reread_part()Jarod Wilson
2015-05-15get rid of assorted nameidata-related debrisAl Viro
2015-05-15VFS/namei: make the use of touch_atime() in get_link() RCU-safe.NeilBrown
2015-05-13mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman
2015-05-11new helper: free_page_put_link()Al Viro
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-10libfs: simple_follow_link()Al Viro
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