index
:
kernel
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_dquot.c
Age
Commit message (
Expand
)
Author
2026-03-19
xfs: ensure dquot item is deleted from AIL only after log shutdown
Long Li
2025-11-11
xfs: move xfs_dquot_tree calls into xfs_qm_dqget_cache_{lookup,insert}
Christoph Hellwig
2025-11-11
xfs: return the dquot unlocked from xfs_qm_dqget
Christoph Hellwig
2025-11-11
xfs: fold xfs_qm_dqattach_one into xfs_qm_dqget_inode
Christoph Hellwig
2025-11-11
xfs: consolidate q_qlock locking in xfs_qm_dqget and xfs_qm_dqget_inode
Christoph Hellwig
2025-11-11
xfs: remove xfs_qm_dqput and optimize dropping dquot references
Christoph Hellwig
2025-11-11
xfs: use a lockref for the xfs_dquot reference count
Christoph Hellwig
2025-11-11
xfs: remove xfs_dqunlock and friends
Christoph Hellwig
2025-11-11
xfs: don't treat all radix_tree_insert errors as -EEXIST
Christoph Hellwig
2025-06-27
xfs: avoid dquot buffer pin deadlock
Dave Chinner
2025-04-14
xfs: remove the leftover xfs_{set,clear}_li_failed infrastructure
Christoph Hellwig
2025-01-14
xfs: add a b_iodone callback to struct xfs_buf
Christoph Hellwig
2025-01-14
xfs: move b_li_list based retry handling to common code
Christoph Hellwig
2025-01-13
Merge tag 'xfs-6.13-fixes_2024-12-23' of https://git.kernel.org/pub/scm/linux...
Carlos Maiolino
2025-01-10
xfs: lock dquot buffer before detaching dquot from b_li_list
Darrick J. Wong
2024-12-23
xfs: release the dquot buf outside of qli_lock
Darrick J. Wong
2024-12-12
xfs: convert quotacheck to attach dquot buffers
Darrick J. Wong
2024-12-12
xfs: attach dquot buffer to dquot log item buffer
Darrick J. Wong
2024-12-12
xfs: clean up log item accesses in xfs_qm_dqflush{,_done}
Darrick J. Wong
2024-12-12
xfs: separate dquot buffer reads from xfs_dqflush
Darrick J. Wong
2024-11-05
xfs: create quota preallocation watermarks for realtime quota
Darrick J. Wong
2024-11-05
xfs: don't count metadata directory files to quota
Darrick J. Wong
2024-05-03
xfs: simplify iext overflow checking and upgrade
Christoph Hellwig
2024-04-30
xfs: fix error returns from xfs_bmapi_write
Christoph Hellwig
2024-04-15
xfs: Increase XFS_QM_TRANS_MAXDQS to 5
Allison Henderson
2024-03-15
xfs: quota radix tree allocations need to be NOFS on insert
Dave Chinner
2024-02-22
xfs: report quota block corruption errors to the health system
Darrick J. Wong
2024-02-19
xfs: Replace xfs_isilocked with xfs_assert_ilocked
Matthew Wilcox (Oracle)
2024-02-13
xfs: convert kmem_free() for kvmalloc users to kvfree()
Dave Chinner
2024-01-10
Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-12-15
xfs: repair quotas
Darrick J. Wong
2023-12-15
xfs: improve dquot iteration for scrub
Darrick J. Wong
2023-12-12
list_lru: allow explicit memcg and NUMA node selection
Nhat Pham
2023-11-22
xfs: clean up dqblk extraction
Darrick J. Wong
2023-08-18
xfs: fix dqiterate thinko
Darrick J. Wong
2023-04-12
xfs: remove WARN when dquot cache insertion fails
Dave Chinner
2022-07-22
xfs: Fix comment typo
Xin Gao
2022-05-11
xfs: remove warning counters from struct xfs_dquot_res
Catherine Hoang
2022-04-13
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
2022-01-06
xfs: hold quota inode ILOCK_EXCL until the end of dqalloc
Darrick J. Wong
2021-10-22
xfs: rename _zone variables to _cache
Darrick J. Wong
2021-10-22
xfs: remove kmem_zone typedef
Darrick J. Wong
2021-10-14
xfs: remove the xfs_dqblk_t typedef
Christoph Hellwig
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-06
xfs: remove the active vs running quota differentiation
Christoph Hellwig
2021-04-15
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
2021-04-07
xfs: move the di_projid field to struct xfs_inode
Christoph Hellwig
2021-02-04
xfs: fix incorrect root dquot corruption error when switching group/project q...
Darrick J. Wong
2021-01-22
xfs: Check for extent overflow when trivally adding a new extent
Chandan Babu R
2020-09-25
xfs: fix some comments
Kaixu Xia
[next]