summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | btrfs: backref: Don't merge refs which are not for same block.Qu Wenruo2015-06-101-3/+3
| * | | btrfs: Fix lockdep warning of wr_ctx->wr_lock in scrub_free_wr_ctx()Zhao Lei2015-06-104-3/+27
| * | | btrfs: Handle unaligned length in extent_sameMark Fasheh2015-06-101-6/+14
| * | | Btrfs: btrfs_defrag_file: Fix calculation of max_to_defrag.chandan2015-06-101-1/+1
| * | | Btrfs: btrfs_defrag_file: Fix ra_index computation.chandan2015-06-101-1/+1
| * | | Btrfs: fix necessary chunk tree space calculation when allocating a chunkFilipe Manana2015-06-103-12/+7
| * | | Btrfs: don't attach unnecessary extents to transaction on fsyncFilipe Manana2015-06-101-1/+15
| * | | Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana2015-06-103-3/+23
| * | | Merge branch 'send_fixes_4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2015-06-101-21/+83
| |\ \ \
| | * | | Btrfs: incremental send, check if orphanized dir inode needs delayed renameFilipe Manana2015-06-031-19/+37
| | * | | Btrfs: incremental send, don't delay directory renames unnecessarilyFilipe Manana2015-06-031-2/+46
| | |/ /
| * | | Btrfs: fix hang during inode eviction due to concurrent readaheadFilipe Manana2015-06-031-5/+21
| * | | Btrfs: fix up read_tree_block to return proper errorLiu Bo2015-06-035-29/+54
| * | | Btrfs: add missing free_extent_bufferLiu Bo2015-06-031-0/+1
| * | | Btrfs: remove csum_bytes_leftLiu Bo2015-06-033-16/+0
| * | | Btrfs: fix -ENOSPC on block group removalFilipe Manana2015-06-033-8/+30
| * | | Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana2015-06-034-2/+50
| * | | Btrfs: set UNWRITTEN for prealloc'ed extents in fiemapJosef Bacik2015-06-031-0/+2
| * | | Btrfs: show subvol= and subvolid= in /proc/mountsOmar Sandoval2015-06-031-0/+4
| * | | Btrfs: unify subvol= and subvolid= mountingOmar Sandoval2015-06-031-67/+171
| * | | Btrfs: fail on mismatched subvol and subvolid mount optionsOmar Sandoval2015-06-031-8/+25
| * | | Btrfs: clean up error handling in mount_subvol()Omar Sandoval2015-06-031-28/+33
| * | | Btrfs: remove all subvol options before mounting top-levelOmar Sandoval2015-06-031-36/+20
| * | | Btrfs: lock superblock before remounting for rw subvolOmar Sandoval2015-06-031-0/+2
| * | | Btrfs: wake up extent state waiters on unlock through clear_extent_bitsFilipe Manana2015-06-031-1/+6
| * | | Btrfs: fix chunk allocation regression leading to transaction abortFilipe Manana2015-06-031-3/+19
| * | | btrfs: use after free when closing devicesSasha Levin2015-06-031-2/+2
| * | | btrfs: make root id query unprivilegedDavid Sterba2015-06-031-4/+16
| * | | Btrfs: fix block group ->space_info null pointer dereferenceFilipe Manana2015-06-031-2/+23
| * | | Btrfs: check error before reporting missing device and add uuidAnand Jain2015-06-031-1/+2
| * | | btrfs: Fix superblock csum type check.Qu Wenruo2015-06-031-1/+1
| * | | Btrfs: incremental send, fix clone operations for compressed extentsFilipe Manana2015-06-031-1/+17
| * | | btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation()Christian Engelmayer2015-06-031-4/+4
| * | | Btrfs: fix mutex unlock without prior lock on space cache truncationFilipe Manana2015-06-031-8/+6
| * | | Btrfs: log when missing device is createdAnand Jain2015-06-031-0/+2
| * | | btrfs: fix warnings after changes in btrfs_abort_transactionDavid Sterba2015-06-032-4/+4
| * | | btrfs: add 'cold' compiler annotations to all error handling functionsDavid Sterba2015-06-032-0/+7
| * | | btrfs: report exact callsite where transaction abort occursDavid Sterba2015-06-032-11/+9
| * | | btrfs: let tree defrag work in SSD modeDavid Sterba2015-06-031-3/+0
| * | | Btrfs: check pending chunks when shrinking fs to avoid corruptionFilipe Manana2015-06-031-9/+40
| * | | Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval2015-06-031-3/+1
| |/ /
* | | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-254-26/+9
|\ \ \ | |/ / |/| |
| * | block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-223-14/+6
| * | block: remove BIO_EOPNOTSUPPChristoph Hellwig2015-05-192-11/+2
| * | bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe2015-05-051-1/+1
* | | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-233-0/+38
|\ \ \
| * | | Btrfs: fix regression in raid level conversionChris Mason2015-05-201-0/+18
| * | | Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana2015-05-202-0/+3
| * | | btrfs: clear 'ret' in btrfs_check_shared() loopMark Fasheh2015-05-201-0/+17
* | | | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-174-10/+68
|\| | | | |_|/ |/| |