Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
73c4ceda09db2c9a2ff8bb2e90cc98ce1a827c34
/
fs
/
xfs
/
xfs_log_recover.c
6044e43
Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next
by Dave Chinner
· 10 years ago
9a2cc41
xfs: move type conversion functions to xfs_dir.h
by Dave Chinner
· 10 years ago
508b6b3
xfs: merge xfs_inum.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
4fb6e8a
xfs: merge xfs_ag.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
6d3ebaa
xfs: merge xfs_dinode.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
75e58ce
Merge branch 'xfs-buf-iosubmit' into for-next
by Dave Chinner
· 10 years ago
595bff7
xfs: introduce xfs_buf_submit[_wait]
by Dave Chinner
· 10 years ago
e8aaba9
xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionality
by Dave Chinner
· 10 years ago
2f43bbd
Merge branch 'xfs-trans-recover-cleanup' into for-next
by Dave Chinner
· 10 years ago
b818cca
xfs: refactor recovery transaction start handling
by Dave Chinner
· 10 years ago
7656066
xfs: reorganise transaction recovery item code
by Dave Chinner
· 10 years ago
88b863d
xfs: fix double free in xlog_recover_commit_trans
by Dave Chinner
· 10 years ago
e9131e5
xfs: recovery of XLOG_UNMOUNT_TRANS leaks memory
by Dave Chinner
· 10 years ago
eeb1168
xfs: refactor xlog_recover_process_data()
by Dave Chinner
· 10 years ago
970fd3f
xfs: deduplicate xlog_do_recovery_pass()
by Eric Sandeen
· 10 years ago
2e22717
xfs: export log_recovery_delay to delay mount time log recovery
by Brian Foster
· 10 years ago
ad3714b
xfs: dquot recovery needs verifiers
by Dave Chinner
· 10 years ago
67dc288
xfs: ensure verifiers are attached to recovered buffers
by Dave Chinner
· 10 years ago
2451337
xfs: global error sign conversion
by Dave Chinner
· 10 years ago
b474c7a
xfs: Nuke XFS_ERROR macro
by Eric Sandeen
· 10 years ago
d99831f
xfs: return is not a function
by Eric Sandeen
· 10 years ago
b767692
Merge branch 'xfs-free-inode-btree' into for-next
by Dave Chinner
· 10 years ago
aafc3c2
xfs: support the XFS_BTNUM_FINOBT free inode btree type
by Brian Foster
· 11 years ago
bbe4c66
xfs: remove unused trans pointer arg from xlog_recover_unmount_trans()
by Eric Sandeen
· 11 years ago
e4a1e29
xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()
by Eric Sandeen
· 11 years ago
324bb26
Merge branch 'xfs-for-linus-v3.13-rc5' into for-next
by Ben Myers
· 11 years ago
83a0adc
xfs: remove xfsbdstrat error
by Christoph Hellwig
· 11 years ago
126cd10
xfs: get rid of XFS_IALLOC_BLOCKS macros
by Jie Liu
· 11 years ago
0f49efd
xfs: get rid of XFS_INODE_CLUSTER_SIZE macros
by Jie Liu
· 11 years ago
7178343
xfs: get rid of XFS_IALLOC_INODES macros
by Jie Liu
· 11 years ago
2a84108
xfs: free the list of recovery items on error
by Mark Tinguely
· 11 years ago
a4fbe6a
xfs: decouple inode and bmap btree header files
by Dave Chinner
· 11 years ago
239880e
xfs: decouple log and transaction headers
by Dave Chinner
· 11 years ago
9aede1d
xfs: split dquot buffer operations out
by Dave Chinner
· 11 years ago
5706278
xfs: unify directory/attribute format definitions
by Dave Chinner
· 11 years ago
70a9883c
xfs: create a shared header file for format-related information
by Dave Chinner
· 11 years ago
08e96e1
xfs: remove newlines from strings passed to __xfs_printk
by Eric Sandeen
· 11 years ago
aaaae98
xfs: Use kmem_free() instead of free()
by Thierry Reding
· 11 years ago
519ccb8
xfs: fix memory leak in xlog_recover_add_to_trans
by tinguely@sgi.com
· 11 years ago
566055d
xfs: log recovery lsn ordering needs uuid check
by Dave Chinner
· 11 years ago
08474ed
xfs: remove dead code from xlog_recover_inode_pass2
by Mark Tinguely
· 11 years ago
638f4416
xfs: recovery of swap extents operations for CRC filesystems
by Dave Chinner
· 11 years ago
e9fbbad
xfs: fix endian warning in xlog_recover_get_buf_lsn()
by Dave Chinner
· 11 years ago
d891400
xfs: inode buffers may not be valid during recovery readahead
by Dave Chinner
· 11 years ago
50d5c8d
xfs: check LSN ordering for v5 superblocks during recovery
by Dave Chinner
· 11 years ago
0f0d334
xfs: fix bad dquot buffer size in log recovery readahead
by Dave Chinner
· 11 years ago
84a5b73
xfs: don't account buffer cancellation during log recovery readahead
by Dave Chinner
· 11 years ago
00574da
xfs: introduce object readahead to log recovery
by Zhi Yong Wu
· 11 years ago
8ba701e
xfs: fix the comment of xlog_recover_do_dquot_buffer()
by Zhi Yong Wu
· 11 years ago
0a94da2
xfs: fix the comment of xlog_find_head()
by Zhi Yong Wu
· 11 years ago
34be5ff
xfs: fix the comment of xlog_recover_buffer_pass2()
by Zhi Yong Wu
· 11 years ago
050a195
xfs:free bp in xlog_find_tail() error path
by Eric Sandeen
· 11 years ago
5d0a654
xfs: free bp in xlog_find_zeroed() error path
by Eric Sandeen
· 11 years ago
3d3c8b5
xfs: refactor xfs_trans_reserve() interface
by Jie Liu
· 11 years ago
e546cb7
xfs: consolidate xfs_utils.c
by Dave Chinner
· 11 years ago
2b9ab5a
xfs: reshuffle dir2 definitions around for userspace
by Dave Chinner
· 11 years ago
6ca1c90
xfs: separate dquot on disk format definitions out of xfs_quota.h
by Dave Chinner
· 11 years ago
fc06c6d
xfs: separate out log format definitions
by Dave Chinner
· 11 years ago
e60896d
xfs: di_flushiter considered harmful
by Dave Chinner
· 11 years ago
28c8e41
xfs: Inode create item recovery
by Dave Chinner
· 11 years ago
9222a9c
xfs: don't shutdown log recovery on validation errors
by Dave Chinner
· 11 years ago
0a32c26
xfs: inode unlinked list needs to recalculate the inode CRC
by Dave Chinner
· 11 years ago
a775ad7
xfs: fix log recovery transaction item reordering
by Dave Chinner
· 11 years ago
6fcdc59
xfs: rework dquot CRCs
by Dave Chinner
· 11 years ago
709da6a
xfs: fix split buffer vector log recovery support
by Dave Chinner
· 11 years ago
cab09a8
xfs: fix da node magic number mismatches
by Dave Chinner
· 12 years ago
123887e
xfs: Teach dquot recovery about CONFIG_XFS_QUOTA
by Dave Chinner
· 12 years ago
e721f50
xfs: implement extended feature masks
by Dave Chinner
· 12 years ago
04a1e6c
xfs: add CRC checks to the superblock
by Dave Chinner
· 12 years ago
61fe135
xfs: buffer type overruns blf_flags field
by Dave Chinner
· 12 years ago
d75afeb
xfs: add buffer types to directory and attribute buffers
by Dave Chinner
· 12 years ago
f948dd7
xfs: add CRC checks to remote symlinks
by Dave Chinner
· 12 years ago
93848a9
xfs: add version 3 inode format with CRCs
by Christoph Hellwig
· 12 years ago
3fe58f3
xfs: add CRC checks for quota blocks
by Christoph Hellwig
· 12 years ago
983d09f
xfs: add CRC checks to the AGI
by Dave Chinner
· 12 years ago
77c95bb
xfs: add CRC checks to the AGFL
by Christoph Hellwig
· 12 years ago
4e0e604
xfs: add CRC checks to the AGF
by Dave Chinner
· 12 years ago
ee1a47a
xfs: add support for large btree blocks
by Christoph Hellwig
· 12 years ago
666d644
xfs: don't free EFIs before the EFDs are committed
by Dave Chinner
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
f9668a0
xfs: fix sparse reported log CRC endian issue
by Dave Chinner
· 12 years ago
0e446be
xfs: add CRC checks to the log
by Christoph Hellwig
· 12 years ago
1813dd6
xfs: convert buffer verifiers to an ops structure.
by Dave Chinner
· 12 years ago
9802182
xfs: verify superblocks as they are read from disk
by Dave Chinner
· 12 years ago
c3f8fc7
xfs: make buffer read verication an IO completion function
by Dave Chinner
· 12 years ago
009507b
xfs: fix reading of wrapped log data
by Dave Chinner
· 12 years ago
33479e0
xfs: remove xfs_iget.c
by Dave Chinner
· 12 years ago
475ee41
xfs: merge xfs_itobp into xfs_imap_to_bp
by Christoph Hellwig
· 12 years ago
9a8d2fd
xfs: remove xlog_t typedef
by Mark Tinguely
· 12 years ago
ad223e6
xfs: rename log structure to xlog
by Mark Tinguely
· 12 years ago
611c994
xfs: make XBF_MAPPED the default behaviour
by Dave Chinner
· 13 years ago
2a0ec1d
xfs: move xfs_get_extsz_hint() and kill xfs_rw.h
by Dave Chinner
· 13 years ago
7ca790a
xfs: kill xfs_read_buf()
by Dave Chinner
· 13 years ago
a8acad7
xfs: kill XBF_LOCK
by Dave Chinner
· 13 years ago
aa0e883
xfs: use blocks for storing the desired IO size
by Dave Chinner
· 13 years ago
4e94b71
xfs: use blocks for counting length of buffers
by Dave Chinner
· 13 years ago
e70b73f
xfs: clean up buffer get/read call API
by Dave Chinner
· 13 years ago
0e95f19
xfs: check for buffer errors before waiting
by Dave Chinner
· 13 years ago
81158e0
xfs: prevent needless mount warning causing test failures
by Dave Chinner
· 13 years ago
04913fd
xfs: pass shutdown method into xfs_trans_ail_delete_bulk
by Dave Chinner
· 13 years ago
Next »