index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-15
btrfs: prepare prepare_one_folio() for large data folios
Qu Wenruo
1
-2
/
+0
2025-05-15
btrfs: prepare btrfs_page_mkwrite() for large data folios
Qu Wenruo
1
-3
/
+1
2025-05-15
btrfs: send: prepare put_file_data() for large data folios
Qu Wenruo
1
-14
/
+11
2025-05-15
btrfs: send: remove the again label inside put_file_data()
Qu Wenruo
1
-2
/
+1
2025-05-15
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_insert_inode_extref()
David Sterba
1
-6
/
+5
2025-05-15
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_del_inode_extref()
David Sterba
1
-14
/
+6
2025-05-15
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_encoded_read_inline()
David Sterba
1
-18
/
+13
2025-05-15
btrfs: use BTRFS_PATH_AUTO_FREE in can_nocow_extent()
David Sterba
1
-22
/
+15
2025-05-15
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_set_inode_index_count()
David Sterba
1
-9
/
+7
2025-05-15
btrfs: use BTRFS_PATH_AUTO_FREE in may_destroy_subvol()
David Sterba
1
-7
/
+5
2025-05-15
btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversions
David Sterba
6
-28
/
+15
2025-05-15
btrfs: remove redundant record start offset check at test_range_bit()
Filipe Manana
1
-3
/
+1
2025-05-15
btrfs: simplify last record detection at test_range_bit()
Filipe Manana
1
-9
/
+4
2025-05-15
btrfs: remove redundant check at find_first_extent_bit_state()
Filipe Manana
1
-1
/
+1
2025-05-15
btrfs: fix documentation for tree_search_for_insert()
Filipe Manana
1
-8
/
+14
2025-05-15
btrfs: simplify last record detection at test_range_bit_exists()
Filipe Manana
1
-5
/
+3
2025-05-15
btrfs: use clear_extent_bits() instead of clear_extent_bit() where possible
Filipe Manana
3
-17
/
+15
2025-05-15
btrfs: use clear_extent_bits() at chunk_map_device_clear_bits()
Filipe Manana
1
-4
/
+3
2025-05-15
btrfs: use clear_extent_bit() at try_release_extent_state()
Filipe Manana
1
-1
/
+1
2025-05-15
btrfs: fix the file offset calculation inside btrfs_decompress_buf2page()
Qu Wenruo
1
-1
/
+17
2025-05-15
btrfs: use rb_entry_safe() where possible to simplify code
David Sterba
5
-42
/
+15
2025-05-15
btrfs: pass a pointer to get_range_bits() to cache first search result
Filipe Manana
3
-9
/
+26
2025-05-15
btrfs: allow folios to be released while ordered extent is finishing
Filipe Manana
4
-26
/
+60
2025-05-15
btrfs: update comment for try_release_extent_state()
Filipe Manana
1
-3
/
+3
2025-05-15
btrfs: prepare btrfs_punch_hole_lock_range() for large data folios
Qu Wenruo
1
-11
/
+56
2025-05-15
btrfs: prepare btrfs_buffered_write() for large data folios
Qu Wenruo
1
-3
/
+30
2025-05-15
btrfs: refactor how we handle reserved space inside copy_one_range()
Qu Wenruo
3
-41
/
+83
2025-05-15
btrfs: remove EXTENT_UPTODATE io tree flag
Filipe Manana
3
-6
/
+4
2025-05-15
btrfs: stop searching for EXTENT_DIRTY bit in the excluded extents io tree
Filipe Manana
1
-2
/
+1
2025-05-15
btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_tree
Filipe Manana
4
-30
/
+14
2025-05-15
btrfs: fix fsync of files with no hard links not persisting deletion
Filipe Manana
1
-8
/
+16
2025-05-15
btrfs: fix typo in space info explanation
Mark Harmstone
1
-2
/
+2
2025-05-15
btrfs: remove unused flag EXTENT_BUFFER_IN_TREE
Daniel Vacek
2
-13
/
+6
2025-05-15
btrfs: remove unused flag EXTENT_BUFFER_CORRUPT
Daniel Vacek
3
-16
/
+2
2025-05-15
btrfs: remove unused flag EXTENT_BUFFER_READAHEAD
Daniel Vacek
1
-2
/
+0
2025-05-15
btrfs: remove unused flag EXTENT_BUFFER_READ_ERR
Daniel Vacek
2
-7
/
+2
2025-05-15
btrfs: factor out the main loop of btrfs_buffered_write() into a helper
Qu Wenruo
1
-142
/
+144
2025-05-15
btrfs: factor out space reservation code from btrfs_buffered_write()
Qu Wenruo
1
-45
/
+59
2025-05-15
btrfs: cleanup the reserved space inside loop of btrfs_buffered_write()
Qu Wenruo
1
-17
/
+28
2025-05-15
btrfs: remove force_page_uptodate variable from btrfs_buffered_write()
Qu Wenruo
1
-13
/
+6
2025-05-15
btrfs: move block perfect compression out of experimental features
Qu Wenruo
1
-15
/
+0
2025-05-14
Merge tag 'for-6.15-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-2
/
+27
2025-05-12
btrfs: add back warning for mount option commit values exceeding 300
Kyoji Ogasawara
2
-0
/
+5
2025-05-12
btrfs: fix folio leak in submit_one_async_extent()
Boris Burkov
1
-0
/
+7
2025-05-12
btrfs: fix discard worker infinite loop after disabling discard
Filipe Manana
1
-2
/
+15
2025-05-07
btrfs: use bdev_rw_virt in scrub_one_super
Christoph Hellwig
1
-8
/
+2
2025-05-06
Merge tag 'for-6.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-95
/
+8
2025-05-02
btrfs: open code folio_index() in btree_clear_folio_dirty_tag()
Kairui Song
1
-2
/
+2
2025-05-02
Revert "btrfs: canonicalize the device path before adding it"
Qu Wenruo
1
-90
/
+1
2025-05-02
btrfs: avoid NULL pointer dereference if no valid csum tree
Qu Wenruo
1
-2
/
+2
[prev]
[next]