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.12.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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-29
xfs: log forces imply data device cache flushes
Dave Chinner
1
-13
/
+34
2021-07-29
xfs: factor out forced iclog flushes
Dave Chinner
1
-24
/
+18
2021-07-29
xfs: fix ordering violation between cache flushes and tail updates
Dave Chinner
1
-10
/
+26
2021-07-29
xfs: fold __xlog_state_release_iclog into xlog_state_release_iclog
Dave Chinner
1
-28
/
+17
2021-07-29
xfs: external logs need to flush data device
Dave Chinner
1
-8
/
+11
2021-07-29
xfs: flush data dev on external log write
Dave Chinner
1
-1
/
+1
2021-07-03
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-157
/
+116
2021-06-25
xfs: Fix a CIL UAF by getting get rid of the iclog callback lock
Dave Chinner
1
-28
/
+6
2021-06-25
xfs: remove callback dequeue loop from xlog_state_do_iclog_callbacks
Dave Chinner
1
-10
/
+6
2021-06-25
xfs: don't nest icloglock inside ic_callback_lock
Dave Chinner
1
-14
/
+4
2021-06-21
xfs: force the log offline when log intent item recovery fails
Darrick J. Wong
1
-0
/
+3
2021-06-21
xfs: add iclog state trace events
Dave Chinner
1
-0
/
+18
2021-06-21
xfs: xfs_log_force_lsn isn't passed a LSN
Dave Chinner
1
-13
/
+14
2021-06-21
xfs: journal IO cache flush reductions
Dave Chinner
1
-43
/
+23
2021-06-21
xfs: remove need_start_rec parameter from xlog_write()
Dave Chinner
1
-22
/
+22
2021-06-21
xfs: remove xfs_blkdev_issue_flush
Dave Chinner
1
-1
/
+1
2021-06-18
xfs: separate CIL commit record IO
Dave Chinner
1
-3
/
+5
2021-06-18
xfs: Fix 64-bit division on 32-bit in xlog_state_switch_iclogs()
Geert Uytterhoeven
1
-2
/
+2
2021-06-18
xfs: log stripe roundoff is a property of the log
Dave Chinner
1
-34
/
+25
2021-05-26
xfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-05-04
xfs: don't allow log writes if the data device is readonly
Darrick J. Wong
1
-4
/
+6
2021-02-11
xfs: fix boolreturn.cocci warnings
kernel test robot
1
-1
/
+1
2021-02-03
xfs: set WQ_SYSFS on all workqueues in debug mode
Darrick J. Wong
1
-2
/
+3
2021-02-01
xfs: fix unused log variable in xfs_log_cover()
Brian Foster
1
-3
/
+2
2021-01-23
xfs: fold sbcount quiesce logging into log covering
Brian Foster
1
-2
/
+18
2021-01-23
xfs: don't reset log idle state on covering checkpoints
Brian Foster
1
-3
/
+6
2021-01-23
xfs: cover the log during log quiesce
Brian Foster
1
-3
/
+46
2021-01-23
xfs: separate log cleaning from log quiesce
Brian Foster
1
-1
/
+7
2021-01-23
xfs: lift writable fs check up into log worker task
Brian Foster
1
-10
/
+8
2021-01-23
xfs: sync lazy sb accounting on quiesce of read-only mounts
Brian Foster
1
-8
/
+20
2021-01-23
xfs: don't drain buffer lru on freeze and read-only remount
Brian Foster
1
-2
/
+4
2021-01-23
xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()
Brian Foster
1
-3
/
+3
2020-10-07
xfs: expose the log push threshold
Darrick J. Wong
1
-10
/
+30
2020-09-23
xfs: clean up calculation of LR header blocks
Gao Xiang
1
-3
/
+1
2020-07-29
xfs: Modify xlog_ticket_alloc() to use kernel's MM API
Carlos Maiolino
1
-6
/
+3
2020-03-27
xfs: don't write a corrupt unmount record to force summary counter recalc
Darrick J. Wong
1
-13
/
+14
2020-03-27
xfs: don't allow log IO to be throttled
Dave Chinner
1
-1
/
+9
2020-03-27
xfs: remove some stale comments from the log code
Dave Chinner
1
-46
/
+13
2020-03-27
xfs: refactor unmount record writing
Dave Chinner
1
-20
/
+29
2020-03-27
xfs: merge xlog_commit_record with xlog_write_done
Dave Chinner
1
-33
/
+10
2020-03-27
xfs: split xlog_ticket_done
Christoph Hellwig
1
-57
/
+27
2020-03-27
xfs: kill XLOG_TIC_INITED
Dave Chinner
1
-4
/
+0
2020-03-27
xfs: refactor and split xfs_log_done()
Dave Chinner
1
-43
/
+21
2020-03-27
xfs: re-order initial space accounting checks in xlog_write
Dave Chinner
1
-21
/
+10
2020-03-27
xfs: don't try to write a start record into every iclog
Dave Chinner
1
-40
/
+37
2020-03-26
xfs: shutdown on failure to add page to log bio
Brian Foster
1
-3
/
+9
2020-03-23
xfs: remove xlog_state_want_sync
Christoph Hellwig
1
-32
/
+18
2020-03-23
xfs: move the ioerror check out of xlog_state_clean_iclog
Christoph Hellwig
1
-4
/
+5
2020-03-23
xfs: refactor xlog_state_clean_iclog
Christoph Hellwig
1
-92
/
+88
2020-03-23
xfs: remove the aborted parameter to xlog_state_done_syncing
Christoph Hellwig
1
-32
/
+16
[prev]
[next]