summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-16btrfs: remove standalone "nologreplay" mount optionQu Wenruo1-8/+0
2025-05-15btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super()Qu Wenruo1-1/+1
2025-05-15btrfs: trivial conversion to return bool instead of intDavid Sterba1-3/+3
2025-05-15btrfs: rename remaining exported extent map functionsFilipe Manana1-2/+2
2025-05-15btrfs: rename remaining exported functions from extent-io-tree.hFilipe Manana1-2/+2
2025-05-12btrfs: add back warning for mount option commit values exceeding 300Kyoji Ogasawara1-0/+4
2025-04-01btrfs: correctly escape subvol in btrfs_show_options()Johannes Kimmel1-2/+1
2025-03-18btrfs: make btrfs_iget() return a btrfs inode insteadFilipe Manana1-2/+2
2025-03-18btrfs: zstd: enable negative compression levels mount optionDaniel Vacek1-1/+1
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-01-13btrfs: print read policy on module loadAnand Jain1-0/+10
2025-01-13btrfs: configure read policy via module parameterAnand Jain1-0/+5
2025-01-13btrfs: print status of experimental mode when loading moduleAnand Jain1-0/+3
2025-01-13btrfs: output the reason for open_ctree() failureQu Wenruo1-1/+1
2024-12-11fs: enable pre-content events on supported file systemsJosef Bacik1-1/+1
2024-12-10Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-39/+27
2024-12-03btrfs: fix mount failure due to remount racesQu Wenruo1-39/+27
2024-11-18Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-22/+11
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2024-11-11btrfs: fix warning on PTR_ERR() against NULL device at btrfs_control_ioctl()Filipe Manana1-1/+4
2024-11-11btrfs: re-enable the extent map shrinkerFilipe Manana1-7/+1
2024-11-11btrfs: make the extent map shrinker run asynchronously as a work queue jobFilipe Manana1-10/+3
2024-11-11btrfs: drop unused parameter data from btrfs_fill_super()David Sterba1-3/+2
2024-11-11btrfs: drop unused parameter options from open_ctree()David Sterba1-1/+1
2024-11-11btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUGQu Wenruo1-3/+3
2024-11-07btrfs: fix per-subvolume RO/RW flags with new mount APIQu Wenruo1-20/+5
2024-10-22btrfs: reject ro->rw reconfiguration if there are hard ro requirementsQu Wenruo1-2/+1
2024-10-22btrfs: clear force-compress on remount when compress mount option is givenFilipe Manana1-0/+9
2024-10-10btrfs: convert to multigrain timestampsJeff Layton1-1/+2
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-22Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+8