aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07btrfs: add tracepoints for extent map shrinker eventsGravatar Filipe Manana 1-1/+4
2024-05-07btrfs: add a shrinker for extent mapsGravatar Filipe Manana 1-0/+17
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Gravatar Josef Bacik 1-8/+5
2024-03-04btrfs: factor out validation of btrfs_ioctl_vol_args::nameGravatar David Sterba 1-1/+4
2024-03-04btrfs: remove unused included headersGravatar David Sterba 1-2/+0
2024-03-04btrfs: replace sb::s_blocksize by fs_info::sectorsizeGravatar David Sterba 1-1/+1
2024-01-22Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+8
2024-01-18btrfs: use the original mount's mount options for the legacy reconfigureGravatar Josef Bacik 1-0/+8
2024-01-10Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-1124/+1169
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-0/+2
2023-12-15btrfs: remove code for inode_cache and recovery mount optionsGravatar Josef Bacik 1-35/+0
2023-12-15btrfs: set clear_cache if we use usebackuprootGravatar Josef Bacik 1-0/+9
2023-12-15btrfs: move one shot mount option clearing to super.cGravatar Josef Bacik 1-0/+14
2023-12-15btrfs: remove old mount API codeGravatar Josef Bacik 1-1065/+13
2023-12-15btrfs: move the device specific mount options to super.cGravatar Josef Bacik 1-0/+25
2023-12-15btrfs: switch to the new mount APIGravatar Josef Bacik 1-39/+49
2023-12-15btrfs: handle the ro->rw transition for mounting different subvolumesGravatar Josef Bacik 1-1/+128
2023-12-15btrfs: add get_tree callback for new mount APIGravatar Josef Bacik 1-4/+204
2023-12-15btrfs: add reconfigure callback for fs_contextGravatar Josef Bacik 1-21/+185
2023-12-15btrfs: add fs context handling functionsGravatar Josef Bacik 1-1/+35
2023-12-15btrfs: add parse_param callback for the new mount APIGravatar Josef Bacik 1-0/+380
2023-12-15btrfs: add fs_parameter definitionsGravatar Josef Bacik 1-1/+125
2023-12-15btrfs: split out ro->rw and rw->ro helpers into their own functionsGravatar Josef Bacik 1-113/+116
2023-12-15btrfs: move space cache settings into open_ctreeGravatar Josef Bacik 1-13/+43
2023-12-15btrfs: split out the mount option validation code into its own helperGravatar Josef Bacik 1-29/+37
2023-11-28Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+4
2023-11-23btrfs: add dmesg output for first mount and last unmount of a filesystemGravatar Qu Wenruo 1-1/+4
2023-11-18btrfs: Do not restrict writes to btrfs devicesGravatar Jan Kara 1-0/+2
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