summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
2026-06-16Merge tag 'for-7.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2026-06-09btrfs: use lockless read in nr_cached_objects shrinker callbackBen Maurer
2026-06-09btrfs: switch local indicator variables to boolsDavid Sterba
2026-06-09btrfs: derive f_fsid from on-disk fsid and dev_tAnand Jain
2026-06-09btrfs: zoned: don't account data relocation space-info in statfs free spaceJohannes Thumshirn
2026-06-08btrfs: tracepoints: add trace event for btrfs_log_inode()Filipe Manana
2026-06-08btrfs: don't force DIO writes to be serializedMark Harmstone
2026-06-08btrfs: use a kmem_cache for block groupsFilipe Manana
2026-06-08btrfs: convert kmalloc_array to kmalloc_objs in btrfs_calc_avail_data_space()David Sterba
2026-06-03fs: retire sget()Christian Brauner
2026-04-07btrfs: tag as unlikely if statements that check for fs in error stateFilipe Manana
2026-04-07btrfs: move shutdown and remove_bdev callbacks out of experimental featuresQu Wenruo
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-03btrfs: zoned: show statistics about zoned filesystems in mountstatsJohannes Thumshirn
2026-02-03btrfs: switch to library APIs for checksumsEric Biggers
2026-01-06btrfs: force free space tree for bs > ps casesQu Wenruo
2026-01-06btrfs: only enforce free space tree if v1 cache is required for bs < ps casesQu Wenruo
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-11-24btrfs: apply the AUTO_K(V)FREE macros throughout the codeMiquel Sabaté Solà
2025-11-24btrfs: implement remove_bdev and shutdown super operation callbacksQu 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