开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-05-16
btrfs: repair super block num_devices automatically
Qu Wenruo
2022-05-16
btrfs: do not pass compressed_bio to submit_compressed_bio()
Goldwyn Rodrigues
2022-05-16
btrfs: avoid double search for block group during NOCOW writes
Filipe Manana
2022-05-16
btrfs: return block group directly at btrfs_next_block_group()
Filipe Manana
2022-05-16
btrfs: use a read/write lock for protecting the block groups tree
Filipe Manana
2022-05-16
btrfs: use rbtree with leftmost node cached for tracking lowest block group
Filipe Manana
2022-05-16
btrfs: remove search start argument from first_logical_byte()
Filipe Manana
2022-05-16
btrfs: return correct error number for __extent_writepage_io()
Qu Wenruo
2022-05-16
btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()
Qu Wenruo
2022-05-16
btrfs: avoid double clean up when submit_one_bio() failed
Qu Wenruo
2022-05-16
btrfs: use non-bh spin_lock in zstd timer callback
Schspa Shi
2022-05-16
btrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_inode()
Filipe Manana
2022-05-16
btrfs: simplify parameters of submit_read_repair() and rename
Qu Wenruo
2022-05-16
btrfs: remove the zoned/zone_size union in struct btrfs_fs_info
Christoph Hellwig
2022-05-16
btrfs: remove unnecessary check of iput argument
Lv Ruyi
2022-05-16
btrfs: stop using the btrfs_bio saved iter in index_rbio_pages
Christoph Hellwig
2022-05-16
btrfs: don't allocate a btrfs_bio for scrub bios
Christoph Hellwig
2022-05-16
btrfs: don't allocate a btrfs_bio for raid56 per-stripe bios
Christoph Hellwig
2022-05-16
btrfs: pass bio opf to rbio_add_io_page
Christoph Hellwig
2022-05-16
btrfs: pass a block_device to btrfs_bio_clone
Christoph Hellwig
2022-05-16
btrfs: move the call to bio_set_dev out of submit_stripe_bio
Christoph Hellwig
2022-05-16
btrfs: use on-stack bio in scrub_repair_page_from_good_copy
Christoph Hellwig
2022-05-16
btrfs: use on-stack bio in scrub_recheck_block
Christoph Hellwig
2022-05-16
btrfs: use on-stack bio in repair_io_failure
Christoph Hellwig
2022-05-16
btrfs: check-integrity: simplify bio allocation in btrfsic_read_block
Christoph Hellwig
2022-05-16
btrfs: check-integrity: split submit_bio from btrfsic checking
Christoph Hellwig
2022-05-16
btrfs: factor check and flush helpers from __btrfsic_submit_bio
Christoph Hellwig
2022-05-16
btrfs: zoned: make auto-reclaim less aggressive
Johannes Thumshirn
2022-05-16
btrfs: change the bg_reclaim_threshold valid region from 0 to 100
Josef Bacik
2022-05-16
btrfs: allow block group background reclaim for non-zoned filesystems
Josef Bacik
2022-05-16
btrfs: make the bg_reclaim_threshold per-space info
Josef Bacik
2022-05-16
btrfs: do not test for free space inode during NOCOW check against file extent
Filipe Manana
2022-05-16
btrfs: move common NOCOW checks against a file extent into a helper
Filipe Manana
2022-05-16
btrfs: wait between incomplete batch memory allocations
Sweet Tea Dorminy
2022-05-16
btrfs: allocate page arrays using bulk page allocator
Sweet Tea Dorminy
2022-05-16
btrfs: factor out allocating an array of pages
Sweet Tea Dorminy
2022-05-16
btrfs: remove unnecessary type casts
Yu Zhe
2022-05-16
btrfs: expand subpage support to any PAGE_SIZE > 4K
Qu Wenruo
2022-05-16
btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routine
Qu Wenruo
2022-05-16
btrfs: use dummy extent buffer for super block sys chunk array read
Qu Wenruo
2022-05-16
btrfs: assert that relocation is protected with sb_start_write()
Naohiro Aota
2022-05-16
fs: add a lockdep check function for sb_start_write()
Naohiro Aota
2022-05-16
btrfs: simplify code flow in btrfs_ioctl_balance
Nikolay Borisov
2022-05-16
btrfs: remove checks for arg argument in btrfs_ioctl_balance
Nikolay Borisov
2022-05-16
btrfs: replace memset with memzero_page in data checksum verification
Qu Wenruo
2022-05-16
btrfs: avoid blocking on space revervation when doing nowait dio writes
Filipe Manana
2022-05-16
btrfs: avoid blocking when allocating context for nowait dio read/write
Filipe Manana
2022-05-16
btrfs: release path earlier at can_nocow_extent()
Filipe Manana
2022-05-16
btrfs: free path at can_nocow_extent() before checking for checksum items
Filipe Manana
2022-05-16
btrfs: stop allocating a path when checking if cross reference exists
Filipe Manana
[next]