index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
/
btree_types.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-18
bcachefs: Fix integer overflow on trans->nr_updates
Kent Overstreet
1
-1
/
+1
2024-07-14
bcachefs: Add lockdep support for btree node locks
Kent Overstreet
1
-0
/
+3
2024-07-14
bcachefs: Simplify btree key cache fill path
Kent Overstreet
1
-1
/
+0
2024-07-14
bcachefs: btree_types bitmask cleanups
Kent Overstreet
1
-2
/
+12
2024-07-14
bcachefs: Disk space accounting rewrite
Kent Overstreet
1
-1
/
+0
2024-07-11
bcachefs: Set PF_MEMALLOC_NOFS when trans->locked
Kent Overstreet
1
-0
/
+1
2024-06-19
bcachefs: Fix btree ID bitmasks
Kent Overstreet
1
-8
/
+8
2024-05-09
bcachefs: add counters for failed shrinker reclaim
Daniel Hill
1
-0
/
+10
2024-05-08
bcachefs: Improve sysfs internal/btree_cache
Kent Overstreet
1
-0
/
+2
2024-05-08
bcachefs: Run bch2_check_fix_ptrs() via triggers
Kent Overstreet
1
-0
/
+2
2024-05-08
bcachefs: trans->locked
Kent Overstreet
1
-1
/
+3
2024-05-08
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
1
-29
/
+80
2024-05-08
bcachefs: __BTREE_ITER_ALL_SNAPSHOTS -> BTREE_ITER_SNAPSHOT_FIELD
Kent Overstreet
1
-1
/
+1
2024-04-20
bcachefs: bkey_cached.btree_trans_barrier_seq needs to be a ulong
Kent Overstreet
1
-1
/
+1
2024-04-04
bcachefs: Bump limit in btree_trans_too_many_iters()
Kent Overstreet
1
-0
/
+14
2024-03-13
bcachefs: Pin btree cache in ram for random access in fsck
Kent Overstreet
1
-0
/
+6
2024-03-13
bcachefs: BTREE_ID_subvolume_children
Kent Overstreet
1
-0
/
+1
2024-03-13
bcachefs: Kill more -EIO error codes
Kent Overstreet
1
-1
/
+1
2024-01-21
bcachefs: Improve trace_trans_restart_relock
Kent Overstreet
1
-0
/
+5
2024-01-21
bcachefs: bch_fs_usage_base
Kent Overstreet
1
-0
/
+3
2024-01-21
bcachefs: BTREE_TRIGGER_ATOMIC
Kent Overstreet
1
-2
/
+2
2024-01-01
bcachefs: growable btree_paths
Kent Overstreet
1
-6
/
+7
2024-01-01
bcachefs: trans->nr_paths
Kent Overstreet
1
-0
/
+1
2024-01-01
bcachefs: trans->updates will also be resizable
Kent Overstreet
1
-2
/
+2
2024-01-01
bcachefs: optimize __bch2_trans_get(), kill DEBUG_TRANSACTIONS
Kent Overstreet
1
-4
/
+7
2024-01-01
bcachefs: rcu protect trans->paths
Kent Overstreet
1
-2
/
+8
2024-01-01
bcachefs: Clean up btree_trans
Kent Overstreet
1
-28
/
+27
2024-01-01
bcachefs: kill btree_path.idx
Kent Overstreet
1
-1
/
+0
2024-01-01
bcachefs: btree_insert_entry -> btree_path_idx_t
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: btree_iter -> btree_path_idx_t
Kent Overstreet
1
-6
/
+18
2024-01-01
bcachefs: bch2_path_get() -> btree_path_idx_t
Kent Overstreet
1
-0
/
+2
2024-01-01
bcachefs: kill btree_trans->wb_updates
Kent Overstreet
1
-3
/
+0
2024-01-01
bcachefs: Improve trans->extra_journal_entries
Kent Overstreet
1
-2
/
+4
2024-01-01
bcachefs: kill btree_path->(alloc_seq|downgrade_seq)
Kent Overstreet
1
-2
/
+0
2024-01-01
bcachefs: Refactor trans->paths_allocated to be standard bitmap
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: Kill btree_iter->journal_pos
Kent Overstreet
1
-1
/
+0
2024-01-01
bcachefs: Kill memset() in bch2_btree_iter_init()
Kent Overstreet
1
-2
/
+1
2024-01-01
bcachefs: Kill BTREE_ITER_ALL_LEVELS
Kent Overstreet
1
-16
/
+15
2024-01-01
bcachefs: Kill BTREE_UPDATE_PREJOURNAL
Kent Overstreet
1
-1
/
+0
2023-11-14
bcachefs: Don't decrease BTREE_ITER_MAX when LOCKDEP=y
Kent Overstreet
1
-4
/
+0
2023-11-14
bcachefs: Kill journal pre-reservations
Kent Overstreet
1
-3
/
+0
2023-11-13
bcachefs: btree_trans->write_locked
Kent Overstreet
1
-0
/
+1
2023-11-13
bcachefs: Split out btree_key_cache_types.h
Kent Overstreet
1
-26
/
+1
2023-11-07
Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-16
/
+33
2023-11-04
bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usage
Kent Overstreet
1
-1
/
+1
2023-11-04
bcachefs: rebalance_work btree is not a snapshots btree
Kent Overstreet
1
-0
/
+11
2023-11-04
bcachefs: Ensure srcu lock is not held too long
Kent Overstreet
1
-0
/
+1
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2023-11-01
bcachefs: Don't downgrade locks on transaction restart
Kent Overstreet
1
-0
/
+2
2023-10-31
bcachefs: Fix btree_node_type enum
Kent Overstreet
1
-16
/
+19
[next]