| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next | Dave Chinner | 2014-12-04 | 10 | -237/+205 |
|\ |
|
| * | xfs: fix set-but-unused warnings | Dave Chinner | 2014-12-04 | 6 | -46/+0 |
| * | xfs: move type conversion functions to xfs_dir.h | Dave Chinner | 2014-12-04 | 2 | -134/+134 |
| * | xfs: move ftype conversion functions to libxfs | Dave Chinner | 2014-12-04 | 3 | -6/+22 |
| * | xfs: cleanup xfs_bmse_merge returns | Dave Chinner | 2014-12-04 | 1 | -15/+8 |
| * | xfs: cleanup xfs_bmse_shift_one goto mess | Dave Chinner | 2014-12-04 | 1 | -26/+17 |
| * | xfs: fix premature enospc on inode allocation | Dave Chinner | 2014-12-04 | 1 | -10/+24 |
* | | Merge branch 'xfs-coccinelle-cleanups' into for-next | Dave Chinner | 2014-12-01 | 2 | -10/+2 |
|\| |
|
| * | xfs: fix simple_return.cocci warning in xfs_bmse_shift_one | kbuild test robot | 2014-12-01 | 1 | -5/+1 |
| * | libxfs: fix simple_return.cocci warnings | kbuild test robot | 2014-12-01 | 1 | -5/+1 |
* | | xfs: merge xfs_inum.h into xfs_format.h | Christoph Hellwig | 2014-11-28 | 6 | -64/+35 |
* | | xfs: move most of xfs_sb.h to xfs_format.h | Christoph Hellwig | 2014-11-28 | 22 | -604/+579 |
* | | xfs: merge xfs_ag.h into xfs_format.h | Christoph Hellwig | 2014-11-28 | 30 | -307/+250 |
* | | xfs: move acl structures to xfs_format.h | Christoph Hellwig | 2014-11-28 | 1 | -0/+36 |
* | | xfs: merge xfs_dinode.h into xfs_format.h | Christoph Hellwig | 2014-11-28 | 15 | -256/+215 |
|/ |
|
* | Merge branch 'xfs-misc-fixes-for-3.18-3' into for-next | Dave Chinner | 2014-10-13 | 2 | -1/+7 |
|\ |
|
| * | xfs: fix crc field handling in xfs_sb_to/from_disk | Eric Sandeen | 2014-10-02 | 1 | -0/+5 |
| * | xfs: don't send null bp to xfs_trans_brelse() | Eric Sandeen | 2014-10-02 | 1 | -1/+2 |
* | | Merge branch 'xfs-sparse-fixes' into for-next | Dave Chinner | 2014-09-29 | 1 | -3/+2 |
|\ \ |
|
| * | | xfs: fix use of agi_newino in finobt lookup | Dave Chinner | 2014-09-29 | 1 | -3/+2 |
* | | | Merge branch 'xfs-misc-fixes-for-3.18-2' into for-next | Dave Chinner | 2014-09-23 | 1 | -1/+0 |
|\ \ \
| | |/
| |/| |
|
| * | | xfs: don't ASSERT on corrupt ftype | Eric Sandeen | 2014-09-23 | 1 | -1/+0 |
| |/ |
|
* | | Merge branch 'xfs-shift-extents-rework' into for-next | Dave Chinner | 2014-09-23 | 2 | -128/+244 |
|\ \ |
|
| * | | xfs: writeback and inval. file range to be shifted by collapse | Brian Foster | 2014-09-23 | 1 | -0/+4 |
| * | | xfs: refactor single extent shift into xfs_bmse_shift_one() helper | Brian Foster | 2014-09-23 | 1 | -73/+91 |
| * | | xfs: refactor shift-by-merge into xfs_bmse_merge() helper | Brian Foster | 2014-09-23 | 1 | -75/+167 |
| * | | xfs: track collapse via file offset rather than extent index | Brian Foster | 2014-09-23 | 2 | -45/+47 |
* | | | Merge branch 'xfs-misc-fixes-for-3.18-1' into for-next | Dave Chinner | 2014-09-09 | 6 | -70/+56 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | xfs: remove rbpp check from xfs_rtmodify_summary_int | Eric Sandeen | 2014-09-09 | 1 | -13/+5 |
| * | xfs: combine xfs_rtmodify_summary and xfs_rtget_summary | Eric Sandeen | 2014-09-09 | 1 | -8/+37 |
| * | xfs: combine xfs_dir_canenter into xfs_dir_createname | Eric Sandeen | 2014-09-09 | 1 | -49/+11 |
| * | xfs: check resblks before calling xfs_dir_canenter | Eric Sandeen | 2014-09-09 | 2 | -7/+2 |
| * | xfs: add a few more verifier tests | Eric Sandeen | 2014-09-09 | 3 | -0/+8 |
* | | xfs: don't log inode unless extent shift makes extent modifications | Brian Foster | 2014-09-02 | 1 | -8/+10 |
|/ |
|
* | Merge branch 'xfs-misc-fixes-3.17-2' into for-next | Dave Chinner | 2014-08-04 | 1 | -4/+20 |
|\ |
|
| * | xfs: avoid false quotacheck after unclean shutdown | Eric Sandeen | 2014-08-04 | 1 | -4/+20 |
* | | Merge branch 'xfs-misc-fixes-3.17-1' into for-next | Dave Chinner | 2014-08-04 | 12 | -173/+41 |
|\ \ |
|
| * | | xfs: require 64-bit sector_t | Christoph Hellwig | 2014-07-30 | 11 | -171/+41 |
| * | | xfs: remove XFS_IS_OQUOTA_ON macros | Jie Liu | 2014-07-24 | 1 | -2/+0 |
| |/ |
|
* / | Merge branch 'xfs-libxfs-restructure' into for-next | Dave Chinner | 2014-07-15 | 4 | -13/+105 |
|/ |
|
* | xfs: global error sign conversion | Dave Chinner | 2014-06-25 | 22 | -255/+255 |
* | libxfs: move source files | Dave Chinner | 2014-06-25 | 26 | -0/+38213 |
* | libxfs: move header files | Dave Chinner | 2014-06-25 | 27 | -0/+5541 |
* | xfs: create libxfs infrastructure | Dave Chinner | 2014-06-25 | 2 | -0/+1440 |