summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-22dax: support dirty DAX entries in radix treeRoss Zwisler
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-12Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-09block: enable dax for raw block devicesDan Williams
2016-01-08Merge branch 'for-linus' into work.miscAl Viro
2016-01-08compat_ioctl: don't pass fd around when not neededAl Viro
2016-01-08locks: pass inode pointer to locks_free_lock_contextJeff Layton
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-29kill free_page_put_link()Al Viro
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig
2015-12-07locks: new locks_mandatory_area calling conventionChristoph Hellwig
2015-12-06fs/attr.c: is_sxid can be booleanYaowei Bai
2015-12-06fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai
2015-12-06fs/dcache.c: is_subdir can be booleanYaowei Bai
2015-12-06fs/namespace.c: path_is_under can be booleanYaowei Bai
2015-12-06fs/block_dev.c: make sb_is_blkdev_sb return bool when CONFIG_BLOCK undefinedYaowei Bai
2015-12-01vfs: add copy_file_range syscall and vfs helperZach Brown
2015-11-16locks: Allow disabling mandatory locking at compile timeJeff Layton
2015-11-11Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-11-11vfs: remove stale comment in inode_operationsRoss Zwisler
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-05mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura
2015-10-22locks: cleanup posix_lock_inode_wait and flock_lock_inode_waitBenjamin Coddington
2015-10-22locks: introduce locks_lock_inode_wait()Benjamin Coddington
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-09-05Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-09-04mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-08-21Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kerne...Al Viro
2015-08-17inode: rename i_wb_list to i_io_listDave Chinner
2015-08-17sync: serialise per-superblock sync operationsDave Chinner
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner
2015-08-17inode: add hlist_fake to avoid the inode hash lock in evictJosef Bacik
2015-08-15change sb_writers to use percpu_rw_semaphoreOleg Nesterov
2015-08-15shift percpu_counter_destroy() into destroy_super_work()Oleg Nesterov
2015-08-15introduce __sb_writers_{acquired,release}() helpersOleg Nesterov
2015-08-13lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman