summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* block: revert runtime dax control of the raw block deviceDan Williams2016-01-301-3/+0Star
* fs, block: force direct-I/O for dax-enabled block devicesDan Williams2016-01-301-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-231-2/+27
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-231-2/+27
* | dax: support dirty DAX entries in radix treeRoss Zwisler2016-01-231-1/+2
|/
* Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-141-0/+11
|\
| * block: enable dax for raw block devicesDan Williams2016-01-091-0/+11
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-131-6/+8
|\ \
| * \ Merge branch 'for-linus' into work.miscAl Viro2016-01-091-2/+0Star
| |\ \
| * | | new helpers: no_seek_end_llseek{,_size}()Al Viro2015-12-231-0/+2
| * | | fs/attr.c: is_sxid can be booleanYaowei Bai2015-12-071-1/+1
| * | | fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai2015-12-071-1/+1
| * | | fs/dcache.c: is_subdir can be booleanYaowei Bai2015-12-071-1/+1
| * | | fs/namespace.c: path_is_under can be booleanYaowei Bai2015-12-071-1/+1
| * | | fs/block_dev.c: make sb_is_blkdev_sb return bool when CONFIG_BLOCK undefinedYaowei Bai2015-12-071-2/+2
| | |/ | |/|
* | | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-131-16/+26
|\ \ \
| * | | vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong2016-01-011-0/+4
| * | | vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-081-1/+6
| * | | locks: new locks_mandatory_area calling conventionChristoph Hellwig2015-12-081-16/+14Star
| * | | vfs: add copy_file_range syscall and vfs helperZach Brown2015-12-011-0/+3
| |/ /
* | | Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2016-01-131-36/+42
|\ \ \
| * | | locks: pass inode pointer to locks_free_lock_contextJeff Layton2016-01-081-2/+2
| * | | locks: Allow disabling mandatory locking at compile timeJeff Layton2015-11-161-34/+40
| |/ /
* | | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-111-7/+9
|\ \ \ | |_|/ |/| |
| * | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-6/+8
| * | kill free_page_put_link()Al Viro2015-12-291-1/+0Star
| * | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-091-3/+3
| * | don't put symlink bodies in pagecache into highmemAl Viro2015-12-091-0/+1
| |/
* / compat_ioctl: don't pass fd around when not neededAl Viro2016-01-091-2/+0Star
|/
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-111-2/+0Star
|\
| * vfs: remove stale comment in inode_operationsRoss Zwisler2015-11-111-2/+0Star
* | Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-111-1/+1
|\ \ | |/ |/|
| * block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-061-0/+1
|\ \
| * | mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura2015-11-061-0/+1
| |/
* | locks: cleanup posix_lock_inode_wait and flock_lock_inode_waitBenjamin Coddington2015-10-221-24/+0Star
* | locks: introduce locks_lock_inode_wait()Benjamin Coddington2015-10-221-0/+11
|/
* dax: move DAX-related functions to a new headerMatthew Wilcox2015-09-091-14/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-061-14/+19
|\
| * Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kerne...Al Viro2015-08-211-3/+9
| |\
| | * inode: rename i_wb_list to i_io_listDave Chinner2015-08-181-1/+1
| | * sync: serialise per-superblock sync operationsDave Chinner2015-08-181-0/+2
| | * inode: convert inode_sb_list_lock to per-sbDave Chinner2015-08-181-1/+4
| | * inode: add hlist_fake to avoid the inode hash lock in evictJosef Bacik2015-08-181-1/+1
| * | change sb_writers to use percpu_rw_semaphoreOleg Nesterov2015-08-151-13/+6Star
| * | shift percpu_counter_destroy() into destroy_super_work()Oleg Nesterov2015-08-151-1/+2
| * | introduce __sb_writers_{acquired,release}() helpersOleg Nesterov2015-08-151-0/+5
| |/
* | Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-09-061-0/+6
|\ \
| * | lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields2015-08-131-0/+6
* | | mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov2015-09-051-1/+0Star