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
2023-09-20
Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-10
/
+23
2023-09-15
btrfs: fix race between reading a directory and adding entries to it
Filipe Manana
1
-4
/
+7
2023-09-15
btrfs: refresh dir last index during a rewinddir(3) call
Filipe Manana
1
-1
/
+14
2023-09-15
btrfs: set last dir index to the current last index when opening dir
Filipe Manana
1
-1
/
+2
2023-09-13
btrfs: don't clear uptodate on write errors
Josef Bacik
1
-4
/
+0
2023-08-28
Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-471
/
+313
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-46
/
+20
2023-08-21
btrfs: copy dir permission and time when creating a stub subvolume
Lee Trager
1
-5
/
+7
2023-08-21
btrfs: move the !zoned assert into run_delalloc_cow
Christoph Hellwig
1
-8
/
+7
2023-08-21
btrfs: consolidate the error handling in run_delalloc_nocow
Christoph Hellwig
1
-7
/
+2
2023-08-21
btrfs: cleanup the COW fallback logic in run_delalloc_nocow
Christoph Hellwig
1
-25
/
+22
2023-08-21
btrfs: fix error handling when in a COW window in run_delalloc_nocow
Christoph Hellwig
1
-10
/
+12
2023-08-21
btrfs: use LIST_HEAD() to initialize the list_head
Ruan Jinjie
1
-12
/
+5
2023-08-21
btrfs: return real error when orphan cleanup fails due to a transaction abort
Filipe Manana
1
-1
/
+8
2023-08-21
btrfs: fix zoned handling in submit_uncompressed_range
Christoph Hellwig
1
-29
/
+18
2023-08-21
btrfs: don't redirty locked_page in run_delalloc_zoned
Christoph Hellwig
1
-9
/
+4
2023-08-21
btrfs: refactor the zoned device handling in cow_file_range
Christoph Hellwig
1
-27
/
+31
2023-08-21
btrfs: don't redirty pages in compress_file_range
Christoph Hellwig
1
-34
/
+9
2023-08-21
btrfs: share the code to free the page array in compress_file_range
Christoph Hellwig
1
-21
/
+9
2023-08-21
btrfs: use a separate label for the incompressible case in compress_file_range
Christoph Hellwig
1
-8
/
+5
2023-08-21
btrfs: further simplify the compress or not logic in compress_file_range
Christoph Hellwig
1
-32
/
+16
2023-08-21
btrfs: streamline compress_file_range
Christoph Hellwig
1
-83
/
+82
2023-08-21
btrfs: merge submit_compressed_extents and async_cow_submit
Christoph Hellwig
1
-29
/
+10
2023-08-21
btrfs: merge async_cow_start and compress_file_range
Christoph Hellwig
1
-27
/
+16
2023-08-21
btrfs: don't clear async_chunk->inode in async_cow_start
Christoph Hellwig
1
-18
/
+5
2023-08-21
btrfs: clean up the check for uncompressed ranges in submit_one_async_extent
Christoph Hellwig
1
-2
/
+1
2023-08-21
btrfs: reduce the number of arguments to btrfs_run_delalloc_range
Christoph Hellwig
1
-57
/
+28
2023-08-21
btrfs: remove the return value from submit_uncompressed_range
Christoph Hellwig
1
-8
/
+7
2023-08-21
btrfs: reduce debug spam from submit_compressed_extents
Christoph Hellwig
1
-20
/
+13
2023-08-21
btrfs: remove end_extent_writepage
Christoph Hellwig
1
-20
/
+22
2023-08-21
btrfs: remove btrfs_writepage_endio_finish_ordered
Christoph Hellwig
1
-9
/
+0
2023-08-21
btrfs: don't create inline extents in fallback_to_cow
Christoph Hellwig
1
-19
/
+23
2023-08-21
btrfs: pass a flags argument to cow_file_range
Christoph Hellwig
1
-27
/
+21
2023-08-21
btrfs: free qgroup rsv on io failure
Boris Burkov
1
-0
/
+7
2023-08-21
btrfs: remove duplicate free_async_extent_pages() on reservation error
Goldwyn Rodrigues
1
-1
/
+0
2023-08-14
btrfs: fix infinite directory reads
Filipe Manana
1
-52
/
+79
2023-08-11
fs: drop the timespec64 argument from update_time
Jeff Layton
1
-2
/
+1
2023-08-10
btrfs: properly clear end of the unreserved range in cow_file_range
Christoph Hellwig
1
-5
/
+5
2023-08-09
btrfs: have it use inode_update_timestamps
Jeff Layton
1
-8
/
+1
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-1
/
+1
2023-07-18
btrfs: fix ordered extent split error handling in btrfs_dio_submit_io
Christoph Hellwig
1
-2
/
+5
2023-07-18
btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand
Josef Bacik
1
-3
/
+11
2023-07-18
btrfs: use irq safe locking when running and adding delayed iputs
Filipe Manana
1
-10
/
+25
2023-07-18
btrfs: fix iput() on error pointer after error during orphan cleanup
Filipe Manana
1
-10
/
+10
2023-07-18
btrfs: fix double iput() on inode after an error during orphan cleanup
Filipe Manana
1
-0
/
+1
2023-07-13
btrfs: convert to ctime accessor functions
Jeff Layton
1
-23
/
+16
2023-07-10
btrfs: convert to simple_rename_timestamp
Jeff Layton
1
-13
/
+2
2023-06-19
btrfs: do not BUG_ON after failure to migrate space during truncation
Filipe Manana
1
-3
/
+18
2023-06-19
btrfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Christoph Hellwig
1
-1
/
+0
2023-06-19
btrfs: use btrfs_finish_ordered_extent to complete direct writes
Christoph Hellwig
1
-6
/
+8
[next]