]> Git Repo - linux.git/history - fs
btrfs: wait for fixup workers before stopping cleaner kthread during umount
[linux.git] / fs /
2024-10-01 Filipe Mananabtrfs: wait for fixup workers before stopping cleaner...
2024-10-01 Qu Wenruobtrfs: fix a NULL pointer dereference when failed to...
2024-10-01 Filipe Mananabtrfs: send: fix invalid clone operation for file that...
2024-10-01 Josef Bacikbtrfs: drop the backref cache during relocation if...
2024-10-01 Johannes Thumshirnbtrfs: also add stripe entries for NOCOW writes
2024-10-01 Filipe Mananabtrfs: send: fix buffer overflow detection when copying...
2024-09-17 Filipe Mananabtrfs: fix use-after-free on rbtree that tracks inodes...
2024-09-17 Qu Wenruobtrfs: tree-checker: fix the wrong output of data backr...
2024-09-17 Filipe Mananabtrfs: fix race setting file private on concurrent...
2024-09-10 Qu Wenruobtrfs: only unlock the to-be-submitted ranges inside...
2024-09-10 Qu Wenruobtrfs: merge btrfs_folio_unlock_writer() into btrfs_fol...
2024-09-10 Leo Martinsbtrfs: BTRFS_PATH_AUTO_FREE in orphan.c
2024-09-10 Leo Martinsbtrfs: use btrfs_path auto free in zoned.c
2024-09-10 Leo Martinsbtrfs: DEFINE_FREE for struct btrfs_path
2024-09-10 Qu Wenruobtrfs: remove btrfs_folio_end_all_writers()
2024-09-10 David Sterbabtrfs: constify more pointer parameters
2024-09-10 David Sterbabtrfs: rework BTRFS_I as macro to preserve parameter...
2024-09-10 Filipe Mananabtrfs: add and use helper to verify the calling task...
2024-09-10 Luca Stefanibtrfs: always update fstrim_range on failure in FITRIM...
2024-09-10 Li Zetaobtrfs: convert copy_inline_to_page() to use folio
2024-09-10 Li Zetaobtrfs: convert btrfs_decompress() to take a folio
2024-09-10 Li Zetaobtrfs: convert zstd_decompress() to take a folio
2024-09-10 Li Zetaobtrfs: convert lzo_decompress() to take a folio
2024-09-10 Li Zetaobtrfs: convert zlib_decompress() to take a folio
2024-09-10 Li Zetaobtrfs: convert try_release_extent_mapping() to take...
2024-09-10 Li Zetaobtrfs: convert try_release_extent_state() to take a...
2024-09-10 Li Zetaobtrfs: convert submit_eb_page() to take a folio
2024-09-10 Li Zetaobtrfs: convert submit_eb_subpage() to take a folio
2024-09-10 Li Zetaobtrfs: convert read_key_bytes() to take a folio
2024-09-10 Li Zetaobtrfs: convert try_release_extent_buffer() to take...
2024-09-10 Li Zetaobtrfs: convert try_release_subpage_extent_buffer()...
2024-09-10 Li Zetaobtrfs: convert get_next_extent_buffer() to take a folio
2024-09-10 Li Zetaobtrfs: convert clear_page_extent_mapped() to take a...
2024-09-10 Qu Wenruobtrfs: make compression path to be subpage compatible
2024-09-10 Qu Wenruobtrfs: merge btrfs_orig_bbio_end_io() into btrfs_bio_en...
2024-09-10 Josef Bacikbtrfs: do not hold the extent lock for entire read
2024-09-10 Josef Bacikbtrfs: take the dio extent lock during O_DIRECT operations
2024-09-10 Josef Bacikbtrfs: introduce EXTENT_DIO_LOCKED
2024-09-10 David Sterbabtrfs: always pass readahead state to defrag
2024-09-10 David Sterbabtrfs: drop transaction parameter from btrfs_add_inode_...
2024-09-10 David Sterbabtrfs: return void from btrfs_add_inode_defrag()
2024-09-10 David Sterbabtrfs: clear defragmented inodes using postorder in...
2024-09-10 David Sterbabtrfs: rename __btrfs_run_defrag_inode() and drop doubl...
2024-09-10 David Sterbabtrfs: rename __btrfs_add_inode_defrag() and drop doubl...
2024-09-10 David Sterbabtrfs: rename __need_auto_defrag() and drop double...
2024-09-10 David Sterbabtrfs: constify arguments of compare_inode_defrag()
2024-09-10 David Sterbabtrfs: rename __compare_inode_defrag() and drop double...
2024-09-10 David Sterbabtrfs: rename __extent_writepage() and drop double...
2024-09-10 David Sterbabtrfs: rename __btrfs_submit_bio() and drop double...
2024-09-10 David Sterbabtrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()
2024-09-10 Qu Wenruobtrfs: subpage: remove btrfs_fs_info::subpage_info...
2024-09-10 Qu Wenruobtrfs: remove the nr_ret parameter from __extent_writep...
2024-09-10 Thorsten Blumbtrfs: send: fix grammar in comments
2024-09-10 Junchao Sunbtrfs: qgroup: use xarray to track dirty extents in...
2024-09-10 Junchao Sunbtrfs: qgroup: use goto style to handle errors in add_d...
2024-09-10 Qu Wenruobtrfs: refactor __extent_writepage_io() to do sector...
2024-09-10 Qu Wenruobtrfs: subpage: fix the bitmap dump which can cause...
2024-09-10 Johannes Thumshirnbtrfs: reduce chunk_map lookups in btrfs_map_block()
2024-09-10 Filipe Mananabtrfs: directly wake up cleaner kthread in the BTRFS_IO...
2024-09-10 Qu Wenruobtrfs: make btrfs_is_subpage() to return false directly...
2024-09-10 Johannes Thumshirnbtrfs: change RST lookup error message level to debug
2024-09-10 Johannes Thumshirnbtrfs: don't readahead the relocation inode on RST
2024-09-10 Johannes Thumshirnbtrfs: set search_commit_root on stripe io in case...
2024-09-10 Johannes Thumshirnbtrfs: rename btrfs_io_stripe::is_scrub to rst_search_c...
2024-09-10 Johannes Thumshirnbtrfs: don't dump stripe-tree on lookup error
2024-09-10 Boris Burkovbtrfs: add comment about locking in cow_file_range_inline()
2024-09-10 Filipe Mananabtrfs: more efficient chunk map iteration when device...
2024-09-10 Filipe Mananabtrfs: reschedule when updating chunk maps at the end...
2024-09-10 Josef Bacikbtrfs: convert extent_range_clear_dirty_for_io() to...
2024-09-10 Josef Bacikbtrfs: convert insert_inline_extent() to use a folio
2024-09-10 Josef Bacikbtrfs: convert btrfs_set_range_writeback() to use a...
2024-09-10 Josef Bacikbtrfs: convert wait_subpage_spinlock() to only use...
2024-09-10 Josef Bacikbtrfs: convert find_next_dirty_byte() to take a folio
2024-09-10 Josef Bacikbtrfs: convert __get_extent_map() to take a folio
2024-09-10 Josef Bacikbtrfs: convert btrfs_get_extent() to take a folio
2024-09-10 Josef Bacikbtrfs: convert read_inline_extent() to use a folio
2024-09-10 Josef Bacikbtrfs: convert uncompress_inline() to take a folio
2024-09-10 Josef Bacikbtrfs: convert struct btrfs_writepage_fixup to use...
2024-09-10 Josef Bacikbtrfs: convert btrfs_writepage_cow_fixup() to use folio
2024-09-10 Josef Bacikbtrfs: convert btrfs_writepage_fixup_worker() to use...
2024-09-10 Josef Bacikbtrfs: convert submit_uncompressed_range() to take...
2024-09-10 Josef Bacikbtrfs: convert struct async_chunk to hold a folio
2024-09-10 Josef Bacikbtrfs: convert btrfs_run_delalloc_range() to take a...
2024-09-10 Josef Bacikbtrfs: convert run_delalloc_compressed() to take a...
2024-09-10 Josef Bacikbtrfs: convert btrfs_cleanup_ordered_extents() to take...
2024-09-10 Josef Bacikbtrfs: convert btrfs_cleanup_ordered_extents() to use...
2024-09-10 Josef Bacikbtrfs: convert run_delalloc_nocow() to take a folio
2024-09-10 Josef Bacikbtrfs: convert fallback_to_cow() to take a folio
2024-09-10 Josef Bacikbtrfs: convert cow_file_range() to take a folio
2024-09-10 Josef Bacikbtrfs: convert cow_file_range_inline() to take a folio
2024-09-10 Josef Bacikbtrfs: convert run_delalloc_cow() to take a folio
2024-09-10 Josef Bacikbtrfs: convert extent_write_locked_range() to take...
2024-09-10 Josef Bacikbtrfs: convert extent_clear_unlock_delalloc() to take...
2024-09-10 Josef Bacikbtrfs: convert process_one_page() to operate only on...
2024-09-10 Josef Bacikbtrfs: convert __process_pages_contig() to take a folio
2024-09-10 Josef Bacikbtrfs: convert __unlock_for_delalloc() to take a folio
2024-09-10 Josef Bacikbtrfs: convert lock_delalloc_pages() to take a folio
2024-09-10 Josef Bacikbtrfs: convert find_lock_delalloc_range() to use a...
2024-09-10 Josef Bacikbtrfs: convert writepage_delalloc() to take a folio
2024-09-10 Josef Bacikbtrfs: convert btrfs_mark_ordered_io_finished() to...
next
This page took 0.105456 seconds and 7 git commands to generate.