summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+8
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+3
2015-07-01fs: Add helper functions for permanently empty directories.Eric W. Biederman1-0/+2
2015-07-01Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+7
2015-06-26Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+25
2015-06-26Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2015-06-24fs: Call security_ops->inode_killpriv on truncateJan Kara1-1/+5
2015-06-24fs: Provide function telling whether file_remove_privs() will do anythingJan Kara1-0/+1
2015-06-24fs: Rename file_remove_suid() to file_remove_privs()Jan Kara1-1/+1
2015-06-24vfs: add file_path() helperMiklos Szeredi1-0/+2
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells1-2/+0
2015-06-17vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWBTejun Heo1-1/+3
2015-06-04dax: expose __dax_fault for filesystems with locking constraintsDave Chinner1-1/+4
2015-06-04dax: don't abuse get_block mapping for endio callbacksDave Chinner1-2/+4
2015-06-02writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo1-0/+6
2015-06-02writeback: implement foreign cgroup inode detectionTejun Heo1-0/+5
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo1-0/+4
2015-06-02writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACKTejun Heo1-0/+1
2015-06-02bdi: make inode_to_bdi() inlineTejun Heo1-1/+7
2015-05-20block: export blkdev_reread_part() and __blkdev_reread_part()Jarod Wilson1-0/+3
2015-05-15get rid of assorted nameidata-related debrisAl Viro1-1/+0
2015-05-15VFS/namei: make the use of touch_atime() in get_link() RCU-safe.NeilBrown1-0/+1
2015-05-14mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman1-1/+1
2015-05-11new helper: free_page_put_link()Al Viro1-0/+1
2015-05-11switch ->put_link() from dentry to inodeAl Viro1-3/+3
2015-05-11don't pass nameidata to ->follow_link()Al Viro1-3/+3
2015-05-11new ->follow_link() and ->put_link() calling conventionsAl Viro1-6/+6
2015-05-11libfs: simple_follow_link()Al Viro1-0/+3
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+29
2015-04-24fix I_DIO_WAKEUP definitionEric Sandeen1-1/+1
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe1-1/+28
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+8
2015-04-17proc: show locks in /proc/pid/fdinfo/XAndrey Vagin1-0/+7
2015-04-17mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov1-0/+1
2015-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-12/+29
2015-04-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-04-16dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh1-0/+1
2015-04-16vfs: delete vfs_readdir function declarationZhang Zhen1-1/+0
2015-04-16Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-2/+2
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+1
2015-04-15Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+23
2015-04-12mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-0/+15
2015-04-12switch generic_write_checks() to iocb and iterAl Viro1-1/+1
2015-04-12Merge branch 'for-linus' into for-nextAl Viro1-1/+1
2015-04-12generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-12direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-1/+1
2015-04-12Remove rw from dax_{do_,}io()Omar Sandoval1-2/+2
2015-04-12Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-10/+12
2015-04-12->aio_read and ->aio_write removedAl Viro1-2/+0
2015-04-12kill do_sync_read/do_sync_writeAl Viro1-2/+0