Age | Commit message (Expand) | Author | Files | Lines |
2014-10-02 | xfs: kill time.h | Dave Chinner | 5 | -41/+8 |
2014-10-02 | xfs: compat_xfs_bstat does not have forkoff | Dave Chinner | 2 | -1/+4 |
2014-09-23 | xfs: flush entire last page of old EOF on truncate up | Dave Chinner | 1 | -0/+30 |
2014-09-23 | xfs: xfs_swap_extent_flush can be static | Dave Chinner | 1 | -1/+1 |
2014-09-23 | xfs: xfs_buf_write_fail_rl_state can be static | Dave Chinner | 1 | -1/+1 |
2014-09-23 | xfs: xfs_rtget_summary can be static | Fengguang Wu | 1 | -1/+1 |
2014-09-23 | xfs: remove second xfs_quota.h inclusion in xfs_icache.c | Fabian Frederick | 1 | -1/+0 |
2014-09-23 | xfs: don't ASSERT on corrupt ftype | Eric Sandeen | 1 | -1/+0 |
2014-09-23 | xfs: xlog_cil_force_lsn doesn't always wait correctly | Dave Chinner | 1 | -9/+38 |
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 | 3 | -61/+43 |
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 | 4 | -19/+22 |
2014-09-09 | xfs: deduplicate xlog_do_recovery_pass() | Eric Sandeen | 1 | -54/+27 |
2014-09-09 | xfs: lseek: the "whence" argument is called "whence" | Eric Sandeen | 1 | -4/+4 |
2014-09-09 | xfs: combine xfs_seek_hole & xfs_seek_data | Eric Sandeen | 1 | -122/+50 |
2014-09-09 | xfs: export log_recovery_delay to delay mount time log recovery | Brian Foster | 4 | -0/+52 |
2014-09-09 | xfs: add debug sysfs attribute set | Brian Foster | 3 | -2/+65 |
2014-09-09 | xfs: add a few more verifier tests | Eric Sandeen | 3 | -0/+8 |
2014-09-09 | xfs: mark all internal workqueues as freezable | Brian Foster | 3 | -9/+11 |
2014-08-04 | Merge branch 'xfs-misc-fixes-3.17-2' into for-next | Dave Chinner | 16 | -161/+175 |
2014-08-04 | Merge branch 'xfs-bulkstat-refactor' into for-next | Dave Chinner | 4 | -315/+283 |
2014-08-04 | Merge branch 'xfs-misc-fixes-3.17-1' into for-next | Dave Chinner | 25 | -353/+166 |
2014-08-04 | Merge branch 'xfs-quota-eofblocks-scan' into for-next | Dave Chinner | 6 | -12/+148 |
2014-08-04 | xfs: fix coccinelle warnings | kbuild test robot | 1 | -1/+1 |
2014-08-04 | xfs: flush both inodes in xfs_swap_extents | Dave Chinner | 1 | -44/+37 |
2014-08-04 | xfs: fix swapext ilock deadlock | Dave Chinner | 1 | -15/+18 |
2014-08-04 | xfs: kill xfs_vnode.h | Dave Chinner | 6 | -48/+20 |
2014-08-04 | xfs: kill VN_MAPPED | Dave Chinner | 2 | -7/+1 |
2014-08-04 | xfs: kill VN_CACHED | Dave Chinner | 2 | -3/+2 |
2014-08-04 | xfs: kill VN_DIRTY() | Dave Chinner | 2 | -3/+1 |
2014-08-04 | xfs: dquot recovery needs verifiers | Dave Chinner | 1 | -21/+23 |
2014-08-04 | xfs: quotacheck leaves dquot buffers without verifiers | Dave Chinner | 2 | -2/+9 |
2014-08-04 | xfs: ensure verifiers are attached to recovered buffers | Dave Chinner | 1 | -20/+31 |
2014-08-04 | xfs: catch buffers written without verifiers attached | Dave Chinner | 2 | -1/+21 |
2014-08-04 | xfs: avoid false quotacheck after unclean shutdown | Eric Sandeen | 2 | -5/+20 |
2014-08-04 | xfs: fix rounding error of fiemap length parameter | Brian Foster | 1 | -2/+2 |
2014-08-04 | xfs: introduce xfs_bulkstat_ag_ichunk | Jie Liu | 2 | -54/+103 |
2014-07-30 | xfs: require 64-bit sector_t | Christoph Hellwig | 20 | -239/+50 |
2014-07-24 | xfs: fix uflags detection at xfs_fs_rm_xquota | Jie Liu | 1 | -1/+1 |
2014-07-24 | xfs: remove XFS_IS_OQUOTA_ON macros | Jie Liu | 1 | -2/+0 |
2014-07-24 | xfs: tidy up xfs_set_inode32 | Eric Sandeen | 1 | -2/+4 |
2014-07-24 | xfs: allow inode allocations in post-growfs disk space | Eric Sandeen | 3 | -11/+17 |
2014-07-24 | xfs: mark xfs_qm_quotacheck as static | Jie Liu | 2 | -96/+94 |
2014-07-24 | xfs: fix cil push sequence after log recovery | Mark Tinguely | 1 | -2/+0 |
2014-07-24 | xfs: squash prealloc while over quota free space as well | Brian Foster | 1 | -6/+14 |
2014-07-24 | xfs: run an eofblocks scan on ENOSPC/EDQUOT | Brian Foster | 4 | -4/+87 |
2014-07-24 | xfs: support a union-based filter for eofblocks scans | Brian Foster | 2 | -1/+33 |
2014-07-24 | xfs: add scan owner field to xfs_eofblocks | Brian Foster | 2 | -1/+14 |
2014-07-24 | xfs: introduce xfs_bulkstat_grab_ichunk | Jie Liu | 1 | -50/+69 |