aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
2016-12-13Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney
2016-12-06btrfs: split btrfs_wait_marked_extents into normal and tree log functionsJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney
2016-11-30Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko
2016-11-30Btrfs: fix deadlock caused by fsync when logging directory entriesRobbie Ko
2016-11-30btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo
2016-10-28Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-27btrfs: fix races on root_log_ctx listsChris Mason
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik
2016-09-16btrfs: use filemap_check_errors()Miklos Szeredi
2016-09-06Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason
2016-08-25Btrfs: fix lockdep warning on deadlock against an inode's log mutexFilipe Manana
2016-08-25btrfs: qgroup: Fix qgroup incorrectness caused by log replayQu Wenruo
2016-08-05Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason
2016-08-01Btrfs: improve performance on fsync against new inode after rename/unlinkFilipe Manana
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney
2016-07-26Btrfs: fix read_node_slot to return errorsLiu Bo
2016-06-18Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2016-05-13Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana
2016-05-13Btrfs: fix empty symlink after creating symlink and fsync parent dirFilipe Manana
2016-05-13Btrfs: fix for incorrect directory entries after fsync log replayFilipe Manana
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-04-06Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain
2016-03-01Btrfs: do not collect ordered extents when logging that inode existsFilipe Manana
2016-03-01Btrfs: fix file loss on log replay after renaming a file and fsyncFilipe Manana
2016-03-01Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana
2016-01-25Btrfs: fix race between fsync and lockless direct IO writesFilipe Manana
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana
2015-10-12Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason
2015-10-10btrfs: remove extra barrier before waitqueue_activeDavid Sterba
2015-10-10btrfs: comment waitqueue_active implied by locksDavid Sterba
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain