summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-09xfs: fix btree scrub deref checkDarrick J. Wong
2017-11-09xfs: fix uninitialized return values in scrub codeDarrick J. Wong
2017-11-09xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Darrick J. Wong
2017-11-09xfs: refactor the directory data block bestfree checksDarrick J. Wong
2017-11-06xfs: mark xlog_verify_dest_ptr STATICChristoph Hellwig
2017-11-06xfs: mark xlog_recover_check_summary STATICChristoph Hellwig
2017-11-06xfs: mark xfs_btree_check_lblock and xfs_btree_check_ptr staticChristoph Hellwig
2017-11-06xfs: remove unreachable error injection code in xfs_qm_dqgetChristoph Hellwig
2017-11-06xfs: remove unused debug counts for xfs_lock_inodesChristoph Hellwig
2017-11-06xfs: mark xfs_errortag_ktype staticChristoph Hellwig
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig
2017-11-06xfs: always define STATIC to static noinlineChristoph Hellwig
2017-11-06xfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.hChristoph Hellwig
2017-11-06xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentChristoph Hellwig
2017-11-06xfs: remove the nr_extents argument to xfs_iext_removeChristoph Hellwig
2017-11-06xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig
2017-11-06xfs: allow unaligned extent records in xfs_bmbt_disk_set_allChristoph Hellwig
2017-11-06xfs: remove support for inlining data/extents into the inode forkChristoph Hellwig
2017-11-06xfs: simplify xfs_reflink_convert_cowChristoph Hellwig
2017-11-06xfs: iterate backwards in xfs_reflink_cancel_cow_blocksChristoph Hellwig
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig
2017-11-06xfs: iterate over extents in xfs_bmap_extents_to_btreeChristoph Hellwig
2017-11-06xfs: iterate over extents in xfs_iextents_copyChristoph Hellwig
2017-11-06xfs: pass an on-disk extent to xfs_bmbt_validate_extentChristoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_collapse_extentsChristoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_del_extent_*Christoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_unwritten_realChristoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_realChristoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_delayChristoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_delay_realChristoph Hellwig
2017-11-06xfs: remove a duplicate assignment in xfs_bmap_add_extent_delay_realChristoph Hellwig
2017-11-06xfs: don't create overlapping extents in xfs_bmap_add_extent_delay_realChristoph Hellwig
2017-11-03xfs: scrub: avoid uninitialized return codeDarrick J. Wong
2017-11-03xfs: truncate pagecache before writeback in xfs_setattr_size()Eryu Guan
2017-11-01xfs: convert remaining xfs_sb_version_... checks to boolDave Chinner
2017-11-01xfs: scrub extended attribute leaf spaceDarrick J. Wong
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong
2017-11-01xfs: remove inode log format typedefDarrick J. Wong
2017-10-31xfs: remove redundant assignment to variable bitColin Ian King
2017-10-27xfs: fix unused variable warning in xfs_buf_set_ref()Brian Foster
2017-10-27xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong
2017-10-27xfs: abort dir/attr btree operation if btree is obviously weirdDarrick J. Wong
2017-10-27xfs: refactor extended attribute list operationDarrick J. Wong
2017-10-26xfs: validate sb_logsunit is a multiple of the fs blocksizeDarrick J. Wong
2017-10-26xfs: drain the buffer LRU on mountBrian Foster
2017-10-26xfs: fix log block underflow during recovery cycle verificationBrian Foster
2017-10-26xfs: more robust recovery xlog buffer validationBrian Foster
2017-10-26xfs: add a new xfs_iext_lookup_extent_before helperChristoph Hellwig
2017-10-26xfs: merge xfs_bmap_read_extents into xfs_iread_extentsChristoph Hellwig