aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2015-09-21xfs: Fix file type directory corruption for btree directoriesJan Kara
2015-09-21xfs: Fix xfs_attr_leafblock definitionJan Kara
2015-09-21libxfs: readahead of dir3 data blocks should use the read verifierDarrick J. Wong
2015-08-10xfs: remote attributes need to be considered dataDave Chinner
2015-08-10xfs: remote attribute headers contain an invalid LSNDave Chinner
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner
2015-05-29xfs: extent size hints can round up extents past MAXEXTLENDave Chinner
2015-05-29xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang
2015-04-13Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner
2015-04-13xfs: kill unnecessary firstused overflow check on attr3 leaf removalBrian Foster
2015-04-13xfs: use larger in-core attr firstused field and detect overflowBrian Foster
2015-04-13xfs: pass attr geometry to attr leaf header conversion functionsBrian Foster
2015-03-25Merge branch 'fallocate-insert-range' into for-nextDave Chinner
2015-03-25Merge branch 'xfs-misc-fixes-for-4.1-2' into for-nextDave Chinner
2015-03-25xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon
2015-03-25xfs: fix shadow warning in xfs_da3_root_split()Fabian Frederick
2015-03-25xfs: remove xfs_bmap_sanity_check()Dave Chinner
2015-02-24Merge branch 'xfs-generic-sb-counters' into for-nextDave Chinner
2015-02-24xfs: xfs_alloc_fix_minleft can underflow near ENOSPCDave Chinner
2015-02-24xfs: remove old and redundant comment in xfs_mount_validate_sbWang Sheng-Hui
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen
2015-02-23xfs: remove xfs_mod_incore_sb APIDave Chinner
2015-02-23xfs: introduce xfs_mod_frextentsDave Chinner
2015-02-23xfs: Remove icsb infrastructureDave Chinner
2015-02-23xfs: use generic percpu counters for free block counterDave Chinner
2015-02-23xfs: use generic percpu counters for free inode counterDave Chinner
2015-02-23xfs: use generic percpu counters for inode counterDave Chinner
2015-01-22Merge branch 'xfs-buf-type-fixes' into for-nextDave Chinner
2015-01-22xfs: set buf types when converting extent formatsDave Chinner
2015-01-22Merge branch 'xfs-sb-logging-rework' into for-nextDave Chinner
2015-01-22xfs: sanitise sb_bad_features2 handlingDave Chinner
2015-01-22xfs: consolidate superblock logging functionsDave Chinner
2015-01-22xfs: remove bitfield based superblock updatesDave Chinner
2015-01-09Merge branch 'xfs-misc-fixes-for-3.20-2' into for-nextDave Chinner
2015-01-09xfs: move xfs_bmap_finish prototypeDave Chinner
2015-01-09xfs: move struct xfs_bmalloca to libxfsDave Chinner
2015-01-09xfs: move xfs_types.h to libxfsDave Chinner
2015-01-09xfs: move xfs_fs.h to libxfsDave Chinner
2014-12-24xfs: Keep sb_bad_features2 consistent with sb_features2Jan Kara
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner
2014-12-04xfs: fix set-but-unused warningsDave Chinner
2014-12-04xfs: move type conversion functions to xfs_dir.hDave Chinner
2014-12-04xfs: move ftype conversion functions to libxfsDave Chinner
2014-12-04xfs: cleanup xfs_bmse_merge returnsDave Chinner
2014-12-04xfs: cleanup xfs_bmse_shift_one goto messDave Chinner
2014-12-04xfs: fix premature enospc on inode allocationDave Chinner
2014-12-01Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner
2014-12-01xfs: fix simple_return.cocci warning in xfs_bmse_shift_onekbuild test robot
2014-12-01libxfs: fix simple_return.cocci warningskbuild test robot