Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-10-23 | xfs: unify directory/attribute format definitions | Dave Chinner | 1 | -2/+1 |
2013-10-23 | xfs: create a shared header file for format-related information | Dave Chinner | 1 | -0/+1 |
2013-08-22 | xfs: Register hotcpu notifier after initialization | Richard Weinberger | 1 | -6/+7 |
2013-08-21 | xfs: fix the comment of xfs_mountfs() | Zhi Yong Wu | 1 | -1/+1 |
2013-08-20 | xfs: fix the comment of xfs_mod_incore_sb_unlocked() | Zhi Yong Wu | 1 | -1/+1 |
2013-08-20 | xfs: fix the comment of xfs_check_sizes() | Zhi Yong Wu | 1 | -1/+1 |
2013-08-13 | xfs: refactor xfs_trans_reserve() interface | Jie Liu | 1 | -6/+3 |
2013-08-13 | xfs: consolidate xfs_utils.c | Dave Chinner | 1 | -1/+0 |
2013-08-13 | xfs: introduce xfs_sb.c for sharing with libxfs | Dave Chinner | 1 | -779/+5 |
2013-08-13 | xfs: reshuffle dir2 definitions around for userspace | Dave Chinner | 1 | -1/+3 |
2013-08-13 | xfs: separate dquot on disk format definitions out of xfs_quota.h | Dave Chinner | 1 | -1/+1 |
2013-07-22 | xfs: Start using pquotaino from the superblock. | Chandra Seetharaman | 1 | -8/+54 |
2013-07-22 | xfs: Initialize all quota inodes to be NULLFSINO | Chandra Seetharaman | 1 | -0/+18 |
2013-06-29 | xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD | Chandra Seetharaman | 1 | -0/+51 |
2013-06-19 | xfs: Remove XFS_MOUNT_RETERR | Jie Liu | 1 | -26/+11 |
2013-06-18 | xfs: Don't keep silent if sunit/swidth can not be changed via mount | Jie Liu | 1 | -0/+4 |
2013-05-30 | xfs: don't emit v5 superblock warnings on write | Dave Chinner | 1 | -7/+11 |
2013-04-27 | xfs: implement extended feature masks | Dave Chinner | 1 | -6/+42 |
2013-04-27 | xfs: add CRC checks to the superblock | Dave Chinner | 1 | -16/+92 |
2013-02-02 | xfs: make use of XFS_SB_LOG_RES() at xfs_mount_log_sb() | Jeff Liu | 1 | -2/+2 |
2013-02-02 | xfs: make use of XFS_SB_LOG_RES() at xfs_log_sbcount() | Jeff Liu | 1 | -2/+2 |
2013-02-02 | xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount time | Jeff Liu | 1 | -2/+2 |
2013-01-17 | xfs: Do not return EFSCORRUPTED when filesystem probe finds no XFS magic | Eric Sandeen | 1 | -1/+1 |
2012-11-16 | xfs: convert buffer verifiers to an ops structure. | Dave Chinner | 1 | -14/+21 |
2012-11-16 | xfs: connect up write verifiers to new buffers | Dave Chinner | 1 | -1/+1 |
2012-11-16 | xfs: add pre-write metadata buffer verifier callbacks | Dave Chinner | 1 | -2/+17 |
2012-11-16 | xfs: verify superblocks as they are read from disk | Dave Chinner | 1 | -37/+61 |
2012-11-16 | xfs: uncached buffer reads need to return an error | Dave Chinner | 1 | -0/+6 |
2012-11-16 | xfs: make buffer read verication an IO completion function | Dave Chinner | 1 | -3/+3 |
2012-11-09 | xfs: add background scanning to clear eofblocks inodes | Brian Foster | 1 | -0/+2 |
2012-10-17 | xfs: rename xfs_sync.[ch] to xfs_icache.[ch] | Dave Chinner | 1 | -0/+1 |
2012-10-17 | xfs: Bring some sanity to log unmounting | Dave Chinner | 1 | -24/+0 |
2012-10-17 | xfs: rationalise xfs_mount_wq users | Dave Chinner | 1 | -2/+4 |
2012-09-27 | xfs: reduce code duplication handling inode32/64 options | Carlos Maiolino | 1 | -38/+5 |
2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2012-07-31 | xfs: Convert to new freezing code | Jan Kara | 1 | -1/+1 |
2012-07-30 | xfs: wait for the write the superblock on unmount | Mark Tinguely | 1 | -0/+9 |
2012-06-14 | xfs: m_maxioffset is redundant | Dave Chinner | 1 | -2/+0 |
2012-05-15 | xfs: flush outstanding buffers on log mount failure | Dave Chinner | 1 | -2/+6 |
2012-05-15 | xfs: move xfs_get_extsz_hint() and kill xfs_rw.h | Dave Chinner | 1 | -1/+0 |
2012-05-15 | xfs: clean up buffer get/read call API | Dave Chinner | 1 | -6/+6 |
2012-05-15 | xfs: implement freezing by emptying the AIL | Christoph Hellwig | 1 | -44/+12 |
2012-02-03 | Change xfs_sb_from_disk() interface to take a mount pointer | Chandra Seetharaman | 1 | -2/+4 |
2012-01-31 | xfs: show uuid when mount fails due to duplicate uuid | Mitsuo Hayasaka | 1 | -1/+1 |
2011-10-12 | xfs: remove XFS_bflush | Christoph Hellwig | 1 | -1/+1 |
2011-10-12 | xfs: clean up xfs_ioerror_alert | Christoph Hellwig | 1 | -2/+1 |
2011-10-12 | xfs: fix buffer flushing during unmount | Christoph Hellwig | 1 | -19/+10 |