summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: relax block-group-tree feature dependency checksQu Wenruo2022-09-261-16/+3
* btrfs: separate out the extent state and extent buffer init codeJosef Bacik2022-09-261-5/+12
* btrfs: enhance unsupported compat RO flags handlingQu Wenruo2022-09-261-0/+9
* btrfs: dump all space infos if we abort transaction due to ENOSPCQu Wenruo2022-09-261-1/+3
* btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo2022-09-261-0/+60
* btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig2022-09-261-5/+5
* btrfs: don't print information about space cache or tree every remountMaciej S. Szmigiero2022-09-261-4/+7
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-0/+2
|\
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-0/+2
* | btrfs: use mask for all RAID1* profiles in btrfs_calc_avail_data_spaceDavid Sterba2022-07-251-6/+2
* | btrfs: use named constant for reserved device spaceQu Wenruo2022-07-251-8/+4
* | btrfs: remove btrfs_end_io_wqChristoph Hellwig2022-07-251-10/+1
* | btrfs: don't use btrfs_bio_wq_end_io for compressed writesChristoph Hellwig2022-07-251-2/+0
* | btrfs: add trace event for submitted RAID56 bioQu Wenruo2022-07-251-0/+1
* | btrfs: fix typos in commentsDavid Sterba2022-07-251-1/+1
|/
* btrfs: add error messages to all unrecognized mount optionsDavid Sterba2022-06-071-7/+32
* btrfs: prevent remounting to v1 space cache for subpage mountQu Wenruo2022-06-061-0/+8
* btrfs: use normal workqueues for scrubChristoph Hellwig2022-05-161-2/+0
* btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueChristoph Hellwig2022-05-161-0/+1
* btrfs: add messages to printk indexJonathan Lassoff2022-05-161-3/+3
* btrfs: add filesystems state details to error messagesSweet Tea Dorminy2022-03-141-8/+60
* btrfs: disable space cache related mount options for extent tree v2Josef Bacik2022-03-141-0/+20
* btrfs: match stale devices by dev_tAnand Jain2022-03-141-1/+7
* mm: remove cleancacheChristoph Hellwig2022-01-221-2/+0
* btrfs: remove reada infrastructureQu Wenruo2022-01-071-1/+0
* btrfs: add a BTRFS_FS_ERROR helperJosef Bacik2021-10-261-1/+1
* btrfs: use latest_dev in btrfs_show_devnameAnand Jain2021-10-261-19/+5
* btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain2021-10-261-1/+1
* btrfs: allow idmapped mountChristian Brauner2021-08-231-1/+1
* btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza2021-08-231-20/+6
* btrfs: print if fsverity support is built in when loading moduleDavid Sterba2021-08-231-0/+5
* btrfs: initial fsverity supportBoris Burkov2021-08-231-0/+3
* btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo2021-08-231-7/+0
* btrfs: constify and cleanup variables in comparatorsDavid Sterba2021-08-231-7/+6
* btrfs: shorten integrity checker extent data mount optionDavid Sterba2021-06-221-3/+2
* btrfs: always abort the transaction if we abort a trans handleJosef Bacik2021-06-211-11/+0
* btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo2021-04-201-0/+26
* btrfs: fix spurious free_space_tree remount warningBoris Burkov2021-03-021-2/+2
* btrfs: allow read-only mount of 4K sector size fs on 64K page systemQu Wenruo2021-02-081-0/+7
* btrfs: introduce the skeleton of btrfs_subpage structureQu Wenruo2021-02-081-1/+0
* btrfs: run delayed iputs when remounting RO to avoid leaking themFilipe Manana2020-12-181-0/+10
* btrfs: fix race between RO remount and the cleaner taskFilipe Manana2020-12-181-3/+19
* btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2020-12-181-0/+8
* btrfs: warn when remount will not change the free space treeBoris Burkov2020-12-091-0/+16
* btrfs: use superblock state to print space_cache mount optionBoris Burkov2020-12-091-2/+2
* btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov2020-12-091-3/+7
* btrfs: clear oneshot options on mount and remountBoris Burkov2020-12-091-0/+1
* btrfs: lift read-write mount setup from mount and remountBoris Burkov2020-12-091-31/+6
* btrfs: remove inode number cache featureNikolay Borisov2020-12-091-10/+3
* btrfs: disallow space_cache in ZONED modeNaohiro Aota2020-12-091-2/+11