summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-2111-172/+359
|\
| * Btrfs: fix wrong error handle when the device is missing or is not writeableMiao Xie2014-06-191-7/+15
| * Btrfs: fix deadlock when mounting a degraded fsMiao Xie2014-06-192-1/+9
| * Btrfs: use bio_endio_nodec instead of open codeMiao Xie2014-06-191-8/+1
| * Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong2014-06-193-7/+6
| * btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo2014-06-191-10/+9
| * Btrfs: fix broken free space cache after the system crashedMiao Xie2014-06-194-44/+186
| * Btrfs: make free space cache write out functions more readableMiao Xie2014-06-191-66/+93
| * Btrfs: remove unused wait queue in struct extent_bufferFilipe Manana2014-06-191-1/+0
| * Btrfs: fix deadlocks with trylock on tree nodesChris Mason2014-06-191-34/+46
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-148-36/+182
|\ \ | |/
| * btrfs: fix error handling in create_pending_snapshotEric Sandeen2014-06-131-5/+7
| * btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen2014-06-131-1/+1
| * btrfs: free ulist in qgroup_shared_accounting() error pathEric Sandeen2014-06-131-1/+3
| * Btrfs: fix qgroups sanity test crash or hangFilipe Manana2014-06-131-0/+2
| * btrfs: prevent RCU warning when dereferencing radix tree slotSasha Levin2014-06-131-1/+1
| * Btrfs: fix unfinished readahead thread for raid5/6 degraded mountingWang Shilong2014-06-131-2/+7
| * btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift2014-06-131-0/+41
| * btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift2014-06-121-15/+33
| * btrfs: new function read_extent_buffer_to_userGerhard Heift2014-06-122-0/+40
| * btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift2014-06-121-9/+15
| * btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift2014-06-121-2/+26
| * btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift2014-06-121-7/+11
| * btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift2014-06-121-5/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-122-62/+36
|\ \
| * \ Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-122-2/+6
| |\ \
| * | | btrfs: switch to ->write_iter()Al Viro2014-05-061-14/+10
| * | | switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
| * | | iov_iter_truncate()Al Viro2014-05-061-9/+8
| * | | btrfs: switch check_direct_IO() to iov_iterAl Viro2014-05-061-25/+15
| * | | start adding the tag to iov_iterAl Viro2014-05-061-1/+1
| * | | switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+1
| * | | 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/+1
| * | | __btrfs_direct_write(): switch to iov_iterAl Viro2014-05-061-11/+8
| * | | generic_file_direct_write(): switch to iov_iterAl Viro2014-05-061-4/+2
* | | | 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-093-15/+24
| * | | Btrfs: make fsync work after cloning into a fileFilipe Manana2014-06-094-38/+155
| * | | Btrfs: use right type to get real comparisonLiu Bo2014-06-091-1/+1
| * | | Btrfs: don't check nodes for extent itemsJosef Bacik2014-06-091-2/+3
| * | | Btrfs: don't release invalid page in btrfs_page_exists_in_range()Filipe Manana2014-06-091-0/+1
| * | | Btrfs: make sure we retry if page is a retriable exceptionFilipe Manana2014-06-091-1/+3
| * | | Btrfs: make sure we retry if we couldn't get the pageFilipe Manana2014-06-091-1/+3
| * | | btrfs: replace EINVAL with EOPNOTSUPP for dev_replace raid56Gui Hecheng2014-06-091-1/+1
| * | | trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/Antonio Ospite2014-06-091-2/+2
| * | | Btrfs: fix leaf corruption after __btrfs_drop_extentsLiu Bo2014-06-091-0/+18
| * | | Btrfs: ensure btrfs_prev_leaf doesn't miss 1 itemFilipe Manana2014-06-091-1/+11
OpenPOWER on IntegriCloud