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
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-07
btrfs: respect the max size in the header when activating swap file
Filipe Manana
1
-0
/
+11
2022-01-07
btrfs: add inode to truncate control
Josef Bacik
1
-4
/
+4
2022-01-07
btrfs: pass the ino via truncate control
Josef Bacik
1
-0
/
+2
2022-01-07
btrfs: use a flag to control when to clear the file extent range
Josef Bacik
1
-0
/
+1
2022-01-07
btrfs: only call inode_sub_bytes in truncate paths that care
Josef Bacik
1
-0
/
+1
2022-01-07
btrfs: only update i_size in truncate paths that care
Josef Bacik
1
-0
/
+3
2022-01-07
btrfs: add truncate control struct
Josef Bacik
1
-6
/
+12
2022-01-07
btrfs: move btrfs_kill_delayed_inode_items into evict
Josef Bacik
1
-0
/
+12
2022-01-07
btrfs: move extent locking outside of btrfs_truncate_inode_items
Josef Bacik
1
-0
/
+18
2022-01-07
btrfs: move btrfs_truncate_inode_items to inode-item.c
Josef Bacik
1
-387
/
+4
2022-01-07
btrfs: add an inode-item.h
Josef Bacik
1
-0
/
+1
2022-01-03
btrfs: stop accessing ->csum_root directly
Josef Bacik
1
-3
/
+8
2022-01-03
btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum root
Josef Bacik
1
-2
/
+2
2022-01-03
btrfs: change root to fs_info for btrfs_reserve_metadata_bytes
Josef Bacik
1
-2
/
+2
2022-01-03
btrfs: get rid of root->orphan_cleanup_state
Josef Bacik
1
-3
/
+1
2022-01-03
btrfs: make BTRFS_RESERVE_FLUSH_EVICT use the global rsv stealing code
Josef Bacik
1
-9
/
+6
2022-01-03
btrfs: make btrfs_file_extent_inline_item_len take a slot
Josef Bacik
1
-2
/
+1
2022-01-03
btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW range
Filipe Manana
1
-64
/
+78
2021-11-01
Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-298
/
+313
2021-11-01
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+4
2021-10-29
Merge tag 'for-5.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+2
2021-10-29
btrfs: remove root argument from btrfs_unlink_inode()
Filipe Manana
1
-14
/
+11
2021-10-27
Revert "btrfs: compression: drop kmap/kunmap from generic helpers"
David Sterba
1
-1
/
+2
2021-10-26
btrfs: remove btrfs_bio::logical member
Qu Wenruo
1
-9
/
+8
2021-10-26
btrfs: rename btrfs_dio_private::logical_offset to file_offset
Qu Wenruo
1
-6
/
+6
2021-10-26
btrfs: pull up qgroup checks from delayed-ref core to init time
Nikolay Borisov
1
-1
/
+0
2021-10-26
btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_ref
Nikolay Borisov
1
-1
/
+2
2021-10-26
btrfs: add a BTRFS_FS_ERROR helper
Josef Bacik
1
-3
/
+3
2021-10-26
btrfs: change error handling for btrfs_delete_*_in_log
Josef Bacik
1
-13
/
+3
2021-10-26
btrfs: subpage: only allow compression if the range is fully page aligned
Qu Wenruo
1
-4
/
+44
2021-10-26
btrfs: subpage: avoid potential deadlock with compression and delalloc
Qu Wenruo
1
-0
/
+7
2021-10-26
btrfs: factor uncompressed async extent submission code into a new helper
Qu Wenruo
1
-24
/
+52
2021-10-26
btrfs: subpage: make compress_file_range() compatible
Qu Wenruo
1
-1
/
+1
2021-10-26
btrfs: cleanup for extent_write_locked_range()
Qu Wenruo
1
-3
/
+2
2021-10-26
btrfs: refactor submit_compressed_extents()
Qu Wenruo
1
-141
/
+131
2021-10-26
btrfs: remove unused function btrfs_bio_fits_in_stripe()
Qu Wenruo
1
-42
/
+0
2021-10-26
btrfs: subpage: add bitmap for PageChecked flag
Qu Wenruo
1
-16
/
+12
2021-10-26
btrfs: don't pass compressed pages to btrfs_writepage_endio_finish_ordered()
Qu Wenruo
1
-4
/
+1
2021-10-26
btrfs: use async_chunk::async_cow to replace the confusing pending pointer
Qu Wenruo
1
-9
/
+7
2021-10-26
btrfs: loop only once over data sizes array when inserting an item batch
Filipe Manana
1
-2
/
+6
2021-10-26
btrfs: rename struct btrfs_io_bio to btrfs_bio
Qu Wenruo
1
-23
/
+24
2021-10-26
btrfs: keep track of the last logged keys when logging a directory
Filipe Manana
1
-2
/
+4
2021-10-26
btrfs: check for relocation inodes on zoned btrfs in should_nocow
Johannes Thumshirn
1
-1
/
+9
2021-10-26
btrfs: introduce btrfs_is_data_reloc_root
Johannes Thumshirn
1
-11
/
+8
2021-10-26
btrfs: convert latest_bdev type to btrfs_device and rename
Anand Jain
1
-1
/
+1
2021-10-26
btrfs: zoned: finish fully written block group
Naohiro Aota
1
-1
/
+5
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
1
-5
/
+3
2021-10-18
mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>
Christoph Hellwig
1
-0
/
+1
2021-08-31
Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-2
/
+3
2021-08-31
Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-82
/
+213
[next]