index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
bcachefs: Option improvements
Kent Overstreet
1
-4
/
+7
2023-10-23
bcachefs: Add more time_stats
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: Convert journal sysfs params to regular options
Kent Overstreet
1
-0
/
+9
2023-10-23
bcachefs: Clean up error reporting in the startup path
Kent Overstreet
1
-90
/
+87
2023-10-23
bcachefs: Return -ENOKEY/EINVAL when mount decryption fails
Chris Webb
1
-16
/
+33
2023-10-23
bcachefs: Ensure journal doesn't get stuck in nochanges mode
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Drop bch2_journal_meta() call when going RW
Kent Overstreet
1
-7
/
+0
2023-10-23
bcachefs: Fix dev accounting after device add
Kent Overstreet
1
-0
/
+12
2023-10-23
bcachefs: Fix bch2_dev_remove_alloc()
Kent Overstreet
1
-3
/
+6
2023-10-23
bcachefs: Subvolumes, snapshots
Kent Overstreet
1
-0
/
+4
2023-10-23
bcachefs: btree_path
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: add progress stats to sysfs
Brett Holman
1
-0
/
+3
2023-10-23
bcachefs: Update btree ptrs after every write
Kent Overstreet
1
-6
/
+3
2023-10-23
bcachefs: Don't mark superblocks past end of usable space
Kent Overstreet
1
-0
/
+5
2023-10-23
bcachefs: Assorted endianness fixes
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Split out btree_error_wq
Kent Overstreet
1
-0
/
+4
2023-10-23
bcachefs: Add a workqueue for btree io completions
Kent Overstreet
1
-3
/
+7
2023-10-23
bcachefs: Ratelimiting for writeback IOs
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: Fix possible null deref on mount
Dan Robertson
1
-1
/
+1
2023-10-23
bcachefs: Fix some refcounting bugs
Kent Overstreet
1
-4
/
+8
2023-10-23
bcachefs: New and improved topology repair code
Kent Overstreet
1
-0
/
+5
2023-10-23
bcachefs: Fix key cache assertion
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Fix bch2_trans_mark_dev_sb()
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Eliminate more PAGE_SIZE uses
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: Add a print statement for when we go read-write
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: Use x-macros for more enums
Kent Overstreet
1
-20
/
+20
2023-10-23
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Add a mempool for the replicas delta list
Kent Overstreet
1
-6
/
+1
2023-10-23
bcachefs: Start journal reclaim thread earlier
Kent Overstreet
1
-7
/
+1
2023-10-23
bcachefs: Fix for copygc getting stuck waiting for reserve to be filled
Kent Overstreet
1
-1
/
+8
2023-10-23
bcachefs: Rip out copygc pd controller
Kent Overstreet
1
-4
/
+0
2023-10-23
bcachefs: Fix an allocator startup race
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: Create allocator threads when allocating filesystem
Kent Overstreet
1
-0
/
+11
2023-10-23
bcachefs: Redo checks for sufficient devices
Kent Overstreet
1
-12
/
+11
2023-10-23
bcachefs: Fixes/improvements for journal entry reservations
Kent Overstreet
1
-4
/
+11
2023-10-23
bcachefs: Journal updates to dev usage
Kent Overstreet
1
-15
/
+22
2023-10-23
bcachefs: Persist 64 bit io clocks
Kent Overstreet
1
-6
/
+0
2023-10-23
bcachefs: Add support for doing btree updates prior to journal replay
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Mark superblocks transactionally
Kent Overstreet
1
-13
/
+11
2023-10-23
bcachefs: Refactor dev usage
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix an assertion pop
Kent Overstreet
1
-4
/
+1
2023-10-23
bcachefs: Refactor filesystem usage accounting
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Move journal reclaim to a kthread
Kent Overstreet
1
-9
/
+7
2023-10-23
bcachefs: Add a kmem_cache for btree_key_cache objects
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: New varints
Kent Overstreet
1
-1
/
+0
2023-10-23
bcachefs: Add a single slot percpu buf for btree iters
Kent Overstreet
1
-0
/
+8
2023-10-23
bcachefs: Improved inode create optimization
Kent Overstreet
1
-2
/
+5
2023-10-23
bcachefs: Minor journal reclaim improvement
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: Inode create optimization
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: Start/stop io clock hands in read/write paths
Kent Overstreet
1
-0
/
+6
[next]