index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
2021-08-23
btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinking
Josef Bacik
1
-1
/
+1
2021-08-23
btrfs: wait on async extents when flushing delalloc
Josef Bacik
1
-4
/
+0
2021-08-23
btrfs: wake up async_delalloc_pages waiters after submit
Josef Bacik
1
-5
/
+5
2021-08-23
btrfs: allow read-write for 4K sectorsize on 64K page size systems
Qu Wenruo
1
-0
/
+3
2021-08-23
btrfs: subpage: fix false alert when relocating partial preallocated data ext...
Qu Wenruo
1
-6
/
+11
2021-08-23
btrfs: subpage: fix a potential use-after-free in writeback helper
Qu Wenruo
1
-1
/
+38
2021-08-23
btrfs: subpage: disable inline extent creation
Qu Wenruo
1
-2
/
+16
2021-08-23
btrfs: subpage: check if there are compressed extents inside one page
Qu Wenruo
1
-0
/
+14
2021-08-23
btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pending
David Sterba
1
-1
/
+1
2021-08-23
btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_ordered
David Sterba
1
-2
/
+2
2021-08-23
btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()
Qu Wenruo
1
-1
/
+1
2021-08-23
btrfs: remove racy and unnecessary inode transaction update when using no-holes
Filipe Manana
1
-7
/
+5
2021-08-23
btrfs: compression: drop kmap/kunmap from generic helpers
David Sterba
1
-2
/
+1
2021-08-17
iomap: switch __iomap_dio_rw to use iomap_iter
Christoph Hellwig
1
-2
/
+3
2021-08-16
btrfs: prevent rename2 from exchanging a subvol with a directory from differe...
NeilBrown
1
-2
/
+8
2021-07-22
btrfs: store a block_device in struct btrfs_ordered_extent
Christoph Hellwig
1
-1
/
+1
2021-07-07
btrfs: properly split extent_map for REQ_OP_ZONE_APPEND
Naohiro Aota
1
-29
/
+118
2021-06-22
btrfs: compression: don't try to compress if we don't have enough pages
David Sterba
1
-1
/
+1
2021-06-22
btrfs: fix typos in comments
David Sterba
1
-2
/
+2
2021-06-21
btrfs: don't clear page extent mapped if we're not invalidating the full page
Qu Wenruo
1
-1
/
+13
2021-06-21
btrfs: make btrfs_page_mkwrite() to be subpage compatible
Qu Wenruo
1
-2
/
+2
2021-06-21
btrfs: make btrfs_truncate_block() to be subpage compatible
Qu Wenruo
1
-1
/
+1
2021-06-21
btrfs: make btrfs_set_range_writeback() subpage compatible
Qu Wenruo
1
-4
/
+8
2021-06-21
btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __...
Qu Wenruo
1
-1
/
+15
2021-06-21
btrfs: make page Ordered bit to be subpage compatible
Qu Wenruo
1
-5
/
+14
2021-06-21
btrfs: fix hang when run_delalloc_range() failed
Qu Wenruo
1
-0
/
+21
2021-06-21
btrfs: rename PagePrivate2 to PageOrdered inside btrfs
Qu Wenruo
1
-24
/
+26
2021-06-21
btrfs: refactor btrfs_invalidatepage() for subpage support
Qu Wenruo
1
-74
/
+97
2021-06-21
btrfs: update comments in btrfs_invalidatepage()
Qu Wenruo
1
-6
/
+15
2021-06-21
btrfs: refactor how we finish ordered extent io for endio functions
Qu Wenruo
1
-51
/
+4
2021-06-21
btrfs: make Private2 lifespan more consistent
Qu Wenruo
1
-1
/
+1
2021-06-21
btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()
Qu Wenruo
1
-4
/
+5
2021-06-21
btrfs: refactor submit_extent_page() to make bio and its flag tracing easier
Qu Wenruo
1
-32
/
+4
2021-06-21
btrfs: allow btrfs_bio_fits_in_stripe() to accept bio without any page
Qu Wenruo
1
-6
/
+3
2021-06-21
btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()
Qu Wenruo
1
-3
/
+2
2021-06-21
btrfs: don't set the full sync flag when truncation does not touch extents
Filipe Manana
1
-11
/
+30
2021-06-21
btrfs: fix misleading and incomplete comment of btrfs_truncate()
Filipe Manana
1
-7
/
+17
2021-06-21
btrfs: submit read time repair only for each corrupted sector
Qu Wenruo
1
-11
/
+9
2021-06-21
btrfs: make btrfs_verify_data_csum() to return a bitmap
Qu Wenruo
1
-5
/
+13
2021-06-03
Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+18
2021-05-28
btrfs: abort in rename_exchange if we fail to insert the second ref
Josef Bacik
1
-1
/
+6
2021-05-28
btrfs: mark ordered extent and inode with error if we fail to finish
Josef Bacik
1
-0
/
+12
2021-05-22
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2021-05-20
btrfs: zoned: pass start block to btrfs_use_zone_append
Johannes Thumshirn
1
-1
/
+1
2021-05-17
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2021-05-14
btrfs: avoid RCU stalls while running delayed iputs
Josef Bacik
1
-0
/
+1
2021-05-11
Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2021-05-05
btrfs: use memzero_page() instead of open coded kmap pattern
Ira Weiny
1
-23
/
+10
2021-04-28
btrfs: fix deadlock when cloning inline extents and using qgroups
Filipe Manana
1
-2
/
+2
2021-04-27
Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+4
[prev]
[next]