summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
44 hoursbtrfs: only enforce free space tree if v1 cache is required for bs < ps casesQu Wenruo
2025-10-17btrfs: directly free partially initialized fs_info in btrfs_check_leaked_roots()Dewei Meng
2025-10-13btrfs: only set the device specific options after devices are openedQu Wenruo
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba
2025-09-23btrfs: more trivial BTRFS_PATH_AUTO_FREE conversionsSun YangKai
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba
2025-09-22btrfs: add mount option for ref_trackerLeo Martins
2025-09-22btrfs: move ref-verify under CONFIG_BTRFS_DEBUGLeo Martins
2025-09-22btrfs: use PTR_ERR_OR_ZERO() to simplify code inbtrfs_control_ioctl()Xichao Zhao
2025-09-20Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-18btrfs: reject invalid compression levelQu Wenruo
2025-09-11Merge tag 'for-6.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-02btrfs: accept and ignore compression level for lzoCalvin Owens
2025-08-18Merge tag 'for-6.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-08-13btrfs: fix printing of mount info messages for NODATACOW/NODATASUMKyoji Ogasawara
2025-08-13btrfs: restore mount option info messages during mountKyoji Ogasawara
2025-08-13btrfs: fix incorrect log message for nobarrier mount optionKyoji Ogasawara
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-07-22btrfs: restrict writes to opened btrfs devicesQu Wenruo
2025-07-22btrfs: use the super_block as holder when mounting file systemsChristoph Hellwig
2025-07-22btrfs: delay btrfs_open_devices() until super block is createdQu Wenruo
2025-07-22btrfs: call btrfs_close_devices() from ->kill_sbChristoph Hellwig
2025-07-22btrfs: add assertions to make super block creation more clearQu Wenruo
2025-07-22btrfs: get rid of re-entering of btrfs_get_tree()Qu Wenruo
2025-07-22btrfs: always open the device read-only in btrfs_scan_one_device()Christoph Hellwig
2025-07-21btrfs: open code fc_mount() to avoid releasing s_umount rw_sempahoreAl Viro
2025-07-21btrfs: rename err to ret in btrfs_fill_super()David Sterba
2025-07-21btrfs: harden parsing of compression mount optionsDaniel Vacek
2025-07-21btrfs: factor out compression mount options parsingDaniel Vacek
2025-06-10new helper: set_default_d_op()Al Viro
2025-05-16btrfs: remove standalone "nologreplay" mount optionQu Wenruo
2025-05-15btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super()Qu Wenruo
2025-05-15btrfs: trivial conversion to return bool instead of intDavid Sterba
2025-05-15btrfs: rename remaining exported extent map functionsFilipe Manana
2025-05-15btrfs: rename remaining exported functions from extent-io-tree.hFilipe Manana
2025-05-12btrfs: add back warning for mount option commit values exceeding 300Kyoji Ogasawara
2025-04-01btrfs: correctly escape subvol in btrfs_show_options()Johannes Kimmel
2025-03-18btrfs: make btrfs_iget() return a btrfs inode insteadFilipe Manana
2025-03-18btrfs: zstd: enable negative compression levels mount optionDaniel Vacek
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-13btrfs: print read policy on module loadAnand Jain
2025-01-13btrfs: configure read policy via module parameterAnand Jain
2025-01-13btrfs: print status of experimental mode when loading moduleAnand Jain
2025-01-13btrfs: output the reason for open_ctree() failureQu Wenruo
2024-12-11fs: enable pre-content events on supported file systemsJosef Bacik
2024-12-10Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-03btrfs: fix mount failure due to remount racesQu Wenruo
2024-11-18Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-11btrfs: fix warning on PTR_ERR() against NULL device at btrfs_control_ioctl()Filipe Manana