index
:
blaster4385/linux-IllusionX
v6.12.1
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
2022-07-25
btrfs: do not batch insert non-consecutive dir indexes during log replay
Josef Bacik
1
-2
/
+33
2022-07-25
btrfs: reduce amount of reserved metadata for delayed item insertion
Filipe Manana
2
-14
/
+154
2022-07-25
btrfs: set delayed item type when initializing it
Filipe Manana
1
-22
/
+8
2022-07-25
btrfs: do not BUG_ON() on failure to reserve metadata for delayed item
Filipe Manana
1
-3
/
+6
2022-07-25
btrfs: improve batch insertion of delayed dir index items
Filipe Manana
1
-15
/
+9
2022-07-25
btrfs: assert that delayed item is a dir index item when adding it
Filipe Manana
1
-3
/
+5
2022-07-25
btrfs: improve batch deletion of delayed dir index items
Filipe Manana
1
-35
/
+25
2022-07-25
btrfs: refactor the delayed item deletion entry point
Filipe Manana
1
-32
/
+39
2022-07-25
btrfs: deal with deletion errors when deleting delayed items
Filipe Manana
1
-1
/
+3
2022-07-25
btrfs: add assertions when deleting batches of delayed items
Filipe Manana
1
-8
/
+16
2022-07-25
btrfs: balance btree dirty pages and delayed items after clone and dedupe
Filipe Manana
1
-1
/
+7
2022-07-25
btrfs: free the path earlier when creating a new inode
Filipe Manana
1
-3
/
+8
2022-07-25
btrfs: balance btree dirty pages and delayed items after a rename
Filipe Manana
1
-4
/
+10
2022-07-25
btrfs: add trace event for submitted RAID56 bio
Qu Wenruo
4
-133
/
+300
2022-07-25
btrfs: update stripe_sectors::uptodate in steal_rbio
Qu Wenruo
1
-7
/
+19
2022-07-25
btrfs: remove redundant calls to flush_dcache_page
David Sterba
4
-16
/
+4
2022-07-25
btrfs: only write the sectors in the vertical stripe which has data stripes
Qu Wenruo
1
-4
/
+49
2022-07-25
btrfs: use integrated bitmaps for scrub_parity::dbitmap and ebitmap
Qu Wenruo
1
-24
/
+13
2022-07-25
btrfs: use integrated bitmaps for btrfs_raid_bio::dbitmap and finish_pbitmap
Qu Wenruo
1
-20
/
+22
2022-07-25
btrfs: use btrfs_try_lock_balance in btrfs_ioctl_balance
Nikolay Borisov
1
-46
/
+5
2022-07-25
btrfs: introduce btrfs_try_lock_balance
Nikolay Borisov
1
-0
/
+66
2022-07-25
btrfs: use btrfs_bio_for_each_sector in btrfs_check_read_dio_bio
Christoph Hellwig
1
-34
/
+22
2022-07-25
btrfs: add a helper to iterate through a btrfs_bio with sector sized chunks
Qu Wenruo
1
-0
/
+16
2022-07-25
btrfs: factor out a btrfs_csum_ptr helper
Christoph Hellwig
2
-10
/
+11
2022-07-25
btrfs: refactor end_bio_extent_readpage code flow
Christoph Hellwig
1
-46
/
+40
2022-07-25
btrfs: factor out a helper to end a single sector buffer I/O
Christoph Hellwig
1
-11
/
+15
2022-07-25
btrfs: remove duplicated parameters from submit_data_read_repair()
Qu Wenruo
1
-17
/
+11
2022-07-25
btrfs: introduce a data checksum checking helper
Qu Wenruo
3
-19
/
+34
2022-07-25
btrfs: quit early if the fs has no RAID56 support for raid56 related checks
Qu Wenruo
1
-0
/
+6
2022-07-25
btrfs: use PAGE_ALIGNED instead of IS_ALIGNED
Fanjun Kong
2
-5
/
+5
2022-07-25
btrfs: zoned: fix comment description for sb_write_pointer logic
Pankaj Raghav
1
-3
/
+3
2022-07-25
btrfs: fix typos in comments
David Sterba
10
-11
/
+11
2022-07-24
Linux 5.19-rc8
Linus Torvalds
1
-1
/
+1
2022-07-24
certs: make system keyring depend on x509 parser
Adam Borowski
1
-0
/
+1
2022-07-24
Merge tag 'perf_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-9
/
+10
2022-07-24
Merge tag 'sched_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+4
2022-07-24
Merge tag 'x86_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-12
/
+36
2022-07-24
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-07-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-6
/
+16
2022-07-23
x86/speculation: Make all RETbleed mitigations 64-bit only
Ben Hutchings
1
-4
/
+4
2022-07-22
Merge tag 'spi-fix-v5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-5
/
+13
2022-07-22
Merge tag 'riscv-for-linus-5.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-9
/
+10
2022-07-22
Merge tag 'acpi-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-2
/
+4
2022-07-22
Merge tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+11
2022-07-22
Merge tag 'block-5.19-2022-07-21' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+3
2022-07-22
Merge tag 'i2c-for-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-27
/
+7
2022-07-22
Merge tag 'gpio-fixes-for-v5.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-10
/
+16
2022-07-22
Merge tag 'pinctrl-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-104
/
+184
2022-07-22
Merge tag 'sound-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-129
/
+31
2022-07-22
Merge tag 'mmc-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
1
-6
/
+8
[prev]
[next]