aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Merge branch 'xfs-buf-type-fixes' into for-nextGravatar Dave Chinner 2-1/+7
2015-01-22xfs: set buf types when converting extent formatsGravatar Dave Chinner 2-1/+7
2015-01-22Merge branch 'xfs-sb-logging-rework' into for-nextGravatar Dave Chinner 8-238/+171
2015-01-22xfs: sanitise sb_bad_features2 handlingGravatar Dave Chinner 2-8/+14
2015-01-22xfs: consolidate superblock logging functionsGravatar Dave Chinner 7-46/+60
2015-01-22xfs: remove bitfield based superblock updatesGravatar Dave Chinner 4-195/+108
2015-01-09Merge branch 'xfs-misc-fixes-for-3.20-2' into for-nextGravatar Dave Chinner 3-0/+746
2015-01-09xfs: move xfs_bmap_finish prototypeGravatar Dave Chinner 1-0/+2
2015-01-09xfs: move struct xfs_bmalloca to libxfsGravatar Dave Chinner 1-0/+31
2015-01-09xfs: move xfs_types.h to libxfsGravatar Dave Chinner 1-0/+137
2015-01-09xfs: move xfs_fs.h to libxfsGravatar Dave Chinner 1-0/+576
2014-12-24xfs: Keep sb_bad_features2 consistent with sb_features2Gravatar Jan Kara 1-5/+5
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextGravatar Dave Chinner 10-237/+205
2014-12-04xfs: fix set-but-unused warningsGravatar Dave Chinner 6-46/+0
2014-12-04xfs: move type conversion functions to xfs_dir.hGravatar Dave Chinner 2-134/+134
2014-12-04xfs: move ftype conversion functions to libxfsGravatar Dave Chinner 3-6/+22
2014-12-04xfs: cleanup xfs_bmse_merge returnsGravatar Dave Chinner 1-15/+8
2014-12-04xfs: cleanup xfs_bmse_shift_one goto messGravatar Dave Chinner 1-26/+17
2014-12-04xfs: fix premature enospc on inode allocationGravatar Dave Chinner 1-10/+24
2014-12-01Merge branch 'xfs-coccinelle-cleanups' into for-nextGravatar Dave Chinner 2-10/+2
2014-12-01xfs: fix simple_return.cocci warning in xfs_bmse_shift_oneGravatar kbuild test robot 1-5/+1
2014-12-01libxfs: fix simple_return.cocci warningsGravatar kbuild test robot 1-5/+1
2014-11-28xfs: merge xfs_inum.h into xfs_format.hGravatar Christoph Hellwig 6-64/+35
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hGravatar Christoph Hellwig 22-604/+579
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 30-307/+250
2014-11-28xfs: move acl structures to xfs_format.hGravatar Christoph Hellwig 1-0/+36
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hGravatar Christoph Hellwig 15-256/+215
2014-10-13Merge branch 'xfs-misc-fixes-for-3.18-3' into for-nextGravatar Dave Chinner 2-1/+7
2014-10-02xfs: fix crc field handling in xfs_sb_to/from_diskGravatar Eric Sandeen 1-0/+5
2014-10-02xfs: don't send null bp to xfs_trans_brelse()Gravatar Eric Sandeen 1-1/+2
2014-09-29Merge branch 'xfs-sparse-fixes' into for-nextGravatar Dave Chinner 1-3/+2
2014-09-29xfs: fix use of agi_newino in finobt lookupGravatar Dave Chinner 1-3/+2
2014-09-23Merge branch 'xfs-misc-fixes-for-3.18-2' into for-nextGravatar Dave Chinner 1-1/+0
2014-09-23xfs: don't ASSERT on corrupt ftypeGravatar Eric Sandeen 1-1/+0
2014-09-23Merge branch 'xfs-shift-extents-rework' into for-nextGravatar Dave Chinner 2-128/+244
2014-09-23xfs: writeback and inval. file range to be shifted by collapseGravatar Brian Foster 1-0/+4
2014-09-23xfs: refactor single extent shift into xfs_bmse_shift_one() helperGravatar Brian Foster 1-73/+91
2014-09-23xfs: refactor shift-by-merge into xfs_bmse_merge() helperGravatar Brian Foster 1-75/+167
2014-09-23xfs: track collapse via file offset rather than extent indexGravatar Brian Foster 2-45/+47
2014-09-09Merge branch 'xfs-misc-fixes-for-3.18-1' into for-nextGravatar Dave Chinner 6-70/+56
2014-09-09xfs: remove rbpp check from xfs_rtmodify_summary_intGravatar Eric Sandeen 1-13/+5
2014-09-09xfs: combine xfs_rtmodify_summary and xfs_rtget_summaryGravatar Eric Sandeen 1-8/+37
2014-09-09xfs: combine xfs_dir_canenter into xfs_dir_createnameGravatar Eric Sandeen 1-49/+11
2014-09-09xfs: check resblks before calling xfs_dir_canenterGravatar Eric Sandeen 2-7/+2
2014-09-09xfs: add a few more verifier testsGravatar Eric Sandeen 3-0/+8
2014-09-02xfs: don't log inode unless extent shift makes extent modificationsGravatar Brian Foster 1-8/+10
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextGravatar Dave Chinner 1-4/+20
2014-08-04Merge branch 'xfs-misc-fixes-3.17-1' into for-nextGravatar Dave Chinner 12-173/+41
2014-08-04xfs: avoid false quotacheck after unclean shutdownGravatar Eric Sandeen 1-4/+20
2014-07-30xfs: require 64-bit sector_tGravatar Christoph Hellwig 11-171/+41