summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2017-10-27xfs: scrub refcount btreesDarrick J. Wong1-1/+2
2017-10-27xfs: scrub rmap btreesDarrick J. Wong1-1/+2
2017-10-27xfs: scrub inode btreesDarrick J. Wong2-2/+4
2017-10-27xfs: scrub free space btreesDarrick J. Wong1-1/+3
2017-10-27xfs: scrub the AGIDarrick J. Wong1-1/+2
2017-10-27xfs: scrub AGF and AGFLDarrick J. Wong1-1/+3
2017-10-27xfs: scrub the secondary superblocksDarrick J. Wong1-1/+2
2017-10-27xfs: scrub the shape of a metadata btreeDarrick J. Wong2-2/+21
2017-10-27xfs: probe the scrub ioctlDarrick J. Wong1-1/+2
2017-10-27xfs: create an ioctl to scrub AG metadataDarrick J. Wong1-0/+53
2017-10-27xfs: create inode pointer verifiersDarrick J. Wong3-16/+100
2017-10-27xfs: refactor btree block header checking functionsDarrick J. Wong3-68/+114
2017-10-27xfs: refactor btree pointer checksDarrick J. Wong3-42/+45
2017-10-27xfs: create block pointer check functionsDarrick J. Wong3-0/+65
2017-10-27xfs: remove xfs_bmbt_get_stateChristoph Hellwig2-29/+1
2017-10-27xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_allChristoph Hellwig2-94/+14
2017-10-27xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_firstChristoph Hellwig1-8/+6
2017-10-27xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eqChristoph Hellwig1-106/+39
2017-10-27xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_updateChristoph Hellwig3-116/+44
2017-10-27xfs: refactor xfs_bmap_add_extent_unwritten_realChristoph Hellwig1-104/+104
2017-10-27xfs: refactor delalloc accounting in xfs_bmap_add_extent_delay_realChristoph Hellwig1-23/+9
2017-10-27xfs: refactor xfs_bmap_add_extent_delay_realChristoph Hellwig1-86/+95
2017-10-27xfs: refactor xfs_bmap_add_extent_hole_realChristoph Hellwig1-27/+21
2017-10-27xfs: refactor xfs_bmap_add_extent_hole_delayChristoph Hellwig1-10/+11
2017-10-27xfs: refactor xfs_del_extent_realChristoph Hellwig1-30/+30
2017-10-27xfs: use the state defines in xfs_bmap_del_extent_realChristoph Hellwig1-12/+9
2017-10-27xfs: use correct state defines in xfs_bmap_del_extent_{cow,delay}Christoph Hellwig1-12/+12
2017-10-27xfs: move some more code into xfs_bmap_del_extent_realChristoph Hellwig1-24/+17
2017-10-27xfs: use xfs_bmap_del_extent_delay for the data fork as wellChristoph Hellwig1-217/+114
2017-10-27xfs: rename bno to end in __xfs_bunmapiChristoph Hellwig1-25/+24
2017-10-27xfs: don't set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapiChristoph Hellwig1-5/+1
2017-10-27xfs: use xfs_iext_get_extent instead of open coding itChristoph Hellwig1-20/+16
2017-10-27xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig1-1/+1
2017-10-16xfs: trim writepage mapping to within eofBrian Foster2-0/+12
2017-10-11xfs: handle error if xfs_btree_get_bufs failsEric Sandeen1-0/+8
2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer2-4/+4
2017-10-11xfs: Don't log uninitialised fields in inode structuresDave Chinner1-19/+8
2017-09-26xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong1-15/+2
2017-09-26xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong1-2/+10
2017-09-02xfs: fix compiler warningsDarrick J. Wong2-7/+4
2017-09-01xfs: simplify the rmap code in xfs_bmse_mergeDarrick J. Wong1-4/+3
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_atChristoph Hellwig1-16/+4
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extentsChristoph Hellwig1-92/+88
2017-09-01xfs: move some code around inside xfs_bmap_shift_extentsChristoph Hellwig1-25/+29
2017-09-01xfs: use xfs_iext_get_extent in xfs_bmap_first_unusedChristoph Hellwig1-5/+7
2017-09-01xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insertChristoph Hellwig1-4/+7
2017-09-01xfs: add a xfs_iext_update_extent helperChristoph Hellwig3-6/+20
2017-09-01xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster1-8/+18
2017-09-01xfs: skip bmbt block ino validation during owner changeBrian Foster3-1/+4
2017-09-01xfs: don't log dirty ranges for ordered buffersBrian Foster2-6/+2