aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ordered-data.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15btrfs: migrate subpage code to folio interfacesGravatar Qu Wenruo 1-2/+3
2023-12-06btrfs: fix qgroup_free_reserved_data int overflowGravatar Boris Burkov 1-3/+4
2023-12-06btrfs: free qgroup reserve when ORDERED_IOERR is setGravatar Boris Burkov 1-1/+3
2023-10-12btrfs: open code btrfs_ordered_inode_tree in btrfs_inodeGravatar David Sterba 1-68/+54
2023-10-12btrfs: merge ordered work callbacks in btrfs_work into oneGravatar David Sterba 1-2/+2
2023-10-12btrfs: add support for inserting raid stripe extentsGravatar Johannes Thumshirn 1-0/+1
2023-09-08btrfs: check for BTRFS_FS_ERROR in pending ordered assertGravatar Josef Bacik 1-1/+1
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headGravatar Ruan Jinjie 1-3/+1
2023-08-21btrfs: remove btrfs_writepage_endio_finish_orderedGravatar Christoph Hellwig 1-0/+4
2023-06-19btrfs: add a btrfs_finish_ordered_extent helperGravatar Christoph Hellwig 1-0/+19
2023-06-19btrfs: factor out a btrfs_queue_ordered_fn helperGravatar Christoph Hellwig 1-9/+12
2023-06-19btrfs: factor out a can_finish_ordered_extent helperGravatar Christoph Hellwig 1-45/+55
2023-06-19btrfs: remove btrfs_add_ordered_extentGravatar Christoph Hellwig 1-24/+1
2023-06-19btrfs: handle completed ordered extents in btrfs_split_ordered_extentGravatar Christoph Hellwig 1-8/+32
2023-06-19btrfs: atomically insert the new extent in btrfs_split_ordered_extentGravatar Christoph Hellwig 1-16/+27
2023-06-19btrfs: split btrfs_alloc_ordered_extent to allocation and insertion helpersGravatar Christoph Hellwig 1-49/+65
2023-06-19btrfs: return the new ordered_extent from btrfs_split_ordered_extentGravatar Christoph Hellwig 1-9/+10
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesGravatar Christoph Hellwig 1-1/+0
2023-04-17btrfs: fold btrfs_clone_ordered_extent into btrfs_split_ordered_extentGravatar Christoph Hellwig 1-23/+14
2023-04-17btrfs: sink parameter len to btrfs_split_ordered_extentGravatar Christoph Hellwig 1-16/+15
2023-04-17btrfs: move ordered_extent internal sanity checks into btrfs_split_ordered_ex...Gravatar Christoph Hellwig 1-0/+10
2023-04-17btrfs: pass flags as unsigned long to btrfs_add_ordered_extentGravatar Boris Burkov 1-1/+1
2023-04-17btrfs: add function to create and return an ordered extentGravatar Boris Burkov 1-9/+37
2023-02-13btrfs: remove the wait argument to btrfs_start_ordered_extentGravatar Christoph Hellwig 1-14/+11
2022-12-12Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-10/+15
2022-12-05btrfs: pass btrfs_inode to btrfs_add_delayed_iputGravatar David Sterba 1-1/+1
2022-12-05btrfs: move super_block specific helpers into super.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move file prototypes to file.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: update function commentsGravatar David Sterba 1-6/+7
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: use cached_state for btrfs_check_nocow_lockGravatar Josef Bacik 1-3/+4
2022-12-05btrfs: add a cached_state to try_lock_extentGravatar Josef Bacik 1-1/+1
2022-11-25btrfs: replace INT_LIMIT(loff_t) with OFFSET_MAXGravatar Zhen Lei 1-3/+3
2022-09-29btrfs: add btrfs_try_lock_ordered_rangeGravatar Josef Bacik 1-0/+25
2022-09-26btrfs: unify the lock/unlock extent variantsGravatar Josef Bacik 1-2/+2
2022-09-26btrfs: add lockdep annotations for the ordered extents wait eventGravatar Ioannis Angelakopoulos 1-0/+18
2022-09-26btrfs: add lockdep annotations for pending_ordered wait eventGravatar Ioannis Angelakopoulos 1-0/+3
2022-07-25btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finishedGravatar Christoph Hellwig 1-6/+11
2022-07-25btrfs: add tracepoints for ordered extentsGravatar Johannes Thumshirn 1-3/+16
2022-07-25btrfs: fix typos in commentsGravatar David Sterba 1-2/+2
2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEGravatar Omar Sandoval 1-3/+9
2022-03-14btrfs: add ram_bytes and offset to btrfs_ordered_extentGravatar Omar Sandoval 1-85/+35
2021-09-07btrfs: zoned: fix double counting of split ordered extentGravatar Naohiro Aota 1-0/+8
2021-08-23btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pendingGravatar David Sterba 1-4/+1
2021-07-22btrfs: store a block_device in struct btrfs_ordered_extentGravatar Christoph Hellwig 1-2/+0
2021-06-21btrfs: make page Ordered bit to be subpage compatibleGravatar Qu Wenruo 1-2/+3
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsGravatar Qu Wenruo 1-4/+4
2021-06-21btrfs: introduce btrfs_lookup_first_ordered_range()Gravatar Qu Wenruo 1-0/+75
2021-06-21btrfs: refactor how we finish ordered extent io for endio functionsGravatar Qu Wenruo 1-58/+119
2021-04-28btrfs: zoned: fix silent data loss after failure splitting ordered extentGravatar Filipe Manana 1-1/+1