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-08-112-9/+12
|\
| * dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields2014-08-071-8/+1Star
| * btrfs: add RENAME_NOREPLACEMiklos Szeredi2014-08-071-1/+11
* | Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2014-07-282-4/+15
|\|
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-07-212-4/+15
| |\
| | * btrfs: test for valid bdev before kobj removal in btrfs_rm_deviceEric Sandeen2014-07-191-4/+4
| | * Btrfs: fix abnormal long waiting in fsyncLiu Bo2014-07-191-0/+11
* | | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-8/+2Star
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-07-0413-47/+108
|\|
| * Btrfs: fix crash when starting transactionFilipe Manana2014-07-031-0/+1
| * Btrfs: fix btrfs_print_leaf for skinny metadataJosef Bacik2014-07-031-4/+5
| * Btrfs: fix race of using total_bytes_pinnedLiu Bo2014-07-031-4/+1Star
| * btrfs: use E2BIG instead of EIO if compression does not helpDavid Sterba2014-07-031-1/+1
| * btrfs: remove stale comment from btrfs_flush_all_pending_stuffsDavid Sterba2014-07-031-5/+0Star
| * Btrfs: fix use-after-free when cloning a trailing file holeFilipe Manana2014-07-031-11/+9Star
| * btrfs: fix null pointer dereference in btrfs_show_devname when name is nullAnand Jain2014-07-031-0/+2
| * btrfs: fix null pointer dereference in clone_fs_devices when name is nullAnand Jain2014-07-031-5/+7
| * btrfs: fix nossd and ssd_spread mount option regressionEric Sandeen2014-07-031-1/+2
| * Btrfs: fix race between balance recovery and root deletionWang Shilong2014-07-032-0/+4
| * Btrfs: atomically set inode->i_flags in btrfs_update_iflagsFilipe Manana2014-07-031-7/+10
| * btrfs: only unlock block in verify_parent_transid if we locked itJosef Bacik2014-06-281-1/+2
| * Btrfs: assert send doesn't attempt to start transactionsFilipe Manana2014-06-281-2/+4
| * btrfs compression: reuse recently used workspaceSergey Senozhatsky2014-06-281-1/+1
| * Btrfs: fix crash when mounting raid5 btrfs with missing disksLiu Bo2014-06-281-2/+3
| * btrfs: create sprout should rename fsid on the sysfs as wellAnand Jain2014-06-281-0/+9
| * btrfs: dev replace should replace the sysfs entryAnand Jain2014-06-281-0/+5
| * btrfs: dev add should add its sysfs entryAnand Jain2014-06-283-3/+16
| * btrfs: dev delete should remove sysfs entryAnand Jain2014-06-283-0/+26
| * btrfs: rename add_device_membership to btrfs_kobj_add_deviceAnand Jain2014-06-281-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-2211-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/+1Star
| * Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong2014-06-193-7/+6Star
| * btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo2014-06-191-10/+9Star
| * 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/+0Star
| * 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-158-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-131-15/+33
| * btrfs: new function read_extent_buffer_to_userGerhard Heift2014-06-132-0/+40
| * btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift2014-06-131-9/+15