aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner2-5/+5
2015-05-29xfs: extent size hints can round up extents past MAXEXTLENDave Chinner1-12/+19
2015-05-29xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang1-3/+6
2015-04-13Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner3-39/+131
2015-04-13xfs: kill unnecessary firstused overflow check on attr3 leaf removalBrian Foster1-2/+1
2015-04-13xfs: use larger in-core attr firstused field and detect overflowBrian Foster2-6/+92
2015-04-13xfs: pass attr geometry to attr leaf header conversion functionsBrian Foster2-31/+38
2015-03-25Merge branch 'fallocate-insert-range' into for-nextDave Chinner2-46/+323
2015-03-25Merge branch 'xfs-misc-fixes-for-4.1-2' into for-nextDave Chinner2-36/+4
2015-03-25xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2-46/+323
2015-03-25xfs: fix shadow warning in xfs_da3_root_split()Fabian Frederick1-4/+4
2015-03-25xfs: remove xfs_bmap_sanity_check()Dave Chinner1-33/+0
2015-02-24Merge branch 'xfs-generic-sb-counters' into for-nextDave Chinner4-93/+27
2015-02-24xfs: xfs_alloc_fix_minleft can underflow near ENOSPCDave Chinner1-1/+3
2015-02-24xfs: remove old and redundant comment in xfs_mount_validate_sbWang Sheng-Hui1-8/+0
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen5-49/+56
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen4-113/+121
2015-02-23xfs: remove xfs_mod_incore_sb APIDave Chinner1-62/+0
2015-02-23xfs: introduce xfs_mod_frextentsDave Chinner1-5/+3
2015-02-23xfs: Remove icsb infrastructureDave Chinner1-5/+3
2015-02-23xfs: use generic percpu counters for free block counterDave Chinner2-19/+14
2015-02-23xfs: use generic percpu counters for free inode counterDave Chinner1-0/+1
2015-02-23xfs: use generic percpu counters for inode counterDave Chinner2-2/+6
2015-01-22Merge branch 'xfs-buf-type-fixes' into for-nextDave Chinner2-1/+7
2015-01-22xfs: set buf types when converting extent formatsDave Chinner2-1/+7
2015-01-22Merge branch 'xfs-sb-logging-rework' into for-nextDave Chinner8-238/+171
2015-01-22xfs: sanitise sb_bad_features2 handlingDave Chinner2-8/+14
2015-01-22xfs: consolidate superblock logging functionsDave Chinner7-46/+60
2015-01-22xfs: remove bitfield based superblock updatesDave Chinner4-195/+108
2015-01-09Merge branch 'xfs-misc-fixes-for-3.20-2' into for-nextDave Chinner3-0/+746
2015-01-09xfs: move xfs_bmap_finish prototypeDave Chinner1-0/+2
2015-01-09xfs: move struct xfs_bmalloca to libxfsDave Chinner1-0/+31
2015-01-09xfs: move xfs_types.h to libxfsDave Chinner1-0/+137
2015-01-09xfs: move xfs_fs.h to libxfsDave Chinner1-0/+576
2014-12-24xfs: Keep sb_bad_features2 consistent with sb_features2Jan Kara1-5/+5
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner10-237/+205
2014-12-04xfs: fix set-but-unused warningsDave Chinner6-46/+0
2014-12-04xfs: move type conversion functions to xfs_dir.hDave Chinner2-134/+134
2014-12-04xfs: move ftype conversion functions to libxfsDave Chinner3-6/+22
2014-12-04xfs: cleanup xfs_bmse_merge returnsDave Chinner1-15/+8
2014-12-04xfs: cleanup xfs_bmse_shift_one goto messDave Chinner1-26/+17
2014-12-04xfs: fix premature enospc on inode allocationDave Chinner1-10/+24
2014-12-01Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner2-10/+2
2014-12-01xfs: fix simple_return.cocci warning in xfs_bmse_shift_onekbuild test robot1-5/+1
2014-12-01libxfs: fix simple_return.cocci warningskbuild test robot1-5/+1
2014-11-28xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig6-64/+35
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig22-604/+579
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig30-307/+250
2014-11-28xfs: move acl structures to xfs_format.hChristoph Hellwig1-0/+36
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig15-256/+215