index
:
linux-stable.git
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.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
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_dquot_item.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: remove support for disabling quota accounting on a mounted file system
Christoph Hellwig
2021-08-06
1
-134
/
+0
*
xfs: xfs_log_force_lsn isn't passed a LSN
Dave Chinner
2021-06-21
1
-1
/
+1
*
xfs: stop using q_core.d_id in the quota code
Darrick J. Wong
2020-07-28
1
-1
/
+1
*
xfs: stop using q_core.d_flags in the quota code
Darrick J. Wong
2020-07-28
1
-2
/
+4
*
xfs: unwind log item error flagging
Dave Chinner
2020-07-07
1
-18
/
+0
*
xfs: combine xfs_trans_ail_[remove|delete]()
Brian Foster
2020-05-07
1
-1
/
+1
*
xfs: drop unused shutdown parameter from xfs_trans_ail_remove()
Brian Foster
2020-05-07
1
-1
/
+1
*
xfs: refactor failed buffer resubmission into xfsaild
Brian Foster
2020-05-07
1
-15
/
+0
*
xfs: trylock underlying buffer on dquot flush
Brian Foster
2020-03-28
1
-1
/
+2
*
xfs: fix unmount hang and memory leak on shutdown during quotaoff
Brian Foster
2020-03-18
1
-0
/
+15
*
xfs: factor out quotaoff intent AIL removal and memory free
Brian Foster
2020-03-18
1
-9
/
+20
*
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
2019-08-26
1
-1
/
+1
*
xfs: remove unused header files
Eric Sandeen
2019-06-28
1
-1
/
+0
*
xfs: remove a pointless comment duplicated above all xfs_item_ops instances
Christoph Hellwig
2019-06-28
1
-6
/
+0
*
xfs: split iop_unlock
Christoph Hellwig
2019-06-28
1
-8
/
+11
*
xfs: don't require log items to implement optional methods
Christoph Hellwig
2019-06-28
1
-98
/
+0
*
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
2019-06-28
1
-0
/
+1
*
xfs: remove the debug-only q_transp field from struct xfs_dquot
Christoph Hellwig
2019-06-12
1
-5
/
+0
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: don't spray logs when dquot flush/purge fail
Darrick J. Wong
2018-05-10
1
-4
/
+1
*
xfs: log item flags are racy
Dave Chinner
2018-05-10
1
-1
/
+1
*
xfs: Rename xa_ elements to ail_
Matthew Wilcox
2018-03-11
1
-5
/
+6
*
Use list_head infra-structure for buffer's log items list
Carlos Maiolino
2018-01-29
1
-1
/
+1
*
xfs: fix non-debug build compiler warnings
Darrick J. Wong
2018-01-17
1
-4
/
+1
*
xfs: use %px for data pointers when debugging
Darrick J. Wong
2018-01-12
1
-1
/
+1
*
xfs: Properly retry failed dquot items in case of error during buffer writeback
Carlos Maiolino
2017-11-30
1
-2
/
+38
*
xfs: allocate log vector buffers outside CIL context lock
Dave Chinner
2016-07-22
1
-0
/
+2
*
xfs: move most of xfs_sb.h to xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
*
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
*
xfs: remove the quotaoff log format from the quotaoff log item
Christoph Hellwig
2013-12-13
1
-15
/
+7
*
xfs: remove the dquot log format from the dquot log item
Christoph Hellwig
2013-12-13
1
-16
/
+9
*
xfs: format log items write directly into the linear CIL buffer
Christoph Hellwig
2013-12-13
1
-9
/
+10
*
xfs: introduce xlog_copy_iovec
Christoph Hellwig
2013-12-13
1
-13
/
+12
*
xfs: decouple inode and bmap btree header files
Dave Chinner
2013-10-23
1
-7
/
+1
*
xfs: decouple log and transaction headers
Dave Chinner
2013-10-23
1
-2
/
+4
*
xfs: fix some minor sparse warnings
Dave Chinner
2013-09-09
1
-1
/
+2
*
xfs: return log item size in IOP_SIZE
Dave Chinner
2013-08-13
1
-9
/
+13
*
xfs: separate dquot on disk format definitions out of xfs_quota.h
Dave Chinner
2013-08-12
1
-0
/
+1
*
xfs: clean up xfs_bit.h includes
Dave Chinner
2012-05-14
1
-1
/
+0
*
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
2012-05-14
1
-1
/
+0
*
xfs: pass shutdown method into xfs_trans_ail_delete_bulk
Dave Chinner
2012-05-14
1
-1
/
+1
*
xfs: on-stack delayed write buffer lists
Christoph Hellwig
2012-05-14
1
-125
/
+36
*
xfs: do not write the buffer from xfs_qm_dqflush
Christoph Hellwig
2012-05-14
1
-2
/
+19
*
xfs: cleanup dquot locking helpers
Christoph Hellwig
2011-12-12
1
-1
/
+1
*
xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflush
Christoph Hellwig
2011-12-12
1
-1
/
+1
*
xfs: remove the lid_size field in struct log_item_desc
Christoph Hellwig
2011-12-08
1
-1
/
+0
*
xfs: constify xfs_item_ops
Christoph Hellwig
2011-11-08
1
-3
/
+3
*
xfs: force the log if we encounter pinned buffers in .iop_pushbuf
Christoph Hellwig
2011-10-11
1
-3
/
+7
*
xfs: remove subdirectories
Christoph Hellwig
2011-08-12
1
-0
/
+529