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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Don't keep around btree_paths unnecessarily
Kent Overstreet
1
-0
/
+8
2023-10-22
bcachefs: Don't arm journal->write_work when journal entry !open
Kent Overstreet
1
-4
/
+6
2023-10-22
bcachefs: Convert bch2_sb_to_text to master option list
Kent Overstreet
9
-199
/
+198
2023-10-22
bcachefs: Fix transaction path overflow in fiemap
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: respect superblock discard flag.
Daniel Hill
1
-3
/
+0
2023-10-22
bcachefs: Fix usage of six lock's percpu mode
Kent Overstreet
8
-69
/
+99
2023-10-22
bcachefs: Refactor bch2_btree_node_mem_alloc()
Kent Overstreet
1
-39
/
+45
2023-10-22
bcachefs: Simplify parameters to bch2_btree_update_start()
Kent Overstreet
1
-15
/
+27
2023-10-22
bcachefs: Make bch2_btree_cache_scan() try harder
Kent Overstreet
1
-11
/
+17
2023-10-22
bcachefs: Finish writing journal after journal error
Kent Overstreet
2
-50
/
+30
2023-10-22
bcachefs: __journal_entry_close() never fails
Kent Overstreet
4
-36
/
+36
2023-10-22
bcachefs: Refactor journal code to not use unwritten_idx
Kent Overstreet
5
-62
/
+76
2023-10-22
bcachefs: Journal seq now incremented at entry open, not close
Kent Overstreet
5
-98
/
+44
2023-10-22
bcachefs: Drop unneeded journal pin in bch2_btree_update_start()
Kent Overstreet
1
-6
/
+0
2023-10-22
bcachefs: bch2_journal_halt() now takes journal lock
Kent Overstreet
1
-4
/
+11
2023-10-22
bcachefs: Kill JOURNAL_NEED_WRITE
Kent Overstreet
3
-31
/
+54
2023-10-22
bcachefs: Delete some dead journal code
Kent Overstreet
1
-4
/
+8
2023-10-22
bcachefs: Fix a use after free
Kent Overstreet
2
-1
/
+20
2023-10-22
bcachefs: Fix a memory leak
Kent Overstreet
1
-8
/
+9
2023-10-22
bcachefs: Fix race leading to btree node write getting stuck
Kent Overstreet
5
-13
/
+19
2023-10-22
bcachefs: Kill bch2_btree_node_write_cond()
Kent Overstreet
2
-18
/
+16
2023-10-22
bcachefs: Improve btree_node_write_if_need()
Kent Overstreet
4
-24
/
+29
2023-10-22
bcachefs: Fix locking in btree_node_write_done()
Kent Overstreet
1
-18
/
+7
2023-10-22
bcachefs: Start moving debug info from sysfs to debugfs
Kent Overstreet
7
-71
/
+206
2023-10-22
bcachefs: Improve struct journal layout
Kent Overstreet
1
-9
/
+12
2023-10-22
bcachefs: Use x-macros for btree node flags
Kent Overstreet
6
-43
/
+41
2023-10-22
bcachefs: Kill BCH_FS_HOLD_BTREE_WRITES
Kent Overstreet
4
-8
/
+2
2023-10-22
bcachefs: Don't spin in journal reclaim
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix btree path sorting
Kent Overstreet
2
-1
/
+4
2023-10-22
bcachefs: Fix journal_flush_done()
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Heap allocate printbufs
Kent Overstreet
28
-620
/
+808
2023-10-22
bcachefs: Convert bch2_pd_controller_print_debug() to a printbuf
Kent Overstreet
2
-33
/
+43
2023-10-22
bcachefs: Improve debug assertion
Kent Overstreet
1
-2
/
+7
2023-10-22
bcachefs: Fix bch2_journal_pins_to_text()
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Always clear should_be_locked in bch2_trans_begin()
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Run alloc triggers last
Kent Overstreet
1
-0
/
+17
2023-10-22
bcachefs: Trigger code uses stashed copy of old key
Kent Overstreet
1
-16
/
+16
2023-10-22
bcachefs: Consolidate trigger code a bit
Kent Overstreet
3
-147
/
+148
2023-10-22
bcachefs: bch2_trans_mark_key() now takes a bkey_i *
Kent Overstreet
4
-59
/
+71
2023-10-22
bcachefs: Fix 32 bit build
Kent Overstreet
4
-8
/
+8
2023-10-22
bcachefs: Improve some btree node read error messages
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: Use unlikely() in err_on() macros
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Improve reflink repair code
Kent Overstreet
1
-14
/
+18
2023-10-22
bcachefs: Normal update/commit path now works before going RW
Kent Overstreet
5
-47
/
+61
2023-10-22
bcachefs: Revert "Ensure journal doesn't get stuck in nochanges mode"
Kent Overstreet
5
-10
/
+3
2023-10-22
bcachefs: Fix for journal getting stuck
Kent Overstreet
2
-2
/
+2
2023-10-22
bcachefs: Set BTREE_NODE_SEQ() correctly in merge path
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Drop journal_write_compact()
Kent Overstreet
1
-45
/
+0
2023-10-22
bcachefs: Btree key cache optimization
Kent Overstreet
2
-2
/
+11
2023-10-22
bcachefs: Add tabstops to printbufs
Kent Overstreet
3
-20
/
+84
[next]