summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorLines
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+2
2022-07-25btrfs: use mask for all RAID1* profiles in btrfs_calc_avail_data_spaceDavid Sterba-6/+2
2022-07-25btrfs: use named constant for reserved device spaceQu Wenruo-8/+4
2022-07-25btrfs: remove btrfs_end_io_wqChristoph Hellwig-10/+1
2022-07-25btrfs: don't use btrfs_bio_wq_end_io for compressed writesChristoph Hellwig-2/+0
2022-07-25btrfs: add trace event for submitted RAID56 bioQu Wenruo-0/+1
2022-07-25btrfs: fix typos in commentsDavid Sterba-1/+1
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin-0/+2
2022-06-07btrfs: add error messages to all unrecognized mount optionsDavid Sterba-7/+32
2022-06-06btrfs: prevent remounting to v1 space cache for subpage mountQu Wenruo-0/+8
2022-05-16btrfs: use normal workqueues for scrubChristoph Hellwig-2/+0
2022-05-16btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueChristoph Hellwig-0/+1
2022-05-16btrfs: add messages to printk indexJonathan Lassoff-3/+3
2022-03-14btrfs: add filesystems state details to error messagesSweet Tea Dorminy-8/+60
2022-03-14btrfs: disable space cache related mount options for extent tree v2Josef Bacik-0/+20
2022-03-14btrfs: match stale devices by dev_tAnand Jain-1/+7
2022-01-22mm: remove cleancacheChristoph Hellwig-2/+0
2022-01-07btrfs: remove reada infrastructureQu Wenruo-1/+0
2021-10-26btrfs: add a BTRFS_FS_ERROR helperJosef Bacik-1/+1
2021-10-26btrfs: use latest_dev in btrfs_show_devnameAnand Jain-19/+5
2021-10-26btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain-1/+1
2021-08-23btrfs: allow idmapped mountChristian Brauner-1/+1
2021-08-23btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza-20/+6
2021-08-23btrfs: print if fsverity support is built in when loading moduleDavid Sterba-0/+5
2021-08-23btrfs: initial fsverity supportBoris Burkov-0/+3
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo-7/+0
2021-08-23btrfs: constify and cleanup variables in comparatorsDavid Sterba-7/+6
2021-06-22btrfs: shorten integrity checker extent data mount optionDavid Sterba-3/+2
2021-06-21btrfs: always abort the transaction if we abort a trans handleJosef Bacik-11/+0
2021-04-20btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo-0/+26
2021-03-02btrfs: fix spurious free_space_tree remount warningBoris Burkov-2/+2
2021-02-08btrfs: allow read-only mount of 4K sector size fs on 64K page systemQu Wenruo-0/+7
2021-02-08btrfs: introduce the skeleton of btrfs_subpage structureQu Wenruo-1/+0
2020-12-18btrfs: run delayed iputs when remounting RO to avoid leaking themFilipe Manana-0/+10
2020-12-18btrfs: fix race between RO remount and the cleaner taskFilipe Manana-3/+19
2020-12-18btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana-0/+8
2020-12-09btrfs: warn when remount will not change the free space treeBoris Burkov-0/+16
2020-12-09btrfs: use superblock state to print space_cache mount optionBoris Burkov-2/+2
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov-3/+7
2020-12-09btrfs: clear oneshot options on mount and remountBoris Burkov-0/+1
2020-12-09btrfs: lift read-write mount setup from mount and remountBoris Burkov-31/+6
2020-12-09btrfs: remove inode number cache featureNikolay Borisov-10/+3
2020-12-09btrfs: disallow space_cache in ZONED modeNaohiro Aota-2/+11
2020-12-09btrfs: check and enable ZONED modeNaohiro Aota-0/+1
2020-12-09btrfs: get zone information of zoned block devicesNaohiro Aota-0/+5
2020-12-08btrfs: remove stub device info from messages when we have no fs_infoDavid Sterba-3/+7
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik-2/+0
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba-1/+1
2020-12-08btrfs: generate lockdep keyset names at compile timeDavid Sterba-2/+0
2020-12-08btrfs: introduce mount option rescue=allJosef Bacik-0/+11