aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko1-1/+1
2017-05-03xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong1-6/+17
2017-04-25xfs: simplify validation of the unwritten extent bitChristoph Hellwig6-122/+41
2017-04-25xfs: remove unused values from xfs_exntst_tChristoph Hellwig1-1/+0
2017-04-25xfs: remove the unused XFS_MAXLINK_1 defineChristoph Hellwig1-2/+0
2017-04-25xfs: more do_div cleanupsEric Sandeen1-1/+1
2017-04-25xfs: remove bmap block allocation retriesChristoph Hellwig2-46/+0
2017-04-25xfs: remove xfs_bmap_remap_allocChristoph Hellwig1-58/+2
2017-04-25xfs: introduce xfs_bmapi_remapChristoph Hellwig1-45/+112
2017-04-25xfs: pass individual arguments to xfs_bmap_add_extent_hole_realChristoph Hellwig1-59/+64
2017-04-25xfs: remove attr fork handling in xfs_bmap_finish_oneChristoph Hellwig1-6/+3
2017-04-25xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig1-1/+1
2017-04-12xfs: simplify xfs_calc_dquots_per_chunkEric Sandeen1-6/+1
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong3-0/+43
2017-04-03xfs: add a couple of queries to iterate free extents in the rtbitmapDarrick J. Wong1-0/+70
2017-04-03xfs: create a function to query all records in a btreeDarrick J. Wong6-7/+57
2017-04-03xfs: provide a query_range function for freespace btreesDarrick J. Wong2-0/+52
2017-04-03xfs: plumb in needed functions for range querying of the freespace btreesDarrick J. Wong1-43/+129
2017-04-03xfs: fix up inode validation failure messageEric Sandeen1-1/+1
2017-04-03xfs: remove the ISUNWRITTEN macroChristoph Hellwig1-1/+0
2017-04-03xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig1-0/+12
2017-04-03xfs: rework the inline directory verifiersDarrick J. Wong4-47/+56
2017-03-28xfs: rework the inline directory verifiersDarrick J. Wong4-47/+56
2017-03-15xfs: verify inline directory data forksDarrick J. Wong4-4/+113
2017-03-08xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig2-6/+10
2017-03-08xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster1-10/+14
2017-02-17xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig2-18/+2
2017-02-16xfs: tune down agno asserts in the bmap codeChristoph Hellwig1-16/+6
2017-02-16xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra1-2/+1
2017-02-16xfs: split indlen reservations fairly when under reservedBrian Foster1-18/+43
2017-02-16xfs: handle indlen shortage on delalloc extent mergeBrian Foster1-3/+6
2017-02-09xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig1-44/+49
2017-02-06xfs: go straight to real allocations for direct I/O COW writesChristoph Hellwig1-1/+2
2017-02-02xfs: allow unwritten extents in the CoW forkDarrick J. Wong1-30/+50
2017-02-02xfs: verify free block header fieldsDarrick J. Wong1-2/+49
2017-02-02xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong1-1/+5
2017-02-02xfs: filter out obviously bad btree pointersDarrick J. Wong3-6/+4
2017-02-02xfs: fail _dir_open when readahead failsDarrick J. Wong2-5/+3
2017-02-02xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong1-2/+1
2017-01-30xfs: remove unused struct declarationsEric Sandeen1-1/+0
2017-01-30xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen4-31/+13
2017-01-30xfs: make xfs_btree_magic more genericEric Sandeen2-8/+28
2017-01-30xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen3-5/+7
2017-01-25xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig1-2/+2
2017-01-25xfs: remove racy hasattr check from attr opsBrian Foster1-6/+0
2017-01-25xfs: use per-AG reservations for the finobtChristoph Hellwig3-9/+131
2017-01-25xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig1-9/+14
2017-01-24xfs: verify dirblocklog correctlyDarrick J. Wong1-1/+1
2017-01-23xfs: fix COW writeback raceChristoph Hellwig2-13/+37