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
/
btrfs
/
defrag.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-11
btrfs: fix data race when accessing the last_trans field of a root
Filipe Manana
1
-1
/
+1
2024-07-11
btrfs: remove super block argument from btrfs_iget()
Filipe Manana
1
-1
/
+1
2024-07-11
btrfs: remove extent_map::block_start member
Qu Wenruo
1
-5
/
+4
2024-07-11
btrfs: remove extent_map::orig_start member
Qu Wenruo
1
-1
/
+0
2024-07-11
btrfs: introduce new members for extent_map
Qu Wenruo
1
-0
/
+4
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
1
-1
/
+1
2024-03-05
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
1
-3
/
+1
2024-03-04
btrfs: add helper to get fs_info from struct inode pointer
David Sterba
1
-2
/
+2
2024-03-04
btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()
David Sterba
1
-1
/
+1
2024-03-04
btrfs: remove unused included headers
David Sterba
1
-1
/
+0
2024-03-04
btrfs: use a folio array throughout the defrag process
Matthew Wilcox (Oracle)
1
-23
/
+21
2024-03-04
btrfs: convert defrag_prepare_one_page() to use a folio
Matthew Wilcox (Oracle)
1
-26
/
+27
2024-02-19
btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size
Qu Wenruo
1
-1
/
+1
2023-12-16
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
1
-1
/
+1
2023-12-16
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
1
-4
/
+4
2023-12-15
btrfs: remove no longer used EXTENT_MAP_DELALLOC block start value
Filipe Manana
1
-2
/
+1
2023-10-12
btrfs: add specific helper for range bit test exists
David Sterba
1
-2
/
+2
2023-10-12
btrfs: move btrfs_realloc_node() from ctree.c into defrag.c
Filipe Manana
1
-0
/
+105
2023-10-12
btrfs: move btrfs_defrag_root() to defrag.{c,h}
Filipe Manana
1
-2
/
+41
2023-06-19
btrfs: drop gfp from parameter extent state helpers
David Sterba
1
-2
/
+1
2023-06-19
btrfs: open code set_extent_defrag
David Sterba
1
-1
/
+3
2023-02-13
btrfs: remove the wait argument to btrfs_start_ordered_extent
Christoph Hellwig
1
-1
/
+1
2023-02-13
btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macro
Yushan Zhou
1
-1
/
+1
2022-12-15
btrfs: fix an error handling path in btrfs_defrag_leaves()
Christophe JAILLET
1
-2
/
+4
2022-12-05
btrfs: pass btrfs_inode to btrfs_inode_unlock
David Sterba
1
-4
/
+4
2022-12-05
btrfs: pass btrfs_inode to btrfs_inode_lock
David Sterba
1
-2
/
+2
2022-12-05
btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()
Qu Wenruo
1
-1
/
+1
2022-12-05
btrfs: move super_block specific helpers into super.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move file-item prototypes into their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move defrag related prototypes to their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move the file defrag code into defrag.c
Josef Bacik
1
-0
/
+903
2022-12-05
btrfs: move the auto defrag code to defrag.c
Josef Bacik
1
-0
/
+337
2022-12-05
btrfs: rename tree-defrag.c to defrag.c
Josef Bacik
1
-0
/
+133