| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-11 | xfs: move xfs_dquot_tree calls into xfs_qm_dqget_cache_{lookup,insert} | Christoph Hellwig | 1 | -13/+11 |
| 2025-11-11 | xfs: return the dquot unlocked from xfs_qm_dqget | Christoph Hellwig | 1 | -2/+2 |
| 2025-11-11 | xfs: fold xfs_qm_dqattach_one into xfs_qm_dqget_inode | Christoph Hellwig | 1 | -3/+6 |
| 2025-11-11 | xfs: consolidate q_qlock locking in xfs_qm_dqget and xfs_qm_dqget_inode | Christoph Hellwig | 1 | -14/+9 |
| 2025-11-11 | xfs: remove xfs_qm_dqput and optimize dropping dquot references | Christoph Hellwig | 1 | -36/+9 |
| 2025-11-11 | xfs: use a lockref for the xfs_dquot reference count | Christoph Hellwig | 1 | -8/+9 |
| 2025-11-11 | xfs: remove xfs_dqunlock and friends | Christoph Hellwig | 1 | -7/+7 |
| 2025-11-11 | xfs: don't treat all radix_tree_insert errors as -EEXIST | Christoph Hellwig | 1 | -13/+18 |
| 2025-06-27 | xfs: avoid dquot buffer pin deadlock | Dave Chinner | 1 | -3/+1 |
| 2025-04-14 | xfs: remove the leftover xfs_{set,clear}_li_failed infrastructure | Christoph Hellwig | 1 | -2/+1 |
| 2025-01-14 | xfs: add a b_iodone callback to struct xfs_buf | Christoph Hellwig | 1 | -1/+1 |
| 2025-01-14 | xfs: move b_li_list based retry handling to common code | Christoph Hellwig | 1 | -12/+0 |
| 2025-01-13 | Merge tag 'xfs-6.13-fixes_2024-12-23' of https://git.kernel.org/pub/scm/linux... | Carlos Maiolino | 1 | -4/+8 |
| 2025-01-10 | xfs: lock dquot buffer before detaching dquot from b_li_list | Darrick J. Wong | 1 | -1/+2 |
| 2024-12-23 | xfs: release the dquot buf outside of qli_lock | Darrick J. Wong | 1 | -4/+8 |
| 2024-12-12 | xfs: convert quotacheck to attach dquot buffers | Darrick J. Wong | 1 | -6/+3 |
| 2024-12-12 | xfs: attach dquot buffer to dquot log item buffer | Darrick J. Wong | 1 | -5/+125 |
| 2024-12-12 | xfs: clean up log item accesses in xfs_qm_dqflush{,_done} | Darrick J. Wong | 1 | -7/+8 |
| 2024-12-12 | xfs: separate dquot buffer reads from xfs_dqflush | Darrick J. Wong | 1 | -20/+37 |
| 2024-11-05 | xfs: create quota preallocation watermarks for realtime quota | Darrick J. Wong | 1 | -16/+21 |
| 2024-11-05 | xfs: don't count metadata directory files to quota | Darrick J. Wong | 1 | -0/+1 |
| 2024-05-03 | xfs: simplify iext overflow checking and upgrade | Christoph Hellwig | 1 | -4/+1 |
| 2024-04-30 | xfs: fix error returns from xfs_bmapi_write | Christoph Hellwig | 1 | -1/+0 |
| 2024-04-15 | xfs: Increase XFS_QM_TRANS_MAXDQS to 5 | Allison Henderson | 1 | -0/+41 |
| 2024-03-15 | xfs: quota radix tree allocations need to be NOFS on insert | Dave Chinner | 1 | -5/+13 |
| 2024-02-22 | xfs: report quota block corruption errors to the health system | Darrick J. Wong | 1 | -0/+30 |
| 2024-02-19 | xfs: Replace xfs_isilocked with xfs_assert_ilocked | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2024-02-13 | xfs: convert kmem_free() for kvmalloc users to kvfree() | Dave Chinner | 1 | -1/+1 |
| 2024-01-10 | Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -34/+3 |
| 2023-12-15 | xfs: repair quotas | Darrick J. Wong | 1 | -3/+3 |
| 2023-12-15 | xfs: improve dquot iteration for scrub | Darrick J. Wong | 1 | -31/+0 |
| 2023-12-12 | list_lru: allow explicit memcg and NUMA node selection | Nhat Pham | 1 | -1/+1 |
| 2023-11-22 | xfs: clean up dqblk extraction | Darrick J. Wong | 1 | -2/+3 |
| 2023-08-18 | xfs: fix dqiterate thinko | Darrick J. Wong | 1 | -1/+1 |
| 2023-04-12 | xfs: remove WARN when dquot cache insertion fails | Dave Chinner | 1 | -1/+0 |
| 2022-07-22 | xfs: Fix comment typo | Xin Gao | 1 | -1/+1 |
| 2022-05-11 | xfs: remove warning counters from struct xfs_dquot_res | Catherine Hoang | 1 | -11/+4 |
| 2022-04-13 | xfs: Conditionally upgrade existing inodes to use large extent counters | Chandan Babu R | 1 | -0/+3 |
| 2022-01-06 | xfs: hold quota inode ILOCK_EXCL until the end of dqalloc | Darrick J. Wong | 1 | -51/+28 |
| 2021-10-22 | xfs: rename _zone variables to _cache | Darrick J. Wong | 1 | -13/+13 |
| 2021-10-22 | xfs: remove kmem_zone typedef | Darrick J. Wong | 1 | -2/+2 |
| 2021-10-14 | xfs: remove the xfs_dqblk_t typedef | Christoph Hellwig | 1 | -1/+1 |
| 2021-08-19 | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner | 1 | -5/+5 |
| 2021-08-06 | xfs: remove the active vs running quota differentiation | Christoph Hellwig | 1 | -3/+0 |
| 2021-04-15 | xfs: move the XFS_IFEXTENTS check into xfs_iread_extents | Christoph Hellwig | 1 | -5/+3 |
| 2021-04-07 | xfs: move the di_projid field to struct xfs_inode | Christoph Hellwig | 1 | -1/+1 |
| 2021-02-04 | xfs: fix incorrect root dquot corruption error when switching group/project q... | Darrick J. Wong | 1 | -2/+37 |
| 2021-01-22 | xfs: Check for extent overflow when trivally adding a new extent | Chandan Babu R | 1 | -1/+7 |
| 2020-09-25 | xfs: fix some comments | Kaixu Xia | 1 | -2/+2 |
| 2020-09-15 | xfs: widen ondisk quota expiration timestamps to handle y2038+ | Darrick J. Wong | 1 | -0/+10 |
| 2020-09-15 | xfs: refactor quota timestamp coding | Darrick J. Wong | 1 | -6/+6 |
| 2020-09-15 | xfs: refactor default quota grace period setting code | Darrick J. Wong | 1 | -0/+8 |
| 2020-09-15 | xfs: refactor quota expiration timer modification | Darrick J. Wong | 1 | -4/+18 |
| 2020-09-15 | xfs: move the buffer retry logic to xfs_buf.c | Christoph Hellwig | 1 | -1/+13 |
| 2020-08-05 | xfs: delete duplicated words + other fixes | Randy Dunlap | 1 | -1/+1 |
| 2020-07-28 | xfs: Remove kmem_zone_zalloc() usage | Carlos Maiolino | 1 | -1/+1 |
| 2020-07-28 | xfs: rename the ondisk dquot d_flags to d_type | Darrick J. Wong | 1 | -4/+4 |
| 2020-07-28 | xfs: create xfs_dqtype_t to represent quota types | Darrick J. Wong | 1 | -18/+19 |
| 2020-07-28 | xfs: always use xfs_dquot_type when extracting type from a dquot | Darrick J. Wong | 1 | -7/+8 |
| 2020-07-28 | xfs: refactor quota type testing | Darrick J. Wong | 1 | -11/+18 |
| 2020-07-28 | xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_* | Darrick J. Wong | 1 | -18/+18 |
| 2020-07-28 | xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimits | Darrick J. Wong | 1 | -6/+6 |
| 2020-07-28 | xfs: refactor quota exceeded test | Darrick J. Wong | 1 | -65/+26 |
| 2020-07-28 | xfs: remove unnecessary arguments from quota adjust functions | Darrick J. Wong | 1 | -2/+2 |
| 2020-07-28 | xfs: refactor default quota limits by resource | Darrick J. Wong | 1 | -15/+15 |
| 2020-07-28 | xfs: remove qcore from incore dquots | Darrick J. Wong | 1 | -23/+13 |
| 2020-07-28 | xfs: stop using q_core timers in the quota code | Darrick J. Wong | 1 | -17/+23 |
| 2020-07-28 | xfs: stop using q_core warning counters in the quota code | Darrick J. Wong | 1 | -3/+11 |
| 2020-07-28 | xfs: stop using q_core counters in the quota code | Darrick J. Wong | 1 | -21/+26 |
| 2020-07-28 | xfs: stop using q_core limits in the quota code | Darrick J. Wong | 1 | -60/+75 |
| 2020-07-28 | xfs: use a per-resource struct for incore dquot data | Darrick J. Wong | 1 | -3/+3 |
| 2020-07-28 | xfs: stop using q_core.d_id in the quota code | Darrick J. Wong | 1 | -14/+11 |
| 2020-07-28 | xfs: stop using q_core.d_flags in the quota code | Darrick J. Wong | 1 | -2/+34 |
| 2020-07-28 | xfs: rename dquot incore state flags | Darrick J. Wong | 1 | -3/+3 |
| 2020-07-28 | xfs: validate ondisk/incore dquot flags | Darrick J. Wong | 1 | -3/+20 |
| 2020-07-07 | xfs: move xfs_clear_li_failed out of xfs_ail_delete_one() | Dave Chinner | 1 | -5/+1 |
| 2020-07-07 | xfs: get rid of log item callbacks | Dave Chinner | 1 | -3/+3 |
| 2020-07-06 | xfs: use direct calls for dquot IO completion | Dave Chinner | 1 | -4/+14 |
| 2020-07-06 | xfs: mark dquot buffers in cache | Dave Chinner | 1 | -0/+1 |
| 2020-05-27 | xfs: per-type quota timers and warn limits | Eric Sandeen | 1 | -3/+7 |
| 2020-05-27 | xfs: switch xfs_get_defquota to take explicit type | Eric Sandeen | 1 | -1/+1 |
| 2020-05-27 | xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers | Eric Sandeen | 1 | -1/+2 |
| 2020-05-19 | xfs: use ordered buffers to initialize dquot buffers during quotacheck | Darrick J. Wong | 1 | -13/+43 |
| 2020-05-07 | xfs: combine xfs_trans_ail_[remove|delete]() | Brian Foster | 1 | -1/+1 |
| 2020-05-07 | xfs: drop unused shutdown parameter from xfs_trans_ail_remove() | Brian Foster | 1 | -1/+1 |
| 2020-05-07 | xfs: acquire ->ail_lock from xfs_trans_ail_delete() | Brian Foster | 1 | -2/+4 |
| 2020-05-07 | xfs: abort consistently on dquot flush failure | Brian Foster | 1 | -22/+10 |
| 2020-05-07 | xfs: fix duplicate verification from xfs_qm_dqflush() | Brian Foster | 1 | -5/+4 |
| 2020-03-28 | xfs: trylock underlying buffer on dquot flush | Brian Foster | 1 | -3/+3 |
| 2020-03-02 | xfs: remove the kuid/kgid conversion wrappers | Christoph Hellwig | 1 | -2/+2 |
| 2020-03-02 | xfs: remove the icdinode di_uid/di_gid members | Christoph Hellwig | 1 | -2/+2 |
| 2020-01-26 | xfs: make xfs_trans_get_buf return an error code | Darrick J. Wong | 1 | -4/+4 |
| 2020-01-06 | xfs: quota: move to time64_t interfaces | Arnd Bergmann | 1 | -3/+3 |
| 2019-11-18 | xfs: Remove kmem_zone_free() wrapper | Carlos Maiolino | 1 | -1/+1 |
| 2019-11-18 | xfs: Remove kmem_zone_destroy() wrapper | Carlos Maiolino | 1 | -3/+3 |
| 2019-11-18 | xfs: Remove slab init wrappers | Carlos Maiolino | 1 | -4/+6 |
| 2019-11-13 | xfs: remove the xfs_dq_logitem_t typedef | Pavel Reichl | 1 | -1/+1 |
| 2019-11-13 | xfs: remove the xfs_disk_dquot_t and xfs_dquot_t | Pavel Reichl | 1 | -9/+9 |
| 2019-11-13 | xfs: merge the projid fields in struct xfs_icdinode | Christoph Hellwig | 1 | -1/+1 |
| 2019-10-29 | xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata | Darrick J. Wong | 1 | -1/+1 |
| 2019-10-23 | xfs: don't set bmapi total block req where minleft is | Brian Foster | 1 | -2/+2 |
| 2019-08-29 | xfs: remove all *_ITER_ABORT values | Darrick J. Wong | 1 | -1/+1 |
| 2019-08-26 | fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. | Tetsuo Handa | 1 | -1/+1 |
| 2019-07-02 | xfs: create iterator error codes | Darrick J. Wong | 1 | -1/+1 |
| 2019-06-28 | xfs: remove unused header files | Eric Sandeen | 1 | -4/+0 |
| 2019-04-30 | xfs: always rejoin held resources during defer roll | Darrick J. Wong | 1 | -8/+9 |
| 2018-08-07 | xfs: remove dead error handling code in xfs_dquot_disk_alloc() | Brian Foster | 1 | -20/+6 |
| 2018-08-02 | xfs: cancel dfops on xfs_defer_finish() error | Brian Foster | 1 | -1/+1 |
| 2018-08-02 | xfs: automatic dfops buffer relogging | Brian Foster | 1 | -1/+0 |
| 2018-07-26 | xfs: drop unnecessary xfs_defer_finish() dfops parameter | Brian Foster | 1 | -2/+2 |
| 2018-07-26 | xfs: remove all boilerplate defer init/finish code | Brian Foster | 1 | -4/+0 |
| 2018-07-11 | xfs: remove xfs_defer_init() firstblock param | Brian Foster | 1 | -2/+2 |
| 2018-07-11 | xfs: use ->t_firstblock in dq alloc | Brian Foster | 1 | -2/+1 |
| 2018-07-11 | xfs: remove xfs_bmapi_write() firstblock param | Brian Foster | 1 | -2/+1 |
| 2018-07-11 | xfs: use ->t_firstblock for all xfs_bmapi_write() callers | Brian Foster | 1 | -3/+2 |
| 2018-07-11 | xfs: refactor dfops init to attach to transaction | Brian Foster | 1 | -3/+2 |
| 2018-07-11 | xfs: remove xfs_bmapi_write() dfops param | Brian Foster | 1 | -1/+1 |
| 2018-07-11 | xfs: use ->t_dfops in dqalloc transaction | Brian Foster | 1 | -14/+20 |
| 2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner | 1 | -13/+1 |
| 2018-05-15 | xfs: refactor dquot iteration | Darrick J. Wong | 1 | -0/+32 |
| 2018-05-10 | xfs: replace XFS_QMOPT_DQALLOC with a simple boolean | Darrick J. Wong | 1 | -13/+8 |
| 2018-05-10 | xfs: remove direct calls to _qm_dqread | Darrick J. Wong | 1 | -1/+23 |
| 2018-05-10 | xfs: refactor xfs_qm_dqtobp and xfs_qm_dqalloc | Darrick J. Wong | 1 | -148/+122 |
| 2018-05-10 | xfs: refactor incore dquot initialization functions | Darrick J. Wong | 1 | -30/+51 |
| 2018-05-10 | xfs: split out dqget for inodes from regular dqget | Darrick J. Wong | 1 | -44/+104 |
| 2018-05-10 | xfs: delegate dqget input checks to helper function | Darrick J. Wong | 1 | -9/+31 |
| 2018-05-10 | xfs: refactor dquot cache handling | Darrick J. Wong | 1 | -34/+78 |
| 2018-05-10 | xfs: refactor XFS_QMOPT_DQNEXT out of existence | Darrick J. Wong | 1 | -30/+33 |
| 2018-05-10 | xfs: release new dquot buffer on defer_finish error | Darrick J. Wong | 1 | -20/+28 |
| 2018-05-10 | xfs: log item flags are racy | Dave Chinner | 1 | -4/+3 |
| 2018-05-09 | xfs: add full xfs_dqblk verifier | Eric Sandeen | 1 | -5/+5 |
| 2018-05-09 | xfs: remove unused flags arg from xfs_dquot_verify | Eric Sandeen | 1 | -1/+1 |
| 2018-03-11 | xfs: Rename xa_ elements to ail_ | Matthew Wilcox | 1 | -2/+2 |
| 2018-03-11 | xfs: don't iunlock the quota ip when quota block | Darrick J. Wong | 1 | -2/+0 |
| 2018-01-08 | xfs: standardize quota verification function outputs | Darrick J. Wong | 1 | -3/+5 |
| 2018-01-08 | xfs: separate dquot repair into a separate function | Darrick J. Wong | 1 | -54/+0 |
| 2017-11-30 | xfs: Properly retry failed dquot items in case of error during buffer writeback | Carlos Maiolino | 1 | -3/+11 |
| 2017-11-06 | xfs: remove unreachable error injection code in xfs_qm_dqget | Christoph Hellwig | 1 | -17/+0 |
| 2017-11-06 | xfs: introduce the xfs_iext_cursor abstraction | Christoph Hellwig | 1 | -2/+2 |
| 2017-09-01 | xfs: remove the ip argument to xfs_defer_finish | Christoph Hellwig | 1 | -1/+1 |
| 2017-07-13 | Revert "xfs: grab dquots without taking the ilock" | Christoph Hellwig | 1 | -10/+4 |
| 2017-07-05 | xfs: fix contiguous dquot chunk iteration livelock | Brian Foster | 1 | -2/+7 |
| 2017-07-01 | xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extent | Christoph Hellwig | 1 | -44/+22 |
| 2017-06-27 | xfs: grab dquots without taking the ilock | Darrick J. Wong | 1 | -4/+10 |
| 2017-06-19 | xfs: remove double-underscore integer types | Darrick J. Wong | 1 | -1/+1 |
| 2017-01-17 | xfs: don't wrap ID in xfs_dq_get_next_id | Eric Sandeen | 1 | -0/+4 |
| 2016-08-03 | xfs: rename flist/free_list to dfops | Darrick J. Wong | 1 | -5/+5 |
| 2016-08-03 | xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* | Darrick J. Wong | 1 | -5/+5 |
| 2016-08-03 | xfs: rework xfs_bmap_free callers to use xfs_defer_ops | Darrick J. Wong | 1 | -0/+1 |
| 2016-07-22 | xfs: allocate log vector buffers outside CIL context lock | Dave Chinner | 1 | -0/+1 |
| 2016-05-20 | Merge branch 'xfs-4.7-misc-fixes' into for-next | Dave Chinner | 1 | -1/+1 |
| 2016-04-06 | xfs: mute some sparse warnings | Eryu Guan | 1 | -1/+1 |
| 2016-04-06 | xfs: better xfs_trans_alloc interface | Christoph Hellwig | 1 | -4/+3 |
| 2016-02-08 | xfs: Split default quota limits by quota type | Carlos Maiolino | 1 | -12/+14 |
| 2016-02-08 | xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk | Eric Sandeen | 1 | -0/+96 |
| 2016-02-08 | xfs: get quota inode from mp & flags rather than dqp | Eric Sandeen | 1 | -1/+2 |
| 2016-02-08 | xfs: don't overflow quota ID when initializing dqblk | Eric Sandeen | 1 | -2/+2 |
| 2016-01-11 | xfs: eliminate committed arg from xfs_bmap_finish | Eric Sandeen | 1 | -6/+7 |
| 2015-10-12 | xfs: per-filesystem stats counter implementation | Bill O'Donnell | 1 | -7/+7 |
| 2015-08-20 | Merge branch 'xfs-misc-fixes-for-4.3-2' into for-next | Dave Chinner | 1 | -1/+1 |
| 2015-08-19 | xfs: dquots should be stamped with sb_meta_uuid | Dave Chinner | 1 | -1/+1 |
| 2015-08-19 | xfs: add helper to conditionally remove items from the AIL | Brian Foster | 1 | -6/+2 |
| 2015-06-04 | xfs: saner xfs_trans_commit interface | Christoph Hellwig | 1 | -1/+1 |
| 2015-06-04 | xfs: remove the flags argument to xfs_trans_cancel | Christoph Hellwig | 1 | -5/+1 |
| 2014-11-28 | xfs: move most of xfs_sb.h to 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-08-04 | xfs: quotacheck leaves dquot buffers without verifiers | Dave Chinner | 1 | -1/+2 |
| 2014-06-25 | xfs: global error sign conversion | Dave Chinner | 1 | -14/+14 |
| 2014-06-22 | xfs: Nuke XFS_ERROR macro | Eric Sandeen | 1 | -7/+7 |
| 2014-06-22 | xfs: return is not a function | Eric Sandeen | 1 | -6/+6 |
| 2014-06-10 | Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next | Dave Chinner | 1 | -3/+3 |
| 2014-06-06 | xfs: kill xfs_buf_geterror() | Dave Chinner | 1 | -3/+3 |
| 2014-05-05 | xfs: remove dquot hints | Dave Chinner | 1 | -45/+8 |
| 2014-02-07 | xfs: use tr_qm_dqalloc log reservation for dquot alloc | Brian Foster | 1 | -1/+1 |
| 2013-12-18 | xfs: use xfs_ilock_data_map_shared in xfs_qm_dqtobp | Christoph Hellwig | 1 | -3/+4 |
| 2013-10-23 | xfs: decouple inode and bmap btree header files | Dave Chinner | 1 | -4/+1 |
| 2013-10-23 | xfs: decouple log and transaction headers | Dave Chinner | 1 | -4/+6 |
| 2013-10-23 | xfs: split dquot buffer operations out | Dave Chinner | 1 | -114/+3 |
| 2013-10-23 | xfs: create a shared header file for format-related information | Dave Chinner | 1 | -0/+1 |
| 2013-09-30 | xfs: lockdep needs to know about 3 dquot-deep nesting | Dave Chinner | 1 | -3/+16 |
| 2013-09-10 | xfs: convert dquot cache lru to list_lru | Dave Chinner | 1 | -6/+1 |
| 2013-08-12 | xfs: refactor xfs_trans_reserve() interface | Jie Liu | 1 | -4/+2 |
| 2013-08-12 | xfs: create xfs_bmap_util.[ch] | Dave Chinner | 1 | -0/+1 |
| 2013-08-12 | xfs: separate dquot on disk format definitions out of xfs_quota.h | Dave Chinner | 1 | -0/+1 |
| 2013-07-11 | xfs: Add pquota fields where gquota is used. | Chandra Seetharaman | 1 | -3/+12 |
| 2013-06-28 | xfs: Code cleanup and removal of some typedef usage | Chandra Seetharaman | 1 | -6/+6 |
| 2013-06-28 | xfs: Replace macro XFS_DQ_TO_QIP with a function | Chandra Seetharaman | 1 | -1/+1 |
| 2013-06-28 | xfs: Replace macro XFS_DQUOT_TREE with a function | Chandra Seetharaman | 1 | -1/+1 |
| 2013-06-04 | xfs: rework dquot CRCs | Dave Chinner | 1 | -21/+16 |
| 2013-04-21 | xfs: add CRC checks for quota blocks | Christoph Hellwig | 1 | -13/+99 |
| 2013-03-22 | xfs: xfs_dquot prealloc throttling watermarks and low free space | Brian Foster | 1 | -2/+39 |
| 2013-03-22 | xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_t | Brian Foster | 1 | -3/+4 |
| 2013-02-01 | xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount time | Jeff Liu | 1 | -9/+3 |
| 2012-11-15 | xfs: convert buffer verifiers to an ops structure. | Dave Chinner | 1 | -8/+10 |
| 2012-11-15 | xfs: connect up write verifiers to new buffers | Dave Chinner | 1 | -53/+51 |
| 2012-11-15 | xfs: add pre-write metadata buffer verifier callbacks | Dave Chinner | 1 | -6/+21 |
| 2012-11-15 | xfs: verify dquot blocks as they are read from disk | Dave Chinner | 1 | -22/+95 |
| 2012-11-15 | xfs: make buffer read verication an IO completion function | Dave Chinner | 1 | -2/+2 |
| 2012-05-14 | xfs: move xfsagino_t to xfs_types.h | Dave Chinner | 1 | -1/+0 |
| 2012-05-14 | xfs: pass shutdown method into xfs_trans_ail_delete_bulk | Dave Chinner | 1 | -2/+3 |