summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2020-01-09xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval
2019-10-05xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong
2019-04-27xfs: hold xfs_buf locked between shortform->leaf conversion and the addition ...Darrick J. Wong
2019-04-27xfs: add the ability to join a held buffer to a defer_opsDarrick J. Wong
2018-12-05xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong
2018-11-10xfs: truncate transaction does not modify the inobtBrian Foster
2018-08-09xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen
2018-06-05xfs: detect agfl count corruption and reset agflBrian Foster
2018-06-05xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner
2017-12-20xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-16xfs: trim writepage mapping to within eofBrian Foster
2017-10-11xfs: handle error if xfs_btree_get_bufs failsEric Sandeen
2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer
2017-10-11xfs: Don't log uninitialised fields in inode structuresDave Chinner
2017-09-26xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong
2017-09-26xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong
2017-09-02xfs: fix compiler warningsDarrick J. Wong
2017-09-01xfs: simplify the rmap code in xfs_bmse_mergeDarrick J. Wong
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_atChristoph Hellwig
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extentsChristoph Hellwig
2017-09-01xfs: move some code around inside xfs_bmap_shift_extentsChristoph Hellwig
2017-09-01xfs: use xfs_iext_get_extent in xfs_bmap_first_unusedChristoph Hellwig
2017-09-01xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insertChristoph Hellwig
2017-09-01xfs: add a xfs_iext_update_extent helperChristoph Hellwig
2017-09-01xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster
2017-09-01xfs: skip bmbt block ino validation during owner changeBrian Foster
2017-09-01xfs: don't log dirty ranges for ordered buffersBrian Foster
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig
2017-09-01xfs: rename xfs_defer_join to xfs_defer_ijoinChristoph Hellwig
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig
2017-08-22xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino
2017-08-11xfs: fix inobt inode allocation search optimizationOmar Sandoval
2017-07-26xfs: fix multi-AG deadlock in xfs_bunmapiChristoph Hellwig
2017-07-25xfs: check that dir block entries don't off the end of the bufferDarrick J. Wong
2017-07-20xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong
2017-07-20xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeDarrick J. Wong
2017-07-20xfs: check _btree_check_block valueDarrick J. Wong
2017-07-13Revert "xfs: grab dquots without taking the ilock"Christoph Hellwig
2017-07-13xfs: fixup xfs_attr_get_ilockedChristoph Hellwig
2017-07-07xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong
2017-06-27xfs: grab dquots without taking the ilockDarrick J. Wong
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong
2017-06-20xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong
2017-06-20xfs: pass along transaction context when reading directory block buffersDarrick J. Wong
2017-06-20xfs: return the hash value of a leaf1 directory blockDarrick J. Wong
2017-06-19xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrubDarrick J. Wong
2017-06-19xfs: plumb in needed functions for range querying of various btreesDarrick J. Wong
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong