summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | btrfs: reada: Move is_need_to_readahead contition earlierZhao Lei2016-02-181-11/+9
| | * | | btrfs: reada: Avoid many times of empty loopZhao Lei2016-02-161-1/+1
| | * | | btrfs: reada: Add missed segment checking in reada_find_zoneZhao Lei2016-02-161-1/+3
| | * | | btrfs: reada: reduce additional fs_info->reada_lock in reada_find_zoneZhao Lei2016-02-161-8/+4
| | * | | btrfs: reada: Fix in-segment calculation for readaZhao Lei2016-02-161-2/+2
| | |/ /
| * | | Merge branch 'foreign/qu/norecovery-v7' into for-chris-4.6David Sterba2016-02-263-15/+51
| |\ \ \
| | * | | btrfs: Introduce new mount option alias for nologreplayQu Wenruo2016-02-121-1/+3
| | * | | btrfs: Introduce new mount option to disable tree log replayQu Wenruo2016-02-123-7/+32
| | * | | btrfs: Introduce new mount option usebackuproot to replace recoveryQu Wenruo2016-02-123-8/+17
| | |/ /
| * | | Merge branch 'dev/rename-keys' into for-chris-4.6David Sterba2016-02-263-12/+64
| |\ \ \
| | * | | btrfs: teach print_leaf about temporary item subtypesDavid Sterba2016-02-111-0/+11
| | * | | btrfs: teach print_leaf about permanent item subtypesDavid Sterba2016-02-111-2/+10
| | * | | btrfs: switch dev stats item to the permanent item keyDavid Sterba2016-02-112-5/+8
| | * | | btrfs: introduce key type for persistent permanent itemsDavid Sterba2016-02-111-3/+17
| | * | | btrfs: switch balance item to the temporary item keyDavid Sterba2016-02-111-3/+3
| | * | | btrfs: introduce key type for persistent temporary itemsDavid Sterba2016-02-111-0/+16
| | |/ /
| * | | Merge branch 'dev/gfp-flags' into for-chris-4.6David Sterba2016-02-2610-56/+60
| |\ \ \
| | * | | btrfs: switch to kcalloc in btrfs_cmp_data_prepareDavid Sterba2016-02-111-2/+2
| | * | | btrfs: extent same: use GFP_KERNEL for page array allocationsDavid Sterba2016-02-111-2/+2
| | * | | btrfs: device add and remove: use GFP_KERNELDavid Sterba2016-02-111-4/+5
| | * | | btrfs: readdir: use GFP_KERNELDavid Sterba2016-02-111-1/+1
| | * | | btrfs: fallocate: use GFP_KERNELDavid Sterba2016-02-111-3/+3
| | * | | btrfs: let callers of btrfs_alloc_root pass gfp flagsDavid Sterba2016-02-111-10/+11
| | * | | btrfs: scrub: use GFP_KERNEL on the submission pathDavid Sterba2016-02-112-12/+14
| | * | | btrfs: reada: use GFP_KERNEL everywhereDavid Sterba2016-02-111-5/+5
| | * | | btrfs: send: use GFP_KERNEL everywhereDavid Sterba2016-02-112-19/+19
| | |/ /
| * | | Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6David Sterba2016-02-267-165/+321
| |\ \ \ | | |/ / | |/| |
| | * | Btrfs: btrfs_ioctl_clone: Truncate complete page after performing clone opera...Chandan Rajendra2016-02-011-2/+3
| | * | Btrfs: Clean pte corresponding to page straddling i_sizeChandan Rajendra2016-02-012-3/+11
| | * | Btrfs: Fix block size returned to user spaceChandan Rajendra2016-02-011-1/+0
| | * | Btrfs: Limit inline extents to root->sectorsizeChandan Rajendra2016-02-011-1/+1
| | * | Btrfs: btrfs_submit_direct_hook: Handle map_length < bio vector lengthChandan Rajendra2016-02-011-8/+17
| | * | Btrfs: Use (eb->start, seq) as search key for tree modification logChandan Rajendra2016-02-011-17/+17
| | * | Btrfs: Search for all ordered extents that could span across a pageChandan Rajendra2016-02-012-8/+20
| | * | Btrfs: btrfs_page_mkwrite: Reserve space in sectorsized unitsChandan Rajendra2016-02-011-5/+30
| | * | Btrfs: fallocate: Work with sectorsized blocksChandan Rajendra2016-02-013-51/+55
| | * | Btrfs: Direct I/O read: Work on sectorsized blocksChandan Rajendra2016-02-011-23/+75
| | * | Btrfs: Compute and look up csums based on sectorsized blocksChandan Rajendra2016-02-011-33/+59
| | * | Btrfs: __btrfs_buffered_write: Reserve/release extents aligned to block sizeChandan Rajendra2016-02-012-13/+33
* | | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-191-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana2016-02-161-0/+2
* | | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-128-71/+131
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba2016-02-113-3/+16
| * | Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana2016-02-051-4/+6
| * | Btrfs: remove no longer used function extent_read_full_page_nolock()Filipe Manana2016-02-033-42/+12
| * | Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana2016-02-031-8/+21
| * | Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana2016-02-031-14/+76
| |/
* | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-2911-32/+113
|\ \ | |/
| * Revert "btrfs: synchronize incompat feature bits with sysfs files"Chris Mason2016-01-294-17/+0
| * btrfs: don't use GFP_HIGHMEM for free-space-tree bitmap kzallocChris Mason2016-01-271-1/+1
OpenPOWER on IntegriCloud