summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-10-30xfs: remove xfs_reflink_remap_rangeDarrick J. Wong
2018-10-30xfs: remove redundant remap partial EOF block checksDarrick J. Wong
2018-10-30xfs: support returning partial reflink resultsDarrick J. Wong
2018-10-30xfs: clean up xfs_reflink_remap_blocks call siteDarrick J. Wong
2018-10-30xfs: fix pagecache truncation prior to reflinkDarrick J. Wong
2018-10-30ocfs2: remove ocfs2_reflink_remap_rangeDarrick J. Wong
2018-10-30ocfs2: support partial clone range and dedupe rangeDarrick J. Wong
2018-10-30ocfs2: fix pagecache truncation prior to reflinkDarrick J. Wong
2018-10-30ocfs2: truncate page cache for clone destination file before remappingDarrick J. Wong
2018-10-30vfs: clean up generic_remap_file_range_prep return valueDarrick J. Wong
2018-10-30vfs: hide file range comparison functionDarrick J. Wong
2018-10-30vfs: enable remap callers that can handle short operationsDarrick J. Wong
2018-10-30vfs: plumb remap flags through the vfs dedupe functionsDarrick J. Wong
2018-10-30vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong
2018-10-30vfs: remap helper should update destination inode metadataDarrick J. Wong
2018-10-30vfs: pass remap flags to generic_remap_checksDarrick J. Wong
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong
2018-10-30vfs: rename clone_verify_area to remap_verify_areaDarrick J. Wong
2018-10-30vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong
2018-10-30vfs: skip zero-length dedupe requestsDarrick J. Wong
2018-10-30vfs: avoid problematic remapping requests into partial EOF blockDarrick J. Wong
2018-10-30vfs: exit early from zero length remap operationsDarrick J. Wong
2018-10-30vfs: check file ranges before cloning filesDarrick J. Wong
2018-10-30vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOFDarrick J. Wong
2018-10-18fscache: Fix out of bound read in long cookie keysEric Sandeen
2018-10-18fscache: Fix incomplete initialisation of inline key spaceDavid Howells
2018-10-18cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro
2018-10-15afs: Fix clearance of replyDavid Howells
2018-10-14Merge tag 'libnvdimm-fixes-4.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2018-10-13ubifs: Fix WARN_ON logic in exit pathRichard Weinberger
2018-10-13Merge branch 'akpm'Greg Kroah-Hartman
2018-10-13fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov
2018-10-13ocfs2: fix a GCC warningzhong jiang
2018-10-13Merge tag 'gfs2-4.19.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman
2018-10-12afs: Fix afs_server struct leakDavid Howells
2018-10-12gfs2: Fix iomap buffered write support for journaled files (2)Andreas Gruenbacher
2018-10-12afs: Fix cell proc listDavid Howells
2018-10-11Merge tag 'xfs-fixes-for-4.19-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs...Greg Kroah-Hartman
2018-10-09gfs2: Fix iomap buffered write support for journaled filesAndreas Gruenbacher
2018-10-08filesystem-dax: Fix dax_layout_busy_page() livelockDan Williams
2018-10-06xfs: fix data corruption w/ unaligned reflink rangesDave Chinner
2018-10-06xfs: fix data corruption w/ unaligned dedupe rangesDave Chinner
2018-10-05ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant
2018-10-05proc: restrict kernel stack dumps to rootJann Horn
2018-10-05ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()Larry Chen
2018-10-05Merge tag '4.19-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Greg Kroah-Hartman
2018-10-05xfs: update ctime and remove suid before cloning filesDarrick J. Wong
2018-10-05xfs: zero posteof blocks when cloning above eofDarrick J. Wong