summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* | btrfs: switch seeding_dev in init_new_device to boolAnand Jain2022-01-031-2/+2
* | btrfs: send: remove unused type parameter to iterate_inode_ref_tOmar Sandoval2022-01-031-19/+13
* | btrfs: send: remove unused found_type parameter to lookup_dir_item_inode()Omar Sandoval2022-01-031-7/+3
* | btrfs: rename btrfs_item_end_nr to btrfs_item_data_endJosef Bacik2022-01-033-10/+10
* | btrfs: remove the btrfs_item_end() helperJosef Bacik2022-01-031-11/+5
* | btrfs: drop the _nr from the item helpersJosef Bacik2022-01-0324-218/+191
* | btrfs: introduce item_nr token variant helpersJosef Bacik2022-01-032-40/+57
* | btrfs: make btrfs_file_extent_inline_item_len take a slotJosef Bacik2022-01-032-4/+3
* | btrfs: add btrfs_set_item_*_nr() helpersJosef Bacik2022-01-032-15/+21
* | btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik2022-01-038-49/+19
* | btrfs: remove no longer needed logic for replaying directory deletesFilipe Manana2022-01-031-89/+69
* | btrfs: only copy dir index keys when logging a directoryFilipe Manana2022-01-032-231/+182
* | btrfs: remove spurious unlock/lock of unused_bgs_lockNikolay Borisov2022-01-031-2/+0
* | btrfs: fix deadlock between quota enable and other quota operationsFilipe Manana2022-01-031-0/+19
* | btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW rangeFilipe Manana2022-01-031-64/+78
|/
* Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-12-1710-24/+54
|\
| * btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()Shin'ichiro Kawasaki2021-12-151-2/+4
| * btrfs: fix warning when freeing leaf after subvolume creation failureFilipe Manana2021-12-151-3/+4
| * btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana2021-12-156-22/+31
| * btrfs: check WRITE_ERR when trying to read an extent bufferJosef Bacik2021-12-151-0/+8
| * btrfs: fix missing last dir item offset update when logging directoryFilipe Manana2021-12-141-0/+1
| * btrfs: fix double free of anon_dev after failure to create subvolumeFilipe Manana2021-12-141-0/+8
| * btrfs: fix memory leak in __add_inode_ref()Jianglei Nie2021-12-141-0/+1
* | Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-12-107-10/+35
|\|
| * btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingQu Wenruo2021-12-081-1/+2
| * btrfs: zoned: clear data relocation bg on zone finishJohannes Thumshirn2021-12-081-0/+2
| * btrfs: free exchange changeset on failuresJohannes Thumshirn2021-12-081-3/+9
| * btrfs: fix re-dirty process of tree-log nodesNaohiro Aota2021-12-081-2/+3
| * btrfs: call mapping_set_error() on btree inode with a write errorJosef Bacik2021-12-081-0/+8
| * btrfs: clear extent buffer uptodate when we fail to write itJosef Bacik2021-12-081-0/+6
| * btrfs: fail if fstrim_range->start == U64_MAXJosef Bacik2021-12-081-0/+3
| * btrfs: fix error pointer dereference in btrfs_ioctl_rm_dev_v2()Dan Carpenter2021-12-081-4/+2
* | Merge tag 'for-5.16-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-261-0/+2
|\|
| * btrfs: fix the memory leak caused in lzo_compress_pages()Qu Wenruo2021-11-261-0/+2
* | Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-186-9/+58
|\|
| * btrfs: deprecate BTRFS_IOC_BALANCE ioctlNikolay Borisov2021-11-161-0/+4
| * btrfs: make 1-bit bit-fields of scrub_page unsigned intColin Ian King2021-11-161-2/+2
| * btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui2021-11-161-1/+13
| * btrfs: silence lockdep when reading chunk tree during mountFilipe Manana2021-11-161-5/+13
| * btrfs: fix memory ordering between normal and ordered work functionsNikolay Borisov2021-11-161-0/+14
| * btrfs: fix a out-of-bound access in copy_compressed_data_to_page()Qu Wenruo2021-11-161-1/+11
* | Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds2021-11-131-34/+34
|\ \
| * | lib: zstd: Add kernel-specific APINick Terrell2021-11-081-34/+34
* | | btrfs: fix deadlock due to page faults during direct IO reads and writesFilipe Manana2021-11-091-16/+123
|/ /
* | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-022-6/+6
|\ \
| * | iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2021-10-241-2/+3
| * | iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2021-10-181-1/+1
| * | gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher2021-10-181-3/+2
* | | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-4/+2
|\ \ \
| * | | btrfs: Use memset_startat() to clear end of structKees Cook2021-10-181-4/+2