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
/
bcachefs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-22
Merge tag 'bcachefs-2024-07-22' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
4
-11
/
+9
2024-07-22
bcachefs: Fix printbuf usage while atomic
Kent Overstreet
1
-0
/
+1
2024-07-22
bcachefs: More informative error message in reattach_inode()
Kent Overstreet
1
-2
/
+5
2024-07-21
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
6
-156
/
+94
2024-07-18
bcachefs: kill btree_trans_too_many_iters() in bch2_bucket_alloc_freelist()
Kent Overstreet
1
-6
/
+0
2024-07-18
Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
111
-2681
/
+3880
2024-07-18
bcachefs: mean_and_variance: Avoid too-large shift amounts
Tavian Barnes
1
-3
/
+3
2024-07-18
bcachefs: Fix integer overflow on trans->nr_updates
Kent Overstreet
1
-1
/
+1
2024-07-18
bcachefs: silence silly kdoc warning
Kent Overstreet
1
-1
/
+1
2024-07-18
bcachefs: Fix fsck warning about btree_trans not passed to fsck error
Kent Overstreet
1
-1
/
+2
2024-07-18
bcachefs: Add an error message for insufficient rw journal devs
Kent Overstreet
1
-0
/
+11
2024-07-18
bcachefs: varint: Avoid left-shift of a negative value
Tavian Barnes
1
-1
/
+1
2024-07-15
Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+0
2024-07-14
bcachefs: darray: Don't pass NULL to memcpy()
Tavian Barnes
1
-1
/
+2
2024-07-14
bcachefs: Kill bch2_assert_btree_nodes_not_locked()
Kent Overstreet
3
-22
/
+0
2024-07-14
bcachefs: Rename BCH_WRITE_DONE -> BCH_WRITE_SUBMITTED
Kent Overstreet
2
-13
/
+13
2024-07-14
bcachefs: __bch2_read(): call trans_begin() on every loop iter
Kent Overstreet
1
-26
/
+19
2024-07-14
bcachefs: show none if label is not set
Hongbo Li
1
-1
/
+4
2024-07-14
bcachefs: drop packed, aligned from bkey_inode_buf
Kent Overstreet
1
-1
/
+1
2024-07-14
bcachefs: btree node scan: fall back to comparing by journal seq
Kent Overstreet
3
-15
/
+41
2024-07-14
bcachefs: Add lockdep support for btree node locks
Kent Overstreet
3
-3
/
+26
2024-07-14
lockdep: lockdep_set_notrack_class()
Kent Overstreet
1
-1
/
+1
2024-07-14
bcachefs: Improve copygc_wait_to_text()
Kent Overstreet
1
-3
/
+8
2024-07-14
bcachefs: Convert clock code to u64s
Kent Overstreet
3
-42
/
+35
2024-07-14
bcachefs: Improve startup message
Kent Overstreet
1
-1
/
+1
2024-07-14
bcachefs: Self healing on read IO error
Kent Overstreet
3
-26
/
+53
2024-07-14
bcachefs: Make read_only a mount option again, but hidden
Kent Overstreet
3
-15
/
+4
2024-07-14
bcachefs: bch2_extent_crc_unpacked_to_text()
Kent Overstreet
2
-7
/
+16
2024-07-14
bcachefs: Ratelimit checksum error messages
Kent Overstreet
2
-3
/
+7
2024-07-14
bcachefs: spelling fix
Kent Overstreet
1
-1
/
+1
2024-07-14
bcachefs: Simplify btree key cache fill path
Kent Overstreet
3
-205
/
+122
2024-07-14
bcachefs: Improve "unable to allocate journal write" message
Kent Overstreet
1
-2
/
+3
2024-07-14
bcachefs: Fix missing BTREE_TRIGGER_bucket_invalidate flag
Kent Overstreet
4
-6
/
+8
2024-07-14
bcachefs: Ensure buffered writes write as much as they can
Kent Overstreet
3
-24
/
+52
2024-07-14
bcachefs: support STATX_DIOALIGN for statx file
Hongbo Li
1
-0
/
+10
2024-07-14
bcachefs: split out lru_format.h
Kent Overstreet
3
-24
/
+26
2024-07-14
bcachefs: bch2_btree_key_cache_drop() now evicts
Kent Overstreet
2
-7
/
+11
2024-07-14
bcachefs: set fgf order hint before starting a buffered write
Pankaj Raghav
1
-2
/
+3
2024-07-14
bcachefs: use FGP_WRITEBEGIN instead of combining individual flags
Pankaj Raghav
1
-6
/
+4
2024-07-14
bcachefs: Reduce the scope of gc_lock
Kent Overstreet
6
-12
/
+12
2024-07-14
bcachefs: per_cpu_sum()
Kent Overstreet
1
-6
/
+11
2024-07-14
bcachefs: kill key cache arg to bch2_assert_pos_locked()
Kent Overstreet
3
-20
/
+16
2024-07-14
bcachefs: btree_path_cached_set()
Kent Overstreet
1
-26
/
+24
2024-07-14
bcachefs: btree_node_unlock() assert
Kent Overstreet
1
-0
/
+1
2024-07-14
bcachefs: bch2_gc_pos_to_text()
Kent Overstreet
3
-4
/
+27
2024-07-14
bcachefs: bch2_btree_id_to_text()
Kent Overstreet
2
-0
/
+10
2024-07-14
bcachefs: Kill gc_pos_btree_node()
Kent Overstreet
2
-10
/
+1
2024-07-14
bcachefs: Fix bch2_gc_accounting_done() locking
Kent Overstreet
2
-4
/
+25
2024-07-14
bcachefs: bch2_accounting_mem_gc()
Kent Overstreet
3
-6
/
+42
2024-07-14
bcachefs: Refactor disk accounting data structures
Kent Overstreet
5
-126
/
+109
[next]