summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2018-07-12xfs: cow unwritten conversion uses uninitialized dfopsBrian Foster1-7/+4
2018-07-12xfs: update my copyrights for the writeback and iomap codeChristoph Hellwig2-1/+2
2018-07-12xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig5-455/+61
2018-07-12xfs: allow writeback on pages without buffer headsChristoph Hellwig2-15/+39
2018-07-12xfs: refactor the tail of xfs_writepage_mapChristoph Hellwig1-33/+32
2018-07-12xfs: remove xfs_start_page_writebackChristoph Hellwig1-26/+20
2018-07-12xfs: move all writeback buffer_head manipulation into xfs_map_at_offsetChristoph Hellwig1-17/+5
2018-07-12xfs: don't look at buffer heads in xfs_add_to_ioendChristoph Hellwig1-36/+32
2018-07-12xfs: remove the imap_valid flagChristoph Hellwig1-51/+38
2018-07-12xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directlyChristoph Hellwig1-14/+5
2018-07-12xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig4-39/+13
2018-07-12xfs: remove the now unused XFS_BMAPI_IGSTATE flagChristoph Hellwig2-7/+2
2018-07-12xfs: make xfs_writepage_map extent map centricDave Chinner1-52/+36
2018-07-12xfs: rename the offset variable in xfs_writepage_mapChristoph Hellwig1-10/+10
2018-07-12xfs: remove xfs_map_cowChristoph Hellwig2-99/+100
2018-07-12xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig4-43/+0
2018-07-12xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocksChristoph Hellwig1-4/+1
2018-07-12xfs: don't clear imap_valid for a non-uptodate buffersChristoph Hellwig1-7/+2
2018-07-12xfs: do not set the page uptodate in xfs_writepage_mapChristoph Hellwig1-6/+0
2018-07-12xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig3-9/+5
2018-07-12xfs: simplify xfs_aops_discard_pageChristoph Hellwig1-76/+9
2018-07-12xfs: use iomap for blocksize == PAGE_SIZE readpage and readpagesChristoph Hellwig1-0/+4
2018-07-12Merge branch 'iomap-4.19-merge' into xfs-4.19-mergeDarrick J. Wong1-2/+4
2018-06-24xfs: fix fdblocks accounting w/ RMAPBT per-AG reservationDarrick J. Wong1-4/+27
2018-06-24xfs: ensure post-EOF zeroing happens after zeroing part of a fileDarrick J. Wong1-1/+16
2018-06-24xfs: fix off-by-one error in xfs_rtalloc_query_rangeDarrick J. Wong1-2/+2
2018-06-24xfs: fix uninitialized field in rtbitmap fsmap backendDarrick J. Wong1-2/+2
2018-06-24xfs: recheck reflink state after grabbing ILOCK_SHARED for a writeDarrick J. Wong1-1/+14
2018-06-24xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong4-0/+34
2018-06-24xfs: don't trip over negative free space in xfs_reserve_blocksDarrick J. Wong1-1/+1
2018-06-24xfs: allow empty transactions while frozenDarrick J. Wong1-1/+6
2018-06-22xfs: xfs_iflush_abort() can be called twice on cluster writeback failureDave Chinner1-36/+21
2018-06-22xfs: More robust inode extent count validationDave Chinner2-29/+50
2018-06-22xfs: simplify xfs_bmap_punch_delalloc_rangeChristoph Hellwig1-53/+32
2018-06-20iomap: add initial support for writes without buffer headsChristoph Hellwig1-2/+4
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-3/+3
2018-06-13Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds206-3194/+934
2018-06-12xfs: update incore per-AG inode countDarrick J. Wong1-0/+2
2018-06-09Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-27/+105
2018-06-09Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams6-27/+105
2018-06-08xfs: replace do_mod with native operationsDave Chinner7-50/+66
2018-06-08xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen1-3/+2
2018-06-08xfs: clean up MIN/MAXDave Chinner15-34/+32
2018-06-08xfs: move various type verifiers to common fileDave Chinner9-163/+194
2018-06-08xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner3-1/+12
2018-06-08xfs: setup VFS i_rwsem lockdep state correctlyDave Chinner1-0/+8
2018-06-07xfs: fix string handling in label get/set functionsArnd Bergmann1-5/+5
2018-06-07xfs: convert to SPDX license tagsDave Chinner205-2760/+205
2018-06-06xfs: validate btree records on retrievalDave Chinner4-9/+132
2018-06-06xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()Dave Chinner2-8/+12