summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6 days1-1/+1
|\
| * fs: enable pre-content events on supported file systemsJosef Bacik2024-12-111-1/+1
* | btrfs: print read policy on module loadAnand Jain2025-01-131-0/+10
* | btrfs: configure read policy via module parameterAnand Jain2025-01-131-0/+5
* | btrfs: print status of experimental mode when loading moduleAnand Jain2025-01-131-0/+3
* | btrfs: output the reason for open_ctree() failureQu Wenruo2025-01-131-1/+1
* | Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-12-111-39/+27
|\ \ | |/ |/|
| * btrfs: fix mount failure due to remount racesQu Wenruo2024-12-031-39/+27
* | Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2024-11-191-22/+11
|\|
| * btrfs: fix warning on PTR_ERR() against NULL device at btrfs_control_ioctl()Filipe Manana2024-11-111-1/+4
| * btrfs: re-enable the extent map shrinkerFilipe Manana2024-11-111-7/+1
| * btrfs: make the extent map shrinker run asynchronously as a work queue jobFilipe Manana2024-11-111-10/+3
| * btrfs: drop unused parameter data from btrfs_fill_super()David Sterba2024-11-111-3/+2
| * btrfs: drop unused parameter options from open_ctree()David Sterba2024-11-111-1/+1
| * btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUGQu Wenruo2024-11-111-3/+3
* | Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-11-181-1/+2
|\ \ | |/ |/|
| * btrfs: convert to multigrain timestampsJeff Layton2024-10-101-1/+2
* | btrfs: fix per-subvolume RO/RW flags with new mount APIQu Wenruo2024-11-071-20/+5
* | btrfs: reject ro->rw reconfiguration if there are hard ro requirementsQu Wenruo2024-10-221-2/+1
* | btrfs: clear force-compress on remount when compress mount option is givenFilipe Manana2024-10-221-0/+9
|/
* btrfs: only enable extent map shrinker for DEBUG buildsQu Wenruo2024-08-161-1/+7
* btrfs: only run the extent map shrinker from kswapd tasksFilipe Manana2024-08-131-0/+10
* btrfs: emit a warning about space cache v1 being deprecatedJosef Bacik2024-08-011-1/+4
* btrfs: change BTRFS_MOUNT_* flags to 64bit typeQu Wenruo2024-07-191-5/+6
* btrfs: introduce new "rescue=ignoresuperflags" mount optionQu Wenruo2024-07-111-1/+12
* btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo2024-07-111-1/+12
* btrfs: remove unused Opt enumsQu Wenruo2024-07-111-3/+0
* btrfs: move the direct IO code into its own fileFilipe Manana2024-07-111-0/+4
* btrfs: remove super block argument from btrfs_iget()Filipe Manana2024-07-111-1/+1
* btrfs: constify pointer parameters where applicableDavid Sterba2024-07-111-2/+2
* btrfs: add MODULE_DESCRIPTION()Jeff Johnson2024-07-111-0/+1
* btrfs: add and use helper to commit the current transactionFilipe Manana2024-07-111-10/+1
* btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba2024-07-111-1/+1
* btrfs: re-introduce 'norecovery' mount optionQu Wenruo2024-05-211-0/+8
* btrfs: add tracepoints for extent map shrinker eventsFilipe Manana2024-05-071-1/+4
* btrfs: add a shrinker for extent mapsFilipe Manana2024-05-071-0/+17
* btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik2024-05-071-8/+5
* 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