aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-02-16Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler
2015-02-14Btrfs: don't remove extents and xattrs when logging new namesFilipe Manana
2015-02-14Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana
2015-02-14Btrfs: fix scheduler warning when syncing logFilipe Manana
2015-02-04Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu
2015-02-02btrfs: kill btrfs_inode_*time helpersDavid Sterba
2015-01-21Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefsFilipe Manana
2015-01-21Btrfs: fix fsync when extend references are added to an inodeFilipe Manana
2015-01-21Btrfs: fix directory inconsistency after fsync log replayFilipe Manana
2015-01-21Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...Chris Mason
2015-01-14btrfs: simplify insert_orphan_itemDavid Sterba
2015-01-14btrfs: fix leak of path in btrfs_find_itemDavid Sterba
2014-12-12btrfs: sink blocksize parameter to btrfs_find_create_tree_blockDavid Sterba
2014-11-21Btrfs: ensure ordered extent errors aren't missed on fsyncFilipe Manana
2014-11-21Btrfs: collect only the necessary ordered extents on ranged fsyncFilipe Manana
2014-11-21Btrfs: don't ignore log btree writeback errorsFilipe Manana
2014-11-21Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik
2014-11-20Btrfs: make sure we wait on logged extents when fsycning two subvolsJosef Bacik
2014-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-10-27Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()Filipe Manana
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-09-19Btrfs: fix data corruption after fast fsync and writeback errorFilipe Manana
2014-09-17Btrfs: fix directory recovery from fsync logFilipe Manana
2014-09-17Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba
2014-09-16Btrfs: set inode's logged_trans/last_log_commit after ranged fsyncFilipe Manana
2014-09-08Btrfs: fix fsync data loss after a ranged fsyncFilipe Manana
2014-08-26fs/btrfs/tree-log.c: Fix closing brace followed by ifRasmus Villemoes
2014-08-21Btrfs: fix hole detection during file fsyncFilipe Manana
2014-06-09Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie
2014-03-10Btrfs: stop joining the log transaction if sync log failsMiao Xie
2014-03-10Btrfs: just wait or commit our own log sub-transactionMiao Xie
2014-03-10Btrfs: fix skipped error handle when log sync failedMiao Xie
2014-03-10Btrfs: use signed integer instead of unsigned long integer for log transidMiao Xie
2014-03-10Btrfs: remove unnecessary memory barrier in btrfs_sync_log()Miao Xie
2014-03-10Btrfs: don't start the log transaction if the log tree init failsMiao Xie
2014-03-10Btrfs: fix the skipped transaction commit during the file syncMiao Xie
2014-03-10Btrfs: use ACCESS_ONCE to prevent the optimize accesses to ->last_trans_log_f...Miao Xie
2014-03-10Btrfs: don't mix the ordered extents of all files together during logging the...Miao Xie
2014-01-29Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason
2014-01-28Btrfs: flush the dirty pages of the ordered extent aggressively during loggin...Miao Xie
2014-01-28Btrfs: faster file extent item replace operationsFilipe David Borba Manana
2014-01-28btrfs: expand btrfs_find_item() to include find_orphan_item functionalityKelley Nielsen
2014-01-28Btrfs: incompatible format change to remove hole extentsJosef Bacik
2013-11-20Btrfs: only drop modified extents if we logged the whole inodeJosef Bacik
2013-11-20Btrfs: make sure to copy everything if we renameJosef Bacik