aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
8 daysbtrfs: force free space tree for bs > ps casesQu Wenruo1-1/+1
8 daysbtrfs: only enforce free space tree if v1 cache is required for bs < ps casesQu Wenruo1-7/+5
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba1-7/+3
2025-11-24btrfs: apply the AUTO_K(V)FREE macros throughout the codeMiquel Sabaté Solà1-2/+1
2025-11-24btrfs: implement remove_bdev and shutdown super operation callbacksQu Wenruo1-0/+64
2025-10-17btrfs: directly free partially initialized fs_info in btrfs_check_leaked_roots()Dewei Meng1-1/+7
2025-10-13btrfs: only set the device specific options after devices are openedQu Wenruo1-2/+1
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba1-3/+3
2025-09-23btrfs: more trivial BTRFS_PATH_AUTO_FREE conversionsSun YangKai1-4/+1
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba1-1/+1
2025-09-22btrfs: add mount option for ref_trackerLeo Martins1-0/+7
2025-09-22btrfs: move ref-verify under CONFIG_BTRFS_DEBUGLeo Martins1-9/+0
2025-09-22btrfs: use PTR_ERR_OR_ZERO() to simplify code inbtrfs_control_ioctl()Xichao Zhao1-4/+1
2025-09-20Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+19
2025-09-18btrfs: reject invalid compression levelQu Wenruo1-8/+19
2025-09-11Merge tag 'for-6.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+6
2025-09-02btrfs: accept and ignore compression level for lzoCalvin Owens1-3/+6
2025-08-18Merge tag 'for-6.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+8
2025-08-13btrfs: fix printing of mount info messages for NODATACOW/NODATASUMKyoji Ogasawara1-1/+2
2025-08-13btrfs: restore mount option info messages during mountKyoji Ogasawara1-3/+5
2025-08-13btrfs: fix incorrect log message for nobarrier mount optionKyoji Ogasawara1-1/+1
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2025-07-22btrfs: restrict writes to opened btrfs devicesQu Wenruo1-7/+1
2025-07-22btrfs: use the super_block as holder when mounting file systemsChristoph Hellwig1-2/+1
2025-07-22btrfs: delay btrfs_open_devices() until super block is createdQu Wenruo1-13/+45
2025-07-22btrfs: call btrfs_close_devices() from ->kill_sbChristoph Hellwig1-19/+8
2025-07-22btrfs: add assertions to make super block creation more clearQu Wenruo1-9/+20
2025-07-22btrfs: get rid of re-entering of btrfs_get_tree()Qu Wenruo1-24/+3
2025-07-22btrfs: always open the device read-only in btrfs_scan_one_device()Christoph Hellwig1-5/+4
2025-07-21btrfs: open code fc_mount() to avoid releasing s_umount rw_sempahoreAl Viro1-17/+17
2025-07-21btrfs: rename err to ret in btrfs_fill_super()David Sterba1-12/+12
2025-07-21btrfs: harden parsing of compression mount optionsDaniel Vacek1-7/+18
2025-07-21btrfs: factor out compression mount options parsingDaniel Vacek1-46/+51
2025-06-10new helper: set_default_d_op()Al Viro1-1/+1
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