index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_log_priv.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-03
fs: xfs: xfs_log: Change return type from int to void
Hariprasad Kelam
1
-1
/
+1
2019-06-29
xfs: use a list_head for iclog callbacks
Christoph Hellwig
1
-7
/
+3
2019-06-29
xfs: move the log ioend workqueue to struct xlog
Christoph Hellwig
1
-0
/
+1
2019-06-29
xfs: use bios directly to write log buffers
Christoph Hellwig
1
-8
/
+10
2019-06-29
xfs: remove XLOG_STATE_IOABORT
Christoph Hellwig
1
-1
/
+3
2019-06-29
xfs: remove the l_iclog_size_log field from struct xlog
Christoph Hellwig
1
-1
/
+0
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-2
/
+2
2017-06-20
xfs: remove double-underscore integer types
Darrick J. Wong
1
-1
/
+1
2017-06-19
xfs: dump transaction usage details on log reservation overrun
Brian Foster
1
-0
/
+1
2017-02-09
xfs: don't block the log commit handler for discards
Christoph Hellwig
1
-0
/
+1
2016-09-26
xfs: rework log recovery to submit buffers on LSN boundaries
Brian Foster
1
-1
/
+2
2016-04-06
xfs: remove transaction types
Christoph Hellwig
1
-1
/
+0
2016-01-04
xfs: debug mode log record crc error injection
Brian Foster
1
-0
/
+3
2015-10-12
xfs: validate metadata LSNs against log on v5 superblocks
Brian Foster
1
-0
/
+51
2015-08-19
xfs: don't leave EFIs on AIL on mount failure
Brian Foster
1
-0
/
+2
2015-06-22
xfs: use void pointers in log validation helpers
Christoph Hellwig
1
-1
/
+1
2014-07-15
xfs: add xlog sysfs kobject and attribute handlers
Brian Foster
1
-0
/
+2
2013-10-24
xfs: decouple log and transaction headers
Dave Chinner
1
-3
/
+4
2013-10-17
xfs: prevent deadlock trying to cover an active log
Dave Chinner
1
-6
/
+4
2013-08-14
xfs: split the CIL lock
Dave Chinner
1
-3
/
+6
2013-08-13
xfs: separate out log format definitions
Dave Chinner
1
-140
/
+6
2013-04-16
xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macros
Jeff Liu
1
-1
/
+0
2012-12-03
xfs: fix sparse reported log CRC endian issue
Dave Chinner
1
-1
/
+1
2012-11-20
xfs: add CRC checks to the log
Christoph Hellwig
1
-7
/
+4
2012-10-17
xfs: sync work is now only periodic log work
Dave Chinner
1
-0
/
+1
2012-06-21
xfs: remove xlog_t typedef
Mark Tinguely
1
-5
/
+13
2012-06-21
xfs: rename log structure to xlog
Mark Tinguely
1
-15
/
+31
2012-05-30
xfs: switch to proper __bitwise type for KM_... flags
Al Viro
1
-1
/
+1
2012-05-15
xfs: Do background CIL flushes via a workqueue
Dave Chinner
1
-0
/
+2
2012-02-23
xfs: split and cleanup xfs_log_reserve
Christoph Hellwig
1
-1
/
+1
2012-02-23
xfs: add the xlog_grant_head structure
Christoph Hellwig
1
-11
/
+12
2012-02-23
xfs: remove log space waitqueues
Christoph Hellwig
1
-1
/
+1
2012-02-23
xfs: split tail_lsn assignments from log space wakeups
Christoph Hellwig
1
-1
/
+0
2011-04-28
xfs: exact busy extent tracking
Christoph Hellwig
1
-0
/
+2
2011-04-12
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
1
-0
/
+1
2011-04-08
xfs: convert log tail checking to a warning
Dave Chinner
1
-0
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-07
xfs: Convert xlog_warn to new logging interface
Dave Chinner
1
-4
/
+0
2010-12-21
xfs: convert grant head manipulations to lockless algorithm
Dave Chinner
1
-8
/
+15
2010-12-21
xfs: introduce new locks for the log grant ticket wait queues
Dave Chinner
1
-4
/
+12
2010-12-03
xfs: convert log grant heads to atomic variables
Dave Chinner
1
-6
/
+6
2010-12-21
xfs: convert l_tail_lsn to an atomic variable.
Dave Chinner
1
-6
/
+31
2010-12-03
xfs: convert l_last_sync_lsn to an atomic variable
Dave Chinner
1
-1
/
+8
2010-12-21
xfs: use wait queues directly for the log wait queues
Dave Chinner
1
-5
/
+20
2010-12-21
xfs: combine grant heads into a single 64 bit integer
Dave Chinner
1
-4
/
+22
2010-12-21
xfs: convert log grant ticket queues to list heads
Dave Chinner
1
-7
/
+4
2010-12-17
xfs: use struct list_head for the buf cancel table
Christoph Hellwig
1
-2
/
+4
2010-09-29
xfs: force background CIL push under sustained load
Dave Chinner
1
-16
/
+21
2010-08-24
xfs: Reduce log force overhead for delayed logging
Dave Chinner
1
-2
/
+11
[next]