aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana1-1/+1
2015-10-12Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris Mason1-2/+12
2015-10-10btrfs: remove extra barrier before waitqueue_activeDavid Sterba1-2/+6
2015-10-10btrfs: comment waitqueue_active implied by locksDavid Sterba1-0/+6
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain1-4/+4
2015-08-19Btrfs: fix file read corruption after extent cloning and fsyncFilipe Manana1-0/+54
2015-08-19btrfs: Remove unused arguments in tree-log.cZhaolei1-14/+11
2015-08-19btrfs: Remove useless condition in start_log_trans()Zhaolei1-26/+17
2015-08-09Btrfs: fix stale dir entries after removing a link and fsyncFilipe Manana1-20/+138
2015-08-09Btrfs: fix stale directory entries after fsync log replayFilipe Manana1-4/+60
2015-07-01Btrfs: fix fsync after truncate when no_holes feature is enabledFilipe Manana1-0/+108
2015-06-30Btrfs: fix fsync xattr loss in the fast fsync pathFilipe Manana1-0/+104
2015-06-30Btrfs: fix fsync data loss after append writeFilipe Manana1-5/+9
2015-06-03Btrfs: remove csum_bytes_leftLiu Bo1-6/+0
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+7
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-7/+7
2015-04-10btrfs: actively run the delayed refs while deleting large filesChris Mason1-2/+6
2015-03-26Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana1-7/+236
2015-03-26Btrfs: remove deleted xattrs on fsync log replayFilipe Manana1-14/+109
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-3/+5
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-16Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler1-3/+5
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