index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
btrfs: add comment about locking in cow_file_range_inline()
Boris Burkov
1
-0
/
+14
2024-09-10
btrfs: convert extent_range_clear_dirty_for_io() to use a folio
Josef Bacik
1
-6
/
+6
2024-09-10
btrfs: convert insert_inline_extent() to use a folio
Josef Bacik
1
-4
/
+7
2024-09-10
btrfs: convert btrfs_set_range_writeback() to use a folio
Josef Bacik
1
-6
/
+6
2024-09-10
btrfs: convert wait_subpage_spinlock() to only use a folio
Josef Bacik
1
-6
/
+5
2024-09-10
btrfs: convert btrfs_get_extent() to take a folio
Josef Bacik
1
-3
/
+3
2024-09-10
btrfs: convert read_inline_extent() to use a folio
Josef Bacik
1
-7
/
+7
2024-09-10
btrfs: convert uncompress_inline() to take a folio
Josef Bacik
1
-4
/
+5
2024-09-10
btrfs: convert struct btrfs_writepage_fixup to use a folio
Josef Bacik
1
-4
/
+3
2024-09-10
btrfs: convert btrfs_writepage_cow_fixup() to use folio
Josef Bacik
1
-15
/
+16
2024-09-10
btrfs: convert btrfs_writepage_fixup_worker() to use a folio
Josef Bacik
1
-26
/
+28
2024-09-10
btrfs: convert submit_uncompressed_range() to take a folio
Josef Bacik
1
-14
/
+12
2024-09-10
btrfs: convert struct async_chunk to hold a folio
Josef Bacik
1
-12
/
+14
2024-09-10
btrfs: convert btrfs_run_delalloc_range() to take a folio
Josef Bacik
1
-14
/
+12
2024-09-10
btrfs: convert run_delalloc_compressed() to take a folio
Josef Bacik
1
-9
/
+11
2024-09-10
btrfs: convert btrfs_cleanup_ordered_extents() to take a folio
Josef Bacik
1
-12
/
+14
2024-09-10
btrfs: convert btrfs_cleanup_ordered_extents() to use folios
Josef Bacik
1
-6
/
+6
2024-09-10
btrfs: convert run_delalloc_nocow() to take a folio
Josef Bacik
1
-9
/
+8
2024-09-10
btrfs: convert fallback_to_cow() to take a folio
Josef Bacik
1
-6
/
+8
2024-09-10
btrfs: convert cow_file_range() to take a folio
Josef Bacik
1
-24
/
+21
2024-09-10
btrfs: convert cow_file_range_inline() to take a folio
Josef Bacik
1
-6
/
+6
2024-09-10
btrfs: convert run_delalloc_cow() to take a folio
Josef Bacik
1
-10
/
+10
2024-09-10
btrfs: convert extent_write_locked_range() to take a folio
Josef Bacik
1
-1
/
+2
2024-09-10
btrfs: convert extent_clear_unlock_delalloc() to take a folio
Josef Bacik
1
-11
/
+14
2024-09-10
btrfs: convert btrfs_mark_ordered_io_finished() to take a folio
Josef Bacik
1
-3
/
+4
2024-08-15
btrfs: update target inode's ctime on unlink
Jeff Layton
1
-0
/
+1
2024-08-07
Merge tag 'for-6.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+10
2024-08-01
btrfs: fix qgroup reserve leaks in cow_file_range
Boris Burkov
1
-0
/
+3
2024-08-01
btrfs: implement launder_folio for clearing dirty page reserve
Boris Burkov
1
-0
/
+7
2024-07-30
Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+11
2024-07-30
btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()
David Sterba
1
-1
/
+1
2024-07-29
btrfs: make cow_file_range_inline() honor locked_page on error
Boris Burkov
1
-6
/
+10
2024-07-17
Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-1143
/
+316
2024-07-15
Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+1
2024-07-11
btrfs: remove the BUG_ON() inside extent_range_clear_dirty_for_io()
Qu Wenruo
1
-6
/
+20
2024-07-11
btrfs: move extent_range_clear_dirty_for_io() into inode.c
Qu Wenruo
1
-0
/
+15
2024-07-11
btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()
Qu Wenruo
1
-1
/
+1
2024-07-11
btrfs: fix the ram_bytes assignment for truncated ordered extents
Qu Wenruo
1
-3
/
+1
2024-07-11
btrfs: move the direct IO code into its own file
Filipe Manana
1
-770
/
+14
2024-07-11
btrfs: pass a btrfs_inode to btrfs_compress_heuristic()
David Sterba
1
-1
/
+1
2024-07-11
btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inode
David Sterba
1
-3
/
+3
2024-07-11
btrfs: pass a btrfs_inode to btrfs_readdir_get_delayed_items()
David Sterba
1
-1
/
+1
2024-07-11
btrfs: pass a btrfs_inode to btrfs_readdir_put_delayed_items()
David Sterba
1
-1
/
+1
2024-07-11
btrfs: remove super block argument from btrfs_iget_locked()
Filipe Manana
1
-4
/
+3
2024-07-11
btrfs: remove super block argument from btrfs_iget_path()
Filipe Manana
1
-4
/
+4
2024-07-11
btrfs: remove super block argument from btrfs_iget()
Filipe Manana
1
-7
/
+6
2024-07-11
btrfs: remove pointless code when creating and deleting a subvolume
Filipe Manana
1
-5
/
+0
2024-07-11
btrfs: cleanup duplicated parameters related to btrfs_create_dio_extent()
Qu Wenruo
1
-14
/
+7
2024-07-11
btrfs: cleanup duplicated parameters related to create_io_em()
Qu Wenruo
1
-41
/
+14
2024-07-11
btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extent
Qu Wenruo
1
-44
/
+10
[next]