Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
a582f32fade215668a00388b4a84ec4577387eac
/
fs
/
xfs
/
xfs_log.c
a582f32
xfs: simplify log shutdown checking in xfs_log_release_iclog
by Christoph Hellwig
· 4 years, 10 months ago
f97a43e
xfs: simplify the xfs_log_release_iclog calling convention
by Christoph Hellwig
· 4 years, 10 months ago
81e5b50
xfs: factor out a xlog_wait_on_iclog helper
by Christoph Hellwig
· 4 years, 10 months ago
13859c9
xfs: cleanup xfs_log_unmount_write
by Christoph Hellwig
· 4 years, 10 months ago
6178d10
xfs: remove dead code from xfs_log_unmount_write
by Christoph Hellwig
· 4 years, 10 months ago
550319e
xfs: remove the unused return value from xfs_log_unmount_write
by Christoph Hellwig
· 4 years, 10 months ago
6b789c3
xfs: fix iclog release error check race with shutdown
by Brian Foster
· 4 years, 11 months ago
798a9ca
xfs: fix mount failure crash on invalid iclog memory access
by Brian Foster
· 5 years ago
377bcd5
xfs: Remove kmem_zone_free() wrapper
by Carlos Maiolino
· 5 years ago
f755979
xfs: annotate functions that trip static checker locking checks
by Darrick J. Wong
· 5 years ago
e1d3d21
xfs: use super s_id instead of struct xfs_mount m_fsname
by Ian Kent
· 5 years ago
4b29ab0
xfs: remove the XLOG_STATE_DO_CALLBACK state
by Christoph Hellwig
· 5 years ago
1858bb0
xfs: turn ic_state into an enum
by Christoph Hellwig
· 5 years ago
032cc34
xfs: remove dead ifdef XFSERRORDEBUG code
by Christoph Hellwig
· 5 years ago
df732b2
xfs: call xlog_state_release_iclog with l_icloglock held
by Christoph Hellwig
· 5 years ago
390aab0
xfs: move the locking from xlog_state_finish_copy to the callers
by Christoph Hellwig
· 5 years ago
2c68a1d
xfs: remove the unused ic_io_size field from xlog_in_core
by Christoph Hellwig
· 5 years ago
cd95cb9
xfs: pass the correct flag to xlog_write_iclog
by Christoph Hellwig
· 5 years ago
3219e8c
xfs: assure zeroed memory buffers for certain kmem allocations
by Bill O'Donnell
· 5 years ago
14e15f1
xfs: push the grant head when the log head moves forward
by Dave Chinner
· 5 years ago
0383f54
xfs: push iclog state cleaning into xlog_state_clean_log
by Dave Chinner
· 5 years ago
5e96fa8
xfs: factor iclog state processing out of xlog_state_do_callback()
by Dave Chinner
· 5 years ago
6546818
xfs: factor callbacks out of xlog_state_do_callback()
by Dave Chinner
· 5 years ago
6769aa2
xfs: factor debug code out of xlog_state_do_callback()
by Dave Chinner
· 5 years ago
cdea545
xfs: fix missed wakeup on l_flush_wait
by Rik van Riel
· 5 years ago
7c107af
xfs: push the AIL in xlog_grant_head_wake
by Dave Chinner
· 5 years ago
f8f9ee4
xfs: add kmem_alloc_io()
by Dave Chinner
· 5 years ago
707e0dd
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
by Tetsuo Handa
· 5 years ago
294fc7a
fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().
by Tetsuo Handa
· 5 years ago
a7a9250
fs: xfs: xfs_log: Change return type from int to void
by Hariprasad Kelam
· 6 years ago
89b171a
xfs: fix iclog allocation size
by Christoph Hellwig
· 6 years ago
250d4b4
xfs: remove unused header files
by Eric Sandeen
· 6 years ago
89ae379
xfs: use a list_head for iclog callbacks
by Christoph Hellwig
· 6 years ago
d15cbf2
xfs: stop using XFS_LI_ABORTED as a parameter flag
by Christoph Hellwig
· 6 years ago
1058d0f
xfs: move the log ioend workqueue to struct xlog
by Christoph Hellwig
· 6 years ago
79b54d9
xfs: use bios directly to write log buffers
by Christoph Hellwig
· 6 years ago
2d15d2c
xfs: make use of the l_targ field in struct xlog
by Christoph Hellwig
· 6 years ago
abca1f3
xfs: remove the syncing argument from xlog_verify_iclog
by Christoph Hellwig
· 6 years ago
9b0489c
xfs: update both stat counters together in xlog_sync
by Christoph Hellwig
· 6 years ago
db0a6fa
xfs: factor out iclog size calculation from xlog_sync
by Christoph Hellwig
· 6 years ago
5693384
xfs: factor out splitting of an iclog from xlog_sync
by Christoph Hellwig
· 6 years ago
94860a3
xfs: factor out log buffer writing from xlog_sync
by Christoph Hellwig
· 6 years ago
1f9489b
xfs: don't use REQ_PREFLUSH for split log writes
by Christoph Hellwig
· 6 years ago
366fc4b
xfs: remove XLOG_STATE_IOABORT
by Christoph Hellwig
· 6 years ago
9bff3132
xfs: reformat xlog_get_lowest_lsn
by Christoph Hellwig
· 6 years ago
4f62282
xfs: cleanup xlog_get_iclog_buffer_size
by Christoph Hellwig
· 6 years ago
76ce982
xfs: remove the l_iclog_size_log field from struct xlog
by Christoph Hellwig
· 6 years ago
1e85a36
xfs: remove the no-op spinlock_destroy stub
by Christoph Hellwig
· 6 years ago
d31d718
xfs: fix broken log reservation debugging
by Darrick J. Wong
· 6 years ago
39353ff
xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
by Darrick J. Wong
· 6 years ago
a0e336ba
xfs: fix a comment in xfs_log_reserve
by Huang Chong
· 6 years ago
0c60d3a
xfs: refactor log recovery check
by Darrick J. Wong
· 6 years ago
f467cad
xfs: force summary counter recalc at next mount
by Darrick J. Wong
· 6 years ago
53235f2
xfs: refactor unmount record write
by Darrick J. Wong
· 6 years ago
9bb54cb
xfs: clean up MIN/MAX
by Dave Chinner
· 7 years ago
0b61f8a
xfs: convert to SPDX license tags
by Dave Chinner
· 7 years ago
e6631f8
xfs: get rid of the log item descriptor
by Dave Chinner
· 7 years ago
22525c1
xfs: log item flags are racy
by Dave Chinner
· 7 years ago
a1f6941
xfs: non-scrub - remove unused function parameters
by Eric Sandeen
· 7 years ago
3e4da46
xfs: unwind the try_again loop in xfs_log_force
by Christoph Hellwig
· 7 years ago
9380629
xfs: refactor xfs_log_force_lsn
by Christoph Hellwig
· 7 years ago
e6b9657
xfs: refactor xfs_log_force
by Christoph Hellwig
· 7 years ago
656de4f
xfs: merge _xfs_log_force_lsn and xfs_log_force_lsn
by Christoph Hellwig
· 7 years ago
60e5bb7
xfs: merge _xfs_log_force and xfs_log_force
by Christoph Hellwig
· 7 years ago
57e8095
xfs: Rename xa_ elements to ail_
by Matthew Wilcox
· 7 years ago
643c8c0
Use list_head infra-structure for buffer's log items list
by Carlos Maiolino
· 7 years ago
fb1755a
Split buffer's b_fspriv field
by Carlos Maiolino
· 7 years ago
c969004
xfs: use %px for data pointers when debugging
by Darrick J. Wong
· 7 years ago
3d170aa
xfs: change 0x%p -> %p in print messages
by Darrick J. Wong
· 7 years ago
2c8f626
xfs: print transaction log reservation on overrun
by Brian Foster
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
181fdfe
xfs: mark xlog_verify_dest_ptr STATIC
by Christoph Hellwig
· 7 years ago
e9e899a
xfs: move error injection tags into their own file
by Darrick J. Wong
· 7 years ago
9c92ee2
xfs: validate sb_logsunit is a multiple of the fs blocksize
by Darrick J. Wong
· 7 years ago
f1b92bbc
xfs: drain the buffer LRU on mount
by Brian Foster
· 7 years ago
749f24f
xfs: Fix bool initialization/comparison
by Thomas Meyer
· 7 years ago
47c7d0b
xfs: fix incorrect log_flushed on fsync
by Amir Goldstein
· 7 years ago
799ea9e
xfs: evict all inodes involved with log redo item
by Darrick J. Wong
· 7 years ago
6f4a1ee
xfs: toggle readonly state around xfs_log_mount_finish
by Eric Sandeen
· 7 years ago
757a69e
xfs: write unmount record for ro mounts
by Eric Sandeen
· 7 years ago
8204f8d
xfs: clear MS_ACTIVE after finishing log recovery
by Darrick J. Wong
· 7 years ago
244e3de
xfs: fix semicolon.cocci warnings
by kbuild test robot
· 8 years ago
3e88a00
xfs: replace log_badcrc_factor knob with error injection tag
by Brian Foster
· 8 years ago
9e24cfd
xfs: remove unneeded parameter from XFS_TEST_ERROR
by Darrick J. Wong
· 8 years ago
c8ce540
xfs: remove double-underscore integer types
by Darrick J. Wong
· 8 years ago
d4ca1d5
xfs: dump transaction usage details on log reservation overrun
by Brian Foster
· 8 years ago
7d2d5653
xfs: separate shutdown from ticket reservation print helper
by Brian Foster
· 8 years ago
e2a6419
xfs: corruption needs to respect endianess too!
by Christoph Hellwig
· 8 years ago
696a562
xfs: use dedicated log worker wq to avoid deadlock with cil wq
by Brian Foster
· 8 years ago
84a4620c
xfs: don't print warnings when xfs_log_force fails
by Christoph Hellwig
· 8 years ago
9807b77
Merge branch 'xfs-4.10-misc-fixes-4' into for-next
by Dave Chinner
· 8 years ago
2291dab
xfs: Always flush caches when integrity is required
by Dave Chinner
· 8 years ago
cae028d
xfs: optimise CRC updates
by Dave Chinner
· 8 years ago
bbfeb61
Merge branch 'xfs-4.8-buf-fixes' into for-next
by Dave Chinner
· 8 years ago
c891c30
xfs: exclude never-released buffers from buftarg I/O accounting
by Brian Foster
· 8 years ago
0d5a75e
xfs: make several functions static
by Eric Sandeen
· 9 years ago
2a4ad58
Merge branch 'xfs-4.7-misc-fixes' into for-next
by Dave Chinner
· 9 years ago
9f27889
xfs: Add caller function output to xfs_log_force tracepoint
by Carlos Maiolino
· 9 years ago
710b1e2
xfs: remove transaction types
by Christoph Hellwig
· 9 years ago
5110cd8
xfs: use named array initializers for log item dumping
by Darrick J. Wong
· 9 years ago
Next »