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: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
24
-162
/
+132
|
*
|
|
xfs: remove xfs_ifree_local_data
Christoph Hellwig
2020-05-19
1
-20
/
+10
|
*
|
|
xfs: remove the XFS_DFORK_Q macro
Christoph Hellwig
2020-05-19
2
-6
/
+5
|
*
|
|
xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_Q
Darrick J. Wong
2020-05-19
1
-21
/
+13
|
*
|
|
xfs: remove the NULL fork handling in xfs_bmapi_read
Christoph Hellwig
2020-05-19
1
-17
/
+5
|
*
|
|
xfs: remove the special COW fork handling in xfs_bmapi_read
Christoph Hellwig
2020-05-19
1
-12
/
+1
|
*
|
|
xfs: improve local fork verification
Christoph Hellwig
2020-05-19
5
-33
/
+16
|
*
|
|
xfs: refactor xfs_inode_verify_forks
Christoph Hellwig
2020-05-19
3
-36
/
+40
|
*
|
|
xfs: remove xfs_ifork_ops
Christoph Hellwig
2020-05-19
3
-29
/
+9
|
*
|
|
xfs: remove xfs_iread
Christoph Hellwig
2020-05-19
3
-76
/
+32
|
*
|
|
xfs: don't reset i_delayed_blks in xfs_iread
Christoph Hellwig
2020-05-19
1
-2
/
+0
|
*
|
|
xfs: call xfs_dinode_verify from xfs_inode_from_disk
Christoph Hellwig
2020-05-19
1
-10
/
+8
|
*
|
|
xfs: handle unallocated inodes in xfs_inode_from_disk
Christoph Hellwig
2020-05-19
1
-36
/
+14
|
*
|
|
xfs: split xfs_iformat_fork
Christoph Hellwig
2020-05-19
3
-106
/
+103
|
*
|
|
xfs: call xfs_iformat_fork from xfs_inode_from_disk
Christoph Hellwig
2020-05-19
3
-6
/
+6
|
*
|
|
xfs: xfs_bmapi_read doesn't take a fork id as the last argument
Christoph Hellwig
2020-05-19
1
-1
/
+1
|
*
|
|
xfs: fix the warning message in xfs_validate_sb_common()
Kaixu Xia
2020-05-19
1
-1
/
+1
|
*
|
|
xfs: don't allow SWAPEXT if we'd screw up quota accounting
Darrick J. Wong
2020-05-19
1
-0
/
+7
|
*
|
|
xfs: use ordered buffers to initialize dquot buffers during quotacheck
Darrick J. Wong
2020-05-19
2
-14
/
+52
|
*
|
|
xfs: don't fail verifier on empty attr3 leaf block
Brian Foster
2020-05-19
1
-8
/
+7
|
*
|
|
xfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
2020-05-14
21
-21
/
+21
|
*
|
|
xfs: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-14
1
-1
/
+1
|
*
|
|
xfs: ensure f_bfree returned by statfs() is non-negative
Zheng Bin
2020-05-14
1
-1
/
+2
|
*
|
|
xfs: remove duplicate headers
Chen Zhou
2020-05-08
1
-1
/
+0
|
*
|
|
xfs: fix unused variable warning in buffer completion on !DEBUG
Brian Foster
2020-05-08
1
-2
/
+1
|
*
|
|
xfs: remove unnecessary includes from xfs_log_recover.c
Darrick J. Wong
2020-05-08
1
-8
/
+0
|
*
|
|
xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.c
Darrick J. Wong
2020-05-08
3
-104
/
+104
|
*
|
|
xfs: hoist setting of XFS_LI_RECOVERED to caller
Darrick J. Wong
2020-05-08
5
-19
/
+2
|
*
|
|
xfs: refactor intent item iop_recover calls
Darrick J. Wong
2020-05-08
5
-137
/
+54
|
*
|
|
xfs: refactor intent item RECOVERED flag into the log item
Darrick J. Wong
2020-05-08
9
-42
/
+20
|
*
|
|
xfs: refactor adding recovered intent items to the log
Darrick J. Wong
2020-05-08
6
-28
/
+26
|
*
|
|
xfs: refactor releasing finished intents during log recovery
Darrick J. Wong
2020-05-08
7
-129
/
+78
|
*
|
|
xfs: refactor xlog_item_is_intent now that we're done converting
Darrick J. Wong
2020-05-08
1
-14
/
+6
|
*
|
|
xfs: refactor recovered BUI log item playback
Darrick J. Wong
2020-05-08
3
-73
/
+41
|
*
|
|
xfs: refactor recovered CUI log item playback
Darrick J. Wong
2020-05-08
3
-58
/
+35
|
*
|
|
xfs: refactor recovered RUI log item playback
Darrick J. Wong
2020-05-08
3
-58
/
+35
|
*
|
|
xfs: refactor recovered EFI log item playback
Darrick J. Wong
2020-05-08
4
-61
/
+45
|
*
|
|
xfs: remove log recovery quotaoff item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
2
-27
/
+7
|
*
|
|
xfs: refactor log recovery BUI item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
3
-132
/
+131
|
*
|
|
xfs: refactor log recovery CUI item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
3
-128
/
+127
|
*
|
|
xfs: refactor log recovery RUI item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
3
-104
/
+101
|
*
|
|
xfs: refactor log recovery EFI item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
3
-107
/
+104
|
*
|
|
xfs: refactor log recovery icreate item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
2
-126
/
+132
|
*
|
|
xfs: refactor log recovery dquot item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
2
-112
/
+109
|
*
|
|
xfs: refactor log recovery inode item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
2
-355
/
+355
|
*
|
|
xfs: refactor log recovery buffer item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
3
-791
/
+820
|
*
|
|
xfs: refactor log recovery item dispatch for pass1 commit functions
Darrick J. Wong
2020-05-08
4
-89
/
+64
|
*
|
|
xfs: refactor log recovery item dispatch for pass2 readhead functions
Darrick J. Wong
2020-05-08
5
-92
/
+73
|
*
|
|
xfs: refactor log recovery item sorting into a generic dispatch structure
Darrick J. Wong
2020-05-08
11
-39
/
+265
|
*
|
|
xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_item
Darrick J. Wong
2020-05-08
2
-14
/
+16
[prev]
[next]