summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | btrfs: extent_io: Introduce new function clear_record_extent_bits()Qu Wenruo2015-10-222-11/+42
| * | btrfs: extent_io: Introduce new function set_record_extent_bitsQu Wenruo2015-10-222-18/+56
| * | btrfs: extent_io: Introduce needed structure for recoding set/clear bitsQu Wenruo2015-10-221-0/+12
| |/
| * Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2015-10-224-88/+407
| |\
| | * Btrfs: fix truncation of compressed and inlined extentsFilipe Manana2015-10-161-14/+68
| | * Btrfs: fix double range unlock of hole region when reading pageFilipe Manana2015-10-141-2/+6
| | * Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana2015-10-141-43/+152
| | * btrfs: fix resending received snapshot with parentRobin Ruede2015-10-131-2/+8
| | * Btrfs: send, fix file corruption due to incorrect cloning operationsFilipe Manana2015-10-131-27/+173
| * | Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-2216-211/+220
| |\ \ | | |/ | |/|
| | * btrfs: reada: Fix returned errno codeLuis de Bethencourt2015-10-211-3/+5
| | * btrfs: check-integrity: Fix returned errno codesLuis de Bethencourt2015-10-211-2/+2
| | * btrfs: compress: put variables defined per compress type in struct to make ca...Byongho Lee2015-10-211-46/+48
| | * btrfs: cleanup iterating over prop_handlers arrayByongho Lee2015-10-211-7/+6Star
| | * 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/+0Star
| | * btrfs: use btrfs_raid_array in btrfs_reduce_alloc_profileZhao Lei2015-10-211-26/+22Star
| | * 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/+3Star
| | * btrfs: memset cur_trans->delayed_refs to zeroAlexandru Moise2015-10-211-6/+2Star
| | * btrfs: remove unnecessary list_delByongho Lee2015-10-211-1/+0Star
| | * btrfs: replace unnecessary list_for_each_entry_safe to list_for_each_entryByongho Lee2015-10-211-2/+1Star
| | * btrfs: trimming some start_transaction() code awayAlexandru Moise2015-10-211-14/+1Star
| | * 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-1312-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/+1Star
| * | | Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason2015-10-1317-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/+0Star
| | * | | 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/+2Star
| | * | | Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain2015-09-2911-33/+26Star
| | * | | Btrfs: __btrfs_std_error() logic should be consistent w/out CONFIG_PRINTK def...Anand Jain2015-09-291-22/+5Star
| | * | | 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