aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-15btrfs: fix leak of fs devices after removing btrfs moduleGravatar Filipe Manana 1-0/+1
2022-12-05btrfs: split the bio submission path into a separate fileGravatar Christoph Hellwig 1-1/+1
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterGravatar Qu Wenruo 1-1/+1
2022-12-05btrfs: move super prototypes into super.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move verity prototypes into verity.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move scrub prototypes into scrub.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move ioctl prototypes into ioctl.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move dir-item prototypes into dir-item.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move defrag related prototypes to their own headerGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move the printk and assert helpers to messages.cGravatar Josef Bacik 1-346/+0
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrGravatar Sweet Tea Dorminy 1-1/+1
2022-12-05btrfs: use struct qstr instead of name and namelen pairsGravatar Sweet Tea Dorminy 1-1/+2
2022-12-05btrfs: merge module cleanup sequence to one helperGravatar Anand Jain 1-18/+10
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagGravatar Josef Bacik 1-1/+2
2022-12-05btrfs: push printk index code into their respective helpersGravatar Josef Bacik 1-0/+10
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move assert helpers out of ctree.hGravatar Josef Bacik 1-0/+14
2022-12-05btrfs: move fs wide helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: auto enable discard=async when possibleGravatar David Sterba 1-0/+2
2022-12-05btrfs: make module init/exit match their sequenceGravatar Qu Wenruo 1-126/+116
2022-12-05btrfs: move free space cachep's out of ctree.hGravatar Josef Bacik 1-1/+8
2022-12-05btrfs: move btrfs_path_cachep out of ctree.hGravatar Josef Bacik 1-1/+8
2022-12-05btrfs: move trans_handle_cachep out of ctree.hGravatar Josef Bacik 1-1/+8
2022-10-24btrfs: make thaw time super block check to also verify checksumGravatar Qu Wenruo 1-0/+16
2022-09-26btrfs: relax block-group-tree feature dependency checksGravatar Qu Wenruo 1-16/+3
2022-09-26btrfs: separate out the extent state and extent buffer init codeGravatar Josef Bacik 1-5/+12
2022-09-26btrfs: enhance unsupported compat RO flags handlingGravatar Qu Wenruo 1-0/+9
2022-09-26btrfs: dump all space infos if we abort transaction due to ENOSPCGravatar Qu Wenruo 1-1/+3
2022-09-26btrfs: check superblock to ensure the fs was not modified at thaw timeGravatar Qu Wenruo 1-0/+60
2022-09-26btrfs: move btrfs_bio allocation to volumes.cGravatar Christoph Hellwig 1-5/+5
2022-09-26btrfs: don't print information about space cache or tree every remountGravatar Maciej S. Szmigiero 1-4/+7
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+2
2022-07-25btrfs: use mask for all RAID1* profiles in btrfs_calc_avail_data_spaceGravatar David Sterba 1-6/+2
2022-07-25btrfs: use named constant for reserved device spaceGravatar Qu Wenruo 1-8/+4
2022-07-25btrfs: remove btrfs_end_io_wqGravatar Christoph Hellwig 1-10/+1
2022-07-25btrfs: don't use btrfs_bio_wq_end_io for compressed writesGravatar Christoph Hellwig 1-2/+0
2022-07-25btrfs: add trace event for submitted RAID56 bioGravatar Qu Wenruo 1-0/+1
2022-07-25btrfs: fix typos in commentsGravatar David Sterba 1-1/+1
2022-07-03mm: shrinkers: provide shrinkers with namesGravatar Roman Gushchin 1-0/+2
2022-06-07btrfs: add error messages to all unrecognized mount optionsGravatar David Sterba 1-7/+32
2022-06-06btrfs: prevent remounting to v1 space cache for subpage mountGravatar Qu Wenruo 1-0/+8
2022-05-16btrfs: use normal workqueues for scrubGravatar Christoph Hellwig 1-2/+0
2022-05-16btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueGravatar Christoph Hellwig 1-0/+1
2022-05-16btrfs: add messages to printk indexGravatar Jonathan Lassoff 1-3/+3
2022-03-14btrfs: add filesystems state details to error messagesGravatar Sweet Tea Dorminy 1-8/+60
2022-03-14btrfs: disable space cache related mount options for extent tree v2Gravatar Josef Bacik 1-0/+20
2022-03-14btrfs: match stale devices by dev_tGravatar Anand Jain 1-1/+7
2022-01-22mm: remove cleancacheGravatar Christoph Hellwig 1-2/+0
2022-01-07btrfs: remove reada infrastructureGravatar Qu Wenruo 1-1/+0