summary refs log tree commit diff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
2023-05-17btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo
2023-05-17btrfs: properly reject clear_cache and v1 cache for block-group-treeQu Wenruo
2023-04-20btrfs: fix fast csum implementation detectionChristoph Hellwig
2023-04-20btrfs: restore the thread_pool= behavior in remount for the end I/O workqueuesChristoph Hellwig
2023-01-12btrfs: fix compat_ro checks against remountQu Wenruo
2022-10-24btrfs: make thaw time super block check to also verify checksumQu Wenruo
2022-09-26btrfs: relax block-group-tree feature dependency checksQu Wenruo
2022-09-26btrfs: separate out the extent state and extent buffer init codeJosef Bacik
2022-09-26btrfs: enhance unsupported compat RO flags handlingQu Wenruo
2022-09-26btrfs: dump all space infos if we abort transaction due to ENOSPCQu Wenruo
2022-09-26btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig
2022-09-26btrfs: don't print information about space cache or tree every remountMaciej S. Szmigiero
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-25btrfs: use mask for all RAID1* profiles in btrfs_calc_avail_data_spaceDavid Sterba
2022-07-25btrfs: use named constant for reserved device spaceQu Wenruo
2022-07-25btrfs: remove btrfs_end_io_wqChristoph Hellwig
2022-07-25btrfs: don't use btrfs_bio_wq_end_io for compressed writesChristoph Hellwig
2022-07-25btrfs: add trace event for submitted RAID56 bioQu Wenruo
2022-07-25btrfs: fix typos in commentsDavid Sterba
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-07btrfs: add error messages to all unrecognized mount optionsDavid Sterba
2022-06-06btrfs: prevent remounting to v1 space cache for subpage mountQu Wenruo
2022-05-16btrfs: use normal workqueues for scrubChristoph Hellwig
2022-05-16btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueChristoph Hellwig
2022-05-16btrfs: add messages to printk indexJonathan Lassoff
2022-03-14btrfs: add filesystems state details to error messagesSweet Tea Dorminy
2022-03-14btrfs: disable space cache related mount options for extent tree v2Josef Bacik
2022-03-14btrfs: match stale devices by dev_tAnand Jain
2022-01-22mm: remove cleancacheChristoph Hellwig
2022-01-07btrfs: remove reada infrastructureQu Wenruo
2021-10-26btrfs: add a BTRFS_FS_ERROR helperJosef Bacik
2021-10-26btrfs: use latest_dev in btrfs_show_devnameAnand Jain
2021-10-26btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain
2021-08-23btrfs: allow idmapped mountChristian Brauner
2021-08-23btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza
2021-08-23btrfs: print if fsverity support is built in when loading moduleDavid Sterba
2021-08-23btrfs: initial fsverity supportBoris Burkov
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo
2021-08-23btrfs: constify and cleanup variables in comparatorsDavid Sterba
2021-06-22btrfs: shorten integrity checker extent data mount optionDavid Sterba
2021-06-21btrfs: always abort the transaction if we abort a trans handleJosef Bacik
2021-04-20btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo
2021-03-02btrfs: fix spurious free_space_tree remount warningBoris Burkov
2021-02-08btrfs: allow read-only mount of 4K sector size fs on 64K page systemQu Wenruo
2021-02-08btrfs: introduce the skeleton of btrfs_subpage structureQu Wenruo
2020-12-18btrfs: run delayed iputs when remounting RO to avoid leaking themFilipe Manana
2020-12-18btrfs: fix race between RO remount and the cleaner taskFilipe Manana
2020-12-18btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana
2020-12-09btrfs: warn when remount will not change the free space treeBoris Burkov