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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-13
btrfs: allow a generation number to be associated with lru cache entries
Filipe Manana
3
-9
/
+20
2023-02-13
btrfs: send: cache information about created directories
Filipe Manana
1
-1
/
+40
2023-02-13
btrfs: adapt lru cache to allow for 64 bits keys on 32 bits systems
Filipe Manana
2
-15
/
+84
2023-02-13
btrfs: send: genericize the backref cache to allow it to be reused
Filipe Manana
4
-57
/
+167
2023-02-13
btrfs: send: initialize all the red black trees earlier
Filipe Manana
1
-6
/
+6
2023-02-13
btrfs: send: iterate waiting dir move rbtree only once when processing refs
Filipe Manana
1
-5
/
+2
2023-02-13
btrfs: send: reduce searches on parent root when checking if dir can be removed
Filipe Manana
1
-6
/
+59
2023-02-13
btrfs: send: avoid unnecessary orphan dir rbtree search at can_rmdir()
Filipe Manana
1
-4
/
+7
2023-02-13
btrfs: send: avoid duplicated orphan dir allocation and initialization
Filipe Manana
1
-15
/
+12
2023-02-13
btrfs: send: remove send_progress argument from can_rmdir()
Filipe Manana
1
-8
/
+5
2023-02-13
btrfs: send: avoid extra b+tree searches when checking reference overrides
Filipe Manana
1
-32
/
+29
2023-02-13
btrfs: send: directly return from will_overwrite_ref() and simplify it
Filipe Manana
1
-22
/
+16
2023-02-13
btrfs: send: avoid unnecessary generation search at did_overwrite_ref()
Filipe Manana
1
-9
/
+22
2023-02-13
btrfs: send: directly return from did_overwrite_ref() and simplify it
Filipe Manana
1
-25
/
+18
2023-02-13
btrfs: sysfs: update fs features directory asynchronously
Qu Wenruo
6
-23
/
+27
2023-02-13
btrfs: remove duplicate include header in extent-tree.c
ye xingchen
1
-1
/
+0
2023-02-13
btrfs: scrub: improve tree block error reporting
Qu Wenruo
1
-9
/
+40
2023-02-13
btrfs: don't use size classes for zoned file systems
Boris Burkov
3
-3
/
+13
2023-02-13
btrfs: load block group size class when caching
Boris Burkov
1
-0
/
+148
2023-02-13
btrfs: introduce size class to block group allocator
Boris Burkov
5
-53
/
+155
2023-02-13
btrfs: add more find_free_extent tracepoints
Boris Burkov
3
-3
/
+85
2023-02-13
btrfs: pass find_free_extent_ctl to allocator tracepoints
Boris Burkov
4
-106
/
+103
2023-02-13
btrfs: remove the wait argument to btrfs_start_ordered_extent
Christoph Hellwig
5
-21
/
+18
2023-02-13
btrfs: use a single variable to track return value for log_dir_items()
Filipe Manana
1
-19
/
+18
2023-02-13
btrfs: use a negative value for BTRFS_LOG_FORCE_COMMIT
Filipe Manana
2
-9
/
+10
2023-02-13
btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macro
Yushan Zhou
6
-9
/
+8
2023-02-13
btrfs: go to matching label when cleaning em in btrfs_submit_direct
Peng Hao
1
-1
/
+1
2023-02-13
btrfs: turn on -Wmaybe-uninitialized
Josef Bacik
1
-1
/
+2
2023-02-13
btrfs: fix uninitialized variable warning in run_one_async_start
Josef Bacik
1
-0
/
+4
2023-02-13
btrfs: zoned: fix uninitialized variable warning in btrfs_get_dev_zones
Naohiro Aota
1
-2
/
+5
2023-02-13
btrfs: fix uninitialized variable warning in btrfs_sb_log_location
Josef Bacik
1
-1
/
+1
2023-02-13
btrfs: fix uninitialized variable warnings in __set_extent_bit and convert_ex...
Josef Bacik
1
-4
/
+4
2023-02-13
btrfs: fix uninitialized variable warning in btrfs_update_block_group
Josef Bacik
1
-1
/
+1
2023-02-13
btrfs: fix uninitialized variable warning in get_inode_gen
Josef Bacik
1
-5
/
+3
2023-02-13
btrfs: fix uninitialized variable warning in btrfs_cleanup_ordered_extents
Josef Bacik
1
-1
/
+1
2023-02-13
btrfs: move btrfs_abort_transaction to transaction.c
Josef Bacik
4
-64
/
+60
2023-02-13
btrfs: directly pass in fs_info to btrfs_merge_delayed_refs
Johannes Thumshirn
3
-5
/
+4
2023-02-13
btrfs: drop trans parameter of insert_delayed_ref
Johannes Thumshirn
1
-4
/
+3
2023-02-13
btrfs: remove trans parameter of merge_ref
Johannes Thumshirn
1
-3
/
+2
2023-02-13
btrfs: drop unused trans parameter of drop_delayed_ref
Johannes Thumshirn
1
-5
/
+4
2023-02-12
Linux 6.2-rc8
Linus Torvalds
1
-1
/
+1
2023-02-12
MAINTAINERS: Add myself as maintainer for arch/sh (SUPERH)
John Paul Adrian Glaubitz
1
-0
/
+1
2023-02-12
Merge tag 'trace-v6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
5
-11
/
+36
2023-02-12
Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-9
/
+34
2023-02-12
Merge tag 'usb-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
3
-4
/
+11
2023-02-12
Merge tag 'efi-fixes-for-v6.2-4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+6
2023-02-12
Merge tag 'powerpc-6.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-3
/
+5
2023-02-12
Fix page corruption caused by racy check in __free_pages
David Chen
1
-1
/
+4
2023-02-12
tracing: Fix TASK_COMM_LEN in trace event format file
Yafang Shao
5
-11
/
+36
2023-02-11
Merge tag 'spi-fix-v6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-7
/
+17
[prev]
[next]