index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: return real error when orphan cleanup fails due to a transaction abort
Filipe Manana
2023-08-21
1
-1
/
+8
*
btrfs: fix zoned handling in submit_uncompressed_range
Christoph Hellwig
2023-08-21
1
-29
/
+18
*
btrfs: don't redirty locked_page in run_delalloc_zoned
Christoph Hellwig
2023-08-21
1
-9
/
+4
*
btrfs: refactor the zoned device handling in cow_file_range
Christoph Hellwig
2023-08-21
1
-27
/
+31
*
btrfs: don't redirty pages in compress_file_range
Christoph Hellwig
2023-08-21
1
-34
/
+9
*
btrfs: share the code to free the page array in compress_file_range
Christoph Hellwig
2023-08-21
1
-21
/
+9
*
btrfs: use a separate label for the incompressible case in compress_file_range
Christoph Hellwig
2023-08-21
1
-8
/
+5
*
btrfs: further simplify the compress or not logic in compress_file_range
Christoph Hellwig
2023-08-21
1
-32
/
+16
*
btrfs: streamline compress_file_range
Christoph Hellwig
2023-08-21
1
-83
/
+82
*
btrfs: merge submit_compressed_extents and async_cow_submit
Christoph Hellwig
2023-08-21
1
-29
/
+10
*
btrfs: merge async_cow_start and compress_file_range
Christoph Hellwig
2023-08-21
1
-27
/
+16
*
btrfs: don't clear async_chunk->inode in async_cow_start
Christoph Hellwig
2023-08-21
1
-18
/
+5
*
btrfs: clean up the check for uncompressed ranges in submit_one_async_extent
Christoph Hellwig
2023-08-21
1
-2
/
+1
*
btrfs: reduce the number of arguments to btrfs_run_delalloc_range
Christoph Hellwig
2023-08-21
1
-57
/
+28
*
btrfs: remove the return value from submit_uncompressed_range
Christoph Hellwig
2023-08-21
1
-8
/
+7
*
btrfs: reduce debug spam from submit_compressed_extents
Christoph Hellwig
2023-08-21
1
-20
/
+13
*
btrfs: remove end_extent_writepage
Christoph Hellwig
2023-08-21
1
-20
/
+22
*
btrfs: remove btrfs_writepage_endio_finish_ordered
Christoph Hellwig
2023-08-21
1
-9
/
+0
*
btrfs: don't create inline extents in fallback_to_cow
Christoph Hellwig
2023-08-21
1
-19
/
+23
*
btrfs: pass a flags argument to cow_file_range
Christoph Hellwig
2023-08-21
1
-27
/
+21
*
btrfs: free qgroup rsv on io failure
Boris Burkov
2023-08-21
1
-0
/
+7
*
btrfs: remove duplicate free_async_extent_pages() on reservation error
Goldwyn Rodrigues
2023-08-21
1
-1
/
+0
*
btrfs: fix infinite directory reads
Filipe Manana
2023-08-14
1
-52
/
+79
*
btrfs: properly clear end of the unreserved range in cow_file_range
Christoph Hellwig
2023-08-10
1
-5
/
+5
*
btrfs: fix ordered extent split error handling in btrfs_dio_submit_io
Christoph Hellwig
2023-07-18
1
-2
/
+5
*
btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand
Josef Bacik
2023-07-18
1
-3
/
+11
*
btrfs: use irq safe locking when running and adding delayed iputs
Filipe Manana
2023-07-18
1
-10
/
+25
*
btrfs: fix iput() on error pointer after error during orphan cleanup
Filipe Manana
2023-07-18
1
-10
/
+10
*
btrfs: fix double iput() on inode after an error during orphan cleanup
Filipe Manana
2023-07-18
1
-0
/
+1
*
btrfs: do not BUG_ON after failure to migrate space during truncation
Filipe Manana
2023-06-19
1
-3
/
+18
*
btrfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Christoph Hellwig
2023-06-19
1
-1
/
+0
*
btrfs: use btrfs_finish_ordered_extent to complete direct writes
Christoph Hellwig
2023-06-19
1
-6
/
+8
*
btrfs: add an ordered_extent pointer to struct btrfs_bio
Christoph Hellwig
2023-06-19
1
-3
/
+5
*
btrfs: open code btrfs_bio_end_io in btrfs_dio_submit_io
Christoph Hellwig
2023-06-19
1
-1
/
+2
*
btrfs: pass an ordered_extent to btrfs_submit_compressed_write
Christoph Hellwig
2023-06-19
1
-11
/
+10
*
btrfs: pass an ordered_extent to btrfs_reloc_clone_csums
Christoph Hellwig
2023-06-19
1
-11
/
+18
*
btrfs: merge the two calls to btrfs_add_ordered_extent in run_delalloc_nocow
Christoph Hellwig
2023-06-19
1
-22
/
+15
*
btrfs: don't treat zoned writeback as being from an async helper thread
Christoph Hellwig
2023-06-19
1
-5
/
+15
*
btrfs: remove PAGE_SET_ERROR
Christoph Hellwig
2023-06-19
1
-5
/
+6
*
btrfs: stop setting PageError in the data I/O path
Christoph Hellwig
2023-06-19
1
-3
/
+0
*
btrfs: rename cow_file_range_async to run_delalloc_compressed
Christoph Hellwig
2023-06-19
1
-8
/
+8
*
btrfs: don't fail writeback when allocating the compression context fails
Christoph Hellwig
2023-06-19
1
-46
/
+28
*
btrfs: pass the new logical address to split_extent_map
Christoph Hellwig
2023-06-19
1
-1
/
+2
*
btrfs: defer splitting of ordered extents until I/O completion
Christoph Hellwig
2023-06-19
1
-6
/
+12
*
btrfs: return the new ordered_extent from btrfs_split_ordered_extent
Christoph Hellwig
2023-06-19
1
-1
/
+7
*
btrfs: reorder conditions in btrfs_extract_ordered_extent
Christoph Hellwig
2023-06-19
1
-10
/
+8
*
btrfs: move split_extent_map to extent_map.c
Christoph Hellwig
2023-06-19
1
-90
/
+0
*
btrfs: optimize the logical to physical mapping for zoned writes
Christoph Hellwig
2023-06-19
1
-5
/
+1
*
btrfs: rename the bytenr field in struct btrfs_ordered_sum to logical
Christoph Hellwig
2023-06-19
1
-1
/
+1
*
btrfs: drop gfp from parameter extent state helpers
David Sterba
2023-06-19
1
-4
/
+3
[next]