aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-05Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+2
2018-01-31xfs: fix u32 type usage in sb validation functionDarrick J. Wong1-2/+2
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds44-897/+1696
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-2/+5
2018-01-29xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong1-0/+20
2018-01-29xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong1-2/+30
2018-01-29xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong1-13/+17
2018-01-29xfs: refactor inode verifier corruption error printingDarrick J. Wong1-4/+2
2018-01-29xfs: bmap code cleanupShan Hai1-24/+8
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino11-16/+16
2018-01-29xfs: convert to new i_version APIJeff Layton1-2/+5
2018-01-17xfs: check sb_agblocks and sb_agblklog when validating superblockDarrick J. Wong2-0/+21
2018-01-17xfs: recheck reflink / dirty page status before freeing CoW reservationsDarrick J. Wong1-1/+9
2018-01-17xfs: btree format ifork loader should check for zero numrecsDarrick J. Wong1-0/+1
2018-01-17xfs: attr leaf verifier needs to check for obviously bad countDarrick J. Wong1-5/+21
2018-01-17xfs: directory scrubber must walk through data block to offsetDarrick J. Wong3-22/+27
2018-01-17xfs: cross-reference the realtime bitmapDarrick J. Wong1-0/+21
2018-01-17xfs: add scrub cross-referencing helpers for the refcount btreesDarrick J. Wong2-0/+22
2018-01-17xfs: add scrub cross-referencing helpers for the rmap btreesDarrick J. Wong2-0/+72
2018-01-17xfs: add scrub cross-referencing helpers for the inode btreesDarrick J. Wong2-0/+105
2018-01-17xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong4-1/+62
2018-01-16xfs: cancel tx on xfs_defer_finish() error during xattr set/removeBrian Foster1-4/+0
2018-01-12xfs: account finobt blocks properly in perag reservationBrian Foster1-4/+25
2018-01-12xfs: fix check on struct_version for versions 4 or greaterColin Ian King1-1/+1
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong1-1/+1
2018-01-12xfs: change 0x%p -> %p in print messagesDarrick J. Wong1-1/+1
2018-01-09xfs: harden directory integrity checks some moreDarrick J. Wong1-0/+8
2018-01-08xfs: refactor the geometry structure filling functionDarrick J. Wong4-75/+89
2018-01-08xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong2-0/+82
2018-01-08xfs: trace log reservations at mount timeDarrick J. Wong2-1/+4
2018-01-08xfs: standardize quota verification function outputsDarrick J. Wong2-94/+54
2018-01-08xfs: separate dquot repair into a separate functionDarrick J. Wong2-8/+17
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong16-21/+124
2018-01-08xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corruptDarrick J. Wong1-3/+6
2018-01-08xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong2-20/+58
2018-01-08xfs: refactor short form directory structure verifier functionDarrick J. Wong3-17/+16
2018-01-08xfs: create structure verifier function for short form symlinksDarrick J. Wong2-0/+35
2018-01-08xfs: create structure verifier function for shortform xattrsDarrick J. Wong2-0/+75
2018-01-08xfs: move inode fork verifiers to xfs_dinode_verifyDarrick J. Wong2-89/+69
2018-01-08xfs: verify dinode header firstDarrick J. Wong1-10/+13
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong18-97/+200
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong20-274/+322
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong18-142/+74
2018-01-08xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiersDarrick J. Wong3-53/+61
2018-01-08xfs: refactor short form btree pointer verificationDarrick J. Wong1-6/+6
2018-01-08xfs: refactor long-format btree header verification routinesDarrick J. Wong3-20/+50
2018-01-08xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong4-9/+5
2018-01-08xfs: eliminate duplicate icreate tx reservation functionsBrian Foster1-46/+6
2018-01-08xfs: refactor inode chunk alloc/free tx reservationBrian Foster1-15/+49
2018-01-08xfs: include an allocfree res for inobt modificationsBrian Foster1-41/+43