]> git.ipfire.org Git - thirdparty/linux.git/shortlog
thirdparty/linux.git
2023-03-06  Filipe Mananabtrfs: fix extent map logging bit not cleared for split...
2023-03-06  Johannes Thumshirnbtrfs: fix percent calculation for bg reclaim message
2023-03-06  Naohiro Aotabtrfs: fix unnecessary increment of read error stat...
2023-03-06  void0redbtrfs: handle btrfs_del_item errors in __btrfs_update_d...
2023-03-06  Qu Wenruobtrfs: ioctl: return device fsid from DEV_INFO ioctl
2023-03-06  Boris Burkovbtrfs: fix potential dead lock in size class loading...
2023-03-01  Boris Burkovbtrfs: sysfs: add size class stats
2023-02-15  Thomas Weißschuhbtrfs: make kobj_type structures constant
2023-02-15  Christoph Hellwigbtrfs: remove the bdev argument to btrfs_rmap_block
2023-02-15  Christoph Hellwigbtrfs: don't rely on unchanging ->bi_bdev for zone...
2023-02-15  Christoph Hellwigbtrfs: never return true for reads in btrfs_use_zone_append
2023-02-15  Christoph Hellwigbtrfs: pass a btrfs_bio to btrfs_use_append
2023-02-15  Christoph Hellwigbtrfs: set bbio->file_offset in alloc_new_bio
2023-02-15  Christoph Hellwigbtrfs: use file_offset to limit bios size in calc_bio_b...
2023-02-15  Filipe Mananabtrfs: do unsigned integer division in the extent buffe...
2023-02-15  Filipe Mananabtrfs: eliminate extra call when doing binary search...
2023-02-15  Christoph Hellwigbtrfs: raid56: handle endio in scrub_rbio
2023-02-15  Christoph Hellwigbtrfs: raid56: handle endio in recover_rbio
2023-02-15  Christoph Hellwigbtrfs: raid56: handle endio in rmw_rbio
2023-02-15  Christoph Hellwigbtrfs: raid56: submit the read bios from scrub_assemble...
2023-02-15  Christoph Hellwigbtrfs: raid56: fold rmw_read_wait_recover into rmw_read...
2023-02-15  Christoph Hellwigbtrfs: raid56: fold recover_assemble_read_bios into...
2023-02-15  Christoph Hellwigbtrfs: raid56: add a bio_list_put helper
2023-02-15  Christoph Hellwigbtrfs: raid56: wait for I/O completion in submit_read_bios
2023-02-15  Christoph Hellwigbtrfs: raid56: simplify code flow in rmw_rbio
2023-02-15  Christoph Hellwigbtrfs: raid56: simplify error handling and code flow...
2023-02-15  Josef Bacikbtrfs: replace btrfs_wait_tree_block_writeback by wait_...
2023-02-15  Josef Bacikbtrfs: combine btrfs_clear_buffer_dirty and clear_exten...
2023-02-15  Josef Bacikbtrfs: rename btrfs_clean_tree_block to btrfs_clear_buf...
2023-02-15  Josef Bacikbtrfs: do not increment dirty_metadata_bytes in set_btr...
2023-02-15  Josef Bacikbtrfs: replace clearing extent buffer dirty bit with...
2023-02-15  Josef Bacikbtrfs: add trans argument to btrfs_clean_tree_block
2023-02-15  Josef Bacikbtrfs: always lock the block before calling btrfs_clean...
2023-02-15  Christoph Hellwigiomap: remove IOMAP_F_ZONE_APPEND
2023-02-15  Christoph Hellwigbtrfs: split zone append bios in btrfs_submit_bio
2023-02-15  Christoph Hellwigbtrfs: calculate file system wide queue limit for zoned...
2023-02-15  Christoph Hellwigbtrfs: remove now spurious bio submission helpers
2023-02-15  Christoph Hellwigbtrfs: remove the fs_info argument to btrfs_submit_bio
2023-02-15  Christoph Hellwigbtrfs: open code submit_encoded_read_bio
2023-02-15  Christoph Hellwigbtrfs: remove struct btrfs_io_geometry
2023-02-15  Qu Wenruobtrfs: remove stripe boundary calculation for encoded I/O
2023-02-15  Qu Wenruobtrfs: remove stripe boundary calculation for compresse...
2023-02-15  Qu Wenruobtrfs: remove stripe boundary calculation for buffered I/O
2023-02-15  Christoph Hellwigbtrfs: pass the iomap bio to btrfs_submit_bio
2023-02-15  Christoph Hellwigbtrfs: allow btrfs_submit_bio to split bios
2023-02-15  Christoph Hellwigbtrfs: support cloned bios in btree_csum_one_bio
2023-02-15  Christoph Hellwigbtrfs: handle recording of zoned writes in the storage...
2023-02-15  Christoph Hellwigbtrfs: handle checksum generation in the storage layer
2023-02-15  Christoph Hellwigbtrfs: simplify the btrfs_csum_one_bio calling convention
2023-02-15  Christoph Hellwigbtrfs: open code the submit_bio_start helpers
2023-02-15  Christoph Hellwigbtrfs: remove struct btrfs_bio::is_metadata flag
2023-02-15  Christoph Hellwigbtrfs: rename btrfs_bio::iter field
2023-02-15  Christoph Hellwigbtrfs: remove the io_failure_record infrastructure
2023-02-15  Christoph Hellwigbtrfs: remove struct btrfs_bio::device field
2023-02-15  Christoph Hellwigbtrfs: remove now unused checksumming helpers
2023-02-15  Christoph Hellwigbtrfs: remove btrfs_bio_for_each_sector
2023-02-15  Christoph Hellwigbtrfs: open code btrfs_bio_free_csum
2023-02-15  Christoph Hellwigbtrfs: handle checksum validation and repair at the...
2023-02-15  Christoph Hellwigbtrfs: add a btrfs_data_csum_ok helper
2023-02-15  Christoph Hellwigbtrfs: pre-load data checksum for reads in btrfs_submit_bio
2023-02-15  Christoph Hellwigbtrfs: save the bio iter for checksum validation in...
2023-02-15  Christoph Hellwigbtrfs: refactor error handling in btrfs_submit_bio
2023-02-15  Christoph Hellwigbtrfs: simplify parameters of btrfs_lookup_bio_sums
2023-02-15  Christoph Hellwigbtrfs: remove the direct I/O read checksum lookup optim...
2023-02-15  Christoph Hellwigbtrfs: add a btrfs_inode pointer to struct btrfs_bio
2023-02-15  Christoph Hellwigbtrfs: better document struct btrfs_bio
2023-02-15  Christoph Hellwigblock: export bio_split_rw
2023-02-15  Qu Wenruobtrfs: raid56: reduce overhead to calculate the bio...
2023-02-15  Colin Ian Kingbtrfs: fix spelling mistakes found using codespell
2023-02-15  Filipe Mananabtrfs: skip backref walking during fiemap if we know...
2023-02-15  Filipe Mananabtrfs: assert commit root semaphore is held when access...
2023-02-15  Boris Burkovbtrfs: hold block group refcount during async discard
2023-02-15  Filipe Mananabtrfs: send: cache utimes operations for directories...
2023-02-15  Filipe Mananabtrfs: send: update size of roots array for backref...
2023-02-15  Filipe Mananabtrfs: send: use the lru cache to implement the name...
2023-02-13  Filipe Mananabtrfs: add an api to delete a specific entry from the...
2023-02-13  Filipe Mananabtrfs: allow a generation number to be associated with...
2023-02-13  Filipe Mananabtrfs: send: cache information about created directories
2023-02-13  Filipe Mananabtrfs: adapt lru cache to allow for 64 bits keys on...
2023-02-13  Filipe Mananabtrfs: send: genericize the backref cache to allow...
2023-02-13  Filipe Mananabtrfs: send: initialize all the red black trees earlier
2023-02-13  Filipe Mananabtrfs: send: iterate waiting dir move rbtree only once...
2023-02-13  Filipe Mananabtrfs: send: reduce searches on parent root when checki...
2023-02-13  Filipe Mananabtrfs: send: avoid unnecessary orphan dir rbtree search...
2023-02-13  Filipe Mananabtrfs: send: avoid duplicated orphan dir allocation...
2023-02-13  Filipe Mananabtrfs: send: remove send_progress argument from can_rmdir()
2023-02-13  Filipe Mananabtrfs: send: avoid extra b+tree searches when checking...
2023-02-13  Filipe Mananabtrfs: send: directly return from will_overwrite_ref...
2023-02-13  Filipe Mananabtrfs: send: avoid unnecessary generation search at...
2023-02-13  Filipe Mananabtrfs: send: directly return from did_overwrite_ref...
2023-02-13  Qu Wenruobtrfs: sysfs: update fs features directory asynchronously
2023-02-13  ye xingchenbtrfs: remove duplicate include header in extent-tree.c
2023-02-13  Qu Wenruobtrfs: scrub: improve tree block error reporting
2023-02-13  Boris Burkovbtrfs: don't use size classes for zoned file systems
2023-02-13  Boris Burkovbtrfs: load block group size class when caching
2023-02-13  Boris Burkovbtrfs: introduce size class to block group allocator
2023-02-13  Boris Burkovbtrfs: add more find_free_extent tracepoints
2023-02-13  Boris Burkovbtrfs: pass find_free_extent_ctl to allocator tracepoints
2023-02-13  Christoph Hellwigbtrfs: remove the wait argument to btrfs_start_ordered_...
2023-02-13  Filipe Mananabtrfs: use a single variable to track return value...
next