| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: fix unmount hang and memory leak on shutdown during quotaoff | Brian Foster | 2020-03-18 | 1 | -6/+7 |
* | xfs: Replace function declaration by actual definition | Pavel Reichl | 2019-11-13 | 1 | -74/+66 |
* | xfs: remove the xfs_qoff_logitem_t typedef | Pavel Reichl | 2019-11-13 | 1 | -13/+16 |
* | xfs: remove unused header files | Eric Sandeen | 2019-06-28 | 1 | -5/+0 |
* | xfs: clean up IRELE/iput callsites | Darrick J. Wong | 2018-07-26 | 1 | -4/+4 |
* | xfs: remove all boilerplate defer init/finish code | Brian Foster | 2018-07-26 | 1 | -2/+0 |
* | xfs: pull up dfops from xfs_itruncate_extents() | Brian Foster | 2018-07-26 | 1 | -0/+3 |
* | xfs: convert to SPDX license tags | Dave Chinner | 2018-06-06 | 1 | -13/+1 |
* | xfs: replace XFS_QMOPT_DQALLOC with a simple boolean | Darrick J. Wong | 2018-05-10 | 1 | -5/+4 |
* | xfs: split out dqget for inodes from regular dqget | Darrick J. Wong | 2018-05-10 | 1 | -2/+2 |
* | xfs: refactor XFS_QMOPT_DQNEXT out of existence | Darrick J. Wong | 2018-05-10 | 1 | -31/+65 |
* | xfs: wait on new inodes during quotaoff dquot release | Brian Foster | 2017-04-28 | 1 | -1/+2 |
* | xfs: better xfs_trans_alloc interface | Christoph Hellwig | 2016-04-06 | 1 | -19/+7 |
* | xfs: Split default quota limits by quota type | Carlos Maiolino | 2016-02-08 | 1 | -6/+9 |
* | xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk | Eric Sandeen | 2016-02-08 | 1 | -4/+8 |
* | xfs: saner xfs_trans_commit interface | Christoph Hellwig | 2015-06-04 | 1 | -5/+4 |
* | xfs: remove the flags argument to xfs_trans_cancel | Christoph Hellwig | 2015-06-04 | 1 | -6/+5 |
* | xfs: Convert to using ->get_state callback | Jan Kara | 2015-03-04 | 1 | -176/+0 |
* | Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-02-10 | 1 | -9/+5 |
|\ |
|
| * | xfs: consolidate superblock logging functions | Dave Chinner | 2015-01-22 | 1 | -3/+4 |
| * | xfs: remove bitfield based superblock updates | Dave Chinner | 2015-01-22 | 1 | -9/+4 |
* | | Merge branch 'for_linus' into for_next | Jan Kara | 2015-01-30 | 1 | -90/+66 |
|\ \ |
|
| * | | quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units | Jan Kara | 2015-01-28 | 1 | -90/+66 |
| |/ |
|
* | | xfs: Remove some pointless quota checks | Jan Kara | 2015-01-21 | 1 | -39/+20 |
* | | xfs: Remove some useless flags tests | Jan Kara | 2015-01-21 | 1 | -11/+4 |
|/ |
|
* | Merge branch 'xfs-consolidate-format-defs' into for-next | Dave Chinner | 2014-11-28 | 1 | -1/+0 |
|\ |
|
| * | xfs: merge xfs_ag.h into xfs_format.h | Christoph Hellwig | 2014-11-28 | 1 | -1/+0 |
* | | xfs: fix error handling in xfs_qm_log_quotaoff() | Brian Foster | 2014-11-28 | 1 | -16/+10 |
|/ |
|
* | xfs: global error sign conversion | Dave Chinner | 2014-06-25 | 1 | -12/+12 |
* | xfs: Nuke XFS_ERROR macro | Eric Sandeen | 2014-06-22 | 1 | -8/+8 |
* | xfs: return is not a function | Eric Sandeen | 2014-06-22 | 1 | -11/+11 |
* | Merge branch 'xfs-misc-fixes-1-for-3.16' into for-next | Dave Chinner | 2014-05-15 | 1 | -2/+3 |
|\ |
|
| * | xfs: bulletfproof xfs_qm_scall_trunc_qfiles() | Eric Sandeen | 2014-05-05 | 1 | -2/+3 |
* | | xfs: remove unused pag ptr arg from iterator execute functions | Eric Sandeen | 2014-04-14 | 1 | -1/+0 |
|/ |
|
* | xfs: make quota metadata truncation behavior consistent to user space | Jie Liu | 2013-12-06 | 1 | -6/+12 |
* | xfs: decouple inode and bmap btree header files | Dave Chinner | 2013-10-23 | 1 | -9/+1 |
* | xfs: decouple log and transaction headers | Dave Chinner | 2013-10-23 | 1 | -3/+4 |
* | xfs: create a shared header file for format-related information | Dave Chinner | 2013-10-23 | 1 | -0/+1 |
* | xfs: remove newlines from strings passed to __xfs_printk | Eric Sandeen | 2013-10-17 | 1 | -6/+6 |
* | xfs: Add support for the Q_XGETQSTATV | Chandra Seetharaman | 2013-08-20 | 1 | -0/+82 |
* | xfs: refactor xfs_trans_reserve() interface | Jie Liu | 2013-08-12 | 1 | -9/+4 |
* | xfs: consolidate xfs_utils.c | Dave Chinner | 2013-08-12 | 1 | -1/+0 |
* | xfs: separate dquot on disk format definitions out of xfs_quota.h | Dave Chinner | 2013-08-12 | 1 | -0/+1 |
* | xfs: Start using pquotaino from the superblock. | Chandra Seetharaman | 2013-07-22 | 1 | -5/+30 |
* | xfs: Fix the logic check for all quotas being turned off | Chandra Seetharaman | 2013-07-11 | 1 | -3/+2 |
* | xfs: Add pquota fields where gquota is used. | Chandra Seetharaman | 2013-07-11 | 1 | -4/+15 |
* | xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD | Chandra Seetharaman | 2013-06-28 | 1 | -20/+23 |
* | xfs: Code cleanup and removal of some typedef usage | Chandra Seetharaman | 2013-06-28 | 1 | -4/+4 |
* | xfs: avoid nesting transactions in xfs_qm_scall_setqlim() | Dave Chinner | 2013-05-21 | 1 | -17/+23 |
* | xfs: xfs_dquot prealloc throttling watermarks and low free space | Brian Foster | 2013-03-22 | 1 | -4/+5 |