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_recover.c
Age
Commit message (
Expand
)
Author
2014-10-02
Merge branch 'xfs-buf-iosubmit' into for-next
Dave Chinner
2014-10-02
xfs: introduce xfs_buf_submit[_wait]
Dave Chinner
2014-10-02
xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionality
Dave Chinner
2014-09-29
Merge branch 'xfs-trans-recover-cleanup' into for-next
Dave Chinner
2014-09-29
xfs: refactor recovery transaction start handling
Dave Chinner
2014-09-29
xfs: reorganise transaction recovery item code
Dave Chinner
2014-09-29
xfs: fix double free in xlog_recover_commit_trans
Dave Chinner
2014-09-29
xfs: recovery of XLOG_UNMOUNT_TRANS leaks memory
Dave Chinner
2014-09-29
xfs: refactor xlog_recover_process_data()
Dave Chinner
2014-09-09
xfs: deduplicate xlog_do_recovery_pass()
Eric Sandeen
2014-09-09
xfs: export log_recovery_delay to delay mount time log recovery
Brian Foster
2014-08-04
xfs: dquot recovery needs verifiers
Dave Chinner
2014-08-04
xfs: ensure verifiers are attached to recovered buffers
Dave Chinner
2014-06-25
xfs: global error sign conversion
Dave Chinner
2014-06-22
xfs: Nuke XFS_ERROR macro
Eric Sandeen
2014-06-22
xfs: return is not a function
Eric Sandeen
2014-05-15
Merge branch 'xfs-free-inode-btree' into for-next
Dave Chinner
2014-04-24
xfs: support the XFS_BTNUM_FINOBT free inode btree type
Brian Foster
2014-04-14
xfs: remove unused trans pointer arg from xlog_recover_unmount_trans()
Eric Sandeen
2014-04-14
xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()
Eric Sandeen
2013-12-18
Merge branch 'xfs-for-linus-v3.13-rc5' into for-next
Ben Myers
2013-12-17
xfs: remove xfsbdstrat error
Christoph Hellwig
2013-12-13
xfs: get rid of XFS_IALLOC_BLOCKS macros
Jie Liu
2013-12-13
xfs: get rid of XFS_INODE_CLUSTER_SIZE macros
Jie Liu
2013-12-13
xfs: get rid of XFS_IALLOC_INODES macros
Jie Liu
2013-12-05
xfs: free the list of recovery items on error
Mark Tinguely
2013-10-23
xfs: decouple inode and bmap btree header files
Dave Chinner
2013-10-23
xfs: decouple log and transaction headers
Dave Chinner
2013-10-23
xfs: split dquot buffer operations out
Dave Chinner
2013-10-23
xfs: unify directory/attribute format definitions
Dave Chinner
2013-10-23
xfs: create a shared header file for format-related information
Dave Chinner
2013-10-17
xfs: remove newlines from strings passed to __xfs_printk
Eric Sandeen
2013-10-01
xfs: Use kmem_free() instead of free()
Thierry Reding
2013-09-30
xfs: fix memory leak in xlog_recover_add_to_trans
tinguely@sgi.com
2013-09-24
xfs: log recovery lsn ordering needs uuid check
Dave Chinner
2013-09-12
xfs: remove dead code from xlog_recover_inode_pass2
Mark Tinguely
2013-09-10
xfs: recovery of swap extents operations for CRC filesystems
Dave Chinner
2013-09-09
xfs: fix endian warning in xlog_recover_get_buf_lsn()
Dave Chinner
2013-08-30
xfs: inode buffers may not be valid during recovery readahead
Dave Chinner
2013-08-30
xfs: check LSN ordering for v5 superblocks during recovery
Dave Chinner
2013-08-29
xfs: fix bad dquot buffer size in log recovery readahead
Dave Chinner
2013-08-29
xfs: don't account buffer cancellation during log recovery readahead
Dave Chinner
2013-08-23
xfs: introduce object readahead to log recovery
Zhi Yong Wu
2013-08-20
xfs: fix the comment of xlog_recover_do_dquot_buffer()
Zhi Yong Wu
2013-08-20
xfs: fix the comment of xlog_find_head()
Zhi Yong Wu
2013-08-20
xfs: fix the comment of xlog_recover_buffer_pass2()
Zhi Yong Wu
2013-08-13
xfs:free bp in xlog_find_tail() error path
Eric Sandeen
2013-08-13
xfs: free bp in xlog_find_zeroed() error path
Eric Sandeen
2013-08-12
xfs: refactor xfs_trans_reserve() interface
Jie Liu
2013-08-12
xfs: consolidate xfs_utils.c
Dave Chinner
[next]