summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: factor out validation of btrfs_ioctl_vol_args::nameDavid Sterba2024-03-041-1/+4
* btrfs: remove unused included headersDavid Sterba2024-03-041-2/+0
* btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba2024-03-041-1/+1
* Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-221-0/+8
|\
| * btrfs: use the original mount's mount options for the legacy reconfigureJosef Bacik2024-01-181-0/+8
* | Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2024-01-101-1124/+1169
|\|
| * btrfs: remove code for inode_cache and recovery mount optionsJosef Bacik2023-12-151-35/+0
| * btrfs: set clear_cache if we use usebackuprootJosef Bacik2023-12-151-0/+9
| * btrfs: move one shot mount option clearing to super.cJosef Bacik2023-12-151-0/+14
| * btrfs: remove old mount API codeJosef Bacik2023-12-151-1065/+13
| * btrfs: move the device specific mount options to super.cJosef Bacik2023-12-151-0/+25
| * btrfs: switch to the new mount APIJosef Bacik2023-12-151-39/+49
| * btrfs: handle the ro->rw transition for mounting different subvolumesJosef Bacik2023-12-151-1/+128
| * btrfs: add get_tree callback for new mount APIJosef Bacik2023-12-151-4/+204
| * btrfs: add reconfigure callback for fs_contextJosef Bacik2023-12-151-21/+185
| * btrfs: add fs context handling functionsJosef Bacik2023-12-151-1/+35
| * btrfs: add parse_param callback for the new mount APIJosef Bacik2023-12-151-0/+380
| * btrfs: add fs_parameter definitionsJosef Bacik2023-12-151-1/+125
| * btrfs: split out ro->rw and rw->ro helpers into their own functionsJosef Bacik2023-12-151-113/+116
| * btrfs: move space cache settings into open_ctreeJosef Bacik2023-12-151-13/+43
| * btrfs: split out the mount option validation code into its own helperJosef Bacik2023-12-151-29/+37
* | Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-081-0/+2
|\ \ | |/ |/|
| * btrfs: Do not restrict writes to btrfs devicesJan Kara2023-11-181-0/+2
* | Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-281-1/+4
|\ \ | |/ |/|
| * btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo2023-11-231-1/+4
* | 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