summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-21xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig1-4/+10
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster1-2/+4
2019-09-23xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")Darrick J. Wong1-2/+6
2019-09-23xfs: convert inode to extent format after extent merge due to shiftBrian Foster1-0/+5
2019-09-03xfs: add a xfs_valid_startblock helperChristoph Hellwig1-1/+1
2019-08-31xfs: remove the unused XFS_ALLOC_USERDATA flagChristoph Hellwig1-6/+2
2019-08-28xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong1-6/+6
2019-08-28xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong1-15/+6
2019-08-28xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong1-24/+12
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-3/+3
2019-08-12xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong1-8/+21
2019-06-29xfs: remove unused header filesEric Sandeen1-5/+0
2019-06-12xfs: remove unused flag argumentsEric Sandeen1-7/+7
2019-04-26xfs: track delayed allocation reservations across the filesystemDarrick J. Wong1-3/+14
2019-03-19xfs: always init bma in xfs_bmapi_writeDarrick J. Wong1-5/+5
2019-03-18xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster1-1/+4
2019-02-21xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig1-6/+3
2019-02-17xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig1-0/+3
2019-02-17xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig1-5/+33
2019-02-17xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig1-48/+58
2019-02-17xfs: factor out two helpers from xfs_bmapi_writeChristoph Hellwig1-34/+44
2019-02-17xfs: simplify the xfs_bmap_btree_to_extents calling conventionsChristoph Hellwig1-52/+26
2019-02-12xfs: use the latest extent at writeback delalloc conversion timeBrian Foster1-9/+7
2019-02-12xfs: create delalloc bmapi wrapper for full extent allocationBrian Foster1-4/+55
2019-02-12xfs: remove superfluous writeback mapping eof trimmingBrian Foster1-11/+0
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong1-2/+2
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-1/+1
2018-11-21xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner1-1/+4
2018-10-18xfs: Add attibute set and helper functionsAllison Henderson1-19/+30
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig1-14/+7
2018-10-01xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner1-11/+13
2018-08-12xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai1-8/+16
2018-08-03xfs: fold dfops into the transactionBrian Foster1-1/+0
2018-08-03xfs: pass transaction to xfs_defer_add()Brian Foster1-49/+40
2018-08-03xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster1-2/+0
2018-08-03xfs: automatic dfops inode reloggingBrian Foster1-8/+0
2018-08-03xfs: add missing defer ijoins for held inodesBrian Foster1-0/+1
2018-08-03xfs: replace dop_low with transaction flagBrian Foster1-4/+4
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig1-9/+9
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster1-15/+1
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong1-16/+8
2018-07-12xfs: remove xfs_defer_init() firstblock paramBrian Foster1-2/+2
2018-07-12xfs: remove xfs_alloc_arg firstblock fieldBrian Foster1-3/+0
2018-07-12xfs: remove xfs_btree_cur private firstblock fieldBrian Foster1-25/+3
2018-07-12xfs: remove bmap format helpers firstblock paramsBrian Foster1-34/+29
2018-07-12xfs: remove bmap extent add helper firstblock paramsBrian Foster1-16/+10
2018-07-12xfs: remove xfs_bmalloca firstblock fieldBrian Foster1-21/+23
2018-07-12xfs: use ->t_firstblock in bmap extent splitBrian Foster1-9/+6
2018-07-12xfs: remove bmap insert/collapse firstblock paramBrian Foster1-6/+4
2018-07-12xfs: remove xfs_bunmapi() firstblock paramBrian Foster1-13/+12