index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bcachefs: Fix an iterator counting bug
Kent Overstreet
2023-10-22
1
-14
/
+1
*
bcachefs: Fix flushing held btree writes when there's a fs error
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: Fix iterator counting for reflink pointers (again)
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Fix a debug assertion
Kent Overstreet
2023-10-22
1
-0
/
+7
*
bcachefs: Switch to .iterate_shared for readdir
Kent Overstreet
2023-10-22
1
-32
/
+13
*
bcachefs: Fix creation of lost+found
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix a subtle race in the btree split path
Kent Overstreet
2023-10-22
3
-4
/
+18
*
bcachefs: Kill bchfs_extent_update()
Kent Overstreet
2023-10-22
6
-249
/
+132
*
bcachefs: Convert bch2_fpunch to bch2_extent_update()
Kent Overstreet
2023-10-22
6
-129
/
+163
*
bcachefs: Split out bchfs_extent_update()
Kent Overstreet
2023-10-22
5
-155
/
+178
*
bcachefs: Kill some dependencies on ei_inode
Kent Overstreet
2023-10-22
2
-58
/
+62
*
bcachefs: Check if extending inode differently
Kent Overstreet
2023-10-22
3
-24
/
+50
*
bcachefs: Fix bch2_btree_iter_next() after peek_slot()
Kent Overstreet
2023-10-22
1
-0
/
+8
*
bcachefs: Refactor bch2_readdir() a bit
Kent Overstreet
2023-10-22
1
-12
/
+7
*
bcachefs: Add a lock to bch_page_state
Kent Overstreet
2023-10-22
1
-8
/
+16
*
bcachefs: Fix erasure coding disk space accounting
Kent Overstreet
2023-10-22
2
-51
/
+87
*
bcachefs: Fix ec_stripes_read()
Kent Overstreet
2023-10-22
2
-20
/
+16
*
bcachefs: Limit pointers to being in only one stripe
Kent Overstreet
2023-10-22
6
-38
/
+29
*
bcachefs: Fix bch2_extent_ptr_durability()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix bch2_mark_extent()
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Initialize journal pad data in bch_replica_entry objects.
Justin Husted
2023-10-22
1
-3
/
+4
*
bcachefs: Fix uninitialized data in bch2_gc_btree()
Justin Husted
2023-10-22
1
-1
/
+1
*
bcachefs: Fix incorrect use of bch2_extent_atomic_end()
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: Can't be holding read locks while taking write locks
Kent Overstreet
2023-10-22
6
-25
/
+33
*
bcachefs: Don't allocate memory under mark_lock
Kent Overstreet
2023-10-22
1
-10
/
+16
*
bcachefs: bch2_extent_atomic_end() now traverses iter
Kent Overstreet
2023-10-22
3
-16
/
+10
*
bcachefs: Factor out fs-common.c
Kent Overstreet
2023-10-22
12
-533
/
+586
*
bcachefs: Don't use sha256 for siphash str hash key
Kent Overstreet
2023-10-22
4
-20
/
+41
*
bcachefs: Only look up inode io opts in extents btree
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Fix deref of error pointer
Kent Overstreet
2023-10-22
1
-2
/
+3
*
bcachefs: bch2_inode_peek()/bch2_inode_write()
Kent Overstreet
2023-10-22
5
-192
/
+198
*
bcachefs: Fix undefined behaviour
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: Fix an error path
Kent Overstreet
2023-10-22
1
-2
/
+5
*
bcachefs: Fix __bch2_buffered_write() returning -ENOMEM
Kent Overstreet
2023-10-22
1
-2
/
+7
*
bcachefs: Trust inode in btree over bch_inode_info
Kent Overstreet
2023-10-22
1
-7
/
+10
*
bcachefs: Fix counting iterators for reflink pointers
Kent Overstreet
2023-10-22
1
-18
/
+16
*
bcachefs: Rework btree iterator lifetimes
Kent Overstreet
2023-10-22
10
-146
/
+173
*
bcachefs: Kill deferred btree updates
Kent Overstreet
2023-10-22
22
-348
/
+99
*
bcachefs: Fix for partial buffered writes
Kent Overstreet
2023-10-22
1
-10
/
+10
*
bcachefs: BTREE_ITER_SLOTS isn't a type of btree iter
Kent Overstreet
2023-10-22
4
-49
/
+43
*
bcachefs: Improve error handling for for_each_btree_key_continue()
Kent Overstreet
2023-10-22
3
-15
/
+17
*
bcachefs: Cleanup i_nlink handling
Kent Overstreet
2023-10-22
4
-34
/
+49
*
bcachefs: Trivial cleanup
Kent Overstreet
2023-10-22
1
-5
/
+1
*
bcachefs: Convert a BUG_ON() to a warning
Kent Overstreet
2023-10-22
1
-2
/
+5
*
bcachefs: Count iterators for reflink_p overwrites correctly
Kent Overstreet
2023-10-22
1
-10
/
+25
*
bcachefs: Drop unnecessary rcu_read_lock()
Kent Overstreet
2023-10-22
1
-6
/
+0
*
bcachefs: Update path microoptimizations
Kent Overstreet
2023-10-22
2
-4
/
+5
*
bcachefs: Handle bio_iov_iter_get_pages() returning unaligned bio
Kent Overstreet
2023-10-22
1
-2
/
+19
*
bcachefs: Drop unused arg to bch2_open_buckets_stop_dev()
Kent Overstreet
2023-10-22
3
-10
/
+5
*
bcachefs: Fix validation of replicas entries
Kent Overstreet
2023-10-22
1
-8
/
+14
[prev]
[next]