summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix fsync after truncate when no_holes feature is enabledFilipe Manana2015-07-021-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/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-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
* | Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana2015-03-271-7/+236
* | Btrfs: remove deleted xattrs on fsync log replayFilipe Manana2015-03-271-14/+109
* | Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason2015-03-251-3/+5
|\ \ | |/ |/|
| * Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler2015-02-161-3/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-061-1/+1
|\ \
| * | Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas2015-03-061-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-02-191-50/+184
|\|
| * Btrfs: don't remove extents and xattrs when logging new namesFilipe Manana2015-02-141-12/+27
| * Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana2015-02-141-9/+73
| * Btrfs: fix scheduler warning when syncing logFilipe Manana2015-02-141-1/+1
| * btrfs: kill btrfs_inode_*time helpersDavid Sterba2015-02-031-6/+6
| * Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefsFilipe Manana2015-01-221-3/+36
| * Btrfs: fix fsync when extend references are added to an inodeFilipe Manana2015-01-221-11/+16
| * Btrfs: fix directory inconsistency after fsync log replayFilipe Manana2015-01-221-2/+18
| * Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...Chris Mason2015-01-221-1/+1
| |\
| | * btrfs: sink blocksize parameter to btrfs_find_create_tree_blockDavid Sterba2014-12-121-1/+1
| * | btrfs: simplify insert_orphan_itemDavid Sterba2015-01-141-12/+4Star
| * | btrfs: fix leak of path in btrfs_find_itemDavid Sterba2015-01-141-1/+10
| |/
* / Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu2015-02-051-0/+1
|/
* Btrfs: ensure ordered extent errors aren't missed on fsyncFilipe Manana2014-11-211-0/+21
* Btrfs: collect only the necessary ordered extents on ranged fsyncFilipe Manana2014-11-211-1/+1
* Btrfs: don't ignore log btree writeback errorsFilipe Manana2014-11-211-6/+15
* Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik2014-11-211-3/+3
* Btrfs: make sure we wait on logged extents when fsycning two subvolsJosef Bacik2014-11-211-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-11-011-1/+1
|\
| * Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()Filipe Manana2014-10-271-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-10-111-109/+150
|\|
| * Btrfs: fix data corruption after fast fsync and writeback errorFilipe Manana2014-09-191-102/+145
| * Btrfs: fix directory recovery from fsync logFilipe Manana2014-09-171-0/+1
| * Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana2014-09-171-3/+0Star
| * btrfs: use nodesize everywhere, kill leafsizeDavid Sterba2014-09-171-1/+1
| * btrfs: kill the key type accessor helpersDavid Sterba2014-09-171-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-081-1/+2
|\ \
| * | fs/btrfs/tree-log.c: Fix closing brace followed by ifRasmus Villemoes2014-08-261-1/+2
* | | Btrfs: set inode's logged_trans/last_log_commit after ranged fsyncFilipe Manana2014-09-171-12/+2Star
| |/ |/|
* | Btrfs: fix fsync data loss after a ranged fsyncFilipe Manana2014-09-081-16/+61
* | Btrfs: fix hole detection during file fsyncFilipe Manana2014-08-211-4/+13
|/
* Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie2014-06-101-23/+17Star
* Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-101-4/+5
* Btrfs: stop joining the log transaction if sync log failsMiao Xie2014-03-101-2/+14
* Btrfs: just wait or commit our own log sub-transactionMiao Xie2014-03-101-23/+40
* Btrfs: fix skipped error handle when log sync failedMiao Xie2014-03-101-26/+88
* Btrfs: use signed integer instead of unsigned long integer for log transidMiao Xie2014-03-101-2/+2