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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-23
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
5
-86
/
+87
2022-03-23
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2022-03-23
fs: allocate inode by using alloc_inode_sb()
Muchun Song
1
-1
/
+1
2022-03-22
Merge tag 'for-5.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
42
-1303
/
+2948
2022-03-22
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-10
/
+7
2022-03-15
btrfs: Convert extent_range_redirty_for_io() to use folios
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-03-15
fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio
Matthew Wilcox (Oracle)
1
-6
/
+1
2022-03-15
btrfs: Convert from set_page_dirty to dirty_folio
Matthew Wilcox (Oracle)
1
-12
/
+13
2022-03-15
btrfs: Convert from invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
5
-59
/
+63
2022-03-15
btrfs: Use folio_invalidate()
Matthew Wilcox (Oracle)
1
-2
/
+3
2022-03-14
btrfs: zoned: put block group after final usage
Nikolay Borisov
1
-3
/
+4
2022-03-14
btrfs: don't access possibly stale fs_info data in device_list_add
Dongliang Mu
1
-7
/
+6
2022-03-14
btrfs: add lockdep_assert_held to need_preemptive_reclaim
Niels Dossche
1
-0
/
+2
2022-03-14
btrfs: verify the tranisd of the to-be-written dirty extent buffer
Qu Wenruo
1
-6
/
+20
2022-03-14
btrfs: unify the error handling of btrfs_read_buffer()
Qu Wenruo
1
-6
/
+6
2022-03-14
btrfs: unify the error handling pattern for read_tree_block()
Qu Wenruo
5
-27
/
+34
2022-03-14
btrfs: factor out do_free_extent_accounting helper
Josef Bacik
1
-22
/
+30
2022-03-14
btrfs: remove last_ref from the extent freeing code
Josef Bacik
1
-23
/
+11
2022-03-14
btrfs: add a alloc_reserved_extent helper
Josef Bacik
1
-32
/
+24
2022-03-14
btrfs: remove BUG_ON(ret) in alloc_reserved_tree_block
Josef Bacik
1
-1
/
+2
2022-03-14
btrfs: add and use helper for unlinking inode during log replay
Filipe Manana
1
-48
/
+29
2022-03-14
btrfs: extend locking to all space_info members accesses
Niels Dossche
1
-1
/
+2
2022-03-14
btrfs: zoned: mark relocation as writing
Naohiro Aota
2
-1
/
+10
2022-03-14
btrfs: remove the cross file system checks from remap
Josef Bacik
1
-3
/
+1
2022-03-14
btrfs: pass btrfs_fs_info to btrfs_recover_relocation
Josef Bacik
3
-5
/
+4
2022-03-14
btrfs: pass btrfs_fs_info for deleting snapshots and cleaner
Josef Bacik
3
-7
/
+6
2022-03-14
btrfs: add filesystems state details to error messages
Sweet Tea Dorminy
2
-8
/
+62
2022-03-14
btrfs: deal with unexpected extent type during reflinking
Filipe Manana
1
-2
/
+4
2022-03-14
btrfs: fix unexpected error path when reflinking an inline extent
Filipe Manana
1
-2
/
+5
2022-03-14
btrfs: reset last_reflink_trans after fsyncing inode
Filipe Manana
5
-14
/
+48
2022-03-14
btrfs: voluntarily relinquish cpu when doing a full fsync
Filipe Manana
1
-0
/
+7
2022-03-14
btrfs: hold on to less memory when logging checksums during full fsync
Filipe Manana
1
-17
/
+12
2022-03-14
btrfs: stop copying old file extents when doing a full fsync
Filipe Manana
2
-73
/
+148
2022-03-14
btrfs: do not clean up repair bio if submit fails
Josef Bacik
1
-8
/
+7
2022-03-14
btrfs: do not try to repair bio that has no mirror set
Josef Bacik
1
-0
/
+9
2022-03-14
btrfs: do not double complete bio on errors during compressed reads
Josef Bacik
2
-7
/
+21
2022-03-14
btrfs: track compressed bio errors as blk_status_t
Josef Bacik
2
-12
/
+14
2022-03-14
btrfs: remove the bio argument from finish_compressed_bio_read
Josef Bacik
1
-5
/
+3
2022-03-14
btrfs: check correct bio in finish_compressed_bio_read
Josef Bacik
1
-1
/
+1
2022-03-14
btrfs: handle csum lookup errors properly on reads
Josef Bacik
1
-14
/
+22
2022-03-14
btrfs: make search_csum_tree return 0 if we get -EFBIG
Josef Bacik
1
-1
/
+1
2022-03-14
btrfs: add BTRFS_IOC_ENCODED_WRITE
Omar Sandoval
8
-20
/
+433
2022-03-14
btrfs: add BTRFS_IOC_ENCODED_READ ioctl
Omar Sandoval
3
-0
/
+608
2022-03-14
btrfs: optionally extend i_size in cow_file_range_inline()
Omar Sandoval
1
-13
/
+20
2022-03-14
btrfs: clean up cow_file_range_inline()
Omar Sandoval
1
-50
/
+37
2022-03-14
btrfs: support different disk extent size for delalloc
Omar Sandoval
5
-13
/
+17
2022-03-14
btrfs: add ram_bytes and offset to btrfs_ordered_extent
Omar Sandoval
3
-117
/
+83
2022-03-14
btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
Omar Sandoval
4
-26
/
+23
2022-03-14
btrfs: qgroup: remove outdated TODO comments
Sidong Yang
1
-12
/
+0
2022-03-14
btrfs: qgroup: remove duplicated check in adding qgroup relations
Sidong Yang
1
-9
/
+32
[next]