aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-109/+150
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+2
2014-09-19Btrfs: fix data corruption after fast fsync and writeback errorFilipe Manana1-102/+145
2014-09-17Btrfs: fix directory recovery from fsync logFilipe Manana1-0/+1
2014-09-17Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana1-3/+0
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-1/+1
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba1-3/+3
2014-09-16Btrfs: set inode's logged_trans/last_log_commit after ranged fsyncFilipe Manana1-12/+2
2014-09-08Btrfs: 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-09Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie1-23/+17
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btrfs_rootMiao 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_full_commitMiao Xie1-7/+10
2014-03-10Btrfs: don't mix the ordered extents of all files together during logging the inodesMiao Xie1-26/+15
2014-01-29Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason1-3/+5
2014-01-28Btrfs: flush the dirty pages of the ordered extent aggressively during logging csumMiao Xie1-1/+5
2014-01-28Btrfs: faster file extent item replace operationsFilipe David Borba Manana1-9/+15
2014-01-28btrfs: expand btrfs_find_item() to include find_orphan_item functionalityKelley Nielsen1-1/+2
2014-01-28Btrfs: incompatible format change to remove hole extentsJosef Bacik1-10/+162
2013-11-20Btrfs: only drop modified extents if we logged the whole inodeJosef Bacik1-1/+1
2013-11-20Btrfs: make sure to copy everything if we renameJosef Bacik1-1/+2
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-5/+2
2013-11-11Btrfs: log recovery, don't unlink inode always on errorFilipe David Borba Manana1-1/+4
2013-11-11Btrfs: fix csum search offset/length calculation in log treeFilipe David Borba Manana1-7/+7
2013-11-11Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong1-2/+0
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown1-5/+4
2013-11-11Btrfs: optimize tree-log.c:count_inode_refs()Filipe David Borba Manana1-0/+5
2013-11-11btrfs: Fix memory leakage in the tree-log.cGeyslan G. Bem1-14/+19
2013-11-11Btrfs: remove unnecessary key copy when logging inodeFilipe David Borba Manana1-3/+2
2013-11-11Btrfs: fix hole check in log_one_extentJosef Bacik1-1/+1
2013-11-11Btrfs: cleanup reserved space when freeing tree log on errorJosef Bacik1-22/+25
2013-11-11Btrfs: remove unnecessary tree search when logging inodeFilipe David Borba Manana1-5/+5
2013-11-11Btrfs: 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
2013-09-21Btrfs: actually log directory we are fsync()'ingJosef Bacik1-1/+9
2013-09-01Btrfs: don't ignore errors from btrfs_run_delayed_itemsFilipe David Borba Manana1-4/+9
2013-09-01Btrfs: fix inode leak on kmalloc failure in tree-log.cFilipe David Borba Manana1-2/+4
2013-08-09Btrfs: release both paths before logging dir/changed extentsJosef Bacik1-3/+2
2013-06-14Btrfs: exclude logged extents before replying when we are mixedJosef Bacik1-0/+12
2013-06-14Btrfs: merge pending IO for tree log write backMiao Xie1-3/+14
2013-06-14Btrfs: kill replicate code in replay_one_bufferLiu Bo1-7/+2