index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-16
bcachefs: Fix locking in __bch2_trans_mark_dev_sb()
Kent Overstreet
2
-9
/
+10
2024-08-16
bcachefs: fix incorrect i_state usage
Kent Overstreet
1
-1
/
+1
2024-08-16
bcachefs: avoid overflowing LRU_TIME_BITS for cached data lru
Kent Overstreet
1
-1
/
+3
2024-08-16
bcachefs: Fix forgetting to pass trans to fsck_err()
Kent Overstreet
1
-1
/
+1
2024-08-16
bcachefs: Increase size of cuckoo hash table on too many rehashes
Kent Overstreet
1
-2
/
+9
2024-08-13
bcachefs: bcachefs_metadata_version_disk_accounting_inum
Kent Overstreet
6
-3
/
+33
2024-08-13
bcachefs: Kill __bch2_accounting_mem_mod()
Kent Overstreet
3
-34
/
+28
2024-08-13
bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()
Kent Overstreet
38
-553
/
+448
2024-08-13
bcachefs: Fix warning in __bch2_fsck_err() for trans not passed in
Kent Overstreet
1
-0
/
+2
2024-08-13
bcachefs: Add a time_stat for blocked on key cache flush
Kent Overstreet
2
-0
/
+5
2024-08-13
bcachefs: Improve trans_blocked_journal_reclaim tracepoint
Kent Overstreet
3
-4
/
+33
2024-08-13
bcachefs: Add hysteresis to waiting on btree key cache flush
Kent Overstreet
2
-1
/
+10
2024-08-13
bcachefs: Convert for_each_btree_node() to lockrestart_do()
Kent Overstreet
4
-54
/
+42
2024-08-13
bcachefs: Add missing downgrade table entry
Kent Overstreet
1
-0
/
+1
2024-08-13
bcachefs: disk accounting: ignore unknown types
Kent Overstreet
1
-3
/
+9
2024-08-13
bcachefs: bch2_accounting_invalid() fixup
Kent Overstreet
1
-1
/
+1
2024-08-13
bcachefs: Fix bch2_trigger_alloc when upgrading from old versions
Kent Overstreet
1
-1
/
+13
2024-08-13
bcachefs: delete faulty fastpath in bch2_btree_path_traverse_cached()
Kent Overstreet
1
-5
/
+0
2024-08-09
bcachefs: bcachefs_metadata_version_disk_accounting_v3
Kent Overstreet
3
-6
/
+32
2024-08-09
bcachefs: improve bch2_dev_usage_to_text()
Kent Overstreet
3
-6
/
+10
2024-08-09
bcachefs: bch2_accounting_invalid()
Kent Overstreet
4
-8
/
+73
2024-08-08
bcachefs: Switch to .get_inode_acl()
Kent Overstreet
3
-9
/
+12
2024-08-07
bcachefs: Use bch2_wait_on_allocator() in btree node alloc path
Kent Overstreet
1
-1
/
+1
2024-08-07
bcachefs: Make allocator stuck timeout configurable, ratelimit messages
Kent Overstreet
8
-12
/
+45
2024-08-07
bcachefs: Add missing path_traverse() to btree_iter_next_node()
Kent Overstreet
1
-0
/
+5
2024-08-07
bcachefs: ec should not allocate from ro devs
Kent Overstreet
1
-0
/
+3
2024-08-07
bcachefs: Improved allocator debugging for ec
Kent Overstreet
4
-15
/
+30
2024-08-07
bcachefs: Add missing bch2_trans_begin() call
Kent Overstreet
1
-0
/
+1
2024-08-07
bcachefs: Add a comment for bucket helper types
Kent Overstreet
1
-0
/
+8
2024-08-07
bcachefs: Don't rely on implicit unsigned -> signed integer conversion
Kent Overstreet
1
-2
/
+2
2024-07-30
bcachefs: Fix double free of ca->buckets_nouse
Kent Overstreet
1
-1
/
+0
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
[next]