summaryrefslogtreecommitdiff
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAge
...
| | * btrfs: Move btrfs_raid_array to publicZhao Lei2015-10-21
| | * btrfs: use a single if() statement for one outcome in get_block_rsv()Alexandru Moise2015-10-21
| | * btrfs: memset cur_trans->delayed_refs to zeroAlexandru Moise2015-10-21
| | * btrfs: remove unnecessary list_delByongho Lee2015-10-21
| | * btrfs: replace unnecessary list_for_each_entry_safe to list_for_each_entryByongho Lee2015-10-21
| | * btrfs: trimming some start_transaction() code awayAlexandru Moise2015-10-21
| | * btrfs: Fixed declaration of old_lenAlexandru Moise2015-10-21
| | * btrfs: Fixed dsize and last_off declarationsAlexandru Moise2015-10-21
| | * Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integ...Chandan Rajendra2015-10-21
| * | Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason2015-10-12
| |\ \
| | * | btrfs: comment the rest of implicit barriers before waitqueue_activeDavid Sterba2015-10-10
| | * | btrfs: remove extra barrier before waitqueue_activeDavid Sterba2015-10-10
| | * | btrfs: add comments to barriers before waitqueue_activeDavid Sterba2015-10-10
| | * | btrfs: comment waitqueue_active implied by locksDavid Sterba2015-10-10
| | * | btrfs: add barrier for waitqueue_active in clear_btree_io_treeDavid Sterba2015-10-10
| | * | btrfs: remove waitqueue_active check from btrfs_rm_dev_replace_unblockedDavid Sterba2015-10-10
| * | | Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason2015-10-12
| |\ \ \
| | * | | Btrfs: move kobj stuff out of dev_replace lock rangeLiu Bo2015-10-01
| | * | | Btrfs: add helper for closing one deviceAnand Jain2015-10-01
| | * | | Btrfs: don't log error from btrfs_get_bdev_and_sbAnand Jain2015-10-01
| | * | | Btrfs: kernel operation should come after user input has been verifiedAnand Jain2015-10-01
| | * | | Btrfs: enhance btrfs_scratch_superblock to scratch all superblocksAnand Jain2015-10-01
| | * | | Btrfs: add btrfs_read_dev_one_super() to read one specific SBAnand Jain2015-10-01
| | * | | Btrfs: use BTRFS_ERROR_DEV_MISSING_NOT_FOUND when missing device is not foundAnand Jain2015-10-01
| | * | | Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain2015-09-29
| | * | | Btrfs: __btrfs_std_error() logic should be consistent w/out CONFIG_PRINTK def...Anand Jain2015-09-29
| | * | | Btrfs: SB read failure should return EIO for __bread failureAnand Jain2015-09-29
| | * | | Btrfs: rename super_kobj to fsid_kobjAnand Jain2015-09-29
| | * | | Btrfs: rename btrfs_kobj_rm_device to btrfs_sysfs_rm_device_linkAnand Jain2015-09-29
| | * | | Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_linkAnand Jain2015-09-29
| | * | | Btrfs: rename btrfs_sysfs_remove_one to btrfs_sysfs_remove_mountedAnand Jain2015-09-29
| | * | | Btrfs: rename btrfs_sysfs_add_one to btrfs_sysfs_add_mountedAnand Jain2015-09-29
| | |/ /
| * | | Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-12
| |\ \ \ | | |_|/ | |/| |
| | * | btrfs: switch more printks to our helpersDavid Sterba2015-10-08
| | * | btrfs: switch message printers to ratelimited variantsDavid Sterba2015-10-08
| | * | btrfs: introduce ratelimited variants of message printing functionsDavid Sterba2015-10-08
| | * | btrfs: switch message printers to ratelimited _in_rcu variantsDavid Sterba2015-10-08
| | * | btrfs: introduce ratelimited _in_rcu variants of message printing functionsDavid Sterba2015-10-08
| | * | btrfs: switch message printers to _in_rcu variantsDavid Sterba2015-10-08
| | * | btrfs: introduce _in_rcu variants of message printing functionsDavid Sterba2015-10-08
| | |/
* | | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-10-24
|\ \ \
| * | | btrfs: fix possible leak in btrfs_ioctl_balance()Christian Engelmayer2015-10-21
| * | | btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode sizeQu Wenruo2015-10-20
* | | | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-10-16
|\| | | | |/ / |/| |
| * | btrfs: fix use after free iterating extrefsChris Mason2015-10-13
| * | btrfs: check unsupported filters in balance argumentsDavid Sterba2015-10-13
* | | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-10-09
|\| | | |/ |/|
| * BTRFS: support NFSv2 exportNeilBrown2015-10-06
| * Btrfs: open_ctree: Fix possible memory leakchandan2015-10-06
| * Btrfs: fix deadlock when finalizing block group creationFilipe Manana2015-10-05