aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-08-23btrfs: remove racy and unnecessary inode transaction update when using no-holesFilipe Manana1-7/+5
2021-08-23btrfs: stop doing GFP_KERNEL memory allocations in the ref verify toolFilipe Manana2-17/+5
2021-08-23btrfs: improve the batch insertion of delayed itemsFilipe Manana1-133/+79
2021-08-23btrfs: rescue: allow ibadroots to skip bad extent tree when reading block group itemsQu Wenruo1-0/+19
2021-08-23btrfs: pass NULL as trans to btrfs_search_slot if we only want to searchMarcos Paulo de Souza2-2/+2
2021-08-23btrfs: continue readahead of siblings even if target node is in memoryFilipe Manana1-5/+8
2021-08-23btrfs: check-integrity: drop kmap/kunmap for block pagesDavid Sterba1-8/+3
2021-08-23btrfs: compression: drop kmap/kunmap from generic helpersDavid Sterba2-4/+2
2021-08-23btrfs: compression: drop kmap/kunmap from zstdDavid Sterba1-18/+9
2021-08-23btrfs: compression: drop kmap/kunmap from zlibDavid Sterba1-25/+11
2021-08-23btrfs: compression: drop kmap/kunmap from lzoDavid Sterba1-28/+10
2021-08-23btrfs: drop from __GFP_HIGHMEM all allocationsDavid Sterba5-15/+14
2021-08-23btrfs: cleanup fs_devices pointer usage in btrfs_trim_fsAnand Jain1-5/+5
2021-08-23btrfs: remove max argument from generic_bin_searchMarcos Paulo de Souza1-11/+7
2021-08-23btrfs: make btrfs_finish_chunk_alloc private to block-group.cNikolay Borisov3-96/+91
2021-08-23btrfs: check-integrity: drop unnecessary function prototypesAnand Jain1-49/+0
2021-08-23btrfs: add special case to setget helpers for 64k pagesDavid Sterba1-4/+4
2021-08-23btrfs: zoned: remove max_zone_append_size logicJohannes Thumshirn4-24/+0
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-08-18Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-2/+8
2021-08-16iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig1-2/+3
2021-08-16btrfs: prevent rename2 from exchanging a subvol with a directory from different parentsNeilBrown1-2/+8
2021-07-30Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-4/+5
2021-07-29btrfs: calculate number of eb pages properly in csum_tree_blockDavid Sterba1-1/+1
2021-07-28btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi1-0/+1
2021-07-28btrfs: fix lost inode on log replay after mix of fsync, rename and inode evictionFilipe Manana1-2/+2
2021-07-28btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues1-1/+1
2021-07-23Merge tag 'for-5.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds12-47/+79
2021-07-22btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig4-13/+6
2021-07-22btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana6-25/+48
2021-07-22btrfs: check for missing device in btrfs_trim_fsAnand Jain1-0/+3
2021-07-22btrfs: fix unpersisted i_size on fsync after expanding truncateFilipe Manana1-9/+22
2021-07-13Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds9-286/+687
2021-07-07btrfs: zoned: fix wrong mutex unlock on failure to allocate log root treeFilipe Manana1-1/+1
2021-07-07btrfs: don't block if we can't acquire the reclaim lockJohannes Thumshirn1-1/+9
2021-07-07btrfs: properly split extent_map for REQ_OP_ZONE_APPENDNaohiro Aota1-29/+118
2021-07-07btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana7-184/+546
2021-07-07btrfs: fix deadlock with concurrent chunk allocations involving system chunksFilipe Manana3-69/+1
2021-07-07btrfs: zoned: print unusable percentage when reclaiming block groupsJohannes Thumshirn1-2/+12
2021-07-07btrfs: zoned: fix types for u64 division in btrfs_reclaim_bgs_workDavid Sterba1-1/+1
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+11
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-06-22btrfs: remove unused btrfs_fs_info::total_pinnedNikolay Borisov1-2/+0
2021-06-22btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik7-97/+0
2021-06-22btrfs: rip the first_ticket_bytes logic from fail_all_ticketsJosef Bacik1-16/+0
2021-06-22btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushingJosef Bacik1-16/+0
2021-06-22btrfs: rip out may_commit_transactionJosef Bacik2-126/+11
2021-06-22btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana5-31/+2
2021-06-22btrfs: ensure relocation never runs while we have send operations runningFilipe Manana6-19/+32
2021-06-22btrfs: shorten integrity checker extent data mount optionDavid Sterba3-6/+4