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