index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
2023-04-17
btrfs: move ordered_extent internal sanity checks into btrfs_split_ordered_ex...
Christoph Hellwig
2023-04-17
btrfs: stash ordered extent in dio_data during iomap dio
Boris Burkov
2023-04-17
btrfs: pass flags as unsigned long to btrfs_add_ordered_extent
Boris Burkov
2023-04-17
btrfs: add function to create and return an ordered extent
Boris Burkov
2023-04-17
btrfs: use __bio_add_page to add single a page in rbio_add_io_sector
Johannes Thumshirn
2023-04-17
btrfs: use __bio_add_page for adding a single page in repair_one_sector
Johannes Thumshirn
2023-04-17
btrfs: use test_and_clear_bit() in wait_dev_flush()
Anand Jain
2023-04-17
btrfs: change wait_dev_flush() return type to bool
Anand Jain
2023-04-17
btrfs: open code check_barrier_error()
Anand Jain
2023-04-17
btrfs: move last_flush_error to write_dev_flush and wait_dev_flush
Anand Jain
2023-04-17
btrfs: simplify exit paths of btrfs_evict_inode()
Filipe Manana
2023-04-17
btrfs: calculate the right space for delayed refs when updating global reserve
Filipe Manana
2023-04-17
btrfs: use a constant for the number of metadata units needed for an unlink
Filipe Manana
2023-04-17
btrfs: fix calculation of the global block reserve's size
Filipe Manana
2023-04-17
btrfs: calculate correct amount of space for delayed reference when evicting
Filipe Manana
2023-04-17
btrfs: add helper to calculate space for delayed references
Filipe Manana
2023-04-17
btrfs: constify fs_info argument for the reclaim items calculation helpers
Filipe Manana
2023-04-17
btrfs: constify fs_info argument of the metadata size calculation helpers
Filipe Manana
2023-04-17
btrfs: accurately calculate number of delayed refs when flushing
Filipe Manana
2023-04-17
btrfs: calculate the right space for a single delayed ref when refilling
Filipe Manana
2023-04-17
btrfs: don't throttle on delayed items when evicting deleted inode
Filipe Manana
2023-04-17
btrfs: remove obsolete delayed ref throttling logic when truncating items
Filipe Manana
2023-04-17
btrfs: simplify variables in btrfs_block_rsv_refill()
Filipe Manana
2023-04-17
btrfs: remove redundant counter check at btrfs_truncate_inode_items()
Filipe Manana
2023-04-17
btrfs: count extents before taking inode's spinlock when reserving metadata
Filipe Manana
2023-04-17
btrfs: remove bytes_used argument from btrfs_make_block_group()
Filipe Manana
2023-04-17
btrfs: collapse should_end_transaction() into btrfs_should_end_transaction()
Filipe Manana
2023-04-17
btrfs: simplify btrfs_should_throttle_delayed_refs()
Filipe Manana
2023-04-17
btrfs: initialize ret to -ENOSPC at __reserve_bytes()
Filipe Manana
2023-04-17
btrfs: update flush method assertion when reserving space
Filipe Manana
2023-04-17
btrfs: update documentation for BTRFS_RESERVE_FLUSH_EVICT flush method
Filipe Manana
2023-04-17
btrfs: remove check for NULL block reserve at btrfs_block_rsv_check()
Filipe Manana
2023-04-17
btrfs: pass a bool size update argument to btrfs_block_rsv_add_bytes()
Filipe Manana
2023-04-17
btrfs: pass a bool to btrfs_block_rsv_migrate() at evict_refill_and_join()
Filipe Manana
2023-04-17
btrfs: remove btrfs_lru_cache_is_full() inline function
Filipe Manana
2023-04-17
btrfs: simplify adding pages in btrfs_add_compressed_bio_pages
Christoph Hellwig
2023-04-17
btrfs: move the bi_sector assignment out of btrfs_add_compressed_bio_pages
Christoph Hellwig
2023-04-17
btrfs: sysfs: relax bg_reclaim_threshold for debugging purposes
Naohiro Aota
2023-04-17
btrfs: make btrfs_split_bio work on struct btrfs_bio
Christoph Hellwig
2023-04-17
btrfs: return a btrfs_bio from btrfs_bio_alloc
Christoph Hellwig
2023-04-17
btrfs: store a pointer to a btrfs_bio in struct btrfs_bio_ctrl
Christoph Hellwig
2023-04-17
btrfs: simplify finding the inode in submit_one_bio
Christoph Hellwig
2023-04-17
btrfs: store a pointer to the original btrfs_bio in struct compressed_bio
Christoph Hellwig
2023-04-17
btrfs: pass a btrfs_bio to btrfs_submit_compressed_read
Christoph Hellwig
2023-04-17
btrfs: pass a btrfs_bio to btrfs_submit_bio
Christoph Hellwig
2023-04-17
btrfs: move zero filling of compressed read bios into common code
Christoph Hellwig
2023-04-17
btrfs: cleanup main loop in btrfs_encoded_read_regular_fill_pages
Christoph Hellwig
2023-04-17
btrfs: remove unused members from struct btrfs_encoded_read_private
Christoph Hellwig
2023-04-17
btrfs: locking: use atomic for DREW lock writers
David Sterba
2023-04-17
btrfs: remove redundant clearing of NODISCARD
Anand Jain
[prev]
[next]