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
*
Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-10-04
1
-0
/
+5
|
\
|
*
btrfs: also add stripe entries for NOCOW writes
Johannes Thumshirn
2024-10-01
1
-0
/
+5
*
|
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
|
/
*
btrfs: convert btrfs_decompress() to take a folio
Li Zetao
2024-09-10
1
-1
/
+1
*
btrfs: convert try_release_extent_mapping() to take a folio
Li Zetao
2024-09-10
1
-1
/
+1
*
btrfs: convert clear_page_extent_mapped() to take a folio
Li Zetao
2024-09-10
1
-2
/
+2
*
btrfs: drop transaction parameter from btrfs_add_inode_defrag()
David Sterba
2024-09-10
1
-1
/
+1
*
btrfs: rename __extent_writepage() and drop double underscores
David Sterba
2024-09-10
1
-1
/
+1
*
btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()
David Sterba
2024-09-10
1
-2
/
+2
*
btrfs: add comment about locking in cow_file_range_inline()
Boris Burkov
2024-09-10
1
-0
/
+14
*
btrfs: convert extent_range_clear_dirty_for_io() to use a folio
Josef Bacik
2024-09-10
1
-6
/
+6
*
btrfs: convert insert_inline_extent() to use a folio
Josef Bacik
2024-09-10
1
-4
/
+7
*
btrfs: convert btrfs_set_range_writeback() to use a folio
Josef Bacik
2024-09-10
1
-6
/
+6
*
btrfs: convert wait_subpage_spinlock() to only use a folio
Josef Bacik
2024-09-10
1
-6
/
+5
*
btrfs: convert btrfs_get_extent() to take a folio
Josef Bacik
2024-09-10
1
-3
/
+3
*
btrfs: convert read_inline_extent() to use a folio
Josef Bacik
2024-09-10
1
-7
/
+7
*
btrfs: convert uncompress_inline() to take a folio
Josef Bacik
2024-09-10
1
-4
/
+5
*
btrfs: convert struct btrfs_writepage_fixup to use a folio
Josef Bacik
2024-09-10
1
-4
/
+3
*
btrfs: convert btrfs_writepage_cow_fixup() to use folio
Josef Bacik
2024-09-10
1
-15
/
+16
*
btrfs: convert btrfs_writepage_fixup_worker() to use a folio
Josef Bacik
2024-09-10
1
-26
/
+28
*
btrfs: convert submit_uncompressed_range() to take a folio
Josef Bacik
2024-09-10
1
-14
/
+12
*
btrfs: convert struct async_chunk to hold a folio
Josef Bacik
2024-09-10
1
-12
/
+14
*
btrfs: convert btrfs_run_delalloc_range() to take a folio
Josef Bacik
2024-09-10
1
-14
/
+12
*
btrfs: convert run_delalloc_compressed() to take a folio
Josef Bacik
2024-09-10
1
-9
/
+11
*
btrfs: convert btrfs_cleanup_ordered_extents() to take a folio
Josef Bacik
2024-09-10
1
-12
/
+14
*
btrfs: convert btrfs_cleanup_ordered_extents() to use folios
Josef Bacik
2024-09-10
1
-6
/
+6
*
btrfs: convert run_delalloc_nocow() to take a folio
Josef Bacik
2024-09-10
1
-9
/
+8
*
btrfs: convert fallback_to_cow() to take a folio
Josef Bacik
2024-09-10
1
-6
/
+8
*
btrfs: convert cow_file_range() to take a folio
Josef Bacik
2024-09-10
1
-24
/
+21
*
btrfs: convert cow_file_range_inline() to take a folio
Josef Bacik
2024-09-10
1
-6
/
+6
*
btrfs: convert run_delalloc_cow() to take a folio
Josef Bacik
2024-09-10
1
-10
/
+10
*
btrfs: convert extent_write_locked_range() to take a folio
Josef Bacik
2024-09-10
1
-1
/
+2
*
btrfs: convert extent_clear_unlock_delalloc() to take a folio
Josef Bacik
2024-09-10
1
-11
/
+14
*
btrfs: convert btrfs_mark_ordered_io_finished() to take a folio
Josef Bacik
2024-09-10
1
-3
/
+4
*
btrfs: update target inode's ctime on unlink
Jeff Layton
2024-08-15
1
-0
/
+1
*
Merge tag 'for-6.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-08-07
1
-0
/
+10
|
\
|
*
btrfs: fix qgroup reserve leaks in cow_file_range
Boris Burkov
2024-08-01
1
-0
/
+3
|
*
btrfs: implement launder_folio for clearing dirty page reserve
Boris Burkov
2024-08-01
1
-0
/
+7
*
|
Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-07-31
1
-7
/
+11
|
\
|
|
*
btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()
David Sterba
2024-07-30
1
-1
/
+1
|
*
btrfs: make cow_file_range_inline() honor locked_page on error
Boris Burkov
2024-07-29
1
-6
/
+10
*
|
Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2024-07-17
1
-1143
/
+316
|
\
|
|
*
btrfs: remove the BUG_ON() inside extent_range_clear_dirty_for_io()
Qu Wenruo
2024-07-11
1
-6
/
+20
|
*
btrfs: move extent_range_clear_dirty_for_io() into inode.c
Qu Wenruo
2024-07-11
1
-0
/
+15
|
*
btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()
Qu Wenruo
2024-07-11
1
-1
/
+1
|
*
btrfs: fix the ram_bytes assignment for truncated ordered extents
Qu Wenruo
2024-07-11
1
-3
/
+1
|
*
btrfs: move the direct IO code into its own file
Filipe Manana
2024-07-11
1
-770
/
+14
|
*
btrfs: pass a btrfs_inode to btrfs_compress_heuristic()
David Sterba
2024-07-11
1
-1
/
+1
|
*
btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inode
David Sterba
2024-07-11
1
-3
/
+3
|
*
btrfs: pass a btrfs_inode to btrfs_readdir_get_delayed_items()
David Sterba
2024-07-11
1
-1
/
+1
[next]