index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
xfs: destroy mutex pag_ici_reclaim_lock before free
Xiongwei Song
2018-01-12
1
-0
/
+3
|
*
|
xfs: use %px for data pointers when debugging
Darrick J. Wong
2018-01-12
9
-25
/
+37
|
*
|
xfs: use %pS printk format for direct instruction addresses
Darrick J. Wong
2018-01-12
3
-23
/
+23
|
*
|
xfs: change 0x%p -> %p in print messages
Darrick J. Wong
2018-01-12
6
-28
/
+28
|
*
|
xfs: clarify units in the failed metadata io message
Darrick J. Wong
2018-01-10
1
-5
/
+6
|
*
|
xfs: harden directory integrity checks some more
Darrick J. Wong
2018-01-09
2
-1
/
+9
|
*
|
xfs: refactor the geometry structure filling function
Darrick J. Wong
2018-01-08
6
-78
/
+92
|
*
|
xfs: hoist xfs_fs_geometry to libxfs
Darrick J. Wong
2018-01-08
6
-78
/
+84
|
*
|
xfs: trace log reservations at mount time
Darrick J. Wong
2018-01-08
4
-1
/
+52
|
*
|
xfs: dump the first 128 bytes of any corrupt buffer
Darrick J. Wong
2018-01-08
3
-4
/
+9
|
*
|
xfs: teach error reporting functions to take xfs_failaddr_t
Darrick J. Wong
2018-01-08
2
-6
/
+7
|
*
|
xfs: standardize quota verification function outputs
Darrick J. Wong
2018-01-08
5
-122
/
+86
|
*
|
xfs: separate dquot repair into a separate function
Darrick J. Wong
2018-01-08
4
-64
/
+22
|
*
|
xfs: create a new buf_ops pointer to verify structure metadata
Darrick J. Wong
2018-01-08
17
-21
/
+125
|
*
|
xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corrupt
Darrick J. Wong
2018-01-08
1
-3
/
+6
|
*
|
xfs: provide a centralized method for verifying inline fork data
Darrick J. Wong
2018-01-08
6
-24
/
+99
|
*
|
xfs: refactor short form directory structure verifier function
Darrick J. Wong
2018-01-08
3
-17
/
+16
|
*
|
xfs: create structure verifier function for short form symlinks
Darrick J. Wong
2018-01-08
2
-0
/
+35
|
*
|
xfs: create structure verifier function for shortform xattrs
Darrick J. Wong
2018-01-08
2
-0
/
+75
|
*
|
xfs: move inode fork verifiers to xfs_dinode_verify
Darrick J. Wong
2018-01-08
2
-89
/
+69
|
*
|
xfs: verify dinode header first
Darrick J. Wong
2018-01-08
1
-10
/
+13
|
*
|
xfs: refactor verifier callers to print address of failing check
Darrick J. Wong
2018-01-08
20
-102
/
+209
|
*
|
xfs: have buffer verifier functions report failing address
Darrick J. Wong
2018-01-08
21
-275
/
+323
|
*
|
xfs: refactor xfs_verifier_error and xfs_buf_ioerror
Darrick J. Wong
2018-01-08
23
-151
/
+89
|
*
|
xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiers
Darrick J. Wong
2018-01-08
3
-53
/
+61
|
*
|
xfs: refactor short form btree pointer verification
Darrick J. Wong
2018-01-08
1
-6
/
+6
|
*
|
xfs: refactor long-format btree header verification routines
Darrick J. Wong
2018-01-08
3
-20
/
+50
|
*
|
xfs: remove XFS_FSB_SANITY_CHECK
Darrick J. Wong
2018-01-08
4
-9
/
+5
|
*
|
xfs: distinguish between corrupt inode and invalid inum in xfs_scrub_get_inode
Darrick J. Wong
2018-01-08
1
-4
/
+28
|
*
|
xfs: always grab transaction when scrubbing inode
Darrick J. Wong
2018-01-08
1
-1
/
+1
|
*
|
xfs: xfs_scrub_bmap should use for_each_xfs_iext
Darrick J. Wong
2018-01-08
1
-4
/
+1
|
*
|
xfs: catch a few more error codes when scrubbing secondary sb
Darrick J. Wong
2018-01-08
1
-0
/
+16
|
*
|
xfs: ignore agfl read errors when not scrubbing agfl
Darrick J. Wong
2018-01-08
1
-1
/
+1
|
*
|
xfs: eliminate duplicate icreate tx reservation functions
Brian Foster
2018-01-08
1
-46
/
+6
|
*
|
xfs: refactor inode chunk alloc/free tx reservation
Brian Foster
2018-01-08
1
-15
/
+49
|
*
|
xfs: include an allocfree res for inobt modifications
Brian Foster
2018-01-08
1
-41
/
+43
|
*
|
xfs: truncate transaction does not modify the inobt
Brian Foster
2018-01-08
1
-8
/
+1
|
*
|
xfs: fix up agi unlinked list reservations
Brian Foster
2018-01-08
1
-3
/
+4
|
*
|
xfs: include inobt buffers in ifree tx log reservation
Brian Foster
2018-01-08
1
-9
/
+6
|
*
|
xfs: print transaction log reservation on overrun
Brian Foster
2018-01-08
1
-1
/
+3
|
*
|
xfs: scrub inode nsec fields
Darrick J. Wong
2018-01-08
1
-0
/
+10
|
*
|
xfs: move all scrub input checking to xfs_scrub_validate
Eric Sandeen
2018-01-08
7
-57
/
+70
|
*
|
xfs: factor out scrub input checking
Eric Sandeen
2018-01-08
1
-31
/
+44
|
*
|
xfs: explicitly initialize meta_scrub_ops array by type
Eric Sandeen
2018-01-08
1
-25
/
+28
|
*
|
xfs: Show realtime device stats on statfs calls if realtime flags set
Richard Wareing
2018-01-08
2
-0
/
+10
*
|
|
Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-01-29
5
-12
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
Jeff Layton
2018-01-29
1
-6
/
+8
|
*
|
xfs: convert to new i_version API
Jeff Layton
2018-01-29
5
-7
/
+15
|
|
/
*
|
Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-01-05
3
-19
/
+33
|
\
\
|
*
|
xfs: fix s_maxbytes overflow problems
Darrick J. Wong
2018-01-02
2
-3
/
+3
[prev]
[next]