summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-31block: revert runtime dax control of the raw block deviceDan Williams1-3/+0
2016-01-31fs, block: force direct-I/O for dax-enabled block devicesDan Williams1-1/+1
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+27
2016-01-23dax: support dirty DAX entries in radix treeRoss Zwisler1-1/+2
2016-01-23wrappers for ->i_mutex accessAl Viro1-2/+27
2016-01-14Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+11
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+8
2016-01-13Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-16/+26
2016-01-13Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-36/+42
2016-01-12Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+9
2016-01-09block: enable dax for raw block devicesDan Williams1-0/+11
2016-01-09Merge branch 'for-linus' into work.miscAl Viro1-2/+0
2016-01-09compat_ioctl: don't pass fd around when not neededAl Viro1-2/+0
2016-01-08locks: pass inode pointer to locks_free_lock_contextJeff Layton1-2/+2
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong1-0/+4
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-6/+8
2015-12-30kill free_page_put_link()Al Viro1-1/+0
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro1-0/+2
2015-12-09replace ->follow_link() with new method that could stay in RCU modeAl Viro1-3/+3
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-12-08vfs: pull btrfs clone API to vfs layerChristoph Hellwig1-1/+6
2015-12-08locks: new locks_mandatory_area calling conventionChristoph Hellwig1-16/+14
2015-12-07fs/attr.c: is_sxid can be booleanYaowei Bai1-1/+1
2015-12-07fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai1-1/+1
2015-12-07fs/dcache.c: is_subdir can be booleanYaowei Bai1-1/+1
2015-12-07fs/namespace.c: path_is_under can be booleanYaowei Bai1-1/+1
2015-12-07fs/block_dev.c: make sb_is_blkdev_sb return bool when CONFIG_BLOCK undefinedYaowei Bai1-2/+2
2015-12-01vfs: add copy_file_range syscall and vfs helperZach Brown1-0/+3
2015-11-16locks: Allow disabling mandatory locking at compile timeJeff Layton1-34/+40
2015-11-11Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+0
2015-11-11vfs: remove stale comment in inode_operationsRoss Zwisler1-2/+0
2015-11-11Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-1/+1
2015-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2015-11-06mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura1-0/+1
2015-10-22locks: cleanup posix_lock_inode_wait and flock_lock_inode_waitBenjamin Coddington1-24/+0
2015-10-22locks: introduce locks_lock_inode_wait()Benjamin Coddington1-0/+11
2015-09-09dax: move DAX-related functions to a new headerMatthew Wilcox1-14/+0
2015-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-14/+19
2015-09-06Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+6
2015-09-05mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov1-1/+0
2015-09-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+3
2015-08-21Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kerne...Al Viro1-3/+9
2015-08-18inode: rename i_wb_list to i_io_listDave Chinner1-1/+1
2015-08-18sync: serialise per-superblock sync operationsDave Chinner1-0/+2
2015-08-18inode: convert inode_sb_list_lock to per-sbDave Chinner1-1/+4
2015-08-18inode: 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