aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
12 daysbtrfs: add tracepoints for extent map shrinker eventsFilipe Manana1-1/+4
12 daysbtrfs: add a shrinker for extent mapsFilipe Manana1-0/+17
12 daysbtrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik1-8/+5
2024-03-04btrfs: factor out validation of btrfs_ioctl_vol_args::nameDavid Sterba1-1/+4
2024-03-04btrfs: remove unused included headersDavid Sterba1-2/+0
2024-03-04btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba1-1/+1
2024-01-22Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+8
2024-01-18btrfs: use the original mount's mount options for the legacy reconfigureJosef Bacik1-0/+8
2024-01-10Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-1124/+1169
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+2
2023-12-15btrfs: remove code for inode_cache and recovery mount optionsJosef Bacik1-35/+0
2023-12-15btrfs: set clear_cache if we use usebackuprootJosef Bacik1-0/+9
2023-12-15btrfs: move one shot mount option clearing to super.cJosef Bacik1-0/+14
2023-12-15btrfs: remove old mount API codeJosef Bacik1-1065/+13
2023-12-15btrfs: move the device specific mount options to super.cJosef Bacik1-0/+25
2023-12-15btrfs: switch to the new mount APIJosef Bacik1-39/+49
2023-12-15btrfs: handle the ro->rw transition for mounting different subvolumesJosef Bacik1-1/+128
2023-12-15btrfs: add get_tree callback for new mount APIJosef Bacik1-4/+204
2023-12-15btrfs: add reconfigure callback for fs_contextJosef Bacik1-21/+185
2023-12-15btrfs: add fs context handling functionsJosef Bacik1-1/+35
2023-12-15btrfs: add parse_param callback for the new mount APIJosef Bacik1-0/+380
2023-12-15btrfs: add fs_parameter definitionsJosef Bacik1-1/+125
2023-12-15btrfs: split out ro->rw and rw->ro helpers into their own functionsJosef Bacik1-113/+116
2023-12-15btrfs: move space cache settings into open_ctreeJosef Bacik1-13/+43
2023-12-15btrfs: split out the mount option validation code into its own helperJosef Bacik1-29/+37
2023-11-28Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+4
2023-11-23btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo1-1/+4
2023-11-18btrfs: Do not restrict writes to btrfs devicesJan Kara1-0/+2
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedFilipe Manana1-3/+4
2023-10-12btrfs: scan but don't register device on single device filesystemAnand Jain1-5/+18
2023-10-12btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY optionQu Wenruo1-56/+0
2023-10-12btrfs: include linux/security.h in super.cJosef Bacik1-0/+1
2023-10-10Revert "btrfs: reject unknown mount options early"David Sterba1-4/+0
2023-10-04fs: super: dynamically allocate the s_shrinkQi Zheng1-1/+1
2023-10-04btrfs: reject unknown mount options earlyQu Wenruo1-0/+4
2023-09-20btrfs: properly report 0 avail for very full file systemsJosef Bacik1-1/+1
2023-08-21btrfs: deprecate integrity checker featureQu Wenruo1-0/+6
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-14/+7
2023-06-19btrfs: remove hipri_workers workqueueChristoph Hellwig1-1/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-4/+4
2023-06-12block: add a sb_open_mode helperChristoph Hellwig1-4/+1
2023-06-12btrfs: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig1-10/+6
2023-06-06btrfs: properly enable async discard when switching from RO->RWChris Mason1-0/+6
2023-05-10btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo1-2/+1
2023-04-28btrfs: properly reject clear_cache and v1 cache for block-group-treeQu Wenruo1-1/+6
2023-04-17btrfs: don't print the crc32c implementation at module load timeChristoph Hellwig1-1/+1
2023-04-17btrfs: use btrfs_handle_fs_error in btrfs_fill_superJosef Bacik1-0/+1
2023-04-06btrfs: fix fast csum implementation detectionChristoph Hellwig1-2/+0
2023-04-06btrfs: restore the thread_pool= behavior in remount for the end I/O workqueuesChristoph Hellwig1-0/+2
2023-02-15btrfs: fix spelling mistakes found using codespellColin Ian King1-1/+1
2023-02-13btrfs: pass find_free_extent_ctl to allocator tracepointsBoris Burkov1-0/+1
2023-01-03btrfs: fix compat_ro checks against remountQu Wenruo1-1/+1
2022-12-15btrfs: fix leak of fs devices after removing btrfs moduleFilipe Manana1-0/+1
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig1-1/+1
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo1-1/+1
2022-12-05btrfs: move super prototypes into super.hJosef Bacik1-0/+1
2022-12-05btrfs: move verity prototypes into verity.hJosef Bacik1-0/+1
2022-12-05btrfs: move scrub prototypes into scrub.hJosef Bacik1-0/+1
2022-12-05btrfs: move ioctl prototypes into ioctl.hJosef Bacik1-0/+1
2022-12-05btrfs: move dir-item prototypes into dir-item.hJosef Bacik1-0/+1
2022-12-05btrfs: move defrag related prototypes to their own headerJosef Bacik1-0/+1
2022-12-05btrfs: move the printk and assert helpers to messages.cJosef Bacik1-346/+0
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy1-1/+1
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy1-1/+2
2022-12-05btrfs: merge module cleanup sequence to one helperAnand Jain1-18/+10
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagJosef Bacik1-1/+2
2022-12-05btrfs: push printk index code into their respective helpersJosef Bacik1-0/+10
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: move assert helpers out of ctree.hJosef Bacik1-0/+14
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: auto enable discard=async when possibleDavid Sterba1-0/+2
2022-12-05btrfs: make module init/exit match their sequenceQu Wenruo1-126/+116
2022-12-05btrfs: move free space cachep's out of ctree.hJosef Bacik1-1/+8
2022-12-05btrfs: move btrfs_path_cachep out of ctree.hJosef Bacik1-1/+8
2022-12-05btrfs: move trans_handle_cachep out of ctree.hJosef Bacik1-1/+8
2022-10-24btrfs: make thaw time super block check to also verify checksumQu Wenruo1-0/+16
2022-09-26btrfs: relax block-group-tree feature dependency checksQu Wenruo1-16/+3
2022-09-26btrfs: separate out the extent state and extent buffer init codeJosef Bacik1-5/+12
2022-09-26btrfs: enhance unsupported compat RO flags handlingQu Wenruo1-0/+9
2022-09-26btrfs: dump all space infos if we abort transaction due to ENOSPCQu Wenruo1-1/+3
2022-09-26btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo1-0/+60
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig1-5/+5
2022-09-26btrfs: don't print information about space cache or tree every remountMaciej S. Szmigiero1-4/+7
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2022-07-25btrfs: use mask for all RAID1* profiles in btrfs_calc_avail_data_spaceDavid Sterba1-6/+2
2022-07-25btrfs: use named constant for reserved device spaceQu Wenruo1-8/+4
2022-07-25btrfs: remove btrfs_end_io_wqChristoph Hellwig1-10/+1
2022-07-25btrfs: don't use btrfs_bio_wq_end_io for compressed writesChristoph Hellwig1-2/+0
2022-07-25btrfs: add trace event for submitted RAID56 bioQu Wenruo1-0/+1
2022-07-25btrfs: fix typos in commentsDavid Sterba1-1/+1
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-0/+2
2022-06-07btrfs: add error messages to all unrecognized mount optionsDavid Sterba1-7/+32
2022-06-06btrfs: prevent remounting to v1 space cache for subpage mountQu Wenruo1-0/+8
2022-05-16btrfs: use normal workqueues for scrubChristoph Hellwig1-2/+0
2022-05-16btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueChristoph Hellwig1-0/+1
2022-05-16btrfs: add messages to printk indexJonathan Lassoff1-3/+3
2022-03-14btrfs: add filesystems state details to error messagesSweet Tea Dorminy1-8/+60
2022-03-14btrfs: disable space cache related mount options for extent tree v2Josef Bacik1-0/+20
2022-03-14btrfs: match stale devices by dev_tAnand Jain1-1/+7
2022-01-22mm: remove cleancacheChristoph Hellwig1-2/+0
2022-01-07btrfs: remove reada infrastructureQu Wenruo1-1/+0
2021-10-26btrfs: add a BTRFS_FS_ERROR helperJosef Bacik1-1/+1
2021-10-26btrfs: use latest_dev in btrfs_show_devnameAnand Jain1-19/+5
2021-10-26btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain1-1/+1
2021-08-23btrfs: allow idmapped mountChristian Brauner1-1/+1
2021-08-23btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza1-20/+6
2021-08-23btrfs: print if fsverity support is built in when loading moduleDavid Sterba1-0/+5
2021-08-23btrfs: initial fsverity supportBoris Burkov1-0/+3
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo1-7/+0
2021-08-23btrfs: constify and cleanup variables in comparatorsDavid Sterba1-7/+6
2021-06-22btrfs: shorten integrity checker extent data mount optionDavid Sterba1-3/+2
2021-06-21btrfs: always abort the transaction if we abort a trans handleJosef Bacik1-11/+0
2021-04-20btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo1-0/+26
2021-03-02btrfs: fix spurious free_space_tree remount warningBoris Burkov1-2/+2
2021-02-08btrfs: allow read-only mount of 4K sector size fs on 64K page systemQu Wenruo1-0/+7
2021-02-08btrfs: introduce the skeleton of btrfs_subpage structureQu Wenruo1-1/+0
2020-12-18btrfs: run delayed iputs when remounting RO to avoid leaking themFilipe Manana1-0/+10
2020-12-18btrfs: fix race between RO remount and the cleaner taskFilipe Manana1-3/+19
2020-12-18btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana1-0/+8
2020-12-09btrfs: warn when remount will not change the free space treeBoris Burkov1-0/+16
2020-12-09btrfs: use superblock state to print space_cache mount optionBoris Burkov1-2/+2
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov1-3/+7
2020-12-09btrfs: clear oneshot options on mount and remountBoris Burkov1-0/+1
2020-12-09btrfs: lift read-write mount setup from mount and remountBoris Burkov1-31/+6
2020-12-09btrfs: remove inode number cache featureNikolay Borisov1-10/+3
2020-12-09btrfs: disallow space_cache in ZONED modeNaohiro Aota1-2/+11
2020-12-09btrfs: check and enable ZONED modeNaohiro Aota1-0/+1
2020-12-09btrfs: get zone information of zoned block devicesNaohiro Aota1-0/+5
2020-12-08btrfs: remove stub device info from messages when we have no fs_infoDavid Sterba1-3/+7
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik1-2/+0
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba1-1/+1
2020-12-08btrfs: generate lockdep keyset names at compile timeDavid Sterba1-2/+0
2020-12-08btrfs: introduce mount option rescue=allJosef Bacik1-0/+11
2020-12-08btrfs: introduce mount option rescue=ignoredatacsumsJosef Bacik1-1/+11
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik1-1/+11
2020-12-08btrfs: show rescue=usebackuproot in /proc/mountsJosef Bacik1-0/+2
2020-12-08btrfs: add a helper to print out rescue= optionsJosef Bacik1-1/+8
2020-12-08btrfs: unify the ro checking for mount optionsJosef Bacik1-7/+16
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik1-4/+1
2020-10-07btrfs: do async reclaim for data reservationsJosef Bacik1-0/+1
2020-08-19btrfs: reset compression level for lzo on remountMarcos Paulo de Souza1-0/+1
2020-08-10btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik1-0/+6
2020-08-10btrfs: don't show full path of bind mounts in subvol=Josef Bacik1-2/+8
2020-08-10btrfs: fix messages after changing compression level by remountDavid Sterba1-5/+9
2020-07-27btrfs: open-code remount flag setting in btrfs_remountJohannes Thumshirn1-8/+5
2020-07-27btrfs: document special case error codes for fs errorsJosef Bacik1-0/+15
2020-07-27btrfs: don't traverse into the seed devices in show_devnameAnand Jain1-14/+7
2020-07-27btrfs: remove deprecated mount option subvolrootidDavid Sterba1-6/+0
2020-07-27btrfs: remove deprecated mount option alloc_startDavid Sterba1-6/+0
2020-07-27btrfs: start deprecation of mount option inode_cacheDavid Sterba1-0/+2
2020-07-27btrfs: introduce "rescue=" mount optionQu Wenruo1-8/+73
2020-07-02btrfs: convert comments to fallthrough annotationsMarcos Paulo de Souza1-3/+3
2020-05-25btrfs: simplify iget helpersDavid Sterba1-5/+1
2020-05-25btrfs: simplify root lookup by idDavid Sterba1-4/+1
2020-05-25btrfs: add more codes to decoder tableDavid Sterba1-0/+9
2020-05-25btrfs: sort error decoder entriesDavid Sterba1-9/+9
2020-03-23btrfs: adjust message level for unrecognized mount optionDavid Sterba1-1/+1
2020-03-23btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza1-4/+4
2020-03-23btrfs: add wrapper for transaction abort predicateDavid Sterba1-1/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-2/+2
2020-03-23btrfs: make the init of static elements in fs_info separateJosef Bacik1-2/+5
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik1-5/+0
2020-03-23btrfs: export and rename free_fs_infoJosef Bacik1-3/+3
2020-03-23btrfs: hold a ref on the root in get_subvol_name_from_objectidJosef Bacik1-1/+10
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik1-1/+1
2020-03-23btrfs: update the comment of btrfs_control_ioctl()Su Yue1-1/+1
2020-02-12btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba1-0/+2
2020-02-02btrfs: do not zero f_bavail if we have available spaceJosef Bacik1-1/+9
2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou1-2/+33
2020-01-20btrfs: rename DISCARD mount option to to DISCARD_SYNCDennis Zhou1-4/+4
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-11-18btrfs: add support for 4-copy replication (raid1c4)David Sterba1-0/+2
2019-11-18btrfs: add support for 3-copy replication (raid1c3)David Sterba1-0/+2
2019-11-18btrfs: remove cached space_info in btrfs_statfs()Johannes Thumshirn1-2/+1
2019-11-18btrfs: add blake2b to checksumming algorithmsDavid Sterba1-0/+1
2019-11-18btrfs: add sha256 to checksumming algorithmJohannes Thumshirn1-0/+1
2019-11-18btrfs: add xxhash64 to checksumming algorithmsJohannes Thumshirn1-0/+1
2019-11-18Btrfs: delete the entire async bio submission frameworkChris Mason1-1/+0
2019-11-18btrfs: add const function attributeDavid Sterba1-1/+1
2019-11-18btrfs: add __cold attribute to more functionsDavid Sterba1-1/+1
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba1-1/+1
2019-11-18btrfs: separate out the extent io init functionJosef Bacik1-1/+8
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-09-09btrfs: move sysfs declarations out of ctree.hDavid Sterba1-0/+1
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
2019-09-09btrfs: Refactor btrfs_calc_avail_data_spaceNikolay Borisov1-20/+10
2019-07-02btrfs: move space_info to space-info.hJosef Bacik1-0/+1
2019-07-02btrfs: use raid_attr for minimum stripe count in btrfs_calc_avail_data_spaceDavid Sterba1-8/+5
2019-07-02btrfs: use raid_attr to adjust minimal stripe size in btrfs_calc_avail_data_s...David Sterba1-4/+5
2019-07-01btrfs: directly call into crypto framework for checksummingJohannes Thumshirn1-0/+1
2019-07-01btrfs: Remove unused variable mode in btrfs_mountGoldwyn Rodrigues1-4/+0
2019-07-01btrfs: detect fast implementation of crc32c on all architecturesDavid Sterba1-0/+2
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-2/+2
2019-05-01btrfs: use ->free_inode()Al Viro1-0/+1
2019-04-29btrfs: drop unused parameter in mount_subvolAnand Jain1-2/+2
2019-02-25btrfs: add zstd compression level supportDennis Zhou1-1/+5
2019-02-25btrfs: change set_level() to bound the level passed inDennis Zhou1-1/+3
2019-02-25btrfs: introduce new ioctl to unregister a btrfs deviceAnand Jain1-0/+3