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
2019-11-04
xfs: always log corruption errors
Darrick J. Wong
11
-21
/
+73
2019-11-04
xfs: relax shortform directory size checks
Darrick J. Wong
2
-35
/
+5
2019-11-03
xfs: cleanup use of the XFS_ALLOC_ flags
Christoph Hellwig
3
-22
/
+9
2019-11-03
xfs: move extent zeroing to xfs_bmapi_allocate
Christoph Hellwig
3
-14
/
+7
2019-11-03
xfs: refactor xfs_bmapi_allocate
Christoph Hellwig
1
-48
/
+45
2019-10-29
xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocks
Darrick J. Wong
3
-115
/
+91
2019-10-29
xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata
Darrick J. Wong
1
-3
/
+3
2019-10-29
xfs: namecheck attribute names before listing them
Darrick J. Wong
1
-2
/
+2
2019-10-29
xfs: check attribute leaf block structure
Darrick J. Wong
1
-2
/
+65
2019-10-23
xfs: don't set bmapi total block req where minleft is
Brian Foster
1
-1
/
+0
2019-10-23
xfs: cap longest free extent to maximum allocatable
Dave Chinner
2
-10
/
+11
2019-10-21
xfs: fix inode fork extent count overflow
Dave Chinner
5
-20
/
+24
2019-10-21
xfs: optimize near mode bnobt scans with concurrent cntbt lookups
Brian Foster
1
-12
/
+142
2019-10-21
xfs: factor out tree fixup logic into helper
Brian Foster
1
-10
/
+32
2019-10-21
xfs: refactor near mode alloc bnobt scan into separate function
Brian Foster
1
-54
/
+74
2019-10-21
xfs: refactor and reuse best extent scanning logic
Brian Foster
1
-55
/
+55
2019-10-21
xfs: refactor allocation tree fixup code
Brian Foster
1
-16
/
+2
2019-10-21
xfs: reuse best extent tracking logic for bnobt scan
Brian Foster
1
-199
/
+77
2019-10-21
xfs: refactor cntbt lastblock scan best extent logic into helper
Brian Foster
1
-28
/
+87
2019-10-21
xfs: track best extent from cntbt lastblock scan in alloc cursor
Brian Foster
1
-30
/
+33
2019-10-21
xfs: track allocation busy state in allocation cursor
Brian Foster
1
-11
/
+14
2019-10-21
xfs: introduce allocation cursor data structure
Brian Foster
1
-155
/
+163
2019-10-21
xfs: track active state of allocation btree cursors
Brian Foster
3
-3
/
+25
2019-10-21
xfs: use a struct iomap in xfs_writepage_ctx
Christoph Hellwig
2
-6
/
+11
2019-10-09
xfs: move local to extent inode logging into bmap helper
Brian Foster
4
-7
/
+8
2019-10-09
xfs: remove broken error handling on failed attr sf to leaf change
Brian Foster
1
-17
/
+2
2019-10-09
xfs: log the inode on directory sf to block format change
Brian Foster
2
-0
/
+2
2019-10-06
xfs: remove unused flags arg from xfs_get_aghdr_buf()
Eric Sandeen
1
-3
/
+2
2019-09-24
xfs: log proper length of superblock
Eric Sandeen
1
-1
/
+1
2019-09-23
xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")
Darrick J. Wong
2
-5
/
+10
2019-09-23
xfs: convert inode to extent format after extent merge due to shift
Brian Foster
1
-0
/
+5
2019-09-03
xfs: define a flags field for the AG geometry ioctl structure
Darrick J. Wong
1
-1
/
+1
2019-09-03
xfs: add a xfs_valid_startblock helper
Christoph Hellwig
2
-1
/
+8
2019-08-30
xfs: remove the unused XFS_ALLOC_USERDATA flag
Christoph Hellwig
2
-10
/
+5
2019-08-30
xfs: allocate xattr buffer on demand
Dave Chinner
4
-9
/
+49
2019-08-30
xfs: consolidate attribute value copying
Dave Chinner
1
-39
/
+49
2019-08-30
xfs: move remote attr retrieval into xfs_attr3_leaf_getvalue
Dave Chinner
2
-16
/
+2
2019-08-30
xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalue
Dave Chinner
1
-16
/
+17
2019-08-30
xfs: make attr lookup returns consistent
Dave Chinner
3
-24
/
+48
2019-08-30
xfs: reverse search directory freespace indexes
Dave Chinner
1
-8
/
+5
2019-08-30
xfs: speed up directory bestfree block scanning
Dave Chinner
1
-63
/
+34
2019-08-30
xfs: factor free block index lookup from xfs_dir2_node_addname_int()
Dave Chinner
1
-92
/
+102
2019-08-30
xfs: factor data block addition from xfs_dir2_node_addname_int()
Dave Chinner
1
-166
/
+158
2019-08-30
xfs: move xfs_dir2_addname()
Dave Chinner
1
-71
/
+69
2019-08-30
xfs: remove all *_ITER_CONTINUE values
Darrick J. Wong
3
-8
/
+4
2019-08-29
xfs: remove all *_ITER_ABORT values
Darrick J. Wong
4
-17
/
+17
2019-08-28
xfs: reinitialize rm_flags when unpacking an offset into an rmap irec
Darrick J. Wong
2
-1
/
+1
2019-08-28
xfs: remove unnecessary int returns from deferred bmap functions
Darrick J. Wong
2
-8
/
+8
2019-08-28
xfs: remove unnecessary int returns from deferred refcount functions
Darrick J. Wong
3
-44
/
+28
2019-08-28
xfs: remove unnecessary int returns from deferred rmap functions
Darrick J. Wong
4
-52
/
+36
[next]