summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Fix misspellings in comments.Adam Buchbinder2016-03-141-5/+5
* btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-111-8/+0
* Merge branch 'dev/control-ioctl' into for-chris-4.6David Sterba2016-02-261-0/+1
|\
| * btrfs: drop unused argument in btrfs_ioctl_get_supported_featuresDavid Sterba2016-02-231-1/+1
| * btrfs: add GET_SUPPORTED_FEATURES to the control device ioctlsDavid Sterba2016-02-231-0/+1
* | Merge branch 'misc-4.6' into for-chris-4.6David Sterba2016-02-261-1/+1
|\ \
| * | btrfs: change max_inline default to 2048David Sterba2016-02-231-1/+1
| |/
* | Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba2016-02-261-2/+1
|\ \
| * | btrfs: simplify expression in btrfs_calc_trans_metadata_size()Byongho Lee2016-02-181-2/+1
| |/
* | Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba2016-02-261-2/+4
|\ \
| * | Btrfs: fix lockdep deadlock warning due to dev_replaceLiu Bo2016-02-231-2/+4
| |/
* | Merge branch 'foreign/zhaolei/reada' into for-chris-4.6David Sterba2016-02-261-2/+5
|\ \
| * | btrfs: reada: limit max works countZhao Lei2016-02-181-0/+3
| * | btrfs: reada: Use fs_info instead of root in __readahead_hook's argumentZhao Lei2016-02-181-2/+2
| |/
* | Merge branch 'foreign/qu/norecovery-v7' into for-chris-4.6David Sterba2016-02-261-2/+4
|\ \
| * | btrfs: Introduce new mount option to disable tree log replayQu Wenruo2016-02-121-1/+3
| * | btrfs: Introduce new mount option usebackuproot to replace recoveryQu Wenruo2016-02-121-1/+1
| |/
* | Merge branch 'dev/rename-keys' into for-chris-4.6David Sterba2016-02-261-3/+36
|\ \
| * | btrfs: switch dev stats item to the permanent item keyDavid Sterba2016-02-111-1/+4
| * | btrfs: introduce key type for persistent permanent itemsDavid Sterba2016-02-111-3/+17
| * | btrfs: introduce key type for persistent temporary itemsDavid Sterba2016-02-111-0/+16
| |/
* | Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6David Sterba2016-02-261-1/+4
|\ \ | |/ |/|
| * Btrfs: fallocate: Work with sectorsized blocksChandan Rajendra2016-02-011-1/+1
| * Btrfs: __btrfs_buffered_write: Reserve/release extents aligned to block sizeChandan Rajendra2016-02-011-0/+3
* | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-221-1/+2
|\ \ | |/
| * btrfs: merge functions for wait snapshot creationZhao Lei2016-01-201-0/+1
| * Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana2016-01-191-1/+1
* | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-181-11/+167
|\ \ | |/
| * Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-3/+4
| |\
| | * Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-2/+3
| | * btrfs: switch __btrfs_fs_incompat return type from int to boolAlexandru Moise2016-01-071-1/+1
| * | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-111-4/+5
| |\ \
| | * | btrfs: use smaller type for btrfs_path locksDavid Sterba2016-01-071-1/+1
| | * | btrfs: use smaller type for btrfs_path lowest_levelDavid Sterba2016-01-071-1/+1
| | * | btrfs: use smaller type for btrfs_path readaDavid Sterba2016-01-071-1/+1
| | * | btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba2016-01-071-0/+1
| | * | btrfs: constify static arraysDavid Sterba2016-01-071-1/+1
| | |/
| * | btrfs: don't run delayed references while we are creating the free space treeChris Mason2015-12-301-0/+2
| * | Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason2015-12-231-2/+155
| |\ \
| | * \ Merge branch 'freespace-tree' into for-linus-4.5Chris Mason2015-12-181-2/+155
| | |\ \ | | | |/ | | |/|
| | | * Btrfs: add free space tree mount optionOmar Sandoval2015-12-171-1/+6
| | | * Btrfs: implement the free space B-treeOmar Sandoval2015-12-171-1/+26
| | | * Btrfs: introduce the free space B-tree on-disk formatOmar Sandoval2015-12-171-0/+38
| | | * Btrfs: refactor caching_thread()Omar Sandoval2015-12-171-0/+3
| | | * Btrfs: add helpers for read-only compat bitsOmar Sandoval2015-12-171-0/+82
| * | | Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2015-12-231-2/+1
| |\ \ \ | | |/ / | |/| |
| | * | btrfs: remove wait from struct btrfs_delalloc_workDavid Sterba2015-12-031-1/+0
| | * | btrfs: sink parameter wait to btrfs_alloc_delalloc_workDavid Sterba2015-12-031-1/+1
* | | | btrfs: use new dedupe data function pointerDarrick J. Wong2016-01-011-0/+2
* | | | vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-071-1/+2
OpenPOWER on IntegriCloud