Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-26btrfs: move end_io_func argument to btrfs_bio_ctrl structureQu Wenruo
2022-09-26btrfs: switch page and disk_bytenr argument position for submit_extent_page()Qu Wenruo
2022-09-26btrfs: update the comment for submit_extent_page()Qu Wenruo
2022-09-26btrfs: open code and remove btrfs_inode_sectorsize helperJosef Bacik
2022-09-26btrfs: stop tracking failed reads in the I/O treeChristoph Hellwig
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik
2022-09-26btrfs: don't clear CTL bits when trying to release extent stateJosef Bacik
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik
2022-09-26btrfs: move core extent_io_tree functions to extent-io-tree.cJosef Bacik
2022-09-26btrfs: move a few exported extent_io_tree helpers to extent-io-tree.cJosef Bacik
2022-09-26btrfs: temporarily export and then move extent state helpersJosef Bacik
2022-09-26btrfs: temporarily export and move core extent_io_tree tree functionsJosef Bacik
2022-09-26btrfs: move btrfs_debug_check_extent_io_range into extent-io-tree.cJosef Bacik
2022-09-26btrfs: export wait_extent_bitJosef Bacik
2022-09-26btrfs: move simple extent bit helpers out of extent_io.cJosef Bacik
2022-09-26btrfs: convert BUG_ON(EXTENT_BIT_LOCKED) checks to ASSERT'sJosef Bacik
2022-09-26btrfs: move extent state init and alloc functions to their own fileJosef Bacik
2022-09-26btrfs: temporarily export alloc_extent_state helpersJosef Bacik
2022-09-26btrfs: separate out the eb and extent state leak helpersJosef Bacik
2022-09-26btrfs: separate out the extent state and extent buffer init codeJosef Bacik
2022-09-26btrfs: use find_first_extent_bit in btrfs_clean_io_failureJosef Bacik
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeJosef Bacik
2022-09-26btrfs: unexport internal failrec functionsJosef Bacik
2022-09-26btrfs: rename clean_io_failure and remove extraneous argsJosef Bacik
2022-09-26btrfs: make fiemap more efficient and accurate reporting extent sharednessFilipe Manana
2022-09-26btrfs: skip unnecessary extent buffer sharedness checks during fiemapFilipe Manana
2022-09-26btrfs: speedup checking for extent sharedness during fiemapFilipe Manana
2022-09-26btrfs: rename btrfs_check_shared() to a more descriptive nameFilipe Manana
2022-09-26btrfs: allow fiemap to be interruptibleFilipe Manana
2022-09-26btrfs: remove zero length check when entering fiemapFilipe Manana
2022-09-26btrfs: remove check for impossible block start for an extent map at fiemapFilipe Manana
2022-09-26btrfs: give struct btrfs_bio a real end_io handlerChristoph Hellwig
2022-09-26btrfs: pass the operation to btrfs_bio_allocChristoph Hellwig
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig
2022-09-26btrfs: don't create integrity bioset for btrfs_biosetChristoph Hellwig
2022-09-26btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O pathEthan Lien
2022-09-26btrfs: use atomic_try_cmpxchg in free_extent_bufferUros Bizjak
2022-09-12btrfs: convert __process_pages_contig() to use filemap_get_folios_contig()Vishal Moola (Oracle)
2022-08-28Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-22btrfs: don't merge pages into bio if their page offset is not contiguousQu Wenruo
2022-08-19Merge tag 'for-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-17btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik
2022-08-04Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-25btrfs: fix repair of compressed extentsChristoph Hellwig
2022-07-25btrfs: pass a btrfs_bio to btrfs_repair_one_sectorChristoph Hellwig
2022-07-25btrfs: repair all known bad mirrorsChristoph Hellwig
2022-07-25btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota