aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedGravatar Filipe Manana 1-3/+4
2023-10-12btrfs: scan but don't register device on single device filesystemGravatar Anand Jain 1-5/+18
2023-10-12btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY optionGravatar Qu Wenruo 1-56/+0
2023-10-12btrfs: include linux/security.h in super.cGravatar Josef Bacik 1-0/+1
2023-10-10Revert "btrfs: reject unknown mount options early"Gravatar David Sterba 1-4/+0
2023-10-04fs: super: dynamically allocate the s_shrinkGravatar Qi Zheng 1-1/+1
2023-10-04btrfs: reject unknown mount options earlyGravatar Qu Wenruo 1-0/+4
2023-09-20btrfs: properly report 0 avail for very full file systemsGravatar Josef Bacik 1-1/+1
2023-08-21btrfs: deprecate integrity checker featureGravatar Qu Wenruo 1-0/+6
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-14/+7
2023-06-19btrfs: remove hipri_workers workqueueGravatar Christoph Hellwig 1-1/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-4/+4
2023-06-12block: add a sb_open_mode helperGravatar Christoph Hellwig 1-4/+1
2023-06-12btrfs: don't pass a holder for non-exclusive blkdev_get_by_pathGravatar Christoph Hellwig 1-10/+6
2023-06-06btrfs: properly enable async discard when switching from RO->RWGravatar Chris Mason 1-0/+6
2023-05-10btrfs: make clear_cache mount option to rebuild FST without disabling itGravatar Qu Wenruo 1-2/+1
2023-04-28btrfs: properly reject clear_cache and v1 cache for block-group-treeGravatar Qu Wenruo 1-1/+6
2023-04-17btrfs: don't print the crc32c implementation at module load timeGravatar Christoph Hellwig 1-1/+1
2023-04-17btrfs: use btrfs_handle_fs_error in btrfs_fill_superGravatar Josef Bacik 1-0/+1
2023-04-06btrfs: fix fast csum implementation detectionGravatar Christoph Hellwig 1-2/+0
2023-04-06btrfs: restore the thread_pool= behavior in remount for the end I/O workqueuesGravatar Christoph Hellwig 1-0/+2
2023-02-15btrfs: fix spelling mistakes found using codespellGravatar Colin Ian King 1-1/+1
2023-02-13btrfs: pass find_free_extent_ctl to allocator tracepointsGravatar Boris Burkov 1-0/+1
2023-01-03btrfs: fix compat_ro checks against remountGravatar Qu Wenruo 1-1/+1
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