summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+3
| * 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/+1
| * xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-033-0/+43
| * xfs: add a couple of queries to iterate free extents in the rtbitmapDarrick J. Wong2017-04-031-0/+70
| * xfs: create a function to query all records in a btreeDarrick J. Wong2017-04-036-7/+57
| * xfs: provide a query_range function for freespace btreesDarrick J. Wong2017-04-032-0/+52
| * xfs: plumb in needed functions for range querying of the freespace btreesDarrick J. Wong2017-04-031-43/+129
| * xfs: fix up inode validation failure messageEric Sandeen2017-04-031-1/+1
| * xfs: remove the ISUNWRITTEN macroChristoph Hellwig2017-04-031-1/+0
| * xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig2017-04-031-0/+12
| * xfs: rework the inline directory verifiersDarrick J. Wong2017-03-284-47/+56
* | xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko2017-05-031-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-172-18/+2
* xfs: tune down agno asserts in the bmap codeChristoph Hellwig2017-02-161-16/+6
* xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra2017-02-161-2/+1
* xfs: split indlen reservations fairly when under reservedBrian Foster2017-02-161-18/+43
* xfs: handle indlen shortage on delalloc extent mergeBrian Foster2017-02-161-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-061-1/+2
* xfs: allow unwritten extents in the CoW forkDarrick J. Wong2017-02-021-30/+50
* xfs: verify free block header fieldsDarrick J. Wong2017-02-021-2/+49
* xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong2017-02-021-1/+5
* xfs: filter out obviously bad btree pointersDarrick J. Wong2017-02-023-6/+4
* xfs: fail _dir_open when readahead failsDarrick J. Wong2017-02-022-5/+3
* xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong2017-02-021-2/+1
* xfs: remove unused struct declarationsEric Sandeen2017-01-301-1/+0
* xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen2017-01-304-31/+13
* xfs: make xfs_btree_magic more genericEric Sandeen2017-01-302-8/+28
* xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen2017-01-303-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/+0
* 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
* xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann2017-01-182-2/+2
* xfs: sanity check inode di_modeAmir Goldstein2017-01-171-0/+3
* xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein2017-01-172-17/+24
* xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein2017-01-171-0/+3
* xfs: sanity check directory inode di_sizeAmir Goldstein2017-01-172-3/+7
* xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig2017-01-091-3/+4
* xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig2017-01-092-65/+18
* xfs: fix bogus minleft manipulationsChristoph Hellwig2017-01-093-22/+8