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
2021-08-23
btrfs: tree-checker: use table values for stripe checks
David Sterba
1
-6
/
+11
2021-08-23
btrfs: make btrfs_next_leaf static inline
David Sterba
2
-11
/
+12
2021-08-23
btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pending
David Sterba
3
-6
/
+3
2021-08-23
btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_ordered
David Sterba
3
-7
/
+7
2021-08-23
btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()
Qu Wenruo
3
-6
/
+5
2021-08-23
btrfs: introduce btrfs_lookup_match_dir
Marcos Paulo de Souza
1
-37
/
+39
2021-08-23
btrfs: remove unneeded return variable in btrfs_lookup_file_extent
Marcos Paulo de Souza
1
-3
/
+2
2021-08-23
btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritems
Marcos Paulo de Souza
2
-2
/
+2
2021-08-23
btrfs: remove ignore_offset argument from btrfs_find_all_roots()
Filipe Manana
4
-27
/
+17
2021-08-23
btrfs: avoid unnecessary lock and leaf splits when updating inode in the log
Filipe Manana
1
-5
/
+34
2021-08-23
btrfs: remove unnecessary list head initialization when syncing log
Filipe Manana
1
-2
/
+0
2021-08-23
btrfs: avoid unnecessary log mutex contention when syncing log
Filipe Manana
1
-4
/
+10
2021-08-23
btrfs: remove racy and unnecessary inode transaction update when using no-holes
Filipe Manana
1
-7
/
+5
2021-08-23
btrfs: stop doing GFP_KERNEL memory allocations in the ref verify tool
Filipe Manana
2
-17
/
+5
2021-08-23
btrfs: improve the batch insertion of delayed items
Filipe Manana
1
-133
/
+79
2021-08-23
btrfs: rescue: allow ibadroots to skip bad extent tree when reading block gro...
Qu Wenruo
1
-0
/
+19
2021-08-23
btrfs: pass NULL as trans to btrfs_search_slot if we only want to search
Marcos Paulo de Souza
2
-2
/
+2
2021-08-23
btrfs: continue readahead of siblings even if target node is in memory
Filipe Manana
1
-5
/
+8
2021-08-23
btrfs: check-integrity: drop kmap/kunmap for block pages
David Sterba
1
-8
/
+3
2021-08-23
btrfs: compression: drop kmap/kunmap from generic helpers
David Sterba
2
-4
/
+2
2021-08-23
btrfs: compression: drop kmap/kunmap from zstd
David Sterba
1
-18
/
+9
2021-08-23
btrfs: compression: drop kmap/kunmap from zlib
David Sterba
1
-25
/
+11
2021-08-23
btrfs: compression: drop kmap/kunmap from lzo
David Sterba
1
-28
/
+10
2021-08-23
btrfs: drop from __GFP_HIGHMEM all allocations
David Sterba
5
-15
/
+14
2021-08-23
btrfs: cleanup fs_devices pointer usage in btrfs_trim_fs
Anand Jain
1
-5
/
+5
2021-08-23
btrfs: remove max argument from generic_bin_search
Marcos Paulo de Souza
1
-11
/
+7
2021-08-23
btrfs: make btrfs_finish_chunk_alloc private to block-group.c
Nikolay Borisov
3
-96
/
+91
2021-08-23
btrfs: check-integrity: drop unnecessary function prototypes
Anand Jain
1
-49
/
+0
2021-08-23
btrfs: add special case to setget helpers for 64k pages
David Sterba
1
-4
/
+4
2021-08-23
btrfs: zoned: remove max_zone_append_size logic
Johannes Thumshirn
4
-24
/
+0
2021-08-22
Linux 5.14-rc7
Linus Torvalds
1
-1
/
+1
2021-08-22
Merge tag 'powerpc-5.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-14
/
+31
2021-08-21
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-19
/
+37
2021-08-21
Merge tag 'char-misc-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-45
/
+54
2021-08-21
Merge tag 'usb-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-6
/
+7
2021-08-21
Merge tag 'riscv-for-linus-5.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-6
/
+6
2021-08-21
Merge tag 's390-5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2
-0
/
+11
2021-08-21
Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...
Linus Torvalds
1
-1
/
+5
2021-08-21
Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-32
/
+20
2021-08-21
Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+10
2021-08-21
fs: warn about impending deprecation of mandatory locks
Jeff Layton
1
-1
/
+5
2021-08-20
io_uring: fix xa_alloc_cycle() error return value check
Jens Axboe
1
-4
/
+5
2021-08-20
Merge tag 'acpi-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2
-2
/
+8
2021-08-20
Merge tag 'pm-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
5
-19
/
+11
2021-08-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
10
-68
/
+81
2021-08-20
Merge tag 'drm-fixes-2021-08-20-3' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
61
-477
/
+224
2021-08-20
Merge tag 'pci-v5.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-1
/
+19
2021-08-20
Merge tag 'mmc-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
4
-6
/
+46
2021-08-20
Merge tag 'sound-5.14-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-3
/
+10
2021-08-20
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-2
/
+3
[next]