summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-122-62/+36Star
|\ \
| * \ Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-122-2/+6
| |\ \
| * | | btrfs: switch to ->write_iter()Al Viro2014-05-061-14/+10Star
| * | | switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
| * | | iov_iter_truncate()Al Viro2014-05-061-9/+8Star
| * | | btrfs: switch check_direct_IO() to iov_iterAl Viro2014-05-061-25/+15Star
| * | | start adding the tag to iov_iterAl Viro2014-05-061-1/+1
| * | | switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+1Star
| * | | get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+1
| * | | pass iov_iter to ->direct_IO()Al Viro2014-05-061-6/+6
| * | | kill generic_segment_checks()Al Viro2014-05-061-6/+1Star
| * | | __btrfs_direct_write(): switch to iov_iterAl Viro2014-05-061-11/+8Star
| * | | generic_file_direct_write(): switch to iov_iterAl Viro2014-05-061-4/+2Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-1146-1303/+3693
|\ \ \ \ | | |_|/ | |/| |
| * | | Btrfs: convert smp_mb__{before,after}_clear_bitChris Mason2014-06-101-2/+2
| * | | Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo2014-06-103-15/+24
| * | | Btrfs: make fsync work after cloning into a fileFilipe Manana2014-06-104-38/+155
| * | | Btrfs: use right type to get real comparisonLiu Bo2014-06-101-1/+1
| * | | Btrfs: don't check nodes for extent itemsJosef Bacik2014-06-101-2/+3
| * | | Btrfs: don't release invalid page in btrfs_page_exists_in_range()Filipe Manana2014-06-101-0/+1
| * | | Btrfs: make sure we retry if page is a retriable exceptionFilipe Manana2014-06-101-1/+3
| * | | Btrfs: make sure we retry if we couldn't get the pageFilipe Manana2014-06-101-1/+3
| * | | btrfs: replace EINVAL with EOPNOTSUPP for dev_replace raid56Gui Hecheng2014-06-101-1/+1
| * | | trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/Antonio Ospite2014-06-101-2/+2
| * | | Btrfs: fix leaf corruption after __btrfs_drop_extentsLiu Bo2014-06-101-0/+18
| * | | Btrfs: ensure btrfs_prev_leaf doesn't miss 1 itemFilipe Manana2014-06-101-1/+11
| * | | Btrfs: fix clone to deal with holes when NO_HOLES feature is enabledFilipe Manana2014-06-101-25/+83
| * | | btrfs: free delayed node outside of root->inode_lockJeff Mahoney2014-06-101-2/+5
| * | | btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAXGui Hecheng2014-06-101-1/+1
| * | | Btrfs: fix transaction leak during fsync callFilipe Manana2014-06-101-1/+3
| * | | btrfs: Avoid trucating page or punching hole in a already existed hole.Qu Wenruo2014-06-101-14/+98
| * | | Btrfs: update commit root on snapshot creation after orphan cleanupFilipe Manana2014-06-101-0/+29
| * | | Btrfs: ioctl, don't re-lock extent range when not necessaryFilipe Manana2014-06-101-2/+7
| * | | Btrfs: avoid visiting all extent items when cloning a rangeFilipe Manana2014-06-101-4/+22
| * | | Btrfs: set dead flag on the right root when destroying snapshotFilipe Manana2014-06-101-6/+6
| * | | Btrfs: ensure readers see new data after a clone operationFilipe Manana2014-06-101-5/+31
| * | | fs: btrfs: volumes.c: Fix for possible null pointer dereferenceRickard Strandqvist2014-06-101-2/+3
| * | | btrfs: allocate raid type kobjects dynamicallyJeff Mahoney2014-06-103-16/+36
| * | | Btrfs: send, use the right limits for xattr names and valuesFilipe Manana2014-06-101-7/+23
| * | | Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana2014-06-101-0/+4
| * | | Btrfs: async delayed refsChris Mason2014-06-105-3/+107
| * | | Btrfs: split up __extent_writepage to lower stack usageChris Mason2014-06-102-138/+194
| * | | btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell2014-06-103-7/+71
| * | | Btrfs: cut down stack usage in btree_write_cache_pagesChris Mason2014-06-101-4/+5
| * | | Btrfs: break up __btrfs_write_out_cache to cut down stack usageChris Mason2014-06-101-117/+191
| * | | Btrfs: free tmp ulist for qgroup rescanJosef Bacik2014-06-101-0/+1
| * | | btrfs: usage error should not be logged into system logAnand Jain2014-06-101-4/+1Star
| * | | btrfs: remove newline from inode cache kthread nameDavid Sterba2014-06-101-1/+1
| * | | btrfs: remove stale newlines from log messagesDavid Sterba2014-06-107-14/+14
| * | | Btrfs: fix double free in find_lock_delalloc_rangeChris Mason2014-06-101-0/+1