summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: sysfs: validate scrub_speed_max valueDavid Disseldorp2023-12-151-0/+4
* btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-treeDavid Sterba2023-12-154-34/+41
* btrfs: fix typos found by codespellDavid Sterba2023-12-159-12/+12
* btrfs: fix mismatching parameter names for btrfs_get_extent()Qu Wenruo2023-12-151-1/+1
* btrfs: use the flags of an extent map to identify the compression typeFilipe Manana2023-12-1512-120/+148
* btrfs: refactor mergable_maps() for more readabilityFilipe Manana2023-12-151-14/+14
* btrfs: make extent_map_end() argument constFilipe Manana2023-12-151-1/+1
* btrfs: avoid useless rbtree iterations when attempting to merge extent mapFilipe Manana2023-12-151-17/+21
* btrfs: log messages at unpin_extent_range() during unexpected casesFilipe Manana2023-12-153-8/+18
* btrfs: remove redundant value assignment at btrfs_add_extent_mapping()Filipe Manana2023-12-151-2/+0
* btrfs: unexport add_extent_mapping()Filipe Manana2023-12-153-26/+25
* btrfs: tests: print all values as decimal in messages for extent map testsFilipe Manana2023-12-151-7/+7
* btrfs: tests: do not ignore NULL extent maps for extent maps testsFilipe Manana2023-12-151-10/+30
* btrfs: tests: fix error messages for test case 4 of extent map testsFilipe Manana2023-12-151-2/+2
* btrfs: assert extent map is not in a list when setting it upFilipe Manana2023-12-151-1/+3
* btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLESDavid Sterba2023-12-154-10/+29
* btrfs: cache that we don't have security.capability setJosef Bacik2023-12-153-2/+62
* btrfs: remove code for inode_cache and recovery mount optionsJosef Bacik2023-12-151-35/+0
* btrfs: set clear_cache if we use usebackuprootJosef Bacik2023-12-152-3/+9
* btrfs: move one shot mount option clearing to super.cJosef Bacik2023-12-153-16/+15
* btrfs: remove old mount API codeJosef Bacik2023-12-153-1081/+13
* btrfs: move the device specific mount options to super.cJosef Bacik2023-12-152-23/+25
* btrfs: switch to the new mount APIJosef Bacik2023-12-153-41/+60
* btrfs: handle the ro->rw transition for mounting different subvolumesJosef Bacik2023-12-151-1/+128
* btrfs: add get_tree callback for new mount APIJosef Bacik2023-12-151-4/+204
* btrfs: add reconfigure callback for fs_contextJosef Bacik2023-12-153-29/+197
* btrfs: add fs context handling functionsJosef Bacik2023-12-151-1/+35
* btrfs: add parse_param callback for the new mount APIJosef Bacik2023-12-151-0/+380
* btrfs: add fs_parameter definitionsJosef Bacik2023-12-151-1/+125
* btrfs: add a NOSPACECACHE mount option flagJosef Bacik2023-12-152-0/+2
* btrfs: split out ro->rw and rw->ro helpers into their own functionsJosef Bacik2023-12-151-113/+116
* btrfs: do not allow free space tree rebuild on extent tree v2Josef Bacik2023-12-151-1/+5
* btrfs: move space cache settings into open_ctreeJosef Bacik2023-12-153-24/+50
* btrfs: set default compress type at btrfs_init_fs_info timeJosef Bacik2023-12-151-7/+3
* btrfs: split out the mount option validation code into its own helperJosef Bacik2023-12-151-29/+37
* fs: indicate request originates from old mount APIChristian Brauner2023-12-151-0/+11
* btrfs: remove no longer used EXTENT_MAP_DELALLOC block start valueFilipe Manana2023-12-153-7/+1
* btrfs: allow extent buffer helpers to skip cross-page handlingQu Wenruo2023-12-153-3/+75
* btrfs: reflow btrfs_free_tree_blockJohannes Thumshirn2023-12-151-49/+50
* btrfs: use memset_page instead of opencoding itJohannes Thumshirn2023-12-151-1/+1
* btrfs: remove now unneeded btrfs_redirty_list_addJohannes Thumshirn2023-12-154-27/+1
* btrfs: zoned: don't clear dirty flag of extent bufferJohannes Thumshirn2023-12-153-4/+22
* btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUTJohannes Thumshirn2023-12-155-5/+6
* btrfs: always set extent_io_tree::inode and drop fs_infoDavid Sterba2023-12-154-25/+78
* btrfs: enhance extent_io_tree error reportsDavid Sterba2023-12-151-10/+14
* btrfs: constify fs_info parameter in __btrfs_panic()David Sterba2023-12-152-2/+2
* btrfs: drop error message in extent_io_tree insert_state()David Sterba2023-12-151-3/+0
* btrfs: move lockdep class setting out of extent_io_tree_initDavid Sterba2023-12-152-10/+11
* btrfs: remove stripe size local variable from insert_dev_extents()Filipe Manana2023-12-151-4/+1
* btrfs: use a dedicated data structure for chunk mapsFilipe Manana2023-12-1516-488/+501