summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-30Btrfs: fix copy_items() return value when logging an inodeFilipe Manana1-0/+1
2018-05-30Btrfs: fix NULL pointer dereference in log_dir_itemsLiu Bo1-2/+5
2018-05-30Btrfs: bail out on error during replay_dir_deletesLiu Bo1-1/+3
2018-02-25Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo1-0/+9
2017-01-15Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko1-2/+1
2016-11-24btrfs: fix races on root_log_ctx listsChris Mason1-14/+6
2016-10-06Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason1-0/+1
2016-10-06Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu1-0/+1
2016-04-20Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana1-0/+137
2016-04-20Btrfs: fix fsync after truncate when no_holes feature is enabledFilipe Manana1-0/+108
2016-04-20Btrfs: fix fsync xattr loss in the fast fsync pathFilipe Manana1-0/+104
2016-04-20Btrfs: fix fsync data loss after append writeFilipe Manana1-5/+9
2015-04-23btrfs: simplify insert_orphan_itemDavid Sterba1-12/+4
2015-03-14Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas1-1/+1
2015-03-07Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana1-9/+73
2015-03-07btrfs: fix leak of path in btrfs_find_itemDavid Sterba1-1/+10
2015-01-08Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik1-3/+3
2015-01-08Btrfs: make sure we wait on logged extents when fsycning two subvolsJosef Bacik1-1/+1
2014-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2014-10-27Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()Filipe Manana1-1/+1
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-109/+150
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+2
2014-09-19Btrfs: fix data corruption after fast fsync and writeback errorFilipe Manana1-102/+145
2014-09-18Btrfs: fix directory recovery from fsync logFilipe Manana1-0/+1
2014-09-18Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana1-3/+0
2014-09-18btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-1/+1
2014-09-18btrfs: kill the key type accessor helpersDavid Sterba1-3/+3
2014-09-17Btrfs: set inode's logged_trans/last_log_commit after ranged fsyncFilipe Manana1-12/+2
2014-09-09Btrfs: fix fsync data loss after a ranged fsyncFilipe Manana1-16/+61
2014-08-26fs/btrfs/tree-log.c: Fix closing brace followed by ifRasmus Villemoes1-1/+2
2014-08-21Btrfs: fix hole detection during file fsyncFilipe Manana1-4/+13
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