summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * btrfs: fix a comment typoGeliang Tang2015-10-211-1/+1
| * btrfs: declare rsv_count as unsigned int instead of intAlexandru Moise2015-10-211-1/+1
| * btrfs: change num_items type from u64 to unsigned intAlexandru Moise2015-10-212-6/+8
| * btrfs: cleanup btrfs_balance profile validity checksAlexandru Moise2015-10-211-9/+12
| * btrfs/file.c: remove an unsed varialbe first_indexShan Hai2015-10-211-3/+0
| * btrfs: use btrfs_raid_array in btrfs_reduce_alloc_profileZhao Lei2015-10-211-26/+22
| * btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures()Zhao Lei2015-10-213-13/+30
| * btrfs: Move btrfs_raid_array to publicZhao Lei2015-10-212-59/+73
| * btrfs: use a single if() statement for one outcome in get_block_rsv()Alexandru Moise2015-10-211-7/+3
| * btrfs: memset cur_trans->delayed_refs to zeroAlexandru Moise2015-10-211-6/+2
| * btrfs: remove unnecessary list_delByongho Lee2015-10-211-1/+0
| * btrfs: replace unnecessary list_for_each_entry_safe to list_for_each_entryByongho Lee2015-10-211-2/+1
| * btrfs: trimming some start_transaction() code awayAlexandru Moise2015-10-211-14/+1
| * btrfs: Fixed declaration of old_lenAlexandru Moise2015-10-211-1/+1
| * btrfs: Fixed dsize and last_off declarationsAlexandru Moise2015-10-211-2/+2
| * Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integ...Chandan Rajendra2015-10-211-2/+2
* | Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason2015-10-1212-7/+62
|\ \
| * | btrfs: comment the rest of implicit barriers before waitqueue_activeDavid Sterba2015-10-105-0/+22
| * | btrfs: remove extra barrier before waitqueue_activeDavid Sterba2015-10-101-2/+6
| * | btrfs: add comments to barriers before waitqueue_activeDavid Sterba2015-10-105-2/+16
| * | btrfs: comment waitqueue_active implied by locksDavid Sterba2015-10-102-1/+11
| * | btrfs: add barrier for waitqueue_active in clear_btree_io_treeDavid Sterba2015-10-101-0/+6
| * | btrfs: remove waitqueue_active check from btrfs_rm_dev_replace_unblockedDavid Sterba2015-10-101-2/+1
* | | Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason2015-10-1217-177/+198
|\ \ \
| * | | Btrfs: move kobj stuff out of dev_replace lock rangeLiu Bo2015-10-011-4/+4
| * | | Btrfs: add helper for closing one deviceAnand Jain2015-10-012-30/+37
| * | | Btrfs: don't log error from btrfs_get_bdev_and_sbAnand Jain2015-10-011-1/+0
| * | | Btrfs: kernel operation should come after user input has been verifiedAnand Jain2015-10-011-13/+13
| * | | Btrfs: enhance btrfs_scratch_superblock to scratch all superblocksAnand Jain2015-10-012-13/+27
| * | | Btrfs: add btrfs_read_dev_one_super() to read one specific SBAnand Jain2015-10-012-20/+35
| * | | Btrfs: use BTRFS_ERROR_DEV_MISSING_NOT_FOUND when missing device is not foundAnand Jain2015-10-011-4/+2
| * | | Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain2015-09-2911-33/+26
| * | | Btrfs: __btrfs_std_error() logic should be consistent w/out CONFIG_PRINTK def...Anand Jain2015-09-291-22/+5
| * | | Btrfs: SB read failure should return EIO for __bread failureAnand Jain2015-09-292-7/+19
| * | | Btrfs: rename super_kobj to fsid_kobjAnand Jain2015-09-293-20/+20
| * | | Btrfs: rename btrfs_kobj_rm_device to btrfs_sysfs_rm_device_linkAnand Jain2015-09-294-8/+8
| * | | Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_linkAnand Jain2015-09-294-5/+5
| * | | Btrfs: rename btrfs_sysfs_remove_one to btrfs_sysfs_remove_mountedAnand Jain2015-09-293-5/+5
| * | | Btrfs: rename btrfs_sysfs_add_one to btrfs_sysfs_add_mountedAnand Jain2015-09-293-3/+3
| |/ /
* | | Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-1213-97/+187
|\ \ \ | |_|/ |/| |
| * | btrfs: switch more printks to our helpersDavid Sterba2015-10-086-21/+25
| * | btrfs: switch message printers to ratelimited variantsDavid Sterba2015-10-086-33/+31
| * | btrfs: introduce ratelimited variants of message printing functionsDavid Sterba2015-10-081-0/+21
| * | btrfs: switch message printers to ratelimited _in_rcu variantsDavid Sterba2015-10-084-16/+16
| * | btrfs: introduce ratelimited _in_rcu variants of message printing functionsDavid Sterba2015-10-081-0/+38
| * | btrfs: switch message printers to _in_rcu variantsDavid Sterba2015-10-085-27/+27
| * | btrfs: introduce _in_rcu variants of message printing functionsDavid Sterba2015-10-081-0/+29
| |/
* | Linux 4.3-rc5v4.3-rc5Linus Torvalds2015-10-111-2/+2
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-10-112-7/+8
|\ \
| * | sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2015-10-062-7/+8
OpenPOWER on IntegriCloud