Age | Commit message (Expand) | Author | Files | Lines |
2015-02-24 | xfs: xfs_alloc_fix_minleft can underflow near ENOSPC | Dave Chinner | 1 | -1/+3 |
2015-02-24 | xfs: remove old and redundant comment in xfs_mount_validate_sb | Wang Sheng-Hui | 1 | -8/+0 |
2015-02-23 | xfs: pass mp to XFS_WANT_CORRUPTED_RETURN | Eric Sandeen | 5 | -49/+56 |
2015-02-23 | xfs: pass mp to XFS_WANT_CORRUPTED_GOTO | Eric Sandeen | 4 | -113/+121 |
2015-01-22 | Merge branch 'xfs-buf-type-fixes' into for-next | Dave Chinner | 2 | -1/+7 |
2015-01-22 | xfs: set buf types when converting extent formats | Dave Chinner | 2 | -1/+7 |
2015-01-22 | Merge branch 'xfs-sb-logging-rework' into for-next | Dave Chinner | 8 | -238/+171 |
2015-01-22 | xfs: sanitise sb_bad_features2 handling | Dave Chinner | 2 | -8/+14 |
2015-01-22 | xfs: consolidate superblock logging functions | Dave Chinner | 7 | -46/+60 |
2015-01-22 | xfs: remove bitfield based superblock updates | Dave Chinner | 4 | -195/+108 |
2015-01-09 | Merge branch 'xfs-misc-fixes-for-3.20-2' into for-next | Dave Chinner | 3 | -0/+746 |
2015-01-09 | xfs: move xfs_bmap_finish prototype | Dave Chinner | 1 | -0/+2 |
2015-01-09 | xfs: move struct xfs_bmalloca to libxfs | Dave Chinner | 1 | -0/+31 |
2015-01-09 | xfs: move xfs_types.h to libxfs | Dave Chinner | 1 | -0/+137 |
2015-01-09 | xfs: move xfs_fs.h to libxfs | Dave Chinner | 1 | -0/+576 |
2014-12-24 | xfs: Keep sb_bad_features2 consistent with sb_features2 | Jan Kara | 1 | -5/+5 |
2014-12-04 | Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next | Dave Chinner | 10 | -237/+205 |
2014-12-04 | xfs: fix set-but-unused warnings | Dave Chinner | 6 | -46/+0 |
2014-12-04 | xfs: move type conversion functions to xfs_dir.h | Dave Chinner | 2 | -134/+134 |
2014-12-04 | xfs: move ftype conversion functions to libxfs | Dave Chinner | 3 | -6/+22 |
2014-12-04 | xfs: cleanup xfs_bmse_merge returns | Dave Chinner | 1 | -15/+8 |
2014-12-04 | xfs: cleanup xfs_bmse_shift_one goto mess | Dave Chinner | 1 | -26/+17 |
2014-12-04 | xfs: fix premature enospc on inode allocation | Dave Chinner | 1 | -10/+24 |
2014-12-01 | Merge branch 'xfs-coccinelle-cleanups' into for-next | Dave Chinner | 2 | -10/+2 |
2014-12-01 | xfs: fix simple_return.cocci warning in xfs_bmse_shift_one | kbuild test robot | 1 | -5/+1 |
2014-12-01 | libxfs: fix simple_return.cocci warnings | kbuild test robot | 1 | -5/+1 |
2014-11-28 | xfs: merge xfs_inum.h into xfs_format.h | Christoph Hellwig | 6 | -64/+35 |
2014-11-28 | xfs: move most of xfs_sb.h to xfs_format.h | Christoph Hellwig | 22 | -604/+579 |
2014-11-28 | xfs: merge xfs_ag.h into xfs_format.h | Christoph Hellwig | 30 | -307/+250 |
2014-11-28 | xfs: move acl structures to xfs_format.h | Christoph Hellwig | 1 | -0/+36 |
2014-11-28 | xfs: merge xfs_dinode.h into xfs_format.h | Christoph Hellwig | 15 | -256/+215 |
2014-10-13 | Merge branch 'xfs-misc-fixes-for-3.18-3' into for-next | Dave Chinner | 2 | -1/+7 |
2014-10-02 | xfs: fix crc field handling in xfs_sb_to/from_disk | Eric Sandeen | 1 | -0/+5 |
2014-10-02 | xfs: don't send null bp to xfs_trans_brelse() | Eric Sandeen | 1 | -1/+2 |
2014-09-29 | Merge branch 'xfs-sparse-fixes' into for-next | Dave Chinner | 1 | -3/+2 |
2014-09-29 | xfs: fix use of agi_newino in finobt lookup | Dave Chinner | 1 | -3/+2 |
2014-09-23 | Merge branch 'xfs-misc-fixes-for-3.18-2' into for-next | Dave Chinner | 1 | -1/+0 |
2014-09-23 | xfs: don't ASSERT on corrupt ftype | Eric Sandeen | 1 | -1/+0 |
2014-09-23 | Merge branch 'xfs-shift-extents-rework' into for-next | Dave Chinner | 2 | -128/+244 |
2014-09-23 | xfs: writeback and inval. file range to be shifted by collapse | Brian Foster | 1 | -0/+4 |
2014-09-23 | xfs: refactor single extent shift into xfs_bmse_shift_one() helper | Brian Foster | 1 | -73/+91 |
2014-09-23 | xfs: refactor shift-by-merge into xfs_bmse_merge() helper | Brian Foster | 1 | -75/+167 |
2014-09-23 | xfs: track collapse via file offset rather than extent index | Brian Foster | 2 | -45/+47 |
2014-09-09 | Merge branch 'xfs-misc-fixes-for-3.18-1' into for-next | Dave Chinner | 6 | -70/+56 |
2014-09-09 | xfs: remove rbpp check from xfs_rtmodify_summary_int | Eric Sandeen | 1 | -13/+5 |
2014-09-09 | xfs: combine xfs_rtmodify_summary and xfs_rtget_summary | Eric Sandeen | 1 | -8/+37 |
2014-09-09 | xfs: combine xfs_dir_canenter into xfs_dir_createname | Eric Sandeen | 1 | -49/+11 |
2014-09-09 | xfs: check resblks before calling xfs_dir_canenter | Eric Sandeen | 2 | -7/+2 |
2014-09-09 | xfs: add a few more verifier tests | Eric Sandeen | 3 | -0/+8 |
2014-09-02 | xfs: don't log inode unless extent shift makes extent modifications | Brian Foster | 1 | -8/+10 |