index
:
blaster4385/linux-IllusionX
v6.12.1
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-11-08
Merge tag 'for-6.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2024-11-07
btrfs: fix the length of reserved qgroup to free
Haisu Wang
1
-1
/
+1
2024-10-24
Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+2
2024-10-22
btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()
Yue Haibing
1
-5
/
+2
2024-10-04
Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+5
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-10-01
btrfs: also add stripe entries for NOCOW writes
Johannes Thumshirn
1
-0
/
+5
2024-09-10
btrfs: convert btrfs_decompress() to take a folio
Li Zetao
1
-1
/
+1
2024-09-10
btrfs: convert try_release_extent_mapping() to take a folio
Li Zetao
1
-1
/
+1
2024-09-10
btrfs: convert clear_page_extent_mapped() to take a folio
Li Zetao
1
-2
/
+2
2024-09-10
btrfs: drop transaction parameter from btrfs_add_inode_defrag()
David Sterba
1
-1
/
+1
2024-09-10
btrfs: rename __extent_writepage() and drop double underscores
David Sterba
1
-1
/
+1
2024-09-10
btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()
David Sterba
1
-2
/
+2
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
[next]