summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-03Btrfs: fix lockdep warning about log_mutexLiu Bo1-3/+10
2016-12-13Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason1-4/+3
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-2/+2
2016-12-06btrfs: split btrfs_wait_marked_extents into normal and tree log functionsJeff Mahoney1-8/+6
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-24/+34
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-53/+64
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-5/+7
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney1-3/+3
2016-11-30Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko1-2/+1
2016-11-30Btrfs: fix deadlock caused by fsync when logging directory entriesRobbie Ko1-2/+2
2016-11-30btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo1-1/+1
2016-10-28Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+6
2016-10-27btrfs: fix races on root_log_ctx listsChris Mason1-14/+6
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+6
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-4/+4
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-2/+2
2016-09-16btrfs: use filemap_check_errors()Miklos Szeredi1-2/+2
2016-09-06Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason1-0/+1
2016-08-25Btrfs: fix lockdep warning on deadlock against an inode's log mutexFilipe Manana1-2/+3
2016-08-25btrfs: qgroup: Fix qgroup incorrectness caused by log replayQu Wenruo1-0/+16
2016-08-05Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason1-8/+77
2016-08-01Btrfs: improve performance on fsync against new inode after rename/unlinkFilipe Manana1-8/+77
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-7/+7
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney1-2/+2
2016-07-26Btrfs: fix read_node_slot to return errorsLiu Bo1-0/+4
2016-06-18Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo1-2/+2
2016-05-28Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+5
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-5/+5
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-4/+4
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-47/+27
2016-05-18Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason1-43/+23
2016-05-13Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana1-37/+14
2016-05-13Btrfs: fix empty symlink after creating symlink and fsync parent dirFilipe Manana1-1/+1
2016-05-13Btrfs: fix for incorrect directory entries after fsync log replayFilipe Manana1-5/+8
2016-05-03Merge getxattr prototype change into work.lookupsAl Viro1-3/+3
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba1-1/+1
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain1-4/+4
2016-04-11don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-3/+3
2016-04-07Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana1-0/+137
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-0/+1
2016-03-01Btrfs: do not collect ordered extents when logging that inode existsFilipe Manana1-1/+16
2016-03-01Btrfs: fix file loss on log replay after renaming a file and fsyncFilipe Manana1-10/+57
2016-03-01Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana1-0/+15
2016-01-26Btrfs: fix race between fsync and lockless direct IO writesFilipe Manana1-3/+11
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana1-1/+1
2015-10-13Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris 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