summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* locks: inline posix_lock_file_wait and flock_lock_file_waitJeff Layton2015-07-131-18/+14Star
* locks: new helpers - flock_lock_inode_wait and posix_lock_inode_waitJeff Layton2015-07-131-0/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-051-3/+8
|\
| * fs: Call security_ops->inode_killpriv on truncateJan Kara2015-06-241-1/+5
| * fs: Provide function telling whether file_remove_privs() will do anythingJan Kara2015-06-241-0/+1
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-241-1/+1
| * vfs: add file_path() helperMiklos Szeredi2015-06-241-0/+2
| * overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells2015-06-191-2/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-041-1/+3
|\ \
| * | fs: Add helper functions for permanently empty directories.Eric W. Biederman2015-07-011-0/+2
| * | mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman2015-05-141-1/+1
* | | Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-2/+7
|\ \ \
| * | | dax: expose __dax_fault for filesystems with locking constraintsDave Chinner2015-06-041-1/+4
| * | | dax: don't abuse get_block mapping for endio callbacksDave Chinner2015-06-041-2/+4
| |/ /
* | | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-261-1/+25
|\ \ \
| * | | vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWBTejun Heo2015-06-171-1/+3
| * | | writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo2015-06-021-0/+6
| * | | writeback: implement foreign cgroup inode detectionTejun Heo2015-06-021-0/+5
| * | | writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo2015-06-021-0/+4
| * | | writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACKTejun Heo2015-06-021-0/+1
| * | | bdi: make inode_to_bdi() inlineTejun Heo2015-06-021-1/+7
* | | | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-0/+3
|\| | | | |_|/ |/| |
| * | block: export blkdev_reread_part() and __blkdev_reread_part()Jarod Wilson2015-05-201-0/+3
| |/
* | get rid of assorted nameidata-related debrisAl Viro2015-05-151-1/+0Star
* | VFS/namei: make the use of touch_atime() in get_link() RCU-safe.NeilBrown2015-05-151-0/+1
* | new helper: free_page_put_link()Al Viro2015-05-111-0/+1
* | switch ->put_link() from dentry to inodeAl Viro2015-05-111-3/+3
* | don't pass nameidata to ->follow_link()Al Viro2015-05-111-3/+3
* | new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-111-6/+6
* | libfs: simple_follow_link()Al Viro2015-05-111-0/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-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-171-12/+29
|\ \ \ | |/ / |/| / | |/
| * mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-121-0/+15
| * switch generic_write_checks() to iocb and iterAl Viro2015-04-121-1/+1
| * Merge branch 'for-linus' into for-nextAl Viro2015-04-121-1/+1
| |\
| * | generic_write_checks(): drop isblk argumentAl Viro2015-04-121-1/+1
| * | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-121-1/+1
| * | Remove rw from dax_{do_,}io()Omar Sandoval2015-04-121-2/+2
| * | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-121-10/+12
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-161-1/+1
|\ \ \
| * | | dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh2015-04-161-0/+1
| * | | vfs: delete vfs_readdir function declarationZhang Zhen2015-04-161-1/+0Star
* | | | 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/+1Star
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |