summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-6/+6
|\
| * btrfs: unsplit printed stringsJeff Mahoney2016-09-261-4/+4
| * Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-2/+2
* | btrfs: use filemap_check_errors()Miklos Szeredi2016-09-161-2/+2
|/
* Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason2016-09-061-0/+1
* Btrfs: fix lockdep warning on deadlock against an inode's log mutexFilipe Manana2016-08-251-2/+3
* btrfs: qgroup: Fix qgroup incorrectness caused by log replayQu Wenruo2016-08-251-0/+16
* Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2016-08-051-8/+77
|\
| * Btrfs: improve performance on fsync against new inode after rename/unlinkFilipe Manana2016-08-011-8/+77
* | btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-261-7/+7
* | btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney2016-07-261-2/+2
* | Btrfs: fix read_node_slot to return errorsLiu Bo2016-07-261-0/+4
|/
* Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-181-2/+2
|\
| * Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo2016-06-171-2/+2
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-271-5/+5
|\|
| * Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-5/+5
| |\
| | * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-4/+4
| | * btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba2016-04-291-1/+1
* | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-211-47/+27
|\| |
| * | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-171-43/+23
| |\ \
| | * | Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana2016-05-131-37/+14
| | * | Btrfs: fix empty symlink after creating symlink and fsync parent dirFilipe Manana2016-05-131-1/+1
| | * | Btrfs: fix for incorrect directory entries after fsync log replayFilipe Manana2016-05-131-5/+8
| | |/
| * / btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain2016-04-281-4/+4
| |/
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-3/+3
|\ \ | |/ |/|
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-3/+3
* | Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana2016-04-061-0/+137
|/
* btrfs: Fix misspellings in comments.Adam Buchbinder2016-03-141-1/+1
* btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-111-0/+1
* Btrfs: do not collect ordered extents when logging that inode existsFilipe Manana2016-03-011-1/+16
* Btrfs: fix file loss on log replay after renaming a file and fsyncFilipe Manana2016-03-011-10/+57
* Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana2016-03-011-0/+15
* Btrfs: fix race between fsync and lockless direct IO writesFilipe Manana2016-01-251-3/+11
* Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-10-251-1/+1
* Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason2015-10-121-2/+12
|\
| * btrfs: remove extra barrier before waitqueue_activeDavid Sterba2015-10-101-2/+6
| * btrfs: comment waitqueue_active implied by locksDavid Sterba2015-10-101-0/+6
* | Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain2015-09-291-4/+4
|/
* Btrfs: fix file read corruption after extent cloning and fsyncFilipe Manana2015-08-191-0/+54
* btrfs: Remove unused arguments in tree-log.cZhaolei2015-08-191-14/+11
* btrfs: Remove useless condition in start_log_trans()Zhaolei2015-08-191-26/+17
* Btrfs: fix stale dir entries after removing a link and fsyncFilipe Manana2015-08-091-20/+138
* Btrfs: fix stale directory entries after fsync log replayFilipe Manana2015-08-091-4/+60
* Btrfs: fix fsync after truncate when no_holes feature is enabledFilipe Manana2015-07-011-0/+108
* Btrfs: fix fsync xattr loss in the fast fsync pathFilipe Manana2015-06-301-0/+104
* Btrfs: fix fsync data loss after append writeFilipe Manana2015-06-301-5/+9
* Btrfs: remove csum_bytes_leftLiu Bo2015-06-031-6/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-7/+7
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-7/+7
* | btrfs: actively run the delayed refs while deleting large filesChris Mason2015-04-101-2/+6