Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d46a4cdf49937b0b3abeb2cd7fa5dc65795e7ea7
/
fs
/
xfs
/
xfs_log.c
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
· 5 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
e6b96570
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
12877da
xfs: remove XFS_BUF_ZEROFLAGS macro
by Dave Chinner
· 9 years ago
b68c082
xfs: remove XBF_WRITE flag wrapper macros
by Dave Chinner
· 9 years ago
1157b32c
xfs: remove XBF_ASYNC flag wrapper macros
by Dave Chinner
· 9 years ago
b0388bf
xfs: remove XBF_DONE flag wrapper macros
by Dave Chinner
· 9 years ago
7eeabbd
Merge branch 'xfs-misc-fixes-for-4.5' into for-next
by Dave Chinner
· 9 years ago
609adfc
xfs: debug mode log record crc error injection
by Brian Foster
· 9 years ago
9b434a3
xfs: fix log ticket type printing
by Darrick J. Wong
· 9 years ago
316433b
Merge branch 'xfs-logging-fixes' into for-next
by Dave Chinner
· 9 years ago
ff6d6af
xfs: per-filesystem stats counter implementation
by Bill O'Donnell
· 9 years ago
91f9f5f
xfs: avoid null *src in memcpy call in xlog_write
by Eric Sandeen
· 9 years ago
a45086e
xfs: validate metadata LSNs against log on v5 superblocks
by Brian Foster
· 9 years ago
5be203a
Merge branch 'xfs-efi-rework' into for-next
by Dave Chinner
· 9 years ago
a3f2001
xfs: checksum log record ext headers based on record size
by Brian Foster
· 9 years ago
f0b2efa
xfs: don't leave EFIs on AIL on mount failure
by Brian Foster
· 9 years ago
f41febd
xfs: Use consistent logging message prefixes
by Joe Perches
· 9 years ago
de50e16
Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next
by Dave Chinner
· 10 years ago
b2a922c
xfs: remove xfs_caddr_t
by Christoph Hellwig
· 10 years ago
5809d5e
xfs: use void pointers in log validation helpers
by Christoph Hellwig
· 10 years ago
Next »