index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
buckets.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-28
bcachefs: Fix bucket data type for stripe buckets
Kent Overstreet
1
-2
/
+6
2023-11-24
bcachefs: Don't stop copygc thread on device resize
Kent Overstreet
1
-2
/
+0
2023-11-01
bcachefs: Fix an integer overflow
Kent Overstreet
1
-2
/
+2
2023-11-01
bcachefs: Enumerate fsck errors
Kent Overstreet
1
-3
/
+10
2023-11-01
bcachefs: rebalance_work
Kent Overstreet
1
-0
/
+10
2023-10-31
bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEW
Kent Overstreet
1
-47
/
+76
2023-10-31
bcachefs: Ensure devices are always correctly initialized
Kent Overstreet
1
-8
/
+24
2023-10-22
bcachefs: Switch to unsafe_memcpy() in a few places
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: bucket_lock() is now a sleepable lock
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: Fix an overflow check
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: remove redundant initialization of pointer d
Colin Ian King
1
-1
/
+1
2023-10-22
bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: move inode triggers to inode.c
Kent Overstreet
1
-68
/
+3
2023-10-22
bcachefs: Upgrade path fixes
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Assorted sparse fixes
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: bch2_trans_mark_pointer() refactoring
Kent Overstreet
1
-7
/
+7
2023-10-22
bcachefs: New error message helpers
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: replicas_deltas_realloc() uses allocate_dropping_locks()
Kent Overstreet
1
-25
/
+56
2023-10-22
bcachefs: GFP_NOIO -> GFP_NOFS
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Convert -ENOENT to private error codes
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix a buffer overrun in bch2_fs_usage_read()
Kent Overstreet
1
-7
/
+9
2023-10-22
bcachefs: bch2_bkey_get_mut() now calls bch2_trans_update()
Kent Overstreet
1
-5
/
+1
2023-10-22
bcachefs: bch2_bkey_get_mut() improvements
Kent Overstreet
1
-8
/
+6
2023-10-22
bcachefs: Rip out code for storing backpointers in alloc keys
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Private error codes: ENOMEM
Kent Overstreet
1
-8
/
+14
2023-10-22
bcachefs: Journal resize fixes
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Mark stripe buckets with correct data type
Kent Overstreet
1
-6
/
+8
2023-10-22
bcachefs: bch2_mark_key() now takes btree_id & level
Kent Overstreet
1
-0
/
+6
2023-10-22
bcachefs: Simplify ec stripes heap
Kent Overstreet
1
-7
/
+5
2023-10-22
bcachefs: Switch ec_stripes_heap_lock to a mutex
Kent Overstreet
1
-7
/
+7
2023-10-22
bcachefs: Don't run triggers when repairing in __bch2_mark_reflink_p()
Daniel Hill
1
-1
/
+1
2023-10-22
bcachefs: let __bch2_btree_insert() pass in flags
Daniel Hill
1
-1
/
+2
2023-10-22
bcachefs: More info on check_bucket_ref() error
Kent Overstreet
1
-6
/
+10
2023-10-22
bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: New on disk format: Backpointers
Kent Overstreet
1
-19
/
+29
2023-10-22
bcachefs: Btree write buffer
Kent Overstreet
1
-0
/
+41
2023-10-22
bcachefs: Better inlining for bch2_alloc_to_v4_mut
Kent Overstreet
1
-30
/
+34
2023-10-22
bcachefs: Fix repair path in bch2_mark_reflink_p()
Kent Overstreet
1
-8
/
+14
2023-10-22
bcachefs: Kill fs_usage_apply_warn()
Kent Overstreet
1
-31
/
+3
2023-10-22
bcachefs: Fix some memcpy() warnings
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: New btree helpers
Kent Overstreet
1
-32
/
+13
2023-10-22
bcachefs: Improve fs_usage_apply_warn() message
Kent Overstreet
1
-8
/
+9
2023-10-22
bcachefs: Make error messages more uniform
Kent Overstreet
1
-3
/
+5
2023-10-22
bcachefs: Assorted checkpatch fixes
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Optimize bch2_dev_usage_read()
Kent Overstreet
1
-6
/
+3
2023-10-22
bcachefs: Fix cached data accounting
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix "multiple types of data in same bucket" with ec
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Add private error codes for ENOSPC
Kent Overstreet
1
-1
/
+1
[next]