summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong2019-08-121-8/+21
* xfs: remove unused header filesEric Sandeen2019-06-281-5/+0
* xfs: remove unused flag argumentsEric Sandeen2019-06-121-7/+7
* xfs: track delayed allocation reservations across the filesystemDarrick J. Wong2019-04-261-3/+14
* xfs: always init bma in xfs_bmapi_writeDarrick J. Wong2019-03-191-5/+5
* xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster2019-03-171-1/+4
* xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig2019-02-211-6/+3
* xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig2019-02-171-0/+3
* xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig2019-02-171-5/+33
* xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig2019-02-171-48/+58
* xfs: factor out two helpers from xfs_bmapi_writeChristoph Hellwig2019-02-171-34/+44
* xfs: simplify the xfs_bmap_btree_to_extents calling conventionsChristoph Hellwig2019-02-171-52/+26
* xfs: use the latest extent at writeback delalloc conversion timeBrian Foster2019-02-111-9/+7
* xfs: create delalloc bmapi wrapper for full extent allocationBrian Foster2019-02-111-4/+55
* xfs: remove superfluous writeback mapping eof trimmingBrian Foster2019-02-111-11/+0
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-2/+2
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-1/+1
* xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner2018-11-211-1/+4
* xfs: Add attibute set and helper functionsAllison Henderson2018-10-181-19/+30
* xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig2018-10-181-14/+7
* xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner2018-10-011-11/+13
* xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai2018-08-121-8/+16
* xfs: fold dfops into the transactionBrian Foster2018-08-021-1/+0
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-021-49/+40
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-021-2/+0
* xfs: automatic dfops inode reloggingBrian Foster2018-08-021-8/+0
* xfs: add missing defer ijoins for held inodesBrian Foster2018-08-021-0/+1
* xfs: replace dop_low with transaction flagBrian Foster2018-08-021-4/+4
* xfs: remove the xfs_ifork_t typedefChristoph Hellwig2018-07-301-9/+9
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-15/+1
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-16/+8
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-111-2/+2
* xfs: remove xfs_alloc_arg firstblock fieldBrian Foster2018-07-111-3/+0
* xfs: remove xfs_btree_cur private firstblock fieldBrian Foster2018-07-111-25/+3
* xfs: remove bmap format helpers firstblock paramsBrian Foster2018-07-111-34/+29
* xfs: remove bmap extent add helper firstblock paramsBrian Foster2018-07-111-16/+10
* xfs: remove xfs_bmalloca firstblock fieldBrian Foster2018-07-111-21/+23
* xfs: use ->t_firstblock in bmap extent splitBrian Foster2018-07-111-9/+6
* xfs: remove bmap insert/collapse firstblock paramBrian Foster2018-07-111-6/+4
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-111-13/+12
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-111-13/+5
* xfs: use ->t_firstblock in xfs_bmapi_remap()Brian Foster2018-07-111-3/+2
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-111-10/+2
* xfs: use ->t_firstblock in xattr opsBrian Foster2018-07-111-1/+0
* xfs: use ->t_firstblock in attrfork addBrian Foster2018-07-111-20/+13
* xfs: allow null firstblock in xfs_bmapi_write() when tp is nullBrian Foster2018-07-111-1/+1
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-111-4/+2
* xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster2018-07-111-11/+1
* xfs: remove dfops param from internal bmap extent helpersBrian Foster2018-07-111-48/+44
* xfs: use ->t_dfops for collapse/insert range operationsBrian Foster2018-07-111-9/+7