aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.h
AgeCommit message (Expand)AuthorFilesLines
12 daysbtrfs: handle errors in btrfs_reloc_clone_csums properlyJosef Bacik1-0/+1
2024-03-04btrfs: add forward declarations and headers, part 2David Sterba1-0/+13
2024-03-04btrfs: add forward declarations and headers, part 1David Sterba1-0/+2
2023-12-15btrfs: remove unused btrfs_ordered_extent::outstanding_isizeDavid Sterba1-7/+0
2023-10-12btrfs: open code btrfs_ordered_inode_tree in btrfs_inodeDavid Sterba1-15/+0
2023-10-12btrfs: add support for inserting raid stripe extentsJohannes Thumshirn1-0/+2
2023-06-19btrfs: add a btrfs_finish_ordered_extent helperChristoph Hellwig1-0/+3
2023-06-19btrfs: remove btrfs_add_ordered_extentChristoph Hellwig1-4/+0
2023-06-19btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig1-0/+1
2023-06-19btrfs: return the new ordered_extent from btrfs_split_ordered_extentChristoph Hellwig1-1/+2
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig1-6/+0
2023-06-19btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalChristoph Hellwig1-4/+4
2023-06-19btrfs: mark the len field in struct btrfs_ordered_sum as unsignedChristoph Hellwig1-1/+1
2023-04-17btrfs: sink parameter len to btrfs_split_ordered_extentChristoph Hellwig1-2/+1
2023-04-17btrfs: pass flags as unsigned long to btrfs_add_ordered_extentBoris Burkov1-1/+1
2023-04-17btrfs: add function to create and return an ordered extentBoris Burkov1-0/+5
2023-02-15btrfs: don't rely on unchanging ->bi_bdev for zone append remapsChristoph Hellwig1-1/+0
2023-02-13btrfs: remove the wait argument to btrfs_start_ordered_extentChristoph Hellwig1-1/+1
2022-12-05btrfs: use cached_state for btrfs_check_nocow_lockJosef Bacik1-1/+2
2022-09-29btrfs: add btrfs_try_lock_ordered_rangeJosef Bacik1-0/+1
2022-09-26btrfs: move btrfs_ordered_sum_size into file-item.cJosef Bacik1-12/+0
2022-07-25btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finishedChristoph Hellwig1-2/+3
2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval1-1/+4
2022-03-14btrfs: add ram_bytes and offset to btrfs_ordered_extentOmar Sandoval1-9/+13
2021-08-23btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pendingDavid Sterba1-1/+1
2021-07-22btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig1-2/+1
2021-06-21btrfs: introduce btrfs_lookup_first_ordered_range()Qu Wenruo1-0/+2
2021-06-21btrfs: refactor how we finish ordered extent io for endio functionsQu Wenruo1-4/+4
2021-04-19btrfs: fix comment for btrfs ordered extent flag bitsQu Wenruo1-2/+2
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota1-0/+8
2021-02-09btrfs: zoned: split ordered extent when bio is sentNaohiro Aota1-0/+2
2021-02-08btrfs: rework the order of btrfs_ordered_extent::flagsQu Wenruo1-13/+24
2021-02-08btrfs: refactor btrfs_dec_test_* functions for ordered extentsQu Wenruo1-5/+5
2020-12-09btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sumsQu Wenruo1-2/+0
2020-12-08btrfs: remove unnecessary local variables for checksum sizeDavid Sterba1-2/+1
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba1-1/+1
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba1-1/+1
2020-10-07btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov1-2/+1
2020-10-07btrfs: switch btrfs_remove_ordered_extent to btrfs_inodeNikolay Borisov1-1/+1
2020-10-07btrfs: make btrfs_find_ordered_sum take btrfs_inodeNikolay Borisov1-2/+2
2020-10-07btrfs: make btrfs_dec_test_ordered_pending take btrfs_inodeNikolay Borisov1-1/+1
2020-10-07btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inodeNikolay Borisov1-1/+1
2020-10-07btrfs: make fast fsyncs wait only for writebackFilipe Manana1-0/+11
2020-07-27btrfs: make btrfs_add_ordered_extent_dio take btrfs_inodeNikolay Borisov1-1/+1
2020-07-27btrfs: make btrfs_dec_test_first_ordered_pending take btrfs_inodeNikolay Borisov1-1/+1
2020-07-27btrfs: make btrfs_add_ordered_extent_compress take btrfs_inodeNikolay Borisov1-1/+1
2020-07-27btrfs: make btrfs_add_ordered_extent take btrfs_inodeNikolay Borisov1-1/+1
2020-07-27btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov1-1/+1
2020-07-27btrfs: remove no longer used trans_list member of struct btrfs_ordered_extentFilipe Manana1-3/+0
2020-07-27btrfs: remove no longer used log_list member of struct btrfs_ordered_extentFilipe Manana1-3/+0
2020-07-27btrfs: change timing for qgroup reserved space for ordered extents to fix res...Qu Wenruo1-0/+3
2020-03-23btrfs: drop argument tree from btrfs_lock_and_flush_ordered_rangeDavid Sterba1-2/+1
2020-03-23btrfs: delete the ordered isize update codeJosef Bacik1-7/+0
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval1-12/+14
2019-11-18Btrfs: fix block group remaining RO forever after error during device replaceFilipe Manana1-1/+1
2019-07-01btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn1-2/+2
2019-07-01btrfs: add new helper btrfs_lock_and_flush_ordered_rangeNikolay Borisov1-0/+4
2019-04-29btrfs: Remove redundant inode argument from btrfs_add_ordered_sumNikolay Borisov1-2/+1
2018-12-17btrfs: switch BTRFS_ORDERED_* to enumsDavid Sterba1-20/+25
2018-12-17Btrfs: remove no longer used stuff for tracking pending ordered extentsFilipe Manana1-2/+0
2018-08-06btrfs: remove remaing full_sync logic from btrfs_sync_fileDavid Sterba1-3/+0
2018-08-06btrfs: remove the logged extents infrastructureJosef Bacik1-17/+3
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba1-16/+4
2018-03-26btrfs: add more __cold annotationsDavid Sterba1-1/+1
2018-03-26btrfs: Don't hardcode the csum size in btrfs_ordered_sum_sizeNikolay Borisov1-1/+3
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason1-2/+2
2017-04-18btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tElena Reshetova1-1/+1
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov1-3/+4
2017-02-17Btrfs: specify a new ordered extent type for create_io_emLiu Bo1-0/+2
2017-02-14btrfs: Make btrfs_get_logged_extents take btrfs_inodeNikolay Borisov1-1/+1
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-2/+2
2016-05-30Btrfs: fix race setting block group readonly during device replaceFilipe Manana1-1/+1
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-1/+1
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-1/+1
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana1-2/+4
2015-10-21Btrfs: change how we wait for pending ordered extentsJosef Bacik1-0/+2
2015-06-10Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana1-0/+3
2015-06-03Btrfs: remove csum_bytes_leftLiu Bo1-3/+0
2014-11-21Btrfs: collect only the necessary ordered extents on ranged fsyncFilipe Manana1-1/+3
2014-11-21Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik1-1/+7
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason1-5/+0
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo1-2/+2
2014-03-10btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10Btrfs: don't mix the ordered extents of all files together during logging the...Miao Xie1-1/+5
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie1-2/+2
2013-11-11Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik1-1/+1
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik1-3/+2
2013-09-01Btrfs: allow partial ordered extent completionJosef Bacik1-0/+7
2013-07-02Btrfs: remove btrfs_sector_sum structureMiao Xie1-20/+5
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie1-0/+2
2013-05-06Btrfs: improve the performance of the csums lookupMiao Xie1-1/+2
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason1-1/+13
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik1-1/+2
2013-02-20Btrfs: wait on ordered extents at the last possible momentJosef Bacik1-0/+11
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+5
2012-12-11Btrfs: make ordered extent be flushed by multi-taskMiao Xie1-1/+4
2012-12-11Btrfs: make ordered operations be handled by multi-taskMiao Xie1-1/+1
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+1
2012-10-04Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo1-2/+1
2012-10-01Btrfs: use a slab for ordered extents allocationMiao Xie1-0/+2
2012-10-01Btrfs: fix file extent discount problem in the, snapshotMiao Xie1-0/+7
2012-05-30Btrfs: finish ordered extents in their own threadJosef Bacik1-2/+11
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-12/+12
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan1-1/+7
2010-11-28Btrfs: deal with DIO bios that span more than one ordered extentChris Mason1-0/+3
2010-05-25Btrfs: add basic DIO read/write supportJosef Bacik1-1/+8
2010-03-15Btrfs: cache ordered extent when completing ioJosef Bacik1-1/+2
2010-03-15Btrfs: change the ordered tree to use a spinlock instead of a mutexJosef Bacik1-2/+2
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris1-1/+1
2009-12-17Btrfs: Add delayed iputYan, Zheng1-1/+2
2009-12-17Btrfs: Fix disk_i_size update corner caseYan, Zheng1-1/+1
2009-10-01Btrfs: remove duplicates of filemap_ helpersChristoph Hellwig1-4/+0
2009-09-11Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason1-0/+3
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason1-0/+4
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-4/+6
2008-10-30Btrfs: Add fallocate support v2Yan Zheng1-1/+3
2008-10-30Btrfs: update nodatacow code v2Yan Zheng1-2/+1
2008-10-29Btrfs: Add zlib compression supportChris Mason1-2/+8
2008-10-03Btrfs: O_DIRECT writes via buffered writes + invaldiateChris Mason1-1/+1
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng1-2/+4
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason1-0/+7
2008-09-25Btrfs: Fix 32 bit compiles by using an unsigned long byte count in the ordere...Chris Mason1-1/+2
2008-09-25Btrfs: Take the csum mutex while reading checksumsChris Mason1-1/+1
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason1-0/+4
2008-09-25Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason1-2/+9
2008-09-25Btrfs: Cleanup and comment ordered-data.cChris Mason1-8/+41
2008-09-25Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Chris Mason1-0/+1
2008-09-25Btrfs: Update on disk i_size only after pending ordered extents are doneChris Mason1-0/+2
2008-09-25Btrfs: New data=ordered implementationChris Mason1-11/+60
2008-09-25Fix btrfs_del_ordered_inode to allow forcing the drop during unlinksChris Mason1-1/+1
2008-09-25btrfs delete ordered inode handling fixMingming1-1/+1
2008-09-25Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason1-0/+1
2008-09-25Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernelsChris Mason1-2/+4
2008-09-25Rework btrfs_drop_inode to avoid schedulingChris Mason1-0/+1
2008-09-25Btrfs: Add data=ordered supportChris Mason1-0/+39