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
/
dirent.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
bcachefs: bch2_btree_iter_peek_upto()
Kent Overstreet
1
-11
/
+6
2023-10-23
bcachefs: Kill bch_scnmemcpy()
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Fix debug build in userspace
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: bch2_trans_update() is now __must_check
Kent Overstreet
1
-2
/
+6
2023-10-23
bcachefs: Apply workaround for too many btree iters to read path
Kent Overstreet
1
-3
/
+2
2023-10-23
bcachefs: Update export_operations for snapshots
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Fix an exiting of uninitialized iterator
Kent Overstreet
1
-6
/
+5
2023-10-23
bcachefs: Improve transaction restart handling in fsck code
Kent Overstreet
1
-3
/
+1
2023-10-23
bcachefs: Fix a transaction path overflow
Kent Overstreet
1
-0
/
+9
2023-10-23
bcachefs: Subvol dirents are now only visible in parent subvol
Kent Overstreet
1
-68
/
+112
2023-10-23
bcachefs: Fix restart handling in for_each_btree_key()
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: bch2_trans_exit() no longer returns errors
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix __bch2_dirent_read_target()
Kent Overstreet
1
-3
/
+1
2023-10-23
bcachefs: bch2_subvolume_get()
Kent Overstreet
1
-23
/
+4
2023-10-23
bcachefs: Snapshot creation, deletion
Kent Overstreet
1
-8
/
+0
2023-10-23
bcachefs: Plumb through subvolume id
Kent Overstreet
1
-35
/
+72
2023-10-23
bcachefs: Add support for dirents that point to subvolumes
Kent Overstreet
1
-18
/
+87
2023-10-23
bcachefs: Subvolumes, snapshots
Kent Overstreet
1
-2
/
+3
2023-10-23
bcachefs: btree_path
Kent Overstreet
1
-39
/
+38
2023-10-23
bcachefs: Always check for transaction restarts
Kent Overstreet
1
-3
/
+15
2023-10-23
bcachefs: Ensure bad d_type doesn't oops in bch2_dirent_to_text()
Kent Overstreet
1
-1
/
+4
2023-10-23
bcachefs: bch2_d_types[]
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix inode backpointers in RENAME_OVERWRITE
Kent Overstreet
1
-1
/
+4
2023-10-23
bcachefs: Move some dirent checks to bch2_dirent_invalid()
Kent Overstreet
1
-5
/
+13
2023-10-23
bcachefs: Inode backpointers
Kent Overstreet
1
-6
/
+12
2023-10-23
bcachefs: Require all btree iterators to be freed
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Rename KEY_TYPE_whiteout -> KEY_TYPE_hash_whiteout
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Print out d_type in dirent_to_text()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
1
-18
/
+27
2023-10-23
bcachefs: Don't call trans_iter_put() on error pointer
Kent Overstreet
1
-1
/
+3
2023-10-23
bcachefs: Split out btree_trigger_flags
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMIC
Kent Overstreet
1
-12
/
+0
2023-10-23
bcachefs: Refactor bch2_readdir() a bit
Kent Overstreet
1
-12
/
+7
2023-10-23
bcachefs: Can't be holding read locks while taking write locks
Kent Overstreet
1
-3
/
+4
2023-10-23
bcachefs: Factor out fs-common.c
Kent Overstreet
1
-55
/
+42
2023-10-23
bcachefs: Kill deferred btree updates
Kent Overstreet
1
-5
/
+4
2023-10-23
bcachefs: More work to avoid transaction restarts
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Return errors from for_each_btree_key()
Kent Overstreet
1
-10
/
+7
2023-10-23
bcachefs: Fsck locking improvements
Kent Overstreet
1
-6
/
+13
2023-10-23
bcachefs: Only get btree iters from btree transactions
Kent Overstreet
1
-6
/
+13
2023-10-23
bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Make bkey types globally unique
Kent Overstreet
1
-47
/
+25
2023-10-23
bcachefs: revamp to_text methods
Kent Overstreet
1
-9
/
+6
2023-10-23
bcachefs: Dirent repair code
Kent Overstreet
1
-13
/
+1
2023-10-23
bcachefs: fix bch2_val_to_text()
Kent Overstreet
1
-7
/
+9
2023-10-23
bcachefs: bch2_trans_update() now takes struct btree_insert_entry
Kent Overstreet
1
-3
/
+5
2023-10-23
bcachefs: Initial commit
Kent Overstreet
1
-0
/
+426