summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-1110-25/+20
* xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster2018-07-115-20/+26
* xfs: use ->t_dfops in dqalloc transactionBrian Foster2018-07-111-14/+20
* xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster2018-07-117-119/+117
* xfs: use ->t_dfops in extent split tx and remove paramBrian Foster2018-07-111-7/+6
* xfs: remove dfops param in attr fork add pathBrian Foster2018-07-111-11/+8
* xfs: use ->t_dfops for attr set/remove operationsBrian Foster2018-07-112-5/+9
* xfs: use ->t_dfops for recovery of [b|c]ui log itemsBrian Foster2018-07-112-0/+16
* xfs: remove dfops param from high level dirname callsBrian Foster2018-07-114-42/+36
* xfs: remove dfops parameter from ifree call stackBrian Foster2018-07-114-12/+7
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-116-16/+16
* xfs: cow unwritten conversion uses uninitialized dfopsBrian Foster2018-07-111-7/+4
* xfs: update my copyrights for the writeback and iomap codeChristoph Hellwig2018-07-112-1/+2
* xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig2018-07-115-455/+61
* xfs: allow writeback on pages without buffer headsChristoph Hellwig2018-07-112-15/+39
* xfs: refactor the tail of xfs_writepage_mapChristoph Hellwig2018-07-111-33/+32
* xfs: remove xfs_start_page_writebackChristoph Hellwig2018-07-111-26/+20
* xfs: move all writeback buffer_head manipulation into xfs_map_at_offsetChristoph Hellwig2018-07-111-17/+5
* xfs: don't look at buffer heads in xfs_add_to_ioendChristoph Hellwig2018-07-111-36/+32
* xfs: remove the imap_valid flagChristoph Hellwig2018-07-111-51/+38
* xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directlyChristoph Hellwig2018-07-111-14/+5
* xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig2018-07-114-39/+13
* xfs: remove the now unused XFS_BMAPI_IGSTATE flagChristoph Hellwig2018-07-112-7/+2
* xfs: make xfs_writepage_map extent map centricDave Chinner2018-07-111-52/+36
* xfs: rename the offset variable in xfs_writepage_mapChristoph Hellwig2018-07-111-10/+10
* xfs: remove xfs_map_cowChristoph Hellwig2018-07-112-99/+100
* xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig2018-07-114-43/+0
* xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocksChristoph Hellwig2018-07-111-4/+1
* xfs: don't clear imap_valid for a non-uptodate buffersChristoph Hellwig2018-07-111-7/+2
* xfs: do not set the page uptodate in xfs_writepage_mapChristoph Hellwig2018-07-111-6/+0
* xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-07-113-9/+5
* xfs: simplify xfs_aops_discard_pageChristoph Hellwig2018-07-111-76/+9
* xfs: use iomap for blocksize == PAGE_SIZE readpage and readpagesChristoph Hellwig2018-07-111-0/+4
* Merge branch 'iomap-4.19-merge' into xfs-4.19-mergeDarrick J. Wong2018-07-111-2/+4
|\
| * iomap: add initial support for writes without buffer headsChristoph Hellwig2018-06-201-2/+4
* | xfs: fix fdblocks accounting w/ RMAPBT per-AG reservationDarrick J. Wong2018-06-241-4/+27
* | xfs: ensure post-EOF zeroing happens after zeroing part of a fileDarrick J. Wong2018-06-241-1/+16
* | xfs: fix off-by-one error in xfs_rtalloc_query_rangeDarrick J. Wong2018-06-241-2/+2
* | xfs: fix uninitialized field in rtbitmap fsmap backendDarrick J. Wong2018-06-241-2/+2
* | xfs: recheck reflink state after grabbing ILOCK_SHARED for a writeDarrick J. Wong2018-06-241-1/+14
* | xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong2018-06-244-0/+34
* | xfs: don't trip over negative free space in xfs_reserve_blocksDarrick J. Wong2018-06-241-1/+1
* | xfs: allow empty transactions while frozenDarrick J. Wong2018-06-241-1/+6
* | xfs: xfs_iflush_abort() can be called twice on cluster writeback failureDave Chinner2018-06-211-36/+21
* | xfs: More robust inode extent count validationDave Chinner2018-06-212-29/+50
* | xfs: simplify xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-06-211-53/+32
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-153-3/+3
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-053-3/+3
* | Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-12206-3194/+934
|\ \
| * | xfs: update incore per-AG inode countDarrick J. Wong2018-06-111-0/+2