summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
2023-02-15btrfs: fix spelling mistakes found using codespellColin Ian King
2023-02-13btrfs: pass find_free_extent_ctl to allocator tracepointsBoris Burkov
2023-01-03btrfs: fix compat_ro checks against remountQu Wenruo
2022-12-15btrfs: fix leak of fs devices after removing btrfs moduleFilipe Manana
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo
2022-12-05btrfs: move super prototypes into super.hJosef Bacik
2022-12-05btrfs: move verity prototypes into verity.hJosef Bacik
2022-12-05btrfs: move scrub prototypes into scrub.hJosef Bacik
2022-12-05btrfs: move ioctl prototypes into ioctl.hJosef Bacik
2022-12-05btrfs: move dir-item prototypes into dir-item.hJosef Bacik
2022-12-05btrfs: move defrag related prototypes to their own headerJosef Bacik
2022-12-05btrfs: move the printk and assert helpers to messages.cJosef Bacik
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy
2022-12-05btrfs: merge module cleanup sequence to one helperAnand Jain
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagJosef Bacik
2022-12-05btrfs: push printk index code into their respective helpersJosef Bacik
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-12-05btrfs: move assert helpers out of ctree.hJosef Bacik
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik
2022-12-05btrfs: auto enable discard=async when possibleDavid Sterba
2022-12-05btrfs: make module init/exit match their sequenceQu Wenruo
2022-12-05btrfs: move free space cachep's out of ctree.hJosef Bacik
2022-12-05btrfs: move btrfs_path_cachep out of ctree.hJosef Bacik
2022-12-05btrfs: move trans_handle_cachep out of ctree.hJosef Bacik
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: separate out the extent state and extent buffer init codeJosef Bacik
2022-09-26btrfs: enhance unsupported compat RO flags handlingQu Wenruo
2022-09-26btrfs: dump all space infos if we abort transaction due to ENOSPCQu Wenruo
2022-09-26btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig
2022-09-26btrfs: don't print information about space cache or tree every remountMaciej S. Szmigiero
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-25btrfs: use mask for all RAID1* profiles in btrfs_calc_avail_data_spaceDavid Sterba
2022-07-25btrfs: use named constant for reserved device spaceQu Wenruo
2022-07-25btrfs: remove btrfs_end_io_wqChristoph Hellwig
2022-07-25btrfs: don't use btrfs_bio_wq_end_io for compressed writesChristoph Hellwig
2022-07-25btrfs: add trace event for submitted RAID56 bioQu Wenruo
2022-07-25btrfs: fix typos in commentsDavid Sterba
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-07btrfs: add error messages to all unrecognized mount optionsDavid Sterba
2022-06-06btrfs: prevent remounting to v1 space cache for subpage mountQu Wenruo
2022-05-16btrfs: use normal workqueues for scrubChristoph Hellwig
2022-05-16btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueChristoph Hellwig
2022-05-16btrfs: add messages to printk indexJonathan Lassoff
2022-03-14btrfs: add filesystems state details to error messagesSweet Tea Dorminy
2022-03-14btrfs: disable space cache related mount options for extent tree v2Josef Bacik