summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2020-11-24xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong1-8/+8
2020-11-18xfs: fix rmap key and record comparison functionsDarrick J. Wong1-8/+8
2020-11-18xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong1-1/+1
2020-11-18xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2-1/+2
2020-11-05xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong1-7/+12
2020-10-29xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong1-7/+4
2020-10-01xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong1-0/+1
2020-10-01xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong1-19/+77
2020-10-01xfs: fix attr leaf header freemap.size underflowBrian Foster1-1/+3
2020-09-17xfs: initialize the shortform attr header padding entryDarrick J. Wong1-2/+2
2020-09-09xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong1-1/+1
2020-09-09xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen1-1/+3
2020-06-30xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin1-0/+16
2020-01-09xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval1-1/+1
2019-12-05xfs: zero length symlinks are not validDave Chinner1-4/+10
2019-10-01xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong1-8/+21
2019-08-29xfs: always rejoin held resources during defer rollDarrick J. Wong3-29/+22
2019-08-29xfs: Add attibute remove and helper functionsAllison Henderson2-11/+26
2019-08-29xfs: Add attibute set and helper functionsAllison Henderson4-87/+115
2019-08-29xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson1-23/+30
2019-08-29xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson1-0/+148
2019-08-29xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster1-1/+4
2019-07-26xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2-3/+3
2019-02-12xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen1-1/+1
2019-02-12xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner1-1/+4
2019-02-12xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner1-2/+9
2018-10-01xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner1-11/+13
2018-09-29xfs: validate inode di_forkoffEric Sandeen1-0/+30
2018-09-29xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen1-0/+2
2018-09-29xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster2-28/+10
2018-08-14Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds39-1097/+973
2018-08-12xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai1-8/+16
2018-08-07xfs: use WRITE_ONCE to update if_seqChristoph Hellwig1-3/+17
2018-08-03xfs: only validate summary counts on primary superblockDarrick J. Wong1-4/+10
2018-08-02xfs: fold dfops into the transactionBrian Foster7-56/+19
2018-08-02xfs: always defer agfl block freesBrian Foster1-9/+2
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster11-177/+151
2018-08-02xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2-79/+68
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster3-15/+16
2018-08-02xfs: clean out superfluous dfops dop params/varsBrian Foster2-23/+22
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster6-13/+10
2018-08-02xfs: automatic dfops inode reloggingBrian Foster5-58/+21
2018-08-02xfs: automatic dfops buffer reloggingBrian Foster3-34/+26
2018-08-02xfs: add missing defer ijoins for held inodesBrian Foster1-0/+1
2018-08-02xfs: replace dop_low with transaction flagBrian Foster5-19/+32
2018-08-02xfs: pass transaction to dfops reset/move helpersBrian Foster2-6/+11
2018-08-02xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2-3/+4
2018-08-01xfs: check da node magic in _node_lookup_intDarrick J. Wong1-1/+3
2018-08-01xfs: use a local variable for magic number in xfs_da3_node_lookup_intDarrick J. Wong1-5/+6
2018-08-01xfs: refactor log recovery checkDarrick J. Wong1-2/+1