summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-21btrfs: deprecate integrity checker featureQu Wenruo1-0/+6
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-14/+7
2023-06-19btrfs: remove hipri_workers workqueueChristoph Hellwig1-1/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-4/+4
2023-06-12block: add a sb_open_mode helperChristoph Hellwig1-4/+1
2023-06-12btrfs: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig1-10/+6
2023-06-06btrfs: properly enable async discard when switching from RO->RWChris Mason1-0/+6
2023-05-10btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo1-2/+1
2023-04-28btrfs: properly reject clear_cache and v1 cache for block-group-treeQu Wenruo1-1/+6
2023-04-17btrfs: don't print the crc32c implementation at module load timeChristoph Hellwig1-1/+1
2023-04-17btrfs: use btrfs_handle_fs_error in btrfs_fill_superJosef Bacik1-0/+1
2023-04-06btrfs: fix fast csum implementation detectionChristoph Hellwig1-2/+0
2023-04-06btrfs: restore the thread_pool= behavior in remount for the end I/O workqueuesChristoph Hellwig1-0/+2
2023-02-15btrfs: fix spelling mistakes found using codespellColin Ian King1-1/+1
2023-02-13btrfs: pass find_free_extent_ctl to allocator tracepointsBoris Burkov1-0/+1
2023-01-03btrfs: fix compat_ro checks against remountQu Wenruo1-1/+1
2022-12-15btrfs: fix leak of fs devices after removing btrfs moduleFilipe Manana1-0/+1
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig1-1/+1
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo1-1/+1
2022-12-05btrfs: move super prototypes into super.hJosef Bacik1-0/+1
2022-12-05btrfs: move verity prototypes into verity.hJosef Bacik1-0/+1
2022-12-05btrfs: move scrub prototypes into scrub.hJosef Bacik1-0/+1
2022-12-05btrfs: move ioctl prototypes into ioctl.hJosef Bacik1-0/+1
2022-12-05btrfs: move dir-item prototypes into dir-item.hJosef Bacik1-0/+1
2022-12-05btrfs: move defrag related prototypes to their own headerJosef Bacik1-0/+1
2022-12-05btrfs: move the printk and assert helpers to messages.cJosef Bacik1-346/+0
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy1-1/+1
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy1-1/+2
2022-12-05btrfs: merge module cleanup sequence to one helperAnand Jain1-18/+10
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagJosef Bacik1-1/+2
2022-12-05btrfs: push printk index code into their respective helpersJosef Bacik1-0/+10
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: move assert helpers out of ctree.hJosef Bacik1-0/+14
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: auto enable discard=async when possibleDavid Sterba1-0/+2
2022-12-05btrfs: make module init/exit match their sequenceQu Wenruo1-126/+116
2022-12-05btrfs: move free space cachep's out of ctree.hJosef Bacik1-1/+8
2022-12-05btrfs: move btrfs_path_cachep out of ctree.hJosef Bacik1-1/+8
2022-12-05btrfs: move trans_handle_cachep out of ctree.hJosef Bacik1-1/+8
2022-10-24btrfs: make thaw time super block check to also verify checksumQu Wenruo1-0/+16
2022-09-26btrfs: relax block-group-tree feature dependency checksQu Wenruo1-16/+3
2022-09-26btrfs: separate out the extent state and extent buffer init codeJosef Bacik1-5/+12
2022-09-26btrfs: enhance unsupported compat RO flags handlingQu Wenruo1-0/+9
2022-09-26btrfs: dump all space infos if we abort transaction due to ENOSPCQu Wenruo1-1/+3
2022-09-26btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo1-0/+60
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig1-5/+5
2022-09-26btrfs: don't print information about space cache or tree every remountMaciej S. Szmigiero1-4/+7
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2022-07-25btrfs: use mask for all RAID1* profiles in btrfs_calc_avail_data_spaceDavid Sterba1-6/+2