summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2020-03-03xfs: create a new inode fork block unmap helperDarrick J. Wong
2020-03-03xfs: repair inode block mapsDarrick J. Wong
2020-03-03xfs: zap broken inode forksDarrick J. Wong
2020-03-03xfs: repair inode recordsDarrick J. Wong
2020-03-03xfs: repair inode btreesDarrick J. Wong
2020-03-03xfs: repair free space btreesDarrick J. Wong
2020-03-03xfs: support staging cursors for per-AG btree typesbtree-bulk-loading_2020-03-03Darrick J. Wong
2020-03-03xfs: support bulk loading of staged btreesDarrick J. Wong
2020-03-03xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong
2020-03-03xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong
2020-03-03xfs: check owner of dir3 blocksverifier-fixes_2020-03-03Darrick J. Wong
2020-03-03xfs: check owner of dir3 data blocksDarrick J. Wong
2020-03-03xfs: check owner of dir3 free blocksDarrick J. Wong
2020-03-03xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong
2020-03-03xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsDarrick J. Wong
2020-03-03xfs: xfs_buf_corruption_error should take __this_addressDarrick J. Wong
2020-03-03xfs: force writes to delalloc regions to unwrittenDarrick J. Wong
2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong
2020-01-26xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callersDarrick J. Wong
2020-01-26xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_trans_get_buf_map return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_read return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_get_uncached return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_get return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_read_map return an error codeDarrick J. Wong
2020-01-16xfs: make struct xfs_buf_log_format have a consistent sizeDarrick J. Wong
2020-01-16xfs: streamline xfs_attr3_leaf_inactiveDarrick J. Wong
2020-01-16xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong
2020-01-16xfs: refactor remote attr value buffer invalidationDarrick J. Wong
2020-01-15xfs: Add __packed to xfs_dir2_sf_entry_t definitionxfs-5.6-merge-4Vincenzo Frascino
2020-01-14xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong
2020-01-09xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson
2020-01-09xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig
2020-01-09xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig
2020-01-07xfs: remove shadow variable in xfs_btree_lshiftxfs-5.6-merge-2Eric Sandeen
2019-12-20xfs: Make the symbol 'xfs_rtalloc_log_count' staticxfs-5.5-fixes-2Chen Wandun
2019-12-19xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...xfs-5.5-fixes-1Darrick J. Wong
2019-12-19xfs: refactor agfl length computation functionDarrick J. Wong
2019-12-19libxfs: resync with the userspace libxfsDarrick J. Wong
2019-12-17xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong
2019-12-11xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster
2019-12-07Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-12-02xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval
2019-12-02xfs: fix realtime file data space leakOmar Sandoval
2019-12-02Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-11-30Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufxfs-5.5-merge-15Christoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig
2019-11-22xfs: split xfs_da3_node_readChristoph Hellwig