aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox1-14/+0
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+19
2015-09-05Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+6
2015-09-04mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov1-1/+0
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+3
2015-08-21Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-nextAl Viro1-3/+9
2015-08-17inode: rename i_wb_list to i_io_listDave Chinner1-1/+1
2015-08-17sync: serialise per-superblock sync operationsDave Chinner1-0/+2
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner1-1/+4
2015-08-17inode: add hlist_fake to avoid the inode hash lock in evictJosef Bacik1-1/+1
2015-08-15change sb_writers to use percpu_rw_semaphoreOleg Nesterov1-13/+6
2015-08-15shift percpu_counter_destroy() into destroy_super_work()Oleg Nesterov1-1/+2
2015-08-15introduce __sb_writers_{acquired,release}() helpersOleg Nesterov1-0/+5
2015-08-13lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields1-0/+6
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman1-2/+3
2015-07-13locks: inline posix_lock_file_wait and flock_lock_file_waitJeff Layton1-18/+14
2015-07-13locks: new helpers - flock_lock_inode_wait and posix_lock_inode_waitJeff Layton1-0/+14
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman1-0/+3
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+8
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+3
2015-07-01fs: Add helper functions for permanently empty directories.Eric W. Biederman1-0/+2
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-2/+7
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+25
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2015-06-23fs: Call security_ops->inode_killpriv on truncateJan Kara1-1/+5
2015-06-23fs: Provide function telling whether file_remove_privs() will do anythingJan Kara1-0/+1
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara1-1/+1
2015-06-23vfs: 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 updatesTejun 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-13mnt: 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-10don't pass nameidata to ->follow_link()Al Viro1-3/+3
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-6/+6
2015-05-10libfs: simple_follow_link()Al Viro1-0/+3
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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