summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-1/+1
|\
| * fs: super: dynamically allocate the s_shrinkQi Zheng2023-10-041-1/+1
* | btrfs: add and use helpers for reading and writing last_trans_committedFilipe Manana2023-10-121-3/+4
* | btrfs: scan but don't register device on single device filesystemAnand Jain2023-10-121-5/+18
* | btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY optionQu Wenruo2023-10-121-56/+0
* | 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