index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_log.c
Age
Commit message (
Expand
)
Author
2020-03-02
xfs: fix iclog release error check race with shutdown
Brian Foster
2019-12-03
xfs: fix mount failure crash on invalid iclog memory access
Brian Foster
2019-11-18
xfs: Remove kmem_zone_free() wrapper
Carlos Maiolino
2019-11-10
xfs: annotate functions that trip static checker locking checks
Darrick J. Wong
2019-11-05
xfs: use super s_id instead of struct xfs_mount m_fsname
Ian Kent
2019-10-21
xfs: remove the XLOG_STATE_DO_CALLBACK state
Christoph Hellwig
2019-10-21
xfs: turn ic_state into an enum
Christoph Hellwig
2019-10-21
xfs: remove dead ifdef XFSERRORDEBUG code
Christoph Hellwig
2019-10-21
xfs: call xlog_state_release_iclog with l_icloglock held
Christoph Hellwig
2019-10-21
xfs: move the locking from xlog_state_finish_copy to the callers
Christoph Hellwig
2019-10-21
xfs: remove the unused ic_io_size field from xlog_in_core
Christoph Hellwig
2019-10-21
xfs: pass the correct flag to xlog_write_iclog
Christoph Hellwig
2019-10-06
xfs: assure zeroed memory buffers for certain kmem allocations
Bill O'Donnell
2019-09-05
xfs: push the grant head when the log head moves forward
Dave Chinner
2019-09-05
xfs: push iclog state cleaning into xlog_state_clean_log
Dave Chinner
2019-09-05
xfs: factor iclog state processing out of xlog_state_do_callback()
Dave Chinner
2019-09-05
xfs: factor callbacks out of xlog_state_do_callback()
Dave Chinner
2019-09-05
xfs: factor debug code out of xlog_state_do_callback()
Dave Chinner
2019-09-05
xfs: fix missed wakeup on l_flush_wait
Rik van Riel
2019-09-05
xfs: push the AIL in xlog_grant_head_wake
Dave Chinner
2019-08-26
xfs: add kmem_alloc_io()
Dave Chinner
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
2019-08-03
fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().
Tetsuo Handa
2019-07-03
fs: xfs: xfs_log: Change return type from int to void
Hariprasad Kelam
2019-06-28
xfs: fix iclog allocation size
Christoph Hellwig
2019-06-28
xfs: remove unused header files
Eric Sandeen
2019-06-28
xfs: use a list_head for iclog callbacks
Christoph Hellwig
2019-06-28
xfs: stop using XFS_LI_ABORTED as a parameter flag
Christoph Hellwig
2019-06-28
xfs: move the log ioend workqueue to struct xlog
Christoph Hellwig
2019-06-28
xfs: use bios directly to write log buffers
Christoph Hellwig
2019-06-28
xfs: make use of the l_targ field in struct xlog
Christoph Hellwig
2019-06-28
xfs: remove the syncing argument from xlog_verify_iclog
Christoph Hellwig
2019-06-28
xfs: update both stat counters together in xlog_sync
Christoph Hellwig
2019-06-28
xfs: factor out iclog size calculation from xlog_sync
Christoph Hellwig
2019-06-28
xfs: factor out splitting of an iclog from xlog_sync
Christoph Hellwig
2019-06-28
xfs: factor out log buffer writing from xlog_sync
Christoph Hellwig
2019-06-28
xfs: don't use REQ_PREFLUSH for split log writes
Christoph Hellwig
2019-06-28
xfs: remove XLOG_STATE_IOABORT
Christoph Hellwig
2019-06-28
xfs: reformat xlog_get_lowest_lsn
Christoph Hellwig
2019-06-28
xfs: cleanup xlog_get_iclog_buffer_size
Christoph Hellwig
2019-06-28
xfs: remove the l_iclog_size_log field from struct xlog
Christoph Hellwig
2019-06-28
xfs: remove the no-op spinlock_destroy stub
Christoph Hellwig
2019-05-24
xfs: fix broken log reservation debugging
Darrick J. Wong
2019-04-14
xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
Darrick J. Wong
2018-08-03
xfs: fix a comment in xfs_log_reserve
Huang Chong
2018-08-01
xfs: refactor log recovery check
Darrick J. Wong
2018-07-23
xfs: force summary counter recalc at next mount
Darrick J. Wong
2018-07-23
xfs: refactor unmount record write
Darrick J. Wong
2018-06-08
xfs: clean up MIN/MAX
Dave Chinner
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
[next]