index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_dquot.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
[next]