summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-0216-546/+558
|\
| * xfs: remove [cm]time update from reflink callsDarrick J. Wong2018-10-301-6/+1
| * xfs: remove xfs_reflink_remap_rangeDarrick J. Wong2018-10-303-75/+70
| * xfs: remove redundant remap partial EOF block checksDarrick J. Wong2018-10-301-19/+0
| * xfs: support returning partial reflink resultsDarrick J. Wong2018-10-303-10/+14
| * xfs: clean up xfs_reflink_remap_blocks call siteDarrick J. Wong2018-10-301-19/+18
| * xfs: fix pagecache truncation prior to reflinkDarrick J. Wong2018-10-301-2/+3
| * ocfs2: remove ocfs2_reflink_remap_rangeDarrick J. Wong2018-10-303-103/+102
| * ocfs2: support partial clone range and dedupe rangeDarrick J. Wong2018-10-303-45/+46
| * ocfs2: fix pagecache truncation prior to reflinkDarrick J. Wong2018-10-301-2/+3
| * ocfs2: truncate page cache for clone destination file before remappingDarrick J. Wong2018-10-301-6/+4
| * vfs: clean up generic_remap_file_range_prep return valueDarrick J. Wong2018-10-303-6/+6
| * vfs: hide file range comparison functionDarrick J. Wong2018-10-301-96/+91
| * vfs: enable remap callers that can handle short operationsDarrick J. Wong2018-10-301-8/+20
| * vfs: plumb remap flags through the vfs dedupe functionsDarrick J. Wong2018-10-302-4/+8
| * vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong2018-10-305-10/+15
| * vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-3015-64/+87
| * vfs: remap helper should update destination inode metadataDarrick J. Wong2018-10-302-23/+19
| * 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-307-23/+25
| * vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-309-95/+88
| * vfs: rename clone_verify_area to remap_verify_areaDarrick J. Wong2018-10-301-5/+5
| * vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong2018-10-303-6/+6
| * vfs: skip zero-length dedupe requestsDarrick J. Wong2018-10-301-0/+5
| * vfs: avoid problematic remapping requests into partial EOF blockDarrick J. Wong2018-10-301-0/+33
| * vfs: exit early from zero length remap operationsDarrick J. Wong2018-10-301-0/+2
| * vfs: check file ranges before cloning filesDarrick J. Wong2018-10-303-44/+15
| * vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOFDarrick J. Wong2018-10-301-3/+0
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-11-016-10/+25
|\ \
| * | fs/exofs: only use true/false for asignment of bool type variableChengguang Xu2018-10-181-1/+1
| * | fs/exofs: fix potential memory leak in mount option parsingChengguang Xu2018-10-181-1/+4
| * | Delete invalid assignment statements in do_sendfilenixiaoming2018-10-181-1/+0
| * | iomap: remove duplicated include from iomap.cYue Haibing2018-10-181-1/+0
| * | vfs: dedupe should return EPERM if permission is not grantedMark Fasheh2018-10-171-1/+1
| * | vfs: allow dedupe of user owned read-only filesMark Fasheh2018-10-171-1/+15
| * | ntfs: don't open-code ERR_CASTAl Viro2018-10-121-1/+1
| * | ext4: don't open-code ERR_CASTAl Viro2018-10-102-3/+3
* | | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-0152-1099/+5255
|\ \ \
| * \ \ Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsAl Viro2018-11-0117-361/+444
| |\ \ \
| * | | | afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-2416-349/+1047
| * | | | afs: Fix callback handlingDavid Howells2018-10-244-8/+12
| * | | | afs: Eliminate the address pointer from the address list cursorDavid Howells2018-10-246-10/+5
| * | | | afs: Allow dumping of server cursor on operation failureDavid Howells2018-10-245-0/+127
| * | | | afs: Implement YFS support in the fs clientDavid Howells2018-10-248-27/+2443
| * | | | afs: Expand data structure fields to support YFSDavid Howells2018-10-242-21/+23
| * | | | afs: Get the target vnode in afs_rmdir() and get a callback on itDavid Howells2018-10-241-1/+10
| * | | | afs: Calc callback expiry in op reply deliveryDavid Howells2018-10-245-8/+28
| * | | | afs: Fix FS.FetchStatus delivery from updating wrong vnodeDavid Howells2018-10-241-11/+5
| * | | | afs: Implement the YFS cache manager serviceDavid Howells2018-10-243-1/+174
| * | | | afs: Remove callback details from afs_callback_break structDavid Howells2018-10-243-19/+8