index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-19
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
27
-215
/
+182
2020-05-19
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
24
-162
/
+132
2020-05-19
xfs: remove xfs_ifree_local_data
Christoph Hellwig
1
-20
/
+10
2020-05-19
xfs: remove the XFS_DFORK_Q macro
Christoph Hellwig
2
-6
/
+5
2020-05-19
xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_Q
Darrick J. Wong
1
-21
/
+13
2020-05-19
xfs: remove the NULL fork handling in xfs_bmapi_read
Christoph Hellwig
1
-17
/
+5
2020-05-19
xfs: remove the special COW fork handling in xfs_bmapi_read
Christoph Hellwig
1
-12
/
+1
2020-05-19
xfs: improve local fork verification
Christoph Hellwig
5
-33
/
+16
2020-05-19
xfs: refactor xfs_inode_verify_forks
Christoph Hellwig
3
-36
/
+40
2020-05-19
xfs: remove xfs_ifork_ops
Christoph Hellwig
3
-29
/
+9
2020-05-19
xfs: remove xfs_iread
Christoph Hellwig
3
-76
/
+32
2020-05-19
xfs: don't reset i_delayed_blks in xfs_iread
Christoph Hellwig
1
-2
/
+0
2020-05-19
xfs: call xfs_dinode_verify from xfs_inode_from_disk
Christoph Hellwig
1
-10
/
+8
2020-05-19
xfs: handle unallocated inodes in xfs_inode_from_disk
Christoph Hellwig
1
-36
/
+14
2020-05-19
xfs: split xfs_iformat_fork
Christoph Hellwig
3
-106
/
+103
2020-05-19
xfs: call xfs_iformat_fork from xfs_inode_from_disk
Christoph Hellwig
3
-6
/
+6
2020-05-19
xfs: xfs_bmapi_read doesn't take a fork id as the last argument
Christoph Hellwig
1
-1
/
+1
2020-05-19
xfs: fix the warning message in xfs_validate_sb_common()
Kaixu Xia
1
-1
/
+1
2020-05-19
xfs: don't allow SWAPEXT if we'd screw up quota accounting
Darrick J. Wong
1
-0
/
+7
2020-05-19
xfs: use ordered buffers to initialize dquot buffers during quotacheck
Darrick J. Wong
2
-14
/
+52
2020-05-19
xfs: don't fail verifier on empty attr3 leaf block
Brian Foster
1
-8
/
+7
2020-05-13
xfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
21
-21
/
+21
2020-05-13
xfs: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-13
xfs: ensure f_bfree returned by statfs() is non-negative
Zheng Bin
1
-1
/
+2
2020-05-13
fs: Introduce DCACHE_DONTCACHE
Ira Weiny
1
-1
/
+1
2020-05-13
fs: Lift XFS_IDONTCACHE to the VFS layer
Ira Weiny
3
-5
/
+4
2020-05-08
xfs: remove duplicate headers
Chen Zhou
1
-1
/
+0
2020-05-08
xfs: fix unused variable warning in buffer completion on !DEBUG
Brian Foster
1
-2
/
+1
2020-05-08
xfs: remove unnecessary includes from xfs_log_recover.c
Darrick J. Wong
1
-8
/
+0
2020-05-08
xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.c
Darrick J. Wong
3
-104
/
+104
2020-05-08
xfs: hoist setting of XFS_LI_RECOVERED to caller
Darrick J. Wong
5
-19
/
+2
2020-05-08
xfs: refactor intent item iop_recover calls
Darrick J. Wong
5
-137
/
+54
2020-05-08
xfs: refactor intent item RECOVERED flag into the log item
Darrick J. Wong
9
-42
/
+20
2020-05-08
xfs: refactor adding recovered intent items to the log
Darrick J. Wong
6
-28
/
+26
2020-05-08
xfs: refactor releasing finished intents during log recovery
Darrick J. Wong
7
-129
/
+78
2020-05-08
xfs: refactor xlog_item_is_intent now that we're done converting
Darrick J. Wong
1
-14
/
+6
2020-05-08
xfs: refactor recovered BUI log item playback
Darrick J. Wong
3
-73
/
+41
2020-05-08
xfs: refactor recovered CUI log item playback
Darrick J. Wong
3
-58
/
+35
2020-05-08
xfs: refactor recovered RUI log item playback
Darrick J. Wong
3
-58
/
+35
2020-05-08
xfs: refactor recovered EFI log item playback
Darrick J. Wong
4
-61
/
+45
2020-05-08
xfs: remove log recovery quotaoff item dispatch for pass2 commit functions
Darrick J. Wong
2
-27
/
+7
2020-05-08
xfs: refactor log recovery BUI item dispatch for pass2 commit functions
Darrick J. Wong
3
-132
/
+131
2020-05-08
xfs: refactor log recovery CUI item dispatch for pass2 commit functions
Darrick J. Wong
3
-128
/
+127
2020-05-08
xfs: refactor log recovery RUI item dispatch for pass2 commit functions
Darrick J. Wong
3
-104
/
+101
2020-05-08
xfs: refactor log recovery EFI item dispatch for pass2 commit functions
Darrick J. Wong
3
-107
/
+104
2020-05-08
xfs: refactor log recovery icreate item dispatch for pass2 commit functions
Darrick J. Wong
2
-126
/
+132
2020-05-08
xfs: refactor log recovery dquot item dispatch for pass2 commit functions
Darrick J. Wong
2
-112
/
+109
2020-05-08
xfs: refactor log recovery inode item dispatch for pass2 commit functions
Darrick J. Wong
2
-355
/
+355
2020-05-08
xfs: refactor log recovery buffer item dispatch for pass2 commit functions
Darrick J. Wong
3
-791
/
+820
2020-05-08
xfs: refactor log recovery item dispatch for pass1 commit functions
Darrick J. Wong
4
-89
/
+64
[prev]
[next]