summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-05-07btrfs: remove no longer used btrfs_clone_chunk_map()Filipe Manana
2024-05-07btrfs: remove list_empty() check at warn_about_uncommitted_trans()Filipe Manana
2024-05-07btrfs: remove pointless return value assignment at btrfs_finish_one_ordered()Filipe Manana
2024-05-07btrfs: remove not needed mod_start and mod_len from struct extent_mapFilipe Manana
2024-05-07btrfs: free PERTRANS at the end of cleanup_transaction()Boris Burkov
2024-05-07btrfs: compression: migrate compression/decompression paths to foliosQu Wenruo
2024-05-07btrfs: introduce btrfs_alloc_folio_array()Qu Wenruo
2024-05-07btrfs: migrate insert_inline_extent() to folio interfacesQu Wenruo
2024-05-07btrfs: make insert_inline_extent() accept one page directlyQu Wenruo
2024-05-07btrfs: compression: convert page allocation to folio interfacesQu Wenruo
2024-05-07btrfs: compression: add error handling for missed page cacheQu Wenruo
2024-05-07btrfs: stop locking the source extent range during reflinkFilipe Manana
2024-05-07btrfs: qgroup: delete unnecessary check in btrfs_qgroup_check_inherit()Dan Carpenter
2024-05-07btrfs: convert put_file_data() to foliosGoldwyn Rodrigues
2024-05-07btrfs: convert relocate_one_page() to folios and renameGoldwyn Rodrigues
2024-05-07btrfs: page to folio conversion: prealloc_file_extent_cluster()Goldwyn Rodrigues
2024-05-07btrfs: rename err to ret in btrfs_direct_write()Anand Jain
2024-05-07btrfs: rename err to ret in prepare_pages()Anand Jain
2024-05-07btrfs: rename err to ret in btrfs_dirty_pages()Anand Jain
2024-05-07btrfs: rename err to ret in create_reloc_inode()Anand Jain
2024-05-07btrfs: rename err to ret in __btrfs_end_transaction()Anand Jain
2024-05-07btrfs: rename err to ret in convert_extent_bit()Anand Jain
2024-05-07btrfs: rename err to ret in __set_extent_bit()Anand Jain
2024-05-07btrfs: rename err to ret in btrfs_ioctl_snap_destroy()Anand Jain
2024-05-07btrfs: rename err to ret in btrfs_cont_expand()Anand Jain
2024-05-07btrfs: rename err to ret in btrfs_rmdir()Anand Jain
2024-05-07btrfs: rename err to ret in btrfs_initxattrs()Anand Jain
2024-05-07btrfs: warn if EXTENT_BUFFER_UPTODATE is set while readingTavian Barnes
2024-05-07btrfs: add helper to clear EXTENT_BUFFER_READINGTavian Barnes
2024-05-07btrfs: avoid pointless wake ups of drew lock readersFilipe Manana
2024-05-07btrfs: remove pointless writepages callback wrapperFilipe Manana
2024-05-07btrfs: remove pointless readahead callback wrapperFilipe Manana
2024-05-07btrfs: locking: rename __btrfs_tree_lock() and __btrfs_tree_read_lock()Filipe Manana
2024-05-07btrfs: locking: inline btrfs_tree_lock() and btrfs_tree_read_lock()Filipe Manana
2024-05-07btrfs: remove pointless BUG_ON() when creating snapshotFilipe Manana
2024-05-06Merge tag 'for-6.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro
2024-05-02set_blocksize(): switch to passing struct file *Al Viro
2024-05-02btrfs_get_bdev_and_sb(): call set_blocksize() only for exclusive opensAl Viro
2024-05-02btrfs: make sure that WRITTEN is set on all metadata blocksJosef Bacik
2024-05-02btrfs: qgroup: do not check qgroup inherit if qgroup is disabledQu Wenruo
2024-05-02Merge tag 'for-6.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-04-30btrfs: set correct ram_bytes when splitting ordered extentQu Wenruo
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-25btrfs: take the cleaner_mutex earlier in qgroup disableJosef Bacik
2024-04-25btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()Dominique Martinet
2024-04-24Merge tag 'for-6.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-18btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo
2024-04-18btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn