summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-16btrfs: only enable extent map shrinker for DEBUG buildsQu Wenruo1-1/+7
2024-08-13btrfs: only run the extent map shrinker from kswapd tasksFilipe Manana1-0/+10
2024-08-01btrfs: emit a warning about space cache v1 being deprecatedJosef Bacik1-1/+4
2024-07-19btrfs: change BTRFS_MOUNT_* flags to 64bit typeQu Wenruo1-5/+6
2024-07-11btrfs: introduce new "rescue=ignoresuperflags" mount optionQu Wenruo1-1/+12
2024-07-11btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo1-1/+12
2024-07-11btrfs: remove unused Opt enumsQu Wenruo1-3/+0
2024-07-11btrfs: move the direct IO code into its own fileFilipe Manana1-0/+4
2024-07-11btrfs: remove super block argument from btrfs_iget()Filipe Manana1-1/+1
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba1-2/+2
2024-07-11btrfs: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-07-11btrfs: add and use helper to commit the current transactionFilipe Manana1-10/+1
2024-07-11btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba1-1/+1
2024-05-21btrfs: re-introduce 'norecovery' mount optionQu Wenruo1-0/+8
2024-05-07btrfs: add tracepoints for extent map shrinker eventsFilipe Manana1-1/+4
2024-05-07btrfs: add a shrinker for extent mapsFilipe Manana1-0/+17
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik1-8/+5
2024-03-04btrfs: factor out validation of btrfs_ioctl_vol_args::nameDavid Sterba1-1/+4
2024-03-04btrfs: remove unused included headersDavid Sterba1-2/+0
2024-03-04btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba1-1/+1
2024-01-23Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+8
2024-01-19btrfs: use the original mount's mount options for the legacy reconfigureJosef Bacik1-0/+8
2024-01-10Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-1124/+1169
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+2
2023-12-15btrfs: remove code for inode_cache and recovery mount optionsJosef Bacik1-35/+0
2023-12-15btrfs: set clear_cache if we use usebackuprootJosef Bacik1-0/+9
2023-12-15btrfs: move one shot mount option clearing to super.cJosef Bacik1-0/+14
2023-12-15btrfs: remove old mount API codeJosef Bacik1-1065/+13
2023-12-15btrfs: move the device specific mount options to super.cJosef Bacik1-0/+25
2023-12-15btrfs: switch to the new mount APIJosef Bacik1-39/+49
2023-12-15btrfs: handle the ro->rw transition for mounting different subvolumesJosef Bacik1-1/+128
2023-12-15btrfs: add get_tree callback for new mount APIJosef Bacik1-4/+204
2023-12-15btrfs: add reconfigure callback for fs_contextJosef Bacik1-21/+185
2023-12-15btrfs: add fs context handling functionsJosef Bacik1-1/+35
2023-12-15btrfs: add parse_param callback for the new mount APIJosef Bacik1-0/+380
2023-12-15btrfs: add fs_parameter definitionsJosef Bacik1-1/+125
2023-12-15btrfs: split out ro->rw and rw->ro helpers into their own functionsJosef Bacik1-113/+116
2023-12-15btrfs: move space cache settings into open_ctreeJosef Bacik1-13/+43
2023-12-15btrfs: split out the mount option validation code into its own helperJosef Bacik1-29/+37
2023-11-28Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+4
2023-11-24btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo1-1/+4
2023-11-18btrfs: Do not restrict writes to btrfs devicesJan Kara1-0/+2
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedFilipe Manana1-3/+4
2023-10-12btrfs: scan but don't register device on single device filesystemAnand Jain1-5/+18
2023-10-12btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY optionQu Wenruo1-56/+0
2023-10-12btrfs: include linux/security.h in super.cJosef Bacik1-0/+1
2023-10-10Revert "btrfs: reject unknown mount options early"David Sterba1-4/+0
2023-10-04fs: super: dynamically allocate the s_shrinkQi Zheng1-1/+1
2023-10-04btrfs: reject unknown mount options earlyQu Wenruo1-0/+4