index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
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.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-4
/
+5
*
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: use ordered buffers to initialize dquot buffers during quotacheck
Darrick J. Wong
2020-05-19
1
-1
/
+9
*
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-13
20
-20
/
+20
*
xfs: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-13
1
-1
/
+1
*
xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.c
Darrick J. Wong
2020-05-08
1
-2
/
+0
*
xfs: refactor releasing finished intents during log recovery
Darrick J. Wong
2020-05-08
1
-0
/
+3
*
xfs: refactor log recovery buffer item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
1
-0
/
+23
*
xfs: refactor log recovery item dispatch for pass1 commit functions
Darrick J. Wong
2020-05-08
1
-0
/
+4
*
xfs: refactor log recovery item dispatch for pass2 readhead functions
Darrick J. Wong
2020-05-08
1
-0
/
+6
*
xfs: refactor log recovery item sorting into a generic dispatch structure
Darrick J. Wong
2020-05-08
1
-2
/
+43
*
xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_item
Darrick J. Wong
2020-05-08
1
-2
/
+2
*
xfs: remove unused iget_flags param from xfs_imap_to_bp()
Brian Foster
2020-05-07
2
-4
/
+3
*
xfs: random buffer write failure errortag
Brian Foster
2020-05-07
1
-1
/
+3
*
xfs: remove unnecessary shutdown check from xfs_iflush()
Brian Foster
2020-05-07
1
-6
/
+1
*
xfs: spell out the parameter name for ->cancel_item
Christoph Hellwig
2020-05-04
1
-1
/
+1
*
xfs: use a xfs_btree_cur for the ->finish_cleanup state
Christoph Hellwig
2020-05-04
2
-3
/
+5
*
xfs: turn dfp_done into a xfs_log_item
Christoph Hellwig
2020-05-04
2
-6
/
+6
*
xfs: refactor xfs_defer_finish_noroll
Christoph Hellwig
2020-05-04
1
-69
/
+59
*
xfs: turn dfp_intent into a xfs_log_item
Christoph Hellwig
2020-05-04
1
-5
/
+6
*
xfs: merge the ->diff_items defer op into ->create_intent
Christoph Hellwig
2020-05-04
2
-6
/
+2
*
xfs: merge the ->log_item defer op into ->create_intent
Christoph Hellwig
2020-05-04
2
-6
/
+4
*
xfs: factor out a xfs_defer_create_intent helper
Christoph Hellwig
2020-05-04
1
-16
/
+23
*
xfs: remove the xfs_inode_log_item_t typedef
Christoph Hellwig
2020-05-04
2
-2
/
+2
*
xfs: validate the realtime geometry in xfs_validate_sb_common
Darrick J. Wong
2020-03-27
1
-0
/
+32
*
xfs: remove the di_version field from struct icdinode
Christoph Hellwig
2020-03-19
2
-11
/
+6
*
xfs: only check the superblock version for dinode size calculation
Christoph Hellwig
2020-03-19
8
-33
/
+23
*
xfs: add a new xfs_sb_version_has_v3inode helper
Christoph Hellwig
2020-03-19
5
-19
/
+23
*
xfs: add support for rmap btree staging cursors
Darrick J. Wong
2020-03-18
2
-10
/
+62
*
xfs: add support for refcount btree staging cursors
Darrick J. Wong
2020-03-18
2
-10
/
+66
*
xfs: add support for inode btree staging cursors
Darrick J. Wong
2020-03-18
2
-12
/
+76
*
xfs: add support for free space btree staging cursors
Darrick J. Wong
2020-03-18
2
-16
/
+84
*
xfs: support bulk loading of staged btrees
Darrick J. Wong
2020-03-18
4
-7
/
+707
*
xfs: introduce fake roots for inode-rooted btrees
Darrick J. Wong
2020-03-18
4
-2
/
+127
*
xfs: introduce fake roots for ag-rooted btrees
Darrick J. Wong
2020-03-18
4
-1
/
+219
*
xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblock
Darrick J. Wong
2020-03-17
1
-1
/
+1
*
xfs: xfs_dabuf_map should return ENOMEM when map allocation fails
Darrick J. Wong
2020-03-15
1
-1
/
+3
*
xfs: make the btree ag cursor private union anonymous
Dave Chinner
2020-03-13
5
-36
/
+33
*
xfs: make the btree cursor union members named structure
Dave Chinner
2020-03-13
1
-15
/
+24
*
xfs: make btree cursor private union anonymous
Dave Chinner
2020-03-13
1
-5
/
+3
*
xfs: rename btree cursor private btree member flags
Dave Chinner
2020-03-13
4
-9
/
+9
*
xfs: convert btree cursor inode-private member names
Dave Chinner
2020-03-13
3
-72
/
+72
*
xfs: convert btree cursor ag-private member name
Dave Chinner
2020-03-13
9
-175
/
+175
*
xfs: introduce new private btree cursor names
Dave Chinner
2020-03-13
1
-0
/
+2
*
xfs: check owner of dir3 blocks
Darrick J. Wong
2020-03-12
1
-2
/
+31
*
xfs: check owner of dir3 data blocks
Darrick J. Wong
2020-03-12
1
-2
/
+30
*
xfs: check owner of dir3 free blocks
Darrick J. Wong
2020-03-12
1
-0
/
+2
[next]