]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2025-05-15 David Sterbabtrfs: rename ret to status in btrfs_submit_chunk()
2025-05-15 David Sterbabtrfs: change return type of btrfs_bio_csum() to int
2025-05-15 David Sterbabtrfs: change return type of btree_csum_one_bio() to int
2025-05-15 David Sterbabtrfs: change return type of btrfs_csum_one_bio() to int
2025-05-15 David Sterbabtrfs: change return type of btrfs_lookup_bio_sums...
2025-05-15 David Sterbabtrfs: drop redundant local variable in raid_wait_write...
2025-05-15 David Sterbabtrfs: merge __setup_root() to btrfs_alloc_root()
2025-05-15 David Sterbabtrfs: use unsigned types for constants defined as...
2025-05-15 David Sterbabtrfs: remove unused btrfs_io_stripe::length
2025-05-15 David Sterbabtrfs: use list_first_entry() everywhere
2025-05-15 David Sterbabtrfs: convert ASSERT(0) with handled errors to DEBUG_W...
2025-05-15 David Sterbabtrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG...
2025-05-15 David Sterbabtrfs: add debug build only WARN
2025-05-15 David Sterbabtrfs: use verbose ASSERT() in volumes.c
2025-05-15 David Sterbabtrfs: enhance ASSERT() to take optional format string
2025-05-15 Yangtao Libtrfs: remove BTRFS_REF_LAST from enum btrfs_ref_type
2025-05-15 Christoph Hellwigbtrfs: use bvec_kmap_local() in btrfs_decompress_buf2page()
2025-05-15 Christoph Hellwigbtrfs: scrub: use virtual addresses directly
2025-05-15 Qu Wenruobtrfs: raid56: store a physical address in structure...
2025-05-15 Christoph Hellwigbtrfs: simplify bvec iteration in index_one_bio()
2025-05-15 Christoph Hellwigbtrfs: move kmapping out of btrfs_check_sector_csum()
2025-05-15 Christoph Hellwigbtrfs: pass a physical address to btrfs_repair_io_failure()
2025-05-15 Christoph Hellwigbtrfs: track the next file offset in struct btrfs_bio_ctrl
2025-05-15 Christoph Hellwigbtrfs: remove the alignment checks in end_bbio_data_read()
2025-05-15 Charles Hanbtrfs: update and correct description of btrfs_get_or_c...
2025-05-15 Yangtao Libtrfs: simplify return logic from btrfs_delayed_ref_init()
2025-05-15 Yangtao Libtrfs: reuse exit helper for cleanup in btrfs_bioset_init()
2025-05-15 David Sterbabtrfs: rename iov_iter iterator parameter in btrfs_buff...
2025-05-15 Qu Wenruobtrfs: enable large data folios support for defrag
2025-05-15 Qu Wenruobtrfs: prepare compression paths for large data folios
2025-05-15 Filipe Mananabtrfs: rename __tree_search() to remove double undersco...
2025-05-15 Filipe Mananabtrfs: rename __lookup_extent_mapping() to remove doubl...
2025-05-15 Filipe Mananabtrfs: rename remaining exported extent map functions
2025-05-15 Filipe Mananabtrfs: rename functions to allocate and free extent...
2025-05-15 Filipe Mananabtrfs: rename extent map functions to get block start...
2025-05-15 Filipe Mananabtrfs: rename exported extent map compression functions
2025-05-15 Filipe Mananabtrfs: tracepoints: remove no longer used tracepoints...
2025-05-15 Filipe Mananabtrfs: tracepoints: add btrfs prefix to names where...
2025-05-15 Filipe Mananabtrfs: make btrfs_find_contiguous_extent_bit() return...
2025-05-15 Filipe Mananabtrfs: remove double underscore prefix from __set_exten...
2025-05-15 Filipe Mananabtrfs: rename remaining exported functions from extent...
2025-05-15 Filipe Mananabtrfs: rename free_extent_state() to include a btrfs...
2025-05-15 Filipe Mananabtrfs: rename the functions to count, test and get...
2025-05-15 Filipe Mananabtrfs: rename the functions to init and release an...
2025-05-15 Filipe Mananabtrfs: directly grab inode at __btrfs_debug_check_exten...
2025-05-15 Filipe Mananabtrfs: rename the functions to get inode and fs_info...
2025-05-15 Filipe Mananabtrfs: rename the functions to search for bits in exten...
2025-05-15 Filipe Mananabtrfs: rename set_extent_bit() to include a btrfs prefix
2025-05-15 Filipe Mananabtrfs: rename the functions to clear bits for an extent...
2025-05-15 Filipe Mananabtrfs: rename __lock_extent() and __try_lock_extent()
2025-05-15 Filipe Mananabtrfs: add btrfs prefix to dio lock and unlock extent...
2025-05-15 Filipe Mananabtrfs: add btrfs prefix to main lock, try lock and...
2025-05-15 Filipe Mananabtrfs: add btrfs prefix to trace events for extent...
2025-05-15 Filipe Mananabtrfs: remove extent_io_tree_to_inode() and is_inode_io...
2025-05-15 David Sterbabtrfs: tree-checker: more unlikely annotations
2025-05-15 Qu Wenruobtrfs: use folio_contains() for EOF detection
2025-05-15 Qu Wenruobtrfs: remove unnecessary early exits in delalloc folio...
2025-05-15 Filipe Mananabtrfs: tracepoints: use btrfs_root_id() to get the...
2025-05-15 Qu Wenruobtrfs: zlib: prepare copy_data_into_buffer() for large...
2025-05-15 Qu Wenruobtrfs: subpage: prepare for large data folios
2025-05-15 Qu Wenruobtrfs: prepare end_bbio_data_write() for large data...
2025-05-15 Qu Wenruobtrfs: prepare prepare_one_folio() for large data folios
2025-05-15 Qu Wenruobtrfs: prepare btrfs_page_mkwrite() for large data...
2025-05-15 Qu Wenruobtrfs: send: prepare put_file_data() for large data...
2025-05-15 Qu Wenruobtrfs: send: remove the again label inside put_file_data()
2025-05-15 David Sterbabtrfs: use BTRFS_PATH_AUTO_FREE in btrfs_insert_inode_e...
2025-05-15 David Sterbabtrfs: use BTRFS_PATH_AUTO_FREE in btrfs_del_inode_extref()
2025-05-15 David Sterbabtrfs: use BTRFS_PATH_AUTO_FREE in btrfs_encoded_read_i...
2025-05-15 David Sterbabtrfs: use BTRFS_PATH_AUTO_FREE in can_nocow_extent()
2025-05-15 David Sterbabtrfs: use BTRFS_PATH_AUTO_FREE in btrfs_set_inode_inde...
2025-05-15 David Sterbabtrfs: use BTRFS_PATH_AUTO_FREE in may_destroy_subvol()
2025-05-15 David Sterbabtrfs: do more trivial BTRFS_PATH_AUTO_FREE conversions
2025-05-15 Filipe Mananabtrfs: remove redundant record start offset check at...
2025-05-15 Filipe Mananabtrfs: simplify last record detection at test_range_bit()
2025-05-15 Filipe Mananabtrfs: remove redundant check at find_first_extent_bit_...
2025-05-15 Filipe Mananabtrfs: fix documentation for tree_search_for_insert()
2025-05-15 Filipe Mananabtrfs: simplify last record detection at test_range_bit...
2025-05-15 Filipe Mananabtrfs: use clear_extent_bits() instead of clear_extent_...
2025-05-15 Filipe Mananabtrfs: use clear_extent_bits() at chunk_map_device_clea...
2025-05-15 Filipe Mananabtrfs: use clear_extent_bit() at try_release_extent_state()
2025-05-15 Qu Wenruobtrfs: fix the file offset calculation inside btrfs_dec...
2025-05-15 David Sterbabtrfs: use rb_entry_safe() where possible to simplify...
2025-05-15 Filipe Mananabtrfs: pass a pointer to get_range_bits() to cache...
2025-05-15 Filipe Mananabtrfs: allow folios to be released while ordered extent...
2025-05-15 Filipe Mananabtrfs: update comment for try_release_extent_state()
2025-05-15 Qu Wenruobtrfs: prepare btrfs_punch_hole_lock_range() for large...
2025-05-15 Qu Wenruobtrfs: prepare btrfs_buffered_write() for large data...
2025-05-15 Qu Wenruobtrfs: refactor how we handle reserved space inside...
2025-05-15 Filipe Mananabtrfs: remove EXTENT_UPTODATE io tree flag
2025-05-15 Filipe Mananabtrfs: stop searching for EXTENT_DIRTY bit in the exclu...
2025-05-15 Filipe Mananabtrfs: remove leftover EXTENT_UPTODATE clear from an...
2025-05-15 Filipe Mananabtrfs: fix fsync of files with no hard links not persis...
2025-05-15 Mark Harmstonebtrfs: fix typo in space info explanation
2025-05-15 Daniel Vacekbtrfs: remove unused flag EXTENT_BUFFER_IN_TREE
2025-05-15 Daniel Vacekbtrfs: remove unused flag EXTENT_BUFFER_CORRUPT
2025-05-15 Daniel Vacekbtrfs: remove unused flag EXTENT_BUFFER_READAHEAD
2025-05-15 Daniel Vacekbtrfs: remove unused flag EXTENT_BUFFER_READ_ERR
2025-05-15 Qu Wenruobtrfs: factor out the main loop of btrfs_buffered_write...
2025-05-15 Qu Wenruobtrfs: factor out space reservation code from btrfs_buf...
2025-05-15 Qu Wenruobtrfs: cleanup the reserved space inside loop of btrfs_...
next