Age | Commit message (Expand) | Author | Files | Lines |
2015-11-03 | Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next | Dave Chinner | 1 | -0/+10 |
2015-11-03 | xfs: don't leak uuid table on rmmod | Darrick J. Wong | 1 | -0/+10 |
2015-10-12 | xfs: per-filesystem stats in sysfs | Bill O'Donnell | 1 | -1/+10 |
2015-08-19 | xfs: clean up root inode properly on mount failure | Brian Foster | 1 | -0/+2 |
2015-08-19 | xfs: don't leave EFIs on AIL on mount failure | Brian Foster | 1 | -12/+14 |
2015-06-01 | Merge branch 'xfs-sparse-inode' into for-next | Dave Chinner | 1 | -0/+16 |
2015-05-29 | xfs: sparse inode chunks feature helpers and mount requirements | Brian Foster | 1 | -0/+16 |
2015-05-29 | xfs: inode and free block counters need to use __percpu_counter_compare | Dave Chinner | 1 | -14/+20 |
2015-02-23 | xfs: remove xfs_mod_incore_sb API | Dave Chinner | 1 | -136/+0 |
2015-02-23 | xfs: replace xfs_mod_incore_sb_batched | Dave Chinner | 1 | -51/+0 |
2015-02-23 | xfs: introduce xfs_mod_frextents | Dave Chinner | 1 | -8/+19 |
2015-02-23 | xfs: Remove icsb infrastructure | Dave Chinner | 1 | -515/+1 |
2015-02-23 | xfs: use generic percpu counters for free block counter | Dave Chinner | 1 | -94/+98 |
2015-02-23 | xfs: use generic percpu counters for free inode counter | Dave Chinner | 1 | -43/+33 |
2015-02-23 | xfs: use generic percpu counters for inode counter | Dave Chinner | 1 | -41/+35 |
2015-01-22 | xfs: sanitise sb_bad_features2 handling | Dave Chinner | 1 | -12/+11 |
2015-01-22 | xfs: consolidate superblock logging functions | Dave Chinner | 1 | -66/+12 |
2015-01-22 | xfs: remove bitfield based superblock updates | Dave Chinner | 1 | -14/+8 |
2014-12-04 | Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next | Dave Chinner | 1 | -0/+1 |
2014-12-04 | xfs: move type conversion functions to xfs_dir.h | Dave Chinner | 1 | -0/+1 |
2014-11-28 | Merge branch 'xfs-consolidate-format-defs' into for-next | Dave Chinner | 1 | -3/+0 |
2014-11-28 | xfs: merge xfs_inum.h into xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
2014-11-28 | xfs: merge xfs_ag.h into xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
2014-11-28 | xfs: merge xfs_dinode.h into xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
2014-11-28 | xfs: allow lazy sb counter sync during filesystem freeze sequence | Brian Foster | 1 | -8/+21 |
2014-10-02 | Merge branch 'xfs-buf-iosubmit' into for-next | Dave Chinner | 1 | -29/+26 |
2014-10-02 | xfs: check xfs_buf_read_uncached returns correctly | Dave Chinner | 1 | -29/+26 |
2014-09-29 | xfs: xfs_kset should be static | Dave Chinner | 1 | -3/+0 |
2014-08-04 | Merge branch 'xfs-misc-fixes-3.17-2' into for-next | Dave Chinner | 1 | -1/+0 |
2014-08-04 | Merge branch 'xfs-misc-fixes-3.17-1' into for-next | Dave Chinner | 1 | -7/+3 |
2014-08-04 | xfs: fix coccinelle warnings | kbuild test robot | 1 | -1/+1 |
2014-08-04 | xfs: avoid false quotacheck after unclean shutdown | Eric Sandeen | 1 | -1/+0 |
2014-07-30 | xfs: require 64-bit sector_t | Christoph Hellwig | 1 | -5/+1 |
2014-07-24 | xfs: allow inode allocations in post-growfs disk space | Eric Sandeen | 1 | -2/+2 |
2014-07-15 | xfs: add xfs_mount sysfs kobject | Brian Foster | 1 | -1/+13 |
2014-07-15 | xfs: fix a couple error sequence jumps in xfs_mountfs() | Brian Foster | 1 | -2/+2 |
2014-06-25 | xfs: global error sign conversion | Dave Chinner | 1 | -35/+35 |
2014-06-22 | xfs: Nuke XFS_ERROR macro | Eric Sandeen | 1 | -24/+24 |
2014-06-10 | Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next | Dave Chinner | 1 | -6/+17 |
2014-06-10 | Merge branch 'xfs-da-geom' into for-next | Dave Chinner | 1 | -7/+9 |
2014-06-06 | xfs: xfs_readsb needs to check for magic numbers | Dave Chinner | 1 | -6/+17 |
2014-06-06 | xfs: introduce directory geometry structure | Dave Chinner | 1 | -7/+9 |
2014-05-20 | xfs: turn NLINK feature on by default | Dave Chinner | 1 | -0/+6 |
2014-05-05 | xfs: fully support v5 format filesystems | Dave Chinner | 1 | -2/+0 |
2014-03-13 | Merge branch 'xfs-bug-fixes-for-3.15-2' into for-next | Dave Chinner | 1 | -0/+3 |
2014-03-07 | xfs: don't leak EFSBADCRC to userspace | Dave Chinner | 1 | -0/+3 |
2014-02-19 | xfs: skip verification on initial "guess" superblock read | Eric Sandeen | 1 | -8/+16 |
2013-11-18 | xfs: increase inode cluster size for v5 filesystems | Dave Chinner | 1 | -0/+15 |
2013-10-24 | xfs: decouple inode and bmap btree header files | Dave Chinner | 1 | -11/+4 |
2013-10-24 | xfs: decouple log and transaction headers | Dave Chinner | 1 | -4/+6 |