aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31hfs: prevent btree data loss on ENOSPCErnesto A. Fernández4-16/+46
2018-10-31hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández5-16/+68
2018-10-31hfs: fix BUG on bnode parent updateErnesto A. Fernández1-0/+1
2018-10-31hfs: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-10-31hfsplus: fix BUG on bnode parent updateErnesto A. Fernández1-0/+1
2018-10-31hfsplus: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-10-31fs/proc/vmcore.c: Convert to use vmf_error()Souptick Joarder1-1/+1
2018-10-31ovl: check whiteout in ovl_create_over_whiteout()Miklos Szeredi1-0/+4
2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-130/+616
2018-10-30Merge tag 'cramfs_fixes' of git://git.linaro.org/people/nicolas.pitre/linuxLinus Torvalds1-3/+4
2018-10-30Cramfs: trivial whitespace fixesNicolas Pitre1-2/+2
2018-10-30Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre1-1/+2
2018-10-30Merge tag 'for-4.20-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds8-67/+110
2018-10-30xfs: remove [cm]time update from reflink callsDarrick J. Wong1-6/+1
2018-10-30xfs: remove xfs_reflink_remap_rangeDarrick J. Wong3-75/+70
2018-10-30xfs: remove redundant remap partial EOF block checksDarrick J. Wong1-19/+0
2018-10-30xfs: support returning partial reflink resultsDarrick J. Wong3-10/+14
2018-10-30xfs: clean up xfs_reflink_remap_blocks call siteDarrick J. Wong1-19/+18
2018-10-30xfs: fix pagecache truncation prior to reflinkDarrick J. Wong1-2/+3
2018-10-30ocfs2: remove ocfs2_reflink_remap_rangeDarrick J. Wong3-103/+102
2018-10-30ocfs2: support partial clone range and dedupe rangeDarrick J. Wong3-45/+46
2018-10-30ocfs2: fix pagecache truncation prior to reflinkDarrick J. Wong1-2/+3
2018-10-30ocfs2: truncate page cache for clone destination file before remappingDarrick J. Wong1-6/+4
2018-10-30vfs: clean up generic_remap_file_range_prep return valueDarrick J. Wong3-6/+6
2018-10-30vfs: hide file range comparison functionDarrick J. Wong1-96/+91
2018-10-30vfs: enable remap callers that can handle short operationsDarrick J. Wong1-8/+20
2018-10-30vfs: plumb remap flags through the vfs dedupe functionsDarrick J. Wong2-4/+8
2018-10-30vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong5-10/+15
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong15-64/+87
2018-10-30vfs: remap helper should update destination inode metadataDarrick J. Wong2-23/+19
2018-10-30vfs: pass remap flags to generic_remap_checksDarrick J. Wong1-1/+1
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong7-23/+25
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong9-95/+88
2018-10-30vfs: rename clone_verify_area to remap_verify_areaDarrick J. Wong1-5/+5
2018-10-30vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong3-6/+6
2018-10-30vfs: skip zero-length dedupe requestsDarrick J. Wong1-0/+5
2018-10-30vfs: avoid problematic remapping requests into partial EOF blockDarrick J. Wong1-0/+33
2018-10-30vfs: exit early from zero length remap operationsDarrick J. Wong1-0/+2
2018-10-30vfs: check file ranges before cloning filesDarrick J. Wong3-44/+15
2018-10-30vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOFDarrick J. Wong1-3/+0
2018-10-29Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-131/+0
2018-10-29lockd: fix access beyond unterminated strings in printsAmir Goldstein1-1/+1
2018-10-29nfsd: correctly decrement odstate refcount in error pathAndrew Elble1-2/+1
2018-10-29nfsd: fix fall-through annotationsGustavo A. R. Silva1-1/+2
2018-10-29knfsd: Improve lookup performance in the duplicate reply cache using an rbtreeTrond Myklebust2-11/+27
2018-10-29knfsd: Further simplify the cache lookupTrond Myklebust2-37/+27
2018-10-29knfsd: Simplify NFS duplicate replay cacheTrond Myklebust1-50/+44
2018-10-29knfsd: Remove dead code from nfsd_cache_lookupTrond Myklebust1-8/+0
2018-10-29NFS: Fix up a typo in nfs_dns_ent_putTrond Myklebust1-1/+1
2018-10-29NFS: Lockless DNS lookupsTrond Myklebust1-3/+12