aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+1
2015-03-05Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas1-1/+1
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-50/+184
2015-02-14Btrfs: don't remove extents and xattrs when logging new namesFilipe Manana1-12/+27
2015-02-14Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana1-9/+73
2015-02-14Btrfs: fix scheduler warning when syncing logFilipe Manana1-1/+1
2015-02-04Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu1-0/+1
2015-02-02btrfs: kill btrfs_inode_*time helpersDavid Sterba1-6/+6
2015-01-21Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefsFilipe Manana1-3/+36
2015-01-21Btrfs: fix fsync when extend references are added to an inodeFilipe Manana1-11/+16
2015-01-21Btrfs: fix directory inconsistency after fsync log replayFilipe Manana1-2/+18
2015-01-21Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-1/+1
2015-01-14btrfs: simplify insert_orphan_itemDavid Sterba1-12/+4
2015-01-14btrfs: fix leak of path in btrfs_find_itemDavid Sterba1-1/+10
2014-12-12btrfs: sink blocksize parameter to btrfs_find_create_tree_blockDavid Sterba1-1/+1
2014-11-21Btrfs: ensure ordered extent errors aren't missed on fsyncFilipe Manana1-0/+21
2014-11-21Btrfs: collect only the necessary ordered extents on ranged fsyncFilipe Manana1-1/+1
2014-11-21Btrfs: don't ignore log btree writeback errorsFilipe Manana1-6/+15
2014-11-21Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik1-3/+3
2014-11-20Btrfs: 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/mason/linux-btrfsLinus 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/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