summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
2024-03-04btrfs: factor out validation of btrfs_ioctl_vol_args::nameDavid Sterba
2024-03-04btrfs: remove unused included headersDavid Sterba
2024-03-04btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba
2024-01-22Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-18btrfs: use the original mount's mount options for the legacy reconfigureJosef Bacik
2024-01-10Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-12-15btrfs: remove code for inode_cache and recovery mount optionsJosef Bacik
2023-12-15btrfs: set clear_cache if we use usebackuprootJosef Bacik
2023-12-15btrfs: move one shot mount option clearing to super.cJosef Bacik
2023-12-15btrfs: remove old mount API codeJosef Bacik
2023-12-15btrfs: move the device specific mount options to super.cJosef Bacik
2023-12-15btrfs: switch to the new mount APIJosef Bacik
2023-12-15btrfs: handle the ro->rw transition for mounting different subvolumesJosef Bacik
2023-12-15btrfs: add get_tree callback for new mount APIJosef Bacik
2023-12-15btrfs: add reconfigure callback for fs_contextJosef Bacik
2023-12-15btrfs: add fs context handling functionsJosef Bacik
2023-12-15btrfs: add parse_param callback for the new mount APIJosef Bacik
2023-12-15btrfs: add fs_parameter definitionsJosef Bacik
2023-12-15btrfs: split out ro->rw and rw->ro helpers into their own functionsJosef Bacik
2023-12-15btrfs: move space cache settings into open_ctreeJosef Bacik
2023-12-15btrfs: split out the mount option validation code into its own helperJosef Bacik
2023-11-28Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-23btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo
2023-11-18btrfs: Do not restrict writes to btrfs devicesJan Kara
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedFilipe Manana
2023-10-12btrfs: scan but don't register device on single device filesystemAnand Jain
2023-10-12btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY optionQu Wenruo
2023-10-12btrfs: include linux/security.h in super.cJosef Bacik
2023-10-10Revert "btrfs: reject unknown mount options early"David Sterba
2023-10-04fs: super: dynamically allocate the s_shrinkQi Zheng
2023-10-04btrfs: reject unknown mount options earlyQu Wenruo
2023-09-20btrfs: properly report 0 avail for very full file systemsJosef Bacik
2023-08-21btrfs: deprecate integrity checker featureQu Wenruo
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-19btrfs: remove hipri_workers workqueueChristoph Hellwig
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: add a sb_open_mode helperChristoph Hellwig
2023-06-12btrfs: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig
2023-06-06btrfs: properly enable async discard when switching from RO->RWChris Mason
2023-05-10btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo
2023-04-28btrfs: properly reject clear_cache and v1 cache for block-group-treeQu Wenruo
2023-04-17btrfs: don't print the crc32c implementation at module load timeChristoph Hellwig
2023-04-17btrfs: use btrfs_handle_fs_error in btrfs_fill_superJosef Bacik
2023-04-06btrfs: fix fast csum implementation detectionChristoph Hellwig
2023-04-06btrfs: restore the thread_pool= behavior in remount for the end I/O workqueuesChristoph Hellwig
2023-02-15btrfs: fix spelling mistakes found using codespellColin Ian King
2023-02-13btrfs: pass find_free_extent_ctl to allocator tracepointsBoris Burkov
2023-01-03btrfs: fix compat_ro checks against remountQu Wenruo