summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* fscache: Fix out of bound read in long cookie keysEric Sandeen2018-10-181-3/+7
* fscache: Fix incomplete initialisation of inline key spaceDavid Howells2018-10-183-23/+5
* cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro2018-10-181-1/+1
* afs: Fix clearance of replyDavid Howells2018-10-152-4/+0
* Merge tag 'libnvdimm-fixes-4.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-10-141-2/+11
|\
| * filesystem-dax: Fix dax_layout_busy_page() livelockDan Williams2018-10-081-2/+11
* | ubifs: Fix WARN_ON logic in exit pathRichard Weinberger2018-10-131-2/+2
* | Merge branch 'akpm'Greg Kroah-Hartman2018-10-132-0/+3
|\ \
| * | fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov2018-10-131-0/+1
| * | ocfs2: fix a GCC warningzhong jiang2018-10-131-0/+2
* | | Merge tag 'gfs2-4.19.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-10-131-5/+1
|\ \ \ | |/ / |/| |
| * | gfs2: Fix iomap buffered write support for journaled files (2)Andreas Gruenbacher2018-10-121-5/+1
* | | afs: Fix afs_server struct leakDavid Howells2018-10-121-0/+2
* | | afs: Fix cell proc listDavid Howells2018-10-125-10/+22
* | | Merge tag 'xfs-fixes-for-4.19-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs...Greg Kroah-Hartman2018-10-111-35/+165
|\ \ \ | |/ / |/| |
| * | xfs: fix data corruption w/ unaligned reflink rangesDave Chinner2018-10-061-13/+34
| * | xfs: fix data corruption w/ unaligned dedupe rangesDave Chinner2018-10-061-0/+21
| * | xfs: update ctime and remove suid before cloning filesDarrick J. Wong2018-10-051-0/+25
| * | xfs: zero posteof blocks when cloning above eofDarrick J. Wong2018-10-051-8/+25
| * | xfs: refactor clonerange preparation into a separate helperDarrick J. Wong2018-10-051-27/+73
* | | gfs2: Fix iomap buffered write support for journaled filesAndreas Gruenbacher2018-10-091-0/+4
* | | ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant2018-10-061-2/+2
* | | proc: restrict kernel stack dumps to rootJann Horn2018-10-061-0/+14
* | | ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()Larry Chen2018-10-061-4/+12