summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-04Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana1-0/+16
2018-10-21Btrfs: bail out on error during replay_dir_deletesLiu Bo1-1/+3
2018-10-21Btrfs: fix NULL pointer dereference in log_dir_itemsLiu Bo1-2/+5
2018-10-21Btrfs: fix copy_items() return value when logging an inodeFilipe Manana1-0/+1
2018-06-17Btrfs: fix extent state leak from tree logLiu Bo1-2/+3
2018-06-17Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo1-0/+9
2017-03-16Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko1-2/+1
2017-02-23btrfs: fix races on root_log_ctx listsChris Mason1-14/+6
2016-11-20Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason1-0/+1
2016-11-20Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu1-0/+1
2016-05-01Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana1-0/+137
2015-07-20Btrfs: fix fsync data loss after append writeFilipe Manana1-5/+9
2015-04-10btrfs: simplify insert_orphan_itemDavid Sterba1-12/+4
2015-03-18Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas1-1/+1
2015-03-02Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana1-9/+73
2015-02-24btrfs: fix leak of path in btrfs_find_itemDavid Sterba1-1/+10
2015-01-05Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik1-3/+3
2015-01-05Btrfs: make sure we wait on logged extents when fsycning two subvolsJosef Bacik1-1/+1
2014-06-10Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie1-23/+17
2014-06-10Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie1-4/+5
2014-03-10Btrfs: stop joining the log transaction if sync log failsMiao Xie1-2/+14
2014-03-10Btrfs: just wait or commit our own log sub-transactionMiao Xie1-23/+40
2014-03-10Btrfs: fix skipped error handle when log sync failedMiao Xie1-26/+88
2014-03-10Btrfs: use signed integer instead of unsigned long integer for log transidMiao Xie1-2/+2
2014-03-10Btrfs: remove unnecessary memory barrier in btrfs_sync_log()Miao Xie1-3/+0
2014-03-10Btrfs: don't start the log transaction if the log tree init failsMiao Xie1-12/+14
2014-03-10Btrfs: fix the skipped transaction commit during the file syncMiao Xie1-10/+16
2014-03-10Btrfs: use ACCESS_ONCE to prevent the optimize accesses to ->last_trans_log_f...Miao Xie1-7/+10
2014-03-10Btrfs: don't mix the ordered extents of all files together during logging the...Miao Xie1-26/+15
2014-01-29Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason1-3/+5
2014-01-29Btrfs: flush the dirty pages of the ordered extent aggressively during loggin...Miao Xie1-1/+5
2014-01-29Btrfs: faster file extent item replace operationsFilipe David Borba Manana1-9/+15
2014-01-29btrfs: expand btrfs_find_item() to include find_orphan_item functionalityKelley Nielsen1-1/+2
2014-01-29Btrfs: incompatible format change to remove hole extentsJosef Bacik1-10/+162
2013-11-21Btrfs: only drop modified extents if we logged the whole inodeJosef Bacik1-1/+1
2013-11-21Btrfs: make sure to copy everything if we renameJosef Bacik1-1/+2
2013-11-12btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-5/+2
2013-11-12Btrfs: log recovery, don't unlink inode always on errorFilipe David Borba Manana1-1/+4
2013-11-12Btrfs: fix csum search offset/length calculation in log treeFilipe David Borba Manana1-7/+7
2013-11-12Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong1-2/+0
2013-11-12btrfs: remove fs/btrfs/compat.hZach Brown1-5/+4
2013-11-12Btrfs: optimize tree-log.c:count_inode_refs()Filipe David Borba Manana1-0/+5
2013-11-12btrfs: Fix memory leakage in the tree-log.cGeyslan G. Bem1-14/+19
2013-11-12Btrfs: remove unnecessary key copy when logging inodeFilipe David Borba Manana1-3/+2
2013-11-12Btrfs: fix hole check in log_one_extentJosef Bacik1-1/+1
2013-11-12Btrfs: cleanup reserved space when freeing tree log on errorJosef Bacik1-22/+25
2013-11-12Btrfs: remove unnecessary tree search when logging inodeFilipe David Borba Manana1-5/+5
2013-11-12Btrfs: remove unused max_key arg from btrfs_search_forwardFilipe David Borba Manana1-7/+2
2013-09-21Btrfs: drop dir i_size when adding new names on replayJosef Bacik1-0/+27
2013-09-21Btrfs: replay dir_index items before other itemsJosef Bacik1-3/+12