summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | btrfs: export find_next_inode() as btrfs_find_first_inode()Filipe Manana2024-05-073-80/+85
| * | | | | | btrfs: simplify add_extent_mapping() by removing pointless labelFilipe Manana2024-05-071-4/+4
| * | | | | | btrfs: tests: error out on unexpected extent map reference countFilipe Manana2024-05-071-8/+35
| * | | | | | btrfs: pass an inode to btrfs_add_extent_mapping()Filipe Manana2024-05-074-98/+95
| * | | | | | btrfs: open code csum_exist_in_range()Filipe Manana2024-05-071-12/+7
| * | | | | | btrfs: make NOCOW checks for existence of checksums in a range more efficientFilipe Manana2024-05-074-27/+27
| * | | | | | btrfs: simplify error path for btrfs_lookup_csums_list()Filipe Manana2024-05-071-8/+9
| * | | | | | btrfs: remove use of a temporary list at btrfs_lookup_csums_list()Filipe Manana2024-05-071-5/+3
| * | | | | | btrfs: remove search_commit parameter from btrfs_lookup_csums_list()Filipe Manana2024-05-075-16/+7
| * | | | | | btrfs: add function comment to btrfs_lookup_csums_list()Filipe Manana2024-05-071-0/+13
| * | | | | | btrfs: move btrfs_page_mkwrite() from inode.c into file.cFilipe Manana2024-05-073-168/+166
| * | | | | | btrfs: remove no longer used btrfs_clone_chunk_map()Filipe Manana2024-05-072-16/+0
| * | | | | | btrfs: remove list_empty() check at warn_about_uncommitted_trans()Filipe Manana2024-05-071-3/+0
| * | | | | | btrfs: remove pointless return value assignment at btrfs_finish_one_ordered()Filipe Manana2024-05-071-1/+0
| * | | | | | btrfs: remove not needed mod_start and mod_len from struct extent_mapFilipe Manana2024-05-074-27/+3
| * | | | | | btrfs: free PERTRANS at the end of cleanup_transaction()Boris Burkov2024-05-071-4/+1
| * | | | | | btrfs: compression: migrate compression/decompression paths to foliosQu Wenruo2024-05-076-255/+251
| * | | | | | btrfs: introduce btrfs_alloc_folio_array()Qu Wenruo2024-05-072-0/+33
| * | | | | | btrfs: migrate insert_inline_extent() to folio interfacesQu Wenruo2024-05-071-8/+10
| * | | | | | btrfs: make insert_inline_extent() accept one page directlyQu Wenruo2024-05-071-22/+25
| * | | | | | btrfs: compression: convert page allocation to folio interfacesQu Wenruo2024-05-076-24/+24
| * | | | | | btrfs: compression: add error handling for missed page cacheQu Wenruo2024-05-075-8/+46
| * | | | | | btrfs: stop locking the source extent range during reflinkFilipe Manana2024-05-072-38/+24
| * | | | | | btrfs: qgroup: delete unnecessary check in btrfs_qgroup_check_inherit()Dan Carpenter2024-05-071-3/+0
| * | | | | | btrfs: convert put_file_data() to foliosGoldwyn Rodrigues2024-05-071-22/+23
| * | | | | | btrfs: convert relocate_one_page() to folios and renameGoldwyn Rodrigues2024-05-071-46/+47
| * | | | | | btrfs: page to folio conversion: prealloc_file_extent_cluster()Goldwyn Rodrigues2024-05-071-6/+6
| * | | | | | btrfs: rename err to ret in btrfs_direct_write()Anand Jain2024-05-071-24/+24
| * | | | | | btrfs: rename err to ret in prepare_pages()Anand Jain2024-05-071-12/+12
| * | | | | | btrfs: rename err to ret in btrfs_dirty_pages()Anand Jain2024-05-071-4/+4
| * | | | | | btrfs: rename err to ret in create_reloc_inode()Anand Jain2024-05-071-9/+9
| * | | | | | btrfs: rename err to ret in __btrfs_end_transaction()Anand Jain2024-05-071-4/+4
| * | | | | | btrfs: rename err to ret in convert_extent_bit()Anand Jain2024-05-071-15/+15
| * | | | | | btrfs: rename err to ret in __set_extent_bit()Anand Jain2024-05-071-14/+14
| * | | | | | btrfs: rename err to ret in btrfs_ioctl_snap_destroy()Anand Jain2024-05-071-33/+33
| * | | | | | btrfs: rename err to ret in btrfs_cont_expand()Anand Jain2024-05-071-13/+13
| * | | | | | btrfs: rename err to ret in btrfs_rmdir()Anand Jain2024-05-071-11/+11
| * | | | | | btrfs: rename err to ret in btrfs_initxattrs()Anand Jain2024-05-071-5/+5
| * | | | | | btrfs: warn if EXTENT_BUFFER_UPTODATE is set while readingTavian Barnes2024-05-071-0/+7
| * | | | | | btrfs: add helper to clear EXTENT_BUFFER_READINGTavian Barnes2024-05-071-6/+9
| * | | | | | btrfs: avoid pointless wake ups of drew lock readersFilipe Manana2024-05-071-2/+6
| * | | | | | btrfs: remove pointless writepages callback wrapperFilipe Manana2024-05-073-10/+2
| * | | | | | btrfs: remove pointless readahead callback wrapperFilipe Manana2024-05-073-7/+2
| * | | | | | btrfs: locking: rename __btrfs_tree_lock() and __btrfs_tree_read_lock()Filipe Manana2024-05-074-14/+14
| * | | | | | btrfs: locking: inline btrfs_tree_lock() and btrfs_tree_read_lock()Filipe Manana2024-05-072-12/+12
| * | | | | | btrfs: remove pointless BUG_ON() when creating snapshotFilipe Manana2024-05-071-2/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-131-2/+1
|\ \ \ \ \ \
| * | | | | | btrfs use bio_list_merge_initChristoph Hellwig2024-04-011-2/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-05-132-2/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fs: claw back a few FMODE_* bitsChristian Brauner2024-04-071-2/+2