summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-0618-383/+584
|\
| * xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong2017-05-031-6/+17
| * xfs: simplify validation of the unwritten extent bitChristoph Hellwig2017-04-256-122/+41Star
| * xfs: remove unused values from xfs_exntst_tChristoph Hellwig2017-04-251-1/+0Star
| * xfs: remove the unused XFS_MAXLINK_1 defineChristoph Hellwig2017-04-251-2/+0Star
| * xfs: more do_div cleanupsEric Sandeen2017-04-251-1/+1
| * xfs: remove bmap block allocation retriesChristoph Hellwig2017-04-252-46/+0Star
| * xfs: remove xfs_bmap_remap_allocChristoph Hellwig2017-04-251-58/+2Star
| * xfs: introduce xfs_bmapi_remapChristoph Hellwig2017-04-251-45/+112
| * xfs: pass individual arguments to xfs_bmap_add_extent_hole_realChristoph Hellwig2017-04-251-59/+64
| * xfs: remove attr fork handling in xfs_bmap_finish_oneChristoph Hellwig2017-04-251-6/+3Star
| * xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig2017-04-251-1/+1
| * xfs: simplify xfs_calc_dquots_per_chunkEric Sandeen2017-04-121-6/+1Star
| * xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-043-0/+43
| * xfs: add a couple of queries to iterate free extents in the rtbitmapDarrick J. Wong2017-04-041-0/+70
| * xfs: create a function to query all records in a btreeDarrick J. Wong2017-04-046-7/+57
| * xfs: provide a query_range function for freespace btreesDarrick J. Wong2017-04-042-0/+52
| * xfs: plumb in needed functions for range querying of the freespace btreesDarrick J. Wong2017-04-041-43/+129
| * xfs: fix up inode validation failure messageEric Sandeen2017-04-041-1/+1
| * xfs: remove the ISUNWRITTEN macroChristoph Hellwig2017-04-041-1/+0Star
| * xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig2017-04-041-0/+12
| * xfs: rework the inline directory verifiersDarrick J. Wong2017-03-284-47/+56
* | xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko2017-05-041-1/+1
* | xfs: rework the inline directory verifiersDarrick J. Wong2017-04-034-47/+56
|/
* xfs: verify inline directory data forksDarrick J. Wong2017-03-154-4/+113
* xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig2017-03-082-6/+10
* xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster2017-03-081-10/+14
* xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig2017-02-182-18/+2Star
* xfs: tune down agno asserts in the bmap codeChristoph Hellwig2017-02-171-16/+6Star
* xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra2017-02-171-2/+1Star
* xfs: split indlen reservations fairly when under reservedBrian Foster2017-02-171-18/+43
* xfs: handle indlen shortage on delalloc extent mergeBrian Foster2017-02-171-3/+6
* xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig2017-02-091-44/+49
* xfs: go straight to real allocations for direct I/O COW writesChristoph Hellwig2017-02-071-1/+2
* xfs: allow unwritten extents in the CoW forkDarrick J. Wong2017-02-031-30/+50
* xfs: verify free block header fieldsDarrick J. Wong2017-02-031-2/+49
* xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong2017-02-031-1/+5
* xfs: filter out obviously bad btree pointersDarrick J. Wong2017-02-033-6/+4Star
* xfs: fail _dir_open when readahead failsDarrick J. Wong2017-02-032-5/+3Star
* xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong2017-02-031-2/+1Star
* xfs: remove unused struct declarationsEric Sandeen2017-01-311-1/+0Star
* xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen2017-01-314-31/+13Star
* xfs: make xfs_btree_magic more genericEric Sandeen2017-01-312-8/+28
* xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen2017-01-313-5/+7
* xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig2017-01-251-2/+2
* xfs: remove racy hasattr check from attr opsBrian Foster2017-01-251-6/+0Star
* xfs: use per-AG reservations for the finobtChristoph Hellwig2017-01-253-9/+131
* xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig2017-01-251-9/+14
* xfs: verify dirblocklog correctlyDarrick J. Wong2017-01-241-1/+1
* xfs: fix COW writeback raceChristoph Hellwig2017-01-232-13/+37