summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2024-02-23btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo
2023-12-08btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo
2023-09-23btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo
2023-09-23btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain
2023-09-19btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain
2023-08-16btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo
2023-06-21btrfs: do not ASSERT() on duplicated global rootsQu Wenruo
2023-06-09btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...pengfuyuan
2023-05-30btrfs: use nofs when cleaning up aborted transactionsJosef Bacik
2023-05-17btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo
2023-04-20btrfs: fix fast csum implementation detectionChristoph Hellwig
2023-01-24btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana
2023-01-12btrfs: fix compat_ro checks against remountQu Wenruo
2022-11-07btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn
2022-10-24btrfs: make thaw time super block check to also verify checksumQu Wenruo
2022-09-26btrfs: relax block-group-tree feature dependency checksQu Wenruo
2022-09-26btrfs: open code and remove btrfs_insert_inode_hash helperJosef Bacik
2022-09-26btrfs: don't init io tree with private data for non-inodesJosef Bacik
2022-09-26btrfs: remove extent_io_tree::track_uptodateJosef Bacik
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik
2022-09-26btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_...Qu Wenruo
2022-09-26btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2Qu Wenruo
2022-09-26btrfs: don't save block group root into super blockQu Wenruo
2022-09-26btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo
2022-09-26btrfs: give struct btrfs_bio a real end_io handlerChristoph Hellwig
2022-09-26btrfs: add lockdep annotations for the ordered extents wait eventIoannis Angelakopoulos
2022-09-26btrfs: add lockdep annotations for pending_ordered wait eventIoannis Angelakopoulos
2022-09-26btrfs: add lockdep annotations for transaction states wait eventsIoannis Angelakopoulos
2022-09-26btrfs: add lockdep annotations for num_extwriters wait eventIoannis Angelakopoulos
2022-09-26btrfs: add lockdep annotations for num_writers wait eventIoannis Angelakopoulos
2022-09-20Merge tag 'for-6.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-13btrfs: fix hang during unmount when stopping a space reclaim workerFilipe Manana
2022-09-13btrfs: fix hang during unmount when stopping block group reclaim workerFilipe Manana
2022-09-09Merge tag 'for-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-05btrfs: zoned: fix API misuse of zone finish waitingNaohiro Aota
2022-08-19Merge tag 'for-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-17btrfs: move lockdep class helpers to locking.cJosef Bacik
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)
2022-08-02btrfs: Convert btree_migratepage to migrate_folioMatthew Wilcox (Oracle)
2022-07-25btrfs: zoned: wait until zone is finished when allocation didn't progressNaohiro Aota
2022-07-25btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota
2022-07-25btrfs: set the objectid of the btree inode's location keyFilipe Manana
2022-07-25btrfs: handle allocation failure in btrfs_wq_submit_bio gracefullyChristoph Hellwig
2022-07-25btrfs: do not return errors from btrfs_map_bioChristoph Hellwig
2022-07-25btrfs: don't print 'has skinny extents' anymore on mountNikolay Borisov
2022-07-25btrfs: don't print 'flagging with big metadata' anymore on mountNikolay Borisov
2022-07-25btrfs: properly flag filesystem with BTRFS_FEATURE_INCOMPAT_BIG_METADATANikolay Borisov
2022-07-25btrfs: print checksum type and implementation at mount timeDavid Sterba