summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2017-12-20xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig
2017-10-27xfs: trim writepage mapping to within eofBrian Foster
2017-10-27xfs: handle error if xfs_btree_get_bufs failsEric Sandeen
2017-10-27xfs: Don't log uninitialised fields in inode structuresDave Chinner
2017-10-27xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong
2017-09-20xfs: fix compiler warningsDarrick J. Wong
2017-09-20xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster
2017-09-20xfs: skip bmbt block ino validation during owner changeBrian Foster
2017-09-20xfs: don't log dirty ranges for ordered buffersBrian Foster
2017-09-20xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino
2017-09-20xfs: fix inobt inode allocation search optimizationOmar Sandoval
2017-09-20xfs: fix multi-AG deadlock in xfs_bunmapiChristoph Hellwig
2017-09-20xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong
2017-09-20xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeDarrick J. Wong
2017-09-20xfs: check _btree_check_block valueDarrick J. Wong
2017-09-20xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong
2017-09-20xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong
2017-06-07xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen
2017-06-07xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong
2017-06-07xfs: fix indlen accounting error on partial delalloc conversionBrian Foster
2017-06-07xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong
2017-06-07xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig
2017-06-07xfs: rework the inline directory verifiersDarrick J. Wong
2017-06-07xfs: verify inline directory data forksDarrick J. Wong
2017-04-08xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig
2017-04-08xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster
2017-04-08xfs: tune down agno asserts in the bmap codeChristoph Hellwig
2017-04-08xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra
2017-04-08xfs: split indlen reservations fairly when under reservedBrian Foster
2017-04-08xfs: handle indlen shortage on delalloc extent mergeBrian Foster
2017-04-08xfs: allow unwritten extents in the CoW forkDarrick J. Wong
2017-04-08xfs: verify free block header fieldsDarrick J. Wong
2017-04-08xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong
2017-04-08xfs: filter out obviously bad btree pointersDarrick J. Wong
2017-04-08xfs: fail _dir_open when readahead failsDarrick J. Wong
2017-04-08xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong
2017-04-08xfs: use per-AG reservations for the finobtChristoph Hellwig
2017-04-08xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig
2017-02-04xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig
2017-02-04xfs: remove racy hasattr check from attr opsBrian Foster
2017-02-04xfs: verify dirblocklog correctlyDarrick J. Wong
2017-02-04xfs: fix COW writeback raceChristoph Hellwig
2017-02-04xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann
2017-02-04xfs: sanity check inode di_modeAmir Goldstein
2017-02-04xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein
2017-02-04xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein
2017-02-04xfs: sanity check directory inode di_sizeAmir Goldstein
2017-02-04xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig
2017-02-04xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig
2017-02-04xfs: fix bogus minleft manipulationsChristoph Hellwig