index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
super-io.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bcachefs: bch_sb_field_journal_v2
Kent Overstreet
2023-10-22
1
-80
/
+2
*
bcachefs: Add printf format attribute to bch2_pr_buf()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Reset journal flush delay to default value if zeroed
Kent Overstreet
2023-10-22
1
-3
/
+16
*
bcachefs: Better superblock opt validation
Kent Overstreet
2023-10-22
1
-0
/
+16
*
bcachefs: x-macro metadata version enum
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: Convert bch2_sb_to_text to master option list
Kent Overstreet
2023-10-22
1
-101
/
+90
*
bcachefs: Journal seq now incremented at entry open, not close
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix a memory leak
Kent Overstreet
2023-10-22
1
-8
/
+9
*
bcachefs: Heap allocate printbufs
Kent Overstreet
2023-10-22
1
-22
/
+11
*
bcachefs: Fix 32 bit build
Kent Overstreet
2023-10-22
1
-5
/
+5
*
bcachefs: Add tabstops to printbufs
Kent Overstreet
2023-10-22
1
-6
/
+6
*
bcachefs: Add .to_text() methods for all superblock sections
Kent Overstreet
2023-10-22
1
-12
/
+352
*
bcachefs: Delete some flag bits that are no longer used
Kent Overstreet
2023-10-22
1
-3
/
+0
*
bcachefs: Improved superblock-related error messages
Kent Overstreet
2023-10-22
1
-176
/
+290
*
bcachefs: Improve error messages in superblock write path
Kent Overstreet
2023-10-22
1
-4
/
+17
*
bcachefs: bch2_journal_entry_to_text()
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Turn encoded_extent_max into a regular option
Kent Overstreet
2023-10-22
1
-1
/
+0
*
bcachefs: Option improvements
Kent Overstreet
2023-10-22
1
-8
/
+9
*
bcachefs: Fix BCH_FS_ERROR flag handling
Kent Overstreet
2023-10-22
1
-10
/
+0
*
bcachefs: Disk space accounting fix on brand-new fs
Kent Overstreet
2023-10-22
1
-0
/
+8
*
bcachefs: Improve error message in bch2_write_super()
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Mask out unknown compat features when going read-write
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: fix a possible bcachefs checksum mapping error opt-checksum enum to...
Janpieter Sollie
2023-10-22
1
-1
/
+1
*
bcachefs: Assorted endianness fixes
Kent Overstreet
2023-10-22
1
-7
/
+7
*
bcachefs: Fix time handling
Kent Overstreet
2023-10-22
1
-2
/
+8
*
bcachefs: New and improved topology repair code
Kent Overstreet
2023-10-22
1
-0
/
+7
*
bcachefs: Eliminate more PAGE_SIZE uses
Kent Overstreet
2023-10-22
1
-16
/
+15
*
bcachefs: Validate bset version field against sb version fields
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Fix compat code for superblock
Kent Overstreet
2023-10-22
1
-6
/
+25
*
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix bch2_write_super to obey very_degraded option
Kent Overstreet
2023-10-22
1
-2
/
+6
*
bcachefs: Use x-macros for compat feature bits
Kent Overstreet
2023-10-22
1
-3
/
+2
*
bcachefs: Extents may now cross btree node boundaries
Kent Overstreet
2023-10-22
1
-3
/
+1
*
bcachefs: Redo checks for sufficient devices
Kent Overstreet
2023-10-22
1
-4
/
+3
*
bcachefs: Journal updates to dev usage
Kent Overstreet
2023-10-22
1
-1
/
+21
*
bcachefs: Persist 64 bit io clocks
Kent Overstreet
2023-10-22
1
-33
/
+27
*
bcachefs: Fix BCH_REPLICAS_MAX check
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: Improve some IO error messages
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Refactor filesystem usage accounting
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Add bch2_blk_status_to_str()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Use x-macros for data types
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Use blk_status_to_str()
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Interior btree updates are now fully transactional
Kent Overstreet
2023-10-22
1
-20
/
+2
*
bcachefs: Journal updates to interior nodes
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: BCH_FEATURE_new_extent_overwrite is now required
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Clear BCH_FEATURE_extents_above_btree_updates on clean shutdown
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Fix a memory splat
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: bch2_check_set_feature()
Kent Overstreet
2023-10-22
1
-0
/
+11
*
bcachefs: Further padding fixes in bch2_journal_super_entries_add_common()
Justin Husted
2023-10-22
1
-11
/
+24
*
bcachefs: Initialize journal pad data in bch_replica_entry objects.
Justin Husted
2023-10-22
1
-3
/
+4
[prev]
[next]