aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder1-5/+5
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-8/+0
2016-02-26Merge branch 'dev/control-ioctl' into for-chris-4.6David Sterba1-0/+1
2016-02-26Merge branch 'misc-4.6' into for-chris-4.6David Sterba1-1/+1
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba1-2/+1
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba1-2/+4
2016-02-26Merge branch 'foreign/zhaolei/reada' into for-chris-4.6David Sterba1-2/+5
2016-02-26Merge branch 'foreign/qu/norecovery-v7' into for-chris-4.6David Sterba1-2/+4
2016-02-26Merge branch 'dev/rename-keys' into for-chris-4.6David Sterba1-3/+36
2016-02-26Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6David Sterba1-1/+4
2016-02-23Btrfs: fix lockdep deadlock warning due to dev_replaceLiu Bo1-2/+4
2016-02-23btrfs: drop unused argument in btrfs_ioctl_get_supported_featuresDavid Sterba1-1/+1
2016-02-23btrfs: add GET_SUPPORTED_FEATURES to the control device ioctlsDavid Sterba1-0/+1
2016-02-23btrfs: change max_inline default to 2048David Sterba1-1/+1
2016-02-18btrfs: simplify expression in btrfs_calc_trans_metadata_size()Byongho Lee1-2/+1
2016-02-18btrfs: reada: limit max works countZhao Lei1-0/+3
2016-02-18btrfs: reada: Use fs_info instead of root in __readahead_hook's argumentZhao Lei1-2/+2
2016-02-12btrfs: Introduce new mount option to disable tree log replayQu Wenruo1-1/+3
2016-02-12btrfs: Introduce new mount option usebackuproot to replace recoveryQu Wenruo1-1/+1
2016-02-11btrfs: switch dev stats item to the permanent item keyDavid Sterba1-1/+4
2016-02-11btrfs: introduce key type for persistent permanent itemsDavid Sterba1-3/+17
2016-02-11btrfs: introduce key type for persistent temporary itemsDavid Sterba1-0/+16
2016-02-01Btrfs: fallocate: Work with sectorsized blocksChandan Rajendra1-1/+1
2016-02-01Btrfs: __btrfs_buffered_write: Reserve/release extents aligned to block sizeChandan Rajendra1-0/+3
2016-01-22Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+2
2016-01-20btrfs: merge functions for wait snapshot creationZhao Lei1-0/+1
2016-01-19Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana1-1/+1
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-11/+167
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-3/+4
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-4/+5
2016-01-07btrfs: use smaller type for btrfs_path locksDavid Sterba1-1/+1
2016-01-07btrfs: use smaller type for btrfs_path lowest_levelDavid Sterba1-1/+1
2016-01-07btrfs: use smaller type for btrfs_path readaDavid Sterba1-1/+1
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba1-0/+1
2016-01-07btrfs: constify static arraysDavid Sterba1-1/+1
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee1-2/+3
2016-01-07btrfs: switch __btrfs_fs_incompat return type from int to boolAlexandru Moise1-1/+1
2016-01-01btrfs: use new dedupe data function pointerDarrick J. Wong1-0/+2
2015-12-30btrfs: don't run delayed references while we are creating the free space treeChris Mason1-0/+2
2015-12-23Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason1-2/+155
2015-12-23Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-2/+1
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason1-2/+155
2015-12-17Btrfs: add free space tree mount optionOmar Sandoval1-1/+6
2015-12-17Btrfs: implement the free space B-treeOmar Sandoval1-1/+26
2015-12-17Btrfs: introduce the free space B-tree on-disk formatOmar Sandoval1-0/+38
2015-12-17Btrfs: refactor caching_thread()Omar Sandoval1-0/+3
2015-12-17Btrfs: add helpers for read-only compat bitsOmar Sandoval1-0/+82
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig1-1/+2
2015-12-03btrfs: remove wait from struct btrfs_delalloc_workDavid Sterba1-1/+0
2015-12-03btrfs: sink parameter wait to btrfs_alloc_delalloc_workDavid Sterba1-1/+1