index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-12-18
48
-705
/
+695
|
\
|
*
xfs: remove xfs_buf_t typedef
Dave Chinner
2020-12-16
15
-78
/
+78
|
*
fs/xfs: convert comma to semicolon
Zheng Yongjun
2020-12-12
1
-1
/
+1
|
*
xfs: open code updating i_mode in xfs_set_acl
Christoph Hellwig
2020-12-12
3
-31
/
+27
|
*
xfs: remove xfs_vn_setattr_nonsize
Christoph Hellwig
2020-12-12
2
-20
/
+7
|
*
xfs: kill ialloced in xfs_dialloc()
Gao Xiang
2020-12-12
1
-13
/
+9
|
*
xfs: spilt xfs_dialloc() into 2 functions
Dave Chinner
2020-12-12
3
-37
/
+48
|
*
xfs: move xfs_dialloc_roll() into xfs_dialloc()
Dave Chinner
2020-12-12
3
-94
/
+24
|
*
xfs: move on-disk inode allocation out of xfs_ialloc()
Dave Chinner
2020-12-12
3
-161
/
+86
|
*
xfs: introduce xfs_dialloc_roll()
Dave Chinner
2020-12-12
3
-30
/
+41
|
*
xfs: convert noroom, okalloc in xfs_dialloc() to bool
Gao Xiang
2020-12-12
1
-4
/
+4
|
*
xfs: don't catch dax+reflink inodes as corruption in verifier
Eric Sandeen
2020-12-09
2
-8
/
+0
|
*
xfs: fix the forward progress assertion in xfs_iwalk_run_callbacks
Darrick J. Wong
2020-12-09
1
-1
/
+1
|
*
xfs: remove unneeded return value check for *init_cursor()
Joseph Qi
2020-12-09
7
-46
/
+0
|
*
xfs: introduce xfs_validate_stripe_geometry()
Gao Xiang
2020-12-09
2
-11
/
+69
|
*
xfs: show the proper user quota options
Kaixu Xia
2020-12-09
1
-4
/
+6
|
*
xfs: remove the unused XFS_B_FSB_OFFSET macro
Kaixu Xia
2020-12-09
1
-1
/
+0
|
*
xfs: remove unnecessary null check in xfs_generic_create
Kaixu Xia
2020-12-09
1
-4
/
+2
|
*
xfs: directly return if the delta equal to zero
Kaixu Xia
2020-12-09
1
-14
/
+9
|
*
xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag
Kaixu Xia
2020-12-09
3
-19
/
+3
|
*
xfs: delete duplicated tp->t_dqinfo null check and allocation
Kaixu Xia
2020-12-09
1
-7
/
+0
|
*
xfs: rename xfs_fc_* back to xfs_fs_*
Darrick J. Wong
2020-12-09
1
-13
/
+13
|
*
xfs: refactor file range validation
Darrick J. Wong
2020-12-09
8
-5
/
+37
|
*
xfs: refactor realtime volume extent validation
Darrick J. Wong
2020-12-09
5
-20
/
+23
|
*
xfs: refactor data device extent validation
Darrick J. Wong
2020-12-09
8
-50
/
+32
|
*
xfs: scrub should mark a directory corrupt if any entries cannot be iget'd
Darrick J. Wong
2020-12-09
1
-3
/
+18
|
*
xfs: fix parent pointer scrubber bailing out on unallocated inodes
Darrick J. Wong
2020-12-09
1
-5
/
+5
|
*
xfs: detect overflows in bmbt records
Darrick J. Wong
2020-12-09
1
-0
/
+5
|
*
xfs: trace log intent item recovery failures
Darrick J. Wong
2020-12-09
2
-1
/
+22
|
*
xfs: validate feature support when recovering rmap/refcount intents
Darrick J. Wong
2020-12-09
2
-0
/
+6
|
*
xfs: improve the code that checks recovered extent-free intent items
Darrick J. Wong
2020-12-09
1
-8
/
+7
|
*
xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recover
Darrick J. Wong
2020-12-09
1
-8
/
+25
|
*
xfs: improve the code that checks recovered refcount intent items
Darrick J. Wong
2020-12-09
1
-12
/
+11
|
*
xfs: hoist recovered refcount intent checks out of xfs_cui_item_recover
Darrick J. Wong
2020-12-09
1
-21
/
+38
|
*
xfs: improve the code that checks recovered rmap intent items
Darrick J. Wong
2020-12-09
1
-12
/
+18
|
*
xfs: hoist recovered rmap intent checks out of xfs_rui_item_recover
Darrick J. Wong
2020-12-09
1
-25
/
+42
|
*
xfs: improve the code that checks recovered bmap intent items
Darrick J. Wong
2020-12-09
1
-13
/
+13
|
*
xfs: hoist recovered bmap intent checks out of xfs_bui_item_recover
Darrick J. Wong
2020-12-09
1
-27
/
+47
|
*
xfs: enable the needsrepair feature
Darrick J. Wong
2020-12-09
1
-1
/
+2
|
*
xfs: define a new "needrepair" feature
Darrick J. Wong
2020-12-09
2
-0
/
+14
|
*
xfs: move kernel-specific superblock validation out of libxfs
Darrick J. Wong
2020-12-08
2
-27
/
+32
*
|
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
1
-5
/
+2
|
\
\
|
|
/
|
/
|
|
*
fs: simplify freeze_bdev/thaw_bdev
Christoph Hellwig
2020-12-01
1
-5
/
+2
*
|
xfs: revert "xfs: fix rmap key and record comparison functions"
Darrick J. Wong
2020-11-19
1
-8
/
+8
*
|
xfs: don't allow NOWAIT DIO across extent boundaries
Dave Chinner
2020-11-19
1
-0
/
+29
*
|
xfs: return corresponding errcode if xfs_initialize_perag() fail
Yu Kuai
2020-11-18
1
-3
/
+8
*
|
xfs: ensure inobt record walks always make forward progress
Darrick J. Wong
2020-11-18
1
-3
/
+24
*
|
xfs: fix forkoff miscalculation related to XFS_LITINO(mp)
Gao Xiang
2020-11-18
1
-1
/
+7
*
|
xfs: directory scrub should check the null bestfree entries too
Darrick J. Wong
2020-11-18
1
-4
/
+17
*
|
xfs: strengthen rmap record flags checking
Darrick J. Wong
2020-11-18
1
-4
/
+4
[next]