| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-06 | Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -1/+1 |
| 2025-10-02 | Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+1 |
| 2025-10-01 | btrfs: fix PAGE_SIZE format specifier in open_ctree() | Nathan Chancellor | 1 | -1/+1 |
| 2025-09-30 | Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -48/+49 |
| 2025-09-23 | btrfs: add unlikely annotations to branches leading to EIO | David Sterba | 1 | -12/+12 |
| 2025-09-23 | btrfs: add unlikely annotations to branches leading to EUCLEAN | David Sterba | 1 | -14/+14 |
| 2025-09-23 | btrfs: enable experimental bs > ps support | Qu Wenruo | 1 | -2/+12 |
| 2025-09-23 | btrfs: annotate btrfs_is_testing() as unlikely and make it return bool | Filipe Manana | 1 | -2/+1 |
| 2025-09-23 | btrfs: always drop log root tree reference in btrfs_replay_log() | Filipe Manana | 1 | -1/+1 |
| 2025-09-23 | btrfs: cache max and min order inside btrfs_fs_info | Qu Wenruo | 1 | -0/+2 |
| 2025-09-23 | btrfs: fix typos in comments and strings | David Sterba | 1 | -1/+1 |
| 2025-09-23 | btrfs: add workspace manager initialization for zstd | Qu Wenruo | 1 | -0/+4 |
| 2025-09-22 | btrfs: convert several int parameters to bool | David Sterba | 1 | -2/+2 |
| 2025-09-22 | btrfs: simplify support block size check | Qu Wenruo | 1 | -15/+1 |
| 2025-09-19 | fs: WQ_PERCPU added to alloc_workqueue users | Marco Crivellari | 1 | -1/+1 |
| 2025-09-13 | btrfs: set AS_KERNEL_FILE on the btree_inode | Boris Burkov | 1 | -0/+1 |
| 2025-07-28 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -6/+2 |
| 2025-07-22 | btrfs: remove btrfs_clear_extent_bits() | Filipe Manana | 1 | -1/+1 |
| 2025-07-22 | btrfs: index buffer_tree using node size | Daniel Vacek | 1 | -0/+1 |
| 2025-07-22 | btrfs: call btrfs_close_devices() from ->kill_sb | Christoph Hellwig | 1 | -2/+2 |
| 2025-07-22 | btrfs: qgroup: remove no longer used fs_info->qgroup_ulist | Filipe Manana | 1 | -1/+0 |
| 2025-07-21 | btrfs: add btrfs prefix to is_fstree() and make it return bool | Filipe Manana | 1 | -4/+4 |
| 2025-07-21 | btrfs: use our message helpers instead of pr_err/pr_warn/pr_info | David Sterba | 1 | -1/+1 |
| 2025-07-21 | btrfs: switch RCU helper versions to btrfs_warn() | David Sterba | 1 | -1/+1 |
| 2025-07-21 | btrfs: zoned: reserve data_reloc block group on mount | Johannes Thumshirn | 1 | -0/+1 |
| 2025-06-30 | btrfs: stop parsing crc32c driver name | Eric Biggers | 1 | -6/+2 |
| 2025-06-19 | btrfs: handle csum tree error with rescue=ibadroots correctly | Qu Wenruo | 1 | -2/+1 |
| 2025-06-19 | btrfs: fix race between async reclaim worker and close_ctree() | Filipe Manana | 1 | -4/+18 |
| 2025-06-19 | btrfs: warn if leaking delayed_nodes in btrfs_put_root() | Leo Martins | 1 | -0/+2 |
| 2025-05-15 | btrfs: log error codes during failures when writing super blocks | Filipe Manana | 1 | -4/+4 |
| 2025-05-15 | btrfs: add block reserve for treelog | Naohiro Aota | 1 | -0/+1 |
| 2025-05-15 | btrfs: get rid of btrfs_read_dev_super() | Qu Wenruo | 1 | -29/+1 |
| 2025-05-15 | btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super() | Qu Wenruo | 1 | -52/+1 |
| 2025-05-15 | btrfs: convert the buffer_radix to an xarray | Josef Bacik | 1 | -2/+12 |
| 2025-05-15 | btrfs: rename btrfs_discard workqueue to btrfs-discard | David Sterba | 1 | -1/+1 |
| 2025-05-15 | btrfs: change return type of btree_csum_one_bio() to int | David Sterba | 1 | -8/+8 |
| 2025-05-15 | btrfs: merge __setup_root() to btrfs_alloc_root() | David Sterba | 1 | -9/+7 |
| 2025-05-15 | btrfs: use list_first_entry() everywhere | David Sterba | 1 | -2/+2 |
| 2025-05-15 | btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARN | David Sterba | 1 | -1/+1 |
| 2025-05-15 | btrfs: pass a physical address to btrfs_repair_io_failure() | Christoph Hellwig | 1 | -3/+4 |
| 2025-05-15 | btrfs: rename remaining exported extent map functions | Filipe Manana | 1 | -1/+1 |
| 2025-05-15 | btrfs: rename free_extent_state() to include a btrfs prefix | Filipe Manana | 1 | -1/+1 |
| 2025-05-15 | btrfs: rename the functions to init and release an extent io tree | Filipe Manana | 1 | -8/+8 |
| 2025-05-15 | btrfs: rename the functions to search for bits in extent ranges | Filipe Manana | 1 | -6/+7 |
| 2025-05-15 | btrfs: rename the functions to clear bits for an extent range | Filipe Manana | 1 | -2/+2 |
| 2025-05-15 | btrfs: remove unused flag EXTENT_BUFFER_CORRUPT | Daniel Vacek | 1 | -9/+2 |
| 2025-04-17 | Merge tag 'for-6.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+0 |
| 2025-04-01 | Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -3/+3 |
| 2025-04-01 | btrfs: remove folio order ASSERT()s in super block writeback path | Qu Wenruo | 1 | -2/+0 |
| 2025-03-18 | btrfs: don't clobber ret in btrfs_validate_super() | Mark Harmstone | 1 | -0/+3 |
| 2025-03-18 | btrfs: add extra warning if delayed iput is added when it's not allowed | Qu Wenruo | 1 | -0/+2 |
| 2025-03-18 | btrfs: run btrfs_error_commit_super() early | Qu Wenruo | 1 | -7/+8 |
| 2025-03-18 | btrfs: fix non-empty delayed iputs list on unmount due to async workers | Filipe Manana | 1 | -0/+13 |
| 2025-03-18 | btrfs: fix non-empty delayed iputs list on unmount due to compressed write wo... | Filipe Manana | 1 | -0/+12 |
| 2025-03-18 | btrfs: allow debug builds to accept 2K block size | Qu Wenruo | 1 | -3/+9 |
| 2025-03-18 | btrfs: remove the subpage related warning message | Qu Wenruo | 1 | -5/+0 |
| 2025-03-18 | btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_init_root_free_objectid() | David Sterba | 1 | -8/+5 |
| 2025-03-18 | btrfs: use BTRFS_PATH_AUTO_FREE in load_global_roots() | David Sterba | 1 | -7/+6 |
| 2025-03-18 | btrfs: do trivial BTRFS_PATH_AUTO_FREE conversions | David Sterba | 1 | -2/+1 |
| 2025-03-18 | btrfs: use num_extent_folios() in for loop bounds | David Sterba | 1 | -2/+1 |
| 2025-03-18 | btrfs: simplify parameters of metadata folio helpers | David Sterba | 1 | -2/+1 |
| 2025-03-18 | btrfs: simplify returns and labels in btrfs_init_fs_root() | David Sterba | 1 | -6/+5 |
| 2025-03-18 | btrfs: require strict data/metadata split for subpage checks | Qu Wenruo | 1 | -2/+2 |
| 2025-03-18 | btrfs: remove btrfs_fs_info::sectors_per_page | Qu Wenruo | 1 | -1/+0 |
| 2025-03-16 | btrfs: convert timeouts to secs_to_jiffies() | Easwar Hariharan | 1 | -3/+3 |
| 2025-01-13 | btrfs: split waiting from read_extent_buffer_pages(), drop parameter wait | David Sterba | 1 | -1/+1 |
| 2025-01-13 | btrfs: add tracking of read blocks for read policy | Anand Jain | 1 | -0/+5 |
| 2025-01-13 | btrfs: initialize fs_devices->fs_info earlier in btrfs_init_devices_late() | Anand Jain | 1 | -0/+1 |
| 2025-01-13 | btrfs: validate system chunk array at btrfs_validate_super() | Qu Wenruo | 1 | -0/+67 |
| 2024-12-06 | btrfs: flush delalloc workers queue before stopping cleaner kthread during un... | Filipe Manana | 1 | -0/+9 |
| 2024-11-11 | btrfs: remove fs_info parameter from btrfs_cleanup_one_transaction() | Filipe Manana | 1 | -4/+4 |
| 2024-11-11 | btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs() | Filipe Manana | 1 | -1/+1 |
| 2024-11-11 | btrfs: move btrfs_destroy_delayed_refs() to delayed-ref.c | Filipe Manana | 1 | -80/+0 |
| 2024-11-11 | btrfs: remove BUG_ON() at btrfs_destroy_delayed_refs() | Filipe Manana | 1 | -13/+24 |
| 2024-11-11 | btrfs: rename extent map shrinker members from struct btrfs_fs_info | Filipe Manana | 1 | -1/+1 |
| 2024-11-11 | btrfs: simplify tracking progress for the extent map shrinker | Filipe Manana | 1 | -2/+0 |
| 2024-11-11 | btrfs: make the extent map shrinker run asynchronously as a work queue job | Filipe Manana | 1 | -0/+2 |
| 2024-11-11 | btrfs: drop unused parameter transaction from alloc_log_tree() | David Sterba | 1 | -4/+3 |
| 2024-11-11 | btrfs: drop unused parameter options from open_ctree() | David Sterba | 1 | -2/+1 |
| 2024-10-24 | Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2024-10-22 | btrfs: qgroup: set a more sane default value for subtree drop threshold | Qu Wenruo | 1 | -1/+1 |
| 2024-10-04 | Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+11 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-10-01 | btrfs: wait for fixup workers before stopping cleaner kthread during umount | Filipe Manana | 1 | -0/+11 |
| 2024-09-10 | btrfs: convert try_release_extent_buffer() to take a folio | Li Zetao | 1 | -1/+1 |
| 2024-09-10 | btrfs: subpage: remove btrfs_fs_info::subpage_info member | Qu Wenruo | 1 | -12/+2 |
| 2024-07-17 | Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -67/+61 |
| 2024-07-12 | Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+2 |
| 2024-07-11 | btrfs: avoid races when tracking progress for extent map shrinking | Filipe Manana | 1 | -0/+2 |
| 2024-07-11 | btrfs: fix data race when accessing the last_trans field of a root | Filipe Manana | 1 | -2/+2 |
| 2024-07-11 | btrfs: introduce new "rescue=ignoresuperflags" mount option | Qu Wenruo | 1 | -4/+12 |
| 2024-07-11 | btrfs: introduce new "rescue=ignoremetacsums" mount option | Qu Wenruo | 1 | -6/+12 |
| 2024-07-11 | btrfs: output the unrecognized super block flags as hex | Qu Wenruo | 1 | -1/+1 |
| 2024-07-11 | btrfs: fix typo in error message in btrfs_validate_super() | Mark Harmstone | 1 | -1/+1 |
| 2024-07-11 | btrfs: remove all extra btrfs_check_eb_owner() calls | Josef Bacik | 1 | -4/+0 |
| 2024-07-11 | btrfs: constify pointer parameters where applicable | David Sterba | 1 | -9/+9 |
| 2024-07-11 | btrfs: rename err to ret in btrfs_cleanup_fs_roots() | Anand Jain | 1 | -18/+19 |
| 2024-07-11 | btrfs: add and use helper to commit the current transaction | Filipe Manana | 1 | -11/+1 |
| 2024-07-11 | btrfs: avoid create and commit empty transaction when committing super | Filipe Manana | 1 | -3/+7 |
| 2024-07-11 | btrfs: simplify range parameters of btrfs_wait_ordered_roots() | David Sterba | 1 | -1/+1 |
| 2024-07-11 | btrfs: move btrfs_block_group_root() to block-group.c | Anand Jain | 1 | -7/+0 |
| 2024-07-11 | btrfs: remove objectid from struct btrfs_inode on 64 bits platforms | Filipe Manana | 1 | -2/+1 |
| 2024-07-11 | btrfs: remove location key from struct btrfs_inode | Filipe Manana | 1 | -3/+1 |
| 2024-07-11 | btrfs: remove inode_lock from struct btrfs_root and use xarray locks | Filipe Manana | 1 | -1/+0 |
| 2024-07-11 | btrfs: use an xarray to track open inodes in a root | Filipe Manana | 1 | -3/+3 |
| 2024-06-07 | Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -9/+1 |
| 2024-06-05 | btrfs: fix leak of qgroup extent records after transaction abort | Filipe Manana | 1 | -9/+1 |
| 2024-05-21 | Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+3 |
| 2024-05-07 | btrfs: count super block write errors in device instead of tracking folio err... | Matthew Wilcox (Oracle) | 1 | -27/+19 |
| 2024-05-07 | btrfs: use the folio iterator in btrfs_end_super_write() | Matthew Wilcox (Oracle) | 1 | -13/+6 |
| 2024-05-07 | btrfs: convert super block writes to folio in write_dev_supers() | Matthew Wilcox (Oracle) | 1 | -10/+13 |
| 2024-05-07 | btrfs: convert super block writes to folio in wait_dev_supers() | Matthew Wilcox (Oracle) | 1 | -11/+12 |
| 2024-05-07 | btrfs: use btrfs_is_testing() everywhere | David Sterba | 1 | -2/+2 |
| 2024-05-07 | btrfs: initialize delayed inodes xarray without GFP_ATOMIC | Filipe Manana | 1 | -2/+1 |
| 2024-05-07 | btrfs: add a global per cpu counter to track number of used extent maps | Filipe Manana | 1 | -0/+9 |
| 2024-05-07 | btrfs: change root->root_key.objectid to btrfs_root_id() | Josef Bacik | 1 | -18/+18 |
| 2024-05-07 | btrfs: remove list_empty() check at warn_about_uncommitted_trans() | Filipe Manana | 1 | -3/+0 |
| 2024-05-07 | btrfs: free PERTRANS at the end of cleanup_transaction() | Boris Burkov | 1 | -4/+1 |
| 2024-05-03 | use ->bd_mapping instead of ->bd_inode->i_mapping | Al Viro | 1 | -3/+3 |
| 2024-03-04 | btrfs: merge btrfs_del_delalloc_inode() helpers | David Sterba | 1 | -1/+1 |
| 2024-03-04 | btrfs: stop passing root argument to __btrfs_del_delalloc_inode() | Filipe Manana | 1 | -1/+1 |
| 2024-03-04 | btrfs: add helper to get fs_info from struct inode pointer | David Sterba | 1 | -3/+3 |
| 2024-03-04 | btrfs: add helpers to get fs_info from page/folio pointers | David Sterba | 1 | -1/+1 |
| 2024-03-04 | btrfs: add helpers to get inode from page/folio pointers | David Sterba | 1 | -1/+2 |
| 2024-03-04 | btrfs: change BUG_ON to assertion in btrfs_read_roots() | David Sterba | 1 | -1/+1 |
| 2024-03-04 | btrfs: handle invalid root reference found in btrfs_init_root_free_objectid() | David Sterba | 1 | -1/+8 |
| 2024-03-04 | btrfs: remove unused included headers | David Sterba | 1 | -1/+0 |
| 2024-03-04 | btrfs: replace sb::s_blocksize by fs_info::sectorsize | David Sterba | 1 | -0/+2 |
| 2024-03-04 | btrfs: WARN_ON_ONCE() in our leak detection code | Josef Bacik | 1 | -0/+1 |
| 2024-03-04 | btrfs: cache folio size and shift in extent_buffer | Qu Wenruo | 1 | -1/+1 |
| 2024-02-29 | btrfs: fix double free of anonymous device after snapshot creation failure | Filipe Manana | 1 | -11/+11 |
| 2024-01-31 | btrfs: do not ASSERT() if the newly created subvolume already got read | Qu Wenruo | 1 | -2/+11 |
| 2023-12-15 | btrfs: migrate btrfs_repair_io_failure() to folio interfaces | Qu Wenruo | 1 | -6/+7 |
| 2023-12-15 | btrfs: migrate subpage code to folio interfaces | Qu Wenruo | 1 | -2/+2 |
| 2023-12-15 | btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to folios | Qu Wenruo | 1 | -1/+1 |
| 2023-12-15 | btrfs: cleanup metadata page pointer usage | Qu Wenruo | 1 | -0/+6 |
| 2023-12-15 | btrfs: migrate extent_buffer::pages[] to folio | Qu Wenruo | 1 | -9/+10 |
| 2023-12-15 | btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-tree | David Sterba | 1 | -1/+2 |
| 2023-12-15 | btrfs: set clear_cache if we use usebackuproot | Josef Bacik | 1 | -3/+0 |
| 2023-12-15 | btrfs: move one shot mount option clearing to super.c | Josef Bacik | 1 | -15/+1 |
| 2023-12-15 | btrfs: move the device specific mount options to super.c | Josef Bacik | 1 | -23/+0 |
| 2023-12-15 | btrfs: switch to the new mount API | Josef Bacik | 1 | -2/+9 |
| 2023-12-15 | btrfs: add a NOSPACECACHE mount option flag | Josef Bacik | 1 | -0/+1 |
| 2023-12-15 | btrfs: do not allow free space tree rebuild on extent tree v2 | Josef Bacik | 1 | -1/+5 |
| 2023-12-15 | btrfs: move space cache settings into open_ctree | Josef Bacik | 1 | -11/+6 |
| 2023-12-15 | btrfs: set default compress type at btrfs_init_fs_info time | Josef Bacik | 1 | -7/+3 |
| 2023-12-15 | btrfs: allow extent buffer helpers to skip cross-page handling | Qu Wenruo | 1 | -3/+14 |
| 2023-12-15 | btrfs: zoned: don't clear dirty flag of extent buffer | Johannes Thumshirn | 1 | -1/+6 |
| 2023-12-15 | btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUT | Johannes Thumshirn | 1 | -1/+1 |
| 2023-12-15 | btrfs: use a dedicated data structure for chunk maps | Filipe Manana | 1 | -3/+4 |
| 2023-12-15 | btrfs: remove log_extents_lock and logged_list from struct btrfs_root | Filipe Manana | 1 | -4/+0 |
| 2023-12-06 | btrfs: free qgroup pertrans reserve on transaction abort | Boris Burkov | 1 | -0/+28 |
| 2023-11-23 | btrfs: add dmesg output for first mount and last unmount of a filesystem | Qu Wenruo | 1 | -0/+1 |
| 2023-10-12 | btrfs: add and use helpers for reading and writing last_trans_committed | Filipe Manana | 1 | -4/+5 |
| 2023-10-12 | btrfs: add and use helpers for reading and writing log_transid | Filipe Manana | 1 | -2/+2 |
| 2023-10-12 | btrfs: add and use helpers for reading and writing last_log_commit | Filipe Manana | 1 | -2/+2 |
| 2023-10-12 | btrfs: support cloned-device mount capability | Anand Jain | 1 | -1/+2 |
| 2023-10-12 | btrfs: stop reserving excessive space for block group item updates | Filipe Manana | 1 | -1/+1 |
| 2023-10-12 | btrfs: reject devices with CHANGING_FSID_V2 | Anand Jain | 1 | -10/+0 |
| 2023-10-12 | btrfs: qgroup: only set QUOTA_ENABLED when done reading qgroups | Boris Burkov | 1 | -1/+0 |
| 2023-10-12 | btrfs: qgroup: track metadata relocation COW with simple quota | Boris Burkov | 1 | -2/+2 |
| 2023-10-12 | btrfs: read raid stripe tree from disk | Johannes Thumshirn | 1 | -0/+18 |
| 2023-10-12 | btrfs: mark transaction id check as unlikely at btrfs_mark_buffer_dirty() | Filipe Manana | 1 | -1/+1 |
| 2023-10-12 | btrfs: use btrfs_crit at btrfs_mark_buffer_dirty() | Filipe Manana | 1 | -2/+3 |
| 2023-10-12 | btrfs: abort transaction on generation mismatch when marking eb as dirty | Filipe Manana | 1 | -4/+9 |
| 2023-10-12 | btrfs: stop doing excessive space reservation for csum deletion | Filipe Manana | 1 | -2/+2 |
| 2023-10-12 | btrfs: reserve space for delayed refs on a per ref basis | Filipe Manana | 1 | -0/+1 |
| 2023-10-12 | btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY option | Qu Wenruo | 1 | -28/+0 |
| 2023-10-12 | btrfs: check-integrity: remove btrfsic_unmount() function | Qu Wenruo | 1 | -6/+0 |
| 2023-10-12 | btrfs: check-integrity: remove btrfsic_mount() function | Qu Wenruo | 1 | -12/+0 |
| 2023-10-12 | btrfs: check-integrity: remove btrfsic_check_bio() function | Qu Wenruo | 1 | -4/+0 |
| 2023-10-12 | btrfs: reformat remaining kdoc style comments | David Sterba | 1 | -5/+6 |
| 2023-10-12 | btrfs: sipmlify uuid parameters of alloc_fs_devices() | Anand Jain | 1 | -3/+4 |
| 2023-09-08 | btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folio | Qu Wenruo | 1 | -6/+8 |
| 2023-09-08 | btrfs: do not block starts waiting on previous transaction commit | Josef Bacik | 1 | -4/+4 |
| 2023-08-21 | btrfs: drop redundant check to use fs_devices::metadata_uuid | Anand Jain | 1 | -10/+5 |
| 2023-08-21 | btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super | Anand Jain | 1 | -5/+3 |
| 2023-08-21 | btrfs: use the correct superblock to compare fsid in btrfs_validate_super | Anand Jain | 1 | -3/+2 |
| 2023-08-21 | btrfs: use LIST_HEAD() to initialize the list_head | Ruan Jinjie | 1 | -9/+3 |
| 2023-08-21 | btrfs: zoned: reserve zones for an active metadata/system block group | Naohiro Aota | 1 | -0/+2 |
| 2023-08-21 | btrfs: make btrfs_cleanup_fs_roots() static | Filipe Manana | 1 | -50/+50 |
| 2023-08-21 | btrfs: store the error that turned the fs into error state | Filipe Manana | 1 | -1/+1 |
| 2023-08-21 | btrfs: make find_first_extent_bit() return a boolean | Filipe Manana | 1 | -5/+5 |
| 2023-08-21 | btrfs: make btrfs_destroy_pinned_extent() return void | Filipe Manana | 1 | -8/+4 |
| 2023-08-21 | btrfs: make btrfs_destroy_marked_extents() return void | Filipe Manana | 1 | -12/+5 |
| 2023-08-10 | btrfs: reject invalid reloc tree root keys with stack dump | Qu Wenruo | 1 | -1/+2 |
| 2023-08-10 | btrfs: avoid race between qgroup tree creation and relocation | Qu Wenruo | 1 | -0/+10 |
| 2023-07-20 | btrfs: zoned: do not enable async discard | Naohiro Aota | 1 | -1/+6 |
| 2023-06-19 | btrfs: add xxhash to fast checksum implementations | David Sterba | 1 | -0/+3 |
| 2023-06-19 | btrfs: make btrfs_destroy_delayed_refs() return void | Filipe Manana | 1 | -6/+3 |
| 2023-06-19 | btrfs: remove unnecessary prototype declarations at disk-io.c | Filipe Manana | 1 | -9/+0 |
| 2023-06-19 | btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_node | Filipe Manana | 1 | -1/+0 |
| 2023-06-19 | btrfs: use alloc_ordered_workqueue() to create ordered workqueues | Tejun Heo | 1 | -3/+5 |
| 2023-06-19 | btrfs: remove a pointless NULL check in btrfs_lookup_fs_root | Christoph Hellwig | 1 | -2/+1 |
| 2023-06-19 | btrfs: convert btrfs_get_global_root to use a switch statement | Christoph Hellwig | 1 | -10/+13 |
| 2023-06-19 | btrfs: fix the btrfs_get_global_root return value | Christoph Hellwig | 1 | -11/+5 |
| 2023-06-19 | btrfs: consolidate uuid comparisons in btrfs_validate_super | Anand Jain | 1 | -8/+8 |
| 2023-06-19 | btrfs: return bool from check_tree_block_fsid instead of int | Anand Jain | 1 | -4/+4 |
| 2023-06-19 | btrfs: stop using lock_extent in btrfs_buffer_uptodate | Christoph Hellwig | 1 | -10/+2 |
| 2023-06-19 | btrfs: remove the extent_buffer lookup in btree block checksumming | Christoph Hellwig | 1 | -96/+24 |