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
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-04
Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-364
/
+400
2022-08-03
Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+2
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-17
/
+9
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2022-08-02
btrfs: Convert btrfs_migratepage to migrate_folio
Matthew Wilcox (Oracle)
1
-17
/
+9
2022-07-25
btrfs: don't call btrfs_page_set_checked in finish_compressed_bio_read
Christoph Hellwig
1
-5
/
+0
2022-07-25
btrfs: fix repair of compressed extents
Christoph Hellwig
1
-0
/
+7
2022-07-25
btrfs: remove the start argument to check_data_csum and export
Christoph Hellwig
1
-15
/
+11
2022-07-25
btrfs: pass a btrfs_bio to btrfs_repair_one_sector
Christoph Hellwig
1
-3
/
+2
2022-07-25
btrfs: simplify error handling in btrfs_lookup_dentry
Nikolay Borisov
1
-4
/
+4
2022-07-25
btrfs: zoned: wait until zone is finished when allocation didn't progress
Naohiro Aota
1
-2
/
+7
2022-07-25
btrfs: zoned: write out partially allocated region
Naohiro Aota
1
-14
/
+49
2022-07-25
btrfs: convert count_max_extents() to use fs_info->max_extent_size
Naohiro Aota
1
-8
/
+8
2022-07-25
btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size
Naohiro Aota
1
-2
/
+4
2022-07-25
btrfs: replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
1
-4
/
+4
2022-07-25
btrfs: switch btrfs_block_rsv::failfast to bool
David Sterba
1
-2
/
+2
2022-07-25
btrfs: do not return errors from btrfs_submit_dio_bio
Christoph Hellwig
1
-14
/
+9
2022-07-25
btrfs: handle allocation failure in btrfs_wq_submit_bio gracefully
Christoph Hellwig
1
-8
/
+9
2022-07-25
btrfs: simplify sync/async submission in btrfs_submit_data_write_bio
Christoph Hellwig
1
-16
/
+13
2022-07-25
btrfs: do not return errors from btrfs_map_bio
Christoph Hellwig
1
-15
/
+10
2022-07-25
btrfs: clean up chained assignments
David Sterba
1
-15
/
+26
2022-07-25
btrfs: replace unnecessary goto with direct return at cow_file_range()
Naohiro Aota
1
-2
/
+2
2022-07-25
btrfs: fix error handling of fallback uncompress write
Naohiro Aota
1
-2
/
+15
2022-07-25
btrfs: extend btrfs_cleanup_ordered_extents for NULL locked_page
Naohiro Aota
1
-15
/
+21
2022-07-25
btrfs: ensure pages are unlocked on cow_file_range() failure
Naohiro Aota
1
-8
/
+64
2022-07-25
btrfs: remove extent writepage address space operation
Christoph Hellwig
1
-27
/
+1
2022-07-25
btrfs: increase direct io read size limit to 256 sectors
Christoph Hellwig
1
-1
/
+5
2022-07-25
btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finished
Christoph Hellwig
1
-31
/
+9
2022-07-25
btrfs: pass bits by value not by pointer for extent_state helpers
David Sterba
1
-12
/
+12
2022-07-25
btrfs: replace kmap() with kmap_local_page() in inode.c
Fabio M. De Francesco
1
-3
/
+3
2022-07-25
btrfs: remove btrfs_end_io_wq
Christoph Hellwig
1
-23
/
+1
2022-07-25
btrfs: don't double-defer bio completions for compressed reads
Christoph Hellwig
1
-6
/
+6
2022-07-25
btrfs: split btrfs_submit_data_bio to read and write parts
Christoph Hellwig
1
-70
/
+60
2022-07-25
btrfs: simplify code flow in btrfs_submit_dio_bio
Christoph Hellwig
1
-14
/
+8
2022-07-25
btrfs: send: send compressed extents with encoded writes
Omar Sandoval
1
-8
/
+5
2022-07-25
btrfs: free the path earlier when creating a new inode
Filipe Manana
1
-3
/
+8
2022-07-25
btrfs: balance btree dirty pages and delayed items after a rename
Filipe Manana
1
-4
/
+10
2022-07-25
btrfs: remove redundant calls to flush_dcache_page
David Sterba
1
-4
/
+2
2022-07-25
btrfs: use btrfs_bio_for_each_sector in btrfs_check_read_dio_bio
Christoph Hellwig
1
-34
/
+22
2022-07-25
btrfs: factor out a btrfs_csum_ptr helper
Christoph Hellwig
1
-10
/
+3
2022-07-25
btrfs: introduce a data checksum checking helper
Qu Wenruo
1
-10
/
+28
2022-07-25
btrfs: use PAGE_ALIGNED instead of IS_ALIGNED
Fanjun Kong
1
-4
/
+4
2022-07-25
btrfs: fix typos in comments
David Sterba
1
-1
/
+1
2022-07-16
Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+7
2022-07-15
Revert "btrfs: turn delayed_nodes_tree into an XArray"
David Sterba
1
-1
/
+1
2022-07-15
Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"
David Sterba
1
-7
/
+6
2022-07-14
fs/btrfs: Use the enum req_op and blk_opf_t types
Bart Van Assche
1
-2
/
+2
2022-07-12
Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+13
2022-07-08
btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline ex...
Filipe Manana
1
-1
/
+13
2022-06-26
Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+3
[next]