summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2017-10-16xfs: trim writepage mapping to within eofBrian Foster2-0/+12
2017-10-11xfs: handle error if xfs_btree_get_bufs failsEric Sandeen1-0/+8
2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer2-4/+4
2017-10-11xfs: Don't log uninitialised fields in inode structuresDave Chinner1-19/+8
2017-09-26xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong1-15/+2
2017-09-26xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong1-2/+10
2017-09-02xfs: fix compiler warningsDarrick J. Wong2-7/+4
2017-09-01xfs: simplify the rmap code in xfs_bmse_mergeDarrick J. Wong1-4/+3
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_atChristoph Hellwig1-16/+4
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extentsChristoph Hellwig1-92/+88
2017-09-01xfs: move some code around inside xfs_bmap_shift_extentsChristoph Hellwig1-25/+29
2017-09-01xfs: use xfs_iext_get_extent in xfs_bmap_first_unusedChristoph Hellwig1-5/+7
2017-09-01xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insertChristoph Hellwig1-4/+7
2017-09-01xfs: add a xfs_iext_update_extent helperChristoph Hellwig3-6/+20
2017-09-01xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster1-8/+18
2017-09-01xfs: skip bmbt block ino validation during owner changeBrian Foster3-1/+4
2017-09-01xfs: don't log dirty ranges for ordered buffersBrian Foster2-6/+2
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig6-93/+99
2017-09-01xfs: rename xfs_defer_join to xfs_defer_ijoinChristoph Hellwig3-4/+4
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig4-27/+22
2017-08-22xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino1-28/+27
2017-08-12xfs: fix inobt inode allocation search optimizationOmar Sandoval1-1/+1
2017-07-26xfs: fix multi-AG deadlock in xfs_bunmapiChristoph Hellwig1-0/+12
2017-07-25xfs: check that dir block entries don't off the end of the bufferDarrick J. Wong1-0/+4
2017-07-21xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong1-0/+4
2017-07-21xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeDarrick J. Wong1-0/+9
2017-07-21xfs: check _btree_check_block valueDarrick J. Wong1-2/+4
2017-07-14Revert "xfs: grab dquots without taking the ilock"Christoph Hellwig1-2/+0
2017-07-14xfs: fixup xfs_attr_get_ilockedChristoph Hellwig1-1/+3
2017-07-08xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong4-5/+5
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong3-3/+4
2017-06-28xfs: grab dquots without taking the ilockDarrick J. Wong1-0/+2
2017-06-28xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong9-29/+17
2017-06-20xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong2-10/+21
2017-06-20xfs: pass along transaction context when reading directory block buffersDarrick J. Wong1-2/+2
2017-06-20xfs: return the hash value of a leaf1 directory blockDarrick J. Wong3-10/+12
2017-06-20xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrubDarrick J. Wong2-17/+32
2017-06-20xfs: plumb in needed functions for range querying of various btreesDarrick J. Wong2-0/+48
2017-06-20xfs: export various function for the online scrubberDarrick J. Wong11-11/+35
2017-06-20xfs: always compile the btree inorder check functionsDarrick J. Wong6-26/+0
2017-06-20xfs: remove double-underscore integer typesDarrick J. Wong32-392/+392
2017-06-20xfs: optimize _btree_query_allDarrick J. Wong1-5/+7
2017-06-19xfs: remove XFS_HSIZEChristoph Hellwig1-4/+0
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong4-18/+48
2017-05-25xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen1-1/+1
2017-05-19xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong1-12/+31
2017-05-16xfs: fix warnings about unused stack variablesDarrick J. Wong1-2/+0
2017-05-16xfs: fix indlen accounting error on partial delalloc conversionBrian Foster1-3/+4
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds18-383/+584
2017-05-04xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko1-1/+1