summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: include linux/security.h in super.cJosef Bacik2023-10-121-0/+1
* Revert "btrfs: reject unknown mount options early"David Sterba2023-10-101-4/+0
* btrfs: reject unknown mount options earlyQu Wenruo2023-10-041-0/+4
* btrfs: properly report 0 avail for very full file systemsJosef Bacik2023-09-201-1/+1
* btrfs: deprecate integrity checker featureQu Wenruo2023-08-211-0/+6
* Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-14/+7
|\
| * block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-4/+4
| * block: add a sb_open_mode helperChristoph Hellwig2023-06-121-4/+1
| * btrfs: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig2023-06-121-10/+6
* | btrfs: remove hipri_workers workqueueChristoph Hellwig2023-06-191-1/+0
* | btrfs: properly enable async discard when switching from RO->RWChris Mason2023-06-061-0/+6
|/
* btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo2023-05-101-2/+1
* btrfs: properly reject clear_cache and v1 cache for block-group-treeQu Wenruo2023-04-281-1/+6
* btrfs: don't print the crc32c implementation at module load timeChristoph Hellwig2023-04-171-1/+1
* btrfs: use btrfs_handle_fs_error in btrfs_fill_superJosef Bacik2023-04-171-0/+1
* btrfs: fix fast csum implementation detectionChristoph Hellwig2023-04-061-2/+0
* btrfs: restore the thread_pool= behavior in remount for the end I/O workqueuesChristoph Hellwig2023-04-061-0/+2
* btrfs: fix spelling mistakes found using codespellColin Ian King2023-02-151-1/+1
* btrfs: pass find_free_extent_ctl to allocator tracepointsBoris Burkov2023-02-131-0/+1
* btrfs: fix compat_ro checks against remountQu Wenruo2023-01-031-1/+1
* btrfs: fix leak of fs devices after removing btrfs moduleFilipe Manana2022-12-151-0/+1
* btrfs: split the bio submission path into a separate fileChristoph Hellwig2022-12-051-1/+1
* btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo2022-12-051-1/+1
* btrfs: move super prototypes into super.hJosef Bacik2022-12-051-0/+1
* btrfs: move verity prototypes into verity.hJosef Bacik2022-12-051-0/+1
* btrfs: move scrub prototypes into scrub.hJosef Bacik2022-12-051-0/+1
* btrfs: move ioctl prototypes into ioctl.hJosef Bacik2022-12-051-0/+1
* btrfs: move dir-item prototypes into dir-item.hJosef Bacik2022-12-051-0/+1
* btrfs: move defrag related prototypes to their own headerJosef Bacik2022-12-051-0/+1
* btrfs: move the printk and assert helpers to messages.cJosef Bacik2022-12-051-346/+0
* btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy2022-12-051-1/+1
* btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy2022-12-051-1/+2
* btrfs: merge module cleanup sequence to one helperAnand Jain2022-12-051-18/+10
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagJosef Bacik2022-12-051-1/+2
* btrfs: push printk index code into their respective helpersJosef Bacik2022-12-051-0/+10
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: move assert helpers out of ctree.hJosef Bacik2022-12-051-0/+14
* btrfs: move fs wide helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: auto enable discard=async when possibleDavid Sterba2022-12-051-0/+2
* btrfs: make module init/exit match their sequenceQu Wenruo2022-12-051-126/+116
* btrfs: move free space cachep's out of ctree.hJosef Bacik2022-12-051-1/+8
* btrfs: move btrfs_path_cachep out of ctree.hJosef Bacik2022-12-051-1/+8
* btrfs: move trans_handle_cachep out of ctree.hJosef Bacik2022-12-051-1/+8
* btrfs: make thaw time super block check to also verify checksumQu Wenruo2022-10-241-0/+16
* btrfs: relax block-group-tree feature dependency checksQu Wenruo2022-09-261-16/+3
* btrfs: separate out the extent state and extent buffer init codeJosef Bacik2022-09-261-5/+12
* btrfs: enhance unsupported compat RO flags handlingQu Wenruo2022-09-261-0/+9
* btrfs: dump all space infos if we abort transaction due to ENOSPCQu Wenruo2022-09-261-1/+3
* btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo2022-09-261-0/+60