Age | Commit message (Expand) | Author | Files | Lines |
2016-04-06 | xfs: better xfs_trans_alloc interface | Christoph Hellwig | 1 | -19/+7 |
2016-02-08 | xfs: Split default quota limits by quota type | Carlos Maiolino | 1 | -6/+9 |
2016-02-08 | xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk | Eric Sandeen | 1 | -4/+8 |
2015-06-04 | xfs: saner xfs_trans_commit interface | Christoph Hellwig | 1 | -5/+4 |
2015-06-04 | xfs: remove the flags argument to xfs_trans_cancel | Christoph Hellwig | 1 | -6/+5 |
2015-03-04 | xfs: Convert to using ->get_state callback | Jan Kara | 1 | -176/+0 |
2015-02-10 | Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -9/+5 |
2015-01-30 | Merge branch 'for_linus' into for_next | Jan Kara | 1 | -90/+66 |
2015-01-28 | quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units | Jan Kara | 1 | -90/+66 |
2015-01-22 | xfs: consolidate superblock logging functions | Dave Chinner | 1 | -3/+4 |
2015-01-22 | xfs: remove bitfield based superblock updates | Dave Chinner | 1 | -9/+4 |
2015-01-21 | xfs: Remove some pointless quota checks | Jan Kara | 1 | -39/+20 |
2015-01-21 | xfs: Remove some useless flags tests | Jan Kara | 1 | -11/+4 |
2014-11-28 | Merge branch 'xfs-consolidate-format-defs' into for-next | Dave Chinner | 1 | -1/+0 |
2014-11-28 | xfs: merge xfs_ag.h into xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
2014-11-28 | xfs: fix error handling in xfs_qm_log_quotaoff() | Brian Foster | 1 | -16/+10 |
2014-06-25 | xfs: global error sign conversion | Dave Chinner | 1 | -12/+12 |
2014-06-22 | xfs: Nuke XFS_ERROR macro | Eric Sandeen | 1 | -8/+8 |
2014-06-22 | xfs: return is not a function | Eric Sandeen | 1 | -11/+11 |
2014-05-15 | Merge branch 'xfs-misc-fixes-1-for-3.16' into for-next | Dave Chinner | 1 | -2/+3 |
2014-05-05 | xfs: bulletfproof xfs_qm_scall_trunc_qfiles() | Eric Sandeen | 1 | -2/+3 |
2014-04-14 | xfs: remove unused pag ptr arg from iterator execute functions | Eric Sandeen | 1 | -1/+0 |
2013-12-06 | xfs: make quota metadata truncation behavior consistent to user space | Jie Liu | 1 | -6/+12 |
2013-10-23 | xfs: decouple inode and bmap btree header files | Dave Chinner | 1 | -9/+1 |
2013-10-23 | xfs: decouple log and transaction headers | Dave Chinner | 1 | -3/+4 |
2013-10-23 | xfs: create a shared header file for format-related information | Dave Chinner | 1 | -0/+1 |
2013-10-17 | xfs: remove newlines from strings passed to __xfs_printk | Eric Sandeen | 1 | -6/+6 |
2013-08-20 | xfs: Add support for the Q_XGETQSTATV | Chandra Seetharaman | 1 | -0/+82 |
2013-08-12 | xfs: refactor xfs_trans_reserve() interface | Jie Liu | 1 | -9/+4 |
2013-08-12 | xfs: consolidate xfs_utils.c | Dave Chinner | 1 | -1/+0 |
2013-08-12 | xfs: separate dquot on disk format definitions out of xfs_quota.h | Dave Chinner | 1 | -0/+1 |
2013-07-22 | xfs: Start using pquotaino from the superblock. | Chandra Seetharaman | 1 | -5/+30 |
2013-07-11 | xfs: Fix the logic check for all quotas being turned off | Chandra Seetharaman | 1 | -3/+2 |
2013-07-11 | xfs: Add pquota fields where gquota is used. | Chandra Seetharaman | 1 | -4/+15 |
2013-06-28 | xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD | Chandra Seetharaman | 1 | -20/+23 |
2013-06-28 | xfs: Code cleanup and removal of some typedef usage | Chandra Seetharaman | 1 | -4/+4 |
2013-05-21 | xfs: avoid nesting transactions in xfs_qm_scall_setqlim() | Dave Chinner | 1 | -17/+23 |
2013-03-22 | xfs: xfs_dquot prealloc throttling watermarks and low free space | Brian Foster | 1 | -4/+5 |
2013-02-01 | xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount time | Jeff Liu | 1 | -2/+3 |
2013-02-01 | xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount time | Jeff Liu | 1 | -7/+3 |
2013-02-01 | xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount time | Jeff Liu | 1 | -2/+3 |
2013-01-17 | xfs: Remove boolean_t typedef completely. | Thiago Farina | 1 | -4/+4 |
2013-01-03 | xfs: remove int casts from debug dquot soft limit timer asserts | Brian Foster | 1 | -2/+2 |
2012-11-08 | xfs: support a tag-based inode_ag_iterator | Brian Foster | 1 | -2/+3 |
2012-10-17 | xfs: rename xfs_sync.[ch] to xfs_icache.[ch] | Dave Chinner | 1 | -0/+1 |
2012-05-14 | xfs: move xfsagino_t to xfs_types.h | Dave Chinner | 1 | -1/+0 |
2012-03-14 | xfs: remove the per-filesystem list of dquots | Christoph Hellwig | 1 | -9/+3 |
2012-02-29 | xfs: include reservations in quota reporting | Christoph Hellwig | 1 | -3/+3 |
2012-02-29 | xfs: merge xfs_qm_export_dquot into xfs_qm_scall_getquota | Christoph Hellwig | 1 | -69/+49 |
2012-02-21 | xfs: change available ranges of softlimit and hardlimit in quota check | Mitsuo Hayasaka | 1 | -2/+2 |