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-09-23
xfs: don't free rt blocks when we're doing a REMAP bunmapi call
Darrick J. Wong
1
-7
/
+12
2020-09-15
xfs: Convert xfs_attr_sf macros to inline functions
Carlos Maiolino
3
-23
/
+39
2020-09-15
xfs: Use variable-size array for nameval in xfs_attr_sf_entry
Carlos Maiolino
3
-7
/
+6
2020-09-15
xfs: Remove typedef xfs_attr_shortform_t
Carlos Maiolino
2
-10
/
+10
2020-09-15
xfs: remove typedef xfs_attr_sf_entry_t
Carlos Maiolino
2
-7
/
+8
2020-09-15
xfs: enable big timestamps
Darrick J. Wong
1
-1
/
+2
2020-09-15
xfs: widen ondisk quota expiration timestamps to handle y2038+
Darrick J. Wong
3
-4
/
+70
2020-09-15
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
8
-10
/
+134
2020-09-15
xfs: redefine xfs_ictimestamp_t
Darrick J. Wong
1
-2
/
+5
2020-09-15
xfs: redefine xfs_timestamp_t
Darrick J. Wong
3
-19
/
+47
2020-09-15
xfs: move xfs_log_dinode_to_disk to the log recovery code
Darrick J. Wong
2
-54
/
+0
2020-09-15
xfs: refactor quota timestamp coding
Darrick J. Wong
2
-0
/
+23
2020-09-15
xfs: refactor default quota grace period setting code
Darrick J. Wong
1
-0
/
+13
2020-09-15
xfs: refactor quota expiration timer modification
Darrick J. Wong
1
-0
/
+24
2020-09-15
xfs: explicitly define inode timestamp range
Darrick J. Wong
1
-0
/
+22
2020-09-15
xfs: enable new inode btree counters feature
Darrick J. Wong
1
-1
/
+2
2020-09-15
xfs: support inode btree blockcounts in online repair
Darrick J. Wong
1
-3
/
+13
2020-09-15
xfs: use the finobt block counts to speed up mount times
Darrick J. Wong
1
-1
/
+27
2020-09-15
xfs: store inode btree block counts in AGI header
Darrick J. Wong
4
-1
/
+44
2020-09-15
xfs: simplify xfs_trans_getsb
Christoph Hellwig
1
-2
/
+2
2020-09-15
xfs: remove xlog_recover_iodone
Christoph Hellwig
1
-1
/
+0
2020-09-15
xfs: move the buffer retry logic to xfs_buf.c
Christoph Hellwig
1
-3
/
+3
2020-09-06
xfs: remove kmem_realloc()
Carlos Maiolino
2
-5
/
+5
2020-09-05
Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2020-09-03
xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files
Darrick J. Wong
1
-1
/
+1
2020-09-02
Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
3
-6
/
+8
2020-08-28
Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2020-08-27
xfs: initialize the shortform attr header padding entry
Darrick J. Wong
1
-2
/
+2
2020-08-26
xfs: fix boundary test in xfs_attr_shortform_verify
Eric Sandeen
1
-1
/
+3
2020-08-26
xfs: fix off-by-one in inode alloc block reservation calculation
Brian Foster
2
-3
/
+3
2020-08-05
xfs: delete duplicated words + other fixes
Randy Dunlap
1
-1
/
+1
2020-07-28
xfs: Lift -ENOSPC handler from xfs_attr_leaf_addname
Allison Collins
1
-14
/
+11
2020-07-28
xfs: Simplify xfs_attr_node_addname
Allison Collins
1
-63
/
+59
2020-07-28
xfs: Simplify xfs_attr_leaf_addname
Allison Collins
1
-52
/
+55
2020-07-28
xfs: Add helper function xfs_attr_node_removename_rmt
Allison Collins
1
-9
/
+19
2020-07-28
xfs: Add helper function xfs_attr_node_removename_setup
Allison Collins
1
-13
/
+33
2020-07-28
xfs: Add remote block helper functions
Allison Collins
1
-20
/
+30
2020-07-28
xfs: Add helper function xfs_attr_leaf_mark_incomplete
Allison Collins
1
-14
/
+27
2020-07-28
xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortform
Allison Collins
1
-35
/
+72
2020-07-28
xfs: Remove xfs_trans_roll in xfs_attr_node_removename
Allison Collins
1
-4
/
+0
2020-07-28
xfs: Remove unneeded xfs_trans_roll_inode calls
Allison Collins
1
-54
/
+7
2020-07-28
xfs: Add helper function xfs_attr_node_shrink
Allison Collins
1
-26
/
+42
2020-07-28
xfs: Pull up xfs_attr_rmtval_invalidate
Allison Collins
2
-3
/
+12
2020-07-28
xfs: Refactor xfs_attr_rmtval_remove
Allison Collins
2
-15
/
+38
2020-07-28
xfs: Pull up trans roll in xfs_attr3_leaf_clearflag
Allison Collins
2
-4
/
+17
2020-07-28
xfs: Factor out xfs_attr_rmtval_invalidate
Allison Collins
2
-6
/
+22
2020-07-28
xfs: Pull up trans roll from xfs_attr3_leaf_setflag
Allison Collins
2
-4
/
+6
2020-07-28
xfs: Refactor xfs_attr_try_sf_addname
Allison Collins
1
-15
/
+15
2020-07-28
xfs: Split apart xfs_attr_leaf_addname
Allison Collins
1
-34
/
+61
2020-07-28
xfs: Pull up trans handling in xfs_attr3_leaf_flipflags
Allison Collins
2
-6
/
+15
[prev]
[next]