index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: zoned: wait for data BG to be finished on direct IO allocation
Naohiro Aota
2023-11-28
1
-0
/
+7
*
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
2023-11-28
1
-5
/
+5
*
btrfs: don't clear uptodate on write errors
Josef Bacik
2023-10-10
1
-4
/
+0
*
btrfs: remove end_extent_writepage
Christoph Hellwig
2023-10-10
1
-20
/
+22
*
btrfs: remove btrfs_writepage_endio_finish_ordered
Christoph Hellwig
2023-10-10
1
-9
/
+0
*
btrfs: fix race between reading a directory and adding entries to it
Filipe Manana
2023-10-06
1
-4
/
+7
*
btrfs: set last dir index to the current last index when opening dir
Filipe Manana
2023-10-06
1
-1
/
+2
*
btrfs: refresh dir last index during a rewinddir(3) call
Filipe Manana
2023-10-06
1
-1
/
+14
*
btrfs: free qgroup rsv on io failure
Boris Burkov
2023-09-19
1
-0
/
+7
*
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
*
btrfs: open code set_extent_delalloc
David Sterba
2023-06-19
1
-2
/
+2
*
btrfs: change for_rename argument of btrfs_record_unlink_dir() to bool
Filipe Manana
2023-06-19
1
-4
/
+4
*
btrfs: handle tree backref walk error properly
Qu Wenruo
2023-06-19
1
-4
/
+12
*
btrfs: output affected files when relocation fails
Qu Wenruo
2023-06-19
1
-0
/
+191
*
btrfs: determine synchronous writers from bio or writeback control
Christoph Hellwig
2023-06-19
1
-1
/
+0
*
btrfs: use SECTOR_SHIFT to convert physical offset to LBA
Anand Jain
2023-06-19
1
-1
/
+1
*
btrfs: can_nocow_file_extent should pass down args->strict from callers
Chris Mason
2023-06-13
1
-1
/
+1
*
btrfs: fix iomap_begin length for nocow writes
Christoph Hellwig
2023-06-13
1
-6
/
+12
*
btrfs: zoned: zone finish data relocation BG with last IO
Naohiro Aota
2023-05-10
1
-0
/
+3
*
btrfs: introduce btrfs_bio::fs_info member
Qu Wenruo
2023-04-17
1
-4
/
+9
*
btrfs, block: move REQ_CGROUP_PUNT to btrfs
Christoph Hellwig
2023-04-17
1
-1
/
+1
*
btrfs: also use kthread_associate_blkcg for uncompressible ranges
Christoph Hellwig
2023-04-17
1
-4
/
+5
*
btrfs: don't free the async_extent in submit_uncompressed_range
Christoph Hellwig
2023-04-17
1
-13
/
+11
[next]