summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-23btrfs: do not pin logs too early during renamesFilipe Manana1-6/+42
2021-08-23btrfs: drop unnecessary ASSERT from btrfs_submit_direct()Naohiro Aota1-4/+4
2021-08-23btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinkingJosef Bacik1-1/+1
2021-08-23btrfs: wait on async extents when flushing delallocJosef Bacik1-4/+0
2021-08-23btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik1-5/+5
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo1-0/+3
2021-08-23btrfs: subpage: fix false alert when relocating partial preallocated data ext...Qu Wenruo1-6/+11
2021-08-23btrfs: subpage: fix a potential use-after-free in writeback helperQu Wenruo1-1/+38
2021-08-23btrfs: subpage: disable inline extent creationQu Wenruo1-2/+16
2021-08-23btrfs: subpage: check if there are compressed extents inside one pageQu Wenruo1-0/+14
2021-08-23btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pendingDavid Sterba1-1/+1
2021-08-23btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_orderedDavid Sterba1-2/+2
2021-08-23btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()Qu Wenruo1-1/+1
2021-08-23btrfs: remove racy and unnecessary inode transaction update when using no-holesFilipe Manana1-7/+5
2021-08-23btrfs: compression: drop kmap/kunmap from generic helpersDavid Sterba1-2/+1
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 differe...NeilBrown1-2/+8
2021-07-22btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig1-1/+1
2021-07-07btrfs: properly split extent_map for REQ_OP_ZONE_APPENDNaohiro Aota1-29/+118
2021-06-22btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba1-1/+1
2021-06-22btrfs: fix typos in commentsDavid Sterba1-2/+2
2021-06-21btrfs: don't clear page extent mapped if we're not invalidating the full pageQu Wenruo1-1/+13
2021-06-21btrfs: make btrfs_page_mkwrite() to be subpage compatibleQu Wenruo1-2/+2
2021-06-21btrfs: make btrfs_truncate_block() to be subpage compatibleQu Wenruo1-1/+1
2021-06-21btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo1-4/+8
2021-06-21btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __...Qu Wenruo1-1/+15
2021-06-21btrfs: make page Ordered bit to be subpage compatibleQu Wenruo1-5/+14
2021-06-21btrfs: fix hang when run_delalloc_range() failedQu Wenruo1-0/+21
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo1-24/+26
2021-06-21btrfs: refactor btrfs_invalidatepage() for subpage supportQu Wenruo1-74/+97
2021-06-21btrfs: update comments in btrfs_invalidatepage()Qu Wenruo1-6/+15
2021-06-21btrfs: refactor how we finish ordered extent io for endio functionsQu Wenruo1-51/+4
2021-06-21btrfs: make Private2 lifespan more consistentQu Wenruo1-1/+1
2021-06-21btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo1-4/+5
2021-06-21btrfs: refactor submit_extent_page() to make bio and its flag tracing easierQu Wenruo1-32/+4
2021-06-21btrfs: allow btrfs_bio_fits_in_stripe() to accept bio without any pageQu Wenruo1-6/+3
2021-06-21btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()Qu Wenruo1-3/+2
2021-06-21btrfs: don't set the full sync flag when truncation does not touch extentsFilipe Manana1-11/+30
2021-06-21btrfs: fix misleading and incomplete comment of btrfs_truncate()Filipe Manana1-7/+17
2021-06-21btrfs: submit read time repair only for each corrupted sectorQu Wenruo1-11/+9
2021-06-21btrfs: make btrfs_verify_data_csum() to return a bitmapQu Wenruo1-5/+13
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+18
2021-05-27btrfs: abort in rename_exchange if we fail to insert the second refJosef Bacik1-1/+6
2021-05-27btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik1-0/+12
2021-05-21Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2021-05-20btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn1-1/+1
2021-05-17Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2021-05-14btrfs: avoid RCU stalls while running delayed iputsJosef Bacik1-0/+1
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny1-23/+10