summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
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
2017-06-19xfs: always compile the btree inorder check functionsDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-19xfs: optimize _btree_query_allDarrick J. Wong
2017-06-19xfs: remove XFS_HSIZEChristoph Hellwig
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong
2017-05-25xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen
2017-05-19xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong
2017-05-16xfs: fix warnings about unused stack variablesDarrick J. Wong
2017-05-16xfs: fix indlen accounting error on partial delalloc conversionBrian Foster
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-05-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko
2017-05-03xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong
2017-04-25xfs: simplify validation of the unwritten extent bitChristoph Hellwig
2017-04-25xfs: remove unused values from xfs_exntst_tChristoph Hellwig
2017-04-25xfs: remove the unused XFS_MAXLINK_1 defineChristoph Hellwig
2017-04-25xfs: more do_div cleanupsEric Sandeen
2017-04-25xfs: remove bmap block allocation retriesChristoph Hellwig