summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'block/for-next'Stephen Rothwell2018-11-211-1/+1
|\
| * block: Initialize BIO I/O priority earlyDamien Le Moal2018-11-191-1/+1
* | Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell2018-11-211-16/+31
|\ \
| * \ Merge branch 'work.afs' into for-nextAl Viro2018-10-291-14/+8
| |\ \
| * | | vfs: syscall: Add fsinfo() to query filesystem informationDavid Howells2018-10-291-0/+4
| * | | vfs: Remove kern_mount_data()David Howells2018-10-231-1/+0
| * | | vfs: Implement a filesystem superblock creation/configuration contextDavid Howells2018-10-231-1/+9
| * | | vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro2018-09-111-2/+5
| * | | vfs: Require specification of size of mount data for internal mountsDavid Howells2018-09-111-14/+15
* | | | locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown2018-11-201-2/+2
* | | | fs/locks: rename some lists and pointers.NeilBrown2018-11-151-2/+7
| |_|/ |/| |
* | | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-021-17/+38
|\ \ \
| * | | vfs: hide file range comparison functionDarrick J. Wong2018-10-301-3/+0
| * | | vfs: enable remap callers that can handle short operationsDarrick J. Wong2018-10-301-2/+3
| * | | vfs: plumb remap flags through the vfs dedupe functionsDarrick J. Wong2018-10-301-1/+1
| * | | vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong2018-10-301-2/+2
| * | | vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-12/+15
| * | | vfs: pass remap flags to generic_remap_checksDarrick J. Wong2018-10-301-1/+1
| * | | vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong2018-10-301-1/+1
| * | | vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-301-4/+21
| * | | vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong2018-10-301-3/+3
| * | | vfs: check file ranges before cloning filesDarrick J. Wong2018-10-301-3/+6
| | |/ | |/|
* | | Merge tag 'for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-10-291-5/+17
|\ \ \
| * | | fsnotify: Fix busy inodes during unmountJan Kara2018-10-251-0/+3
| * | | fs: group frequently accessed fields of struct super_block togetherAmir Goldstein2018-10-191-10/+14
| * | | fsnotify: add super block object typeAmir Goldstein2018-09-031-0/+5
| | |/ | |/|
* | | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-22/+41
|\ \ \ | |_|/ |/| |
| * | mm: Convert page-writeback to XArrayMatthew Wilcox2018-10-211-7/+10
| * | page cache: Rearrange address_spaceMatthew Wilcox2018-10-211-15/+31
* | | vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein2018-09-241-14/+3
|/ /
* | vfs: add the fadvise() file operationAmir Goldstein2018-08-301-0/+5
|/
* namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca2018-08-231-0/+2
* Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-211-14/+15
|\
| * vfs: remove open_flags from d_real()Miklos Szeredi2018-07-181-1/+1
| * Partially revert "locks: fix file locking on overlayfs"Miklos Szeredi2018-07-181-12/+1
| * Revert "vfs: add flags to d_real()"Miklos Szeredi2018-07-181-1/+1
| * Revert "vfs: update ovl inode before relatime check"Miklos Szeredi2018-07-181-0/+1
| * vfs: export vfs_dedupe_file_range_one() to modulesMiklos Szeredi2018-07-181-0/+4
| * vfs: export vfs_ioctl() to modulesMiklos Szeredi2018-07-181-0/+2
| * vfs: make open_with_fake_path() not contribute to nr_filesMiklos Szeredi2018-07-181-0/+3
| * Merge branch 'dedupe-cleanup' into overlayfs-nextMiklos Szeredi2018-07-181-1/+1
| |\
| | * vfs: dedupe: rationalize argsMiklos Szeredi2018-07-061-1/+1
| | * vfs: dedupe: return intMiklos Szeredi2018-07-061-1/+1
| * | new helper: open_with_fake_path()Al Viro2018-07-121-0/+2
* | | mpage: mpage_readpages() should submit IO as read-aheadJens Axboe2018-08-171-0/+4
* | | vfs: discard ATTR_ATTR_FLAGNeilBrown2018-08-171-1/+0
| | |
| \ \
*-. \ \ Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Linus Torvalds2018-08-131-4/+3
|\ \ \ \ | | | |/ | | |/|
| * | | fs: shave 8 bytes off of struct inodeAmir Goldstein2018-07-081-2/+3
| * | | removed extra extern file_fdatawait_rangeVasily Averin2018-06-181-2/+0
| |/ /
* | | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-131-1/+16
|\ \ \