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
2021-08-01
Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+10
2021-07-29
xfs: logging the on disk inode LSN can make it go backwards
Dave Chinner
1
-1
/
+10
2021-07-18
Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
5
-18
/
+86
2021-07-15
xfs: correct the narrative around misaligned rtinherit/extszinherit dirs
Darrick J. Wong
2
-18
/
+20
2021-07-15
xfs: check for sparse inode clusters that cross new EOAG when shrinking
Darrick J. Wong
3
-0
/
+66
2021-07-12
xfs: Fix multiple fall-through warnings for Clang
Gustavo A. R. Silva
1
-8
/
+8
2021-07-02
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
37
-1305
/
+2117
2021-06-28
Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
3
-4
/
+4
2021-06-25
xfs: Initialize error in xfs_attr_remove_iter
Allison Henderson
1
-1
/
+1
2021-06-21
xfs: fix endianness issue in xfs_ag_shrink_space
Darrick J. Wong
1
-3
/
+4
2021-06-21
xfs: xfs_log_force_lsn isn't passed a LSN
Dave Chinner
1
-0
/
+1
2021-06-18
xfs: log stripe roundoff is a property of the log
Dave Chinner
1
-3
/
+0
2021-06-18
xfs: perag may be null in xfs_imap()
Dave Chinner
1
-1
/
+2
2021-06-18
Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...
Darrick J. Wong
6
-463
/
+1031
2021-06-09
xfs: Make attr name schemes consistent
Allison Henderson
3
-11
/
+11
2021-06-09
xfs: Fix default ASSERT in xfs_attr_set_iter
Allison Henderson
1
-1
/
+1
2021-06-08
Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...
Darrick J. Wong
2
-6
/
+6
2021-06-08
Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc...
Darrick J. Wong
4
-15
/
+9
2021-06-08
Merge tag 'unit-conversion-cleanups-5.14_2021-06-03' of https://git.kernel.or...
Darrick J. Wong
1
-1
/
+1
2021-06-08
xfs: drop the AGI being passed to xfs_check_agi_freecount
Dave Chinner
1
-15
/
+13
2021-06-08
Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Darrick J. Wong
27
-804
/
+1057
2021-06-08
Merge tag 'xfs-buf-bulk-alloc-tag' of git://git.kernel.org/pub/scm/linux/kern...
Darrick J. Wong
1
-1
/
+0
2021-06-03
xfs: fix radix tree tag signs
Darrick J. Wong
2
-3
/
+3
2021-06-02
xfs: mark xfs_bmap_set_attrforkoff static
Christoph Hellwig
2
-2
/
+1
2021-06-02
xfs: Remove redundant assignment to busy
Jiapeng Chong
1
-1
/
+0
2021-06-02
xfs: sort variable alphabetically to avoid repeated declaration
Shaokun Zhang
1
-12
/
+8
2021-06-02
xfs: remove xfs_perag_t
Dave Chinner
3
-35
/
+35
2021-06-02
xfs: use perag through unlink processing
Dave Chinner
2
-24
/
+12
2021-06-02
xfs: clean up and simplify xfs_dialloc()
Dave Chinner
1
-118
/
+153
2021-06-02
xfs: inode allocation can use a single perag instance
Dave Chinner
1
-3
/
+3
2021-06-02
xfs: get rid of xfs_dir_ialloc()
Dave Chinner
2
-30
/
+14
2021-06-02
xfs: collapse AG selection for inode allocation
Dave Chinner
1
-147
/
+78
2021-06-02
xfs: simplify xfs_dialloc_select_ag() return values
Dave Chinner
1
-15
/
+8
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
10
-116
/
+111
2021-06-02
xfs: use perag for ialloc btree cursors
Dave Chinner
3
-107
/
+103
2021-06-02
xfs: convert allocbt cursors to use perags
Dave Chinner
3
-35
/
+24
2021-06-02
xfs: convert refcount btree cursor to use perags
Dave Chinner
4
-34
/
+41
2021-06-02
xfs: convert rmap btree cursor to using a perag
Dave Chinner
6
-34
/
+32
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
14
-47
/
+93
2021-06-02
xfs: pass perags around in fsmap data dev functions
Dave Chinner
1
-2
/
+13
2021-06-02
xfs: push perags through the ag reservation callouts
Dave Chinner
7
-23
/
+23
2021-06-02
xfs: pass perags through to the busy extent code
Dave Chinner
5
-39
/
+44
2021-06-02
xfs: convert secondary superblock walk to use perags
Dave Chinner
1
-5
/
+7
2021-06-02
xfs: convert xfs_iwalk to use perag references
Dave Chinner
1
-6
/
+10
2021-06-02
xfs: convert raw ag walks to use for_each_perag
Dave Chinner
1
-1
/
+3
2021-06-02
xfs: make for_each_perag... a first class citizen
Dave Chinner
1
-0
/
+17
2021-06-02
xfs: move perag structure and setup to libxfs/xfs_ag.[ch]
Dave Chinner
4
-2
/
+247
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
13
-149
/
+154
2021-06-01
xfs: clean up open-coded fs block unit conversions
Darrick J. Wong
1
-1
/
+1
2021-06-01
xfs: Clean up xfs_attr_node_addname_clear_incomplete
Allison Henderson
1
-8
/
+3
[next]