aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-14Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+2
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.9Chris Mason1-1/+2
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-33/+83
2016-10-03Btrfs: catch invalid free space treesOmar Sandoval1-1/+2
2016-09-26btrfs: fix btrfs_no_printk stub helperArnd Bergmann1-10/+7
2016-09-26Btrfs: memset to avoid stale content in btree leafLiu Bo1-0/+15
2016-09-26btrfs: btrfs_debug should consume fs_info when DEBUG is not definedJeff Mahoney1-4/+10
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-1/+1
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-3/+3
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-20/+23
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchsetQu Wenruo1-1/+1
2016-09-26btrfs: add dynamic debug supportJeff Mahoney1-1/+30
2016-09-16btrfs: use filemap_check_errors()Miklos Szeredi1-1/+0
2016-09-09Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2016-09-06btrfs: introduce tickets_id to determine whether asynchronous metadata reclaim work makes progressWang Xiaoguang1-0/+1
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+4
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang1-0/+2
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang1-1/+1
2016-08-25btrfs: properly track when rescan worker is runningJeff Mahoney1-0/+1
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-42/+59
2016-07-31Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+13
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-4/+4
2016-07-26btrfs: convert nodesize macros to static inlinesJeff Mahoney1-15/+33
2016-07-26btrfs: introduce BTRFS_MAX_ITEM_SIZEJeff Mahoney1-4/+4
2016-07-26btrfs: cleanup, remove prototype for btrfs_find_root_refJeff Mahoney1-3/+0
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney1-9/+8
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney1-0/+1
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney1-11/+11
2016-07-26btrfs: hide test-only member under ifdefDavid Sterba1-0/+2
2016-07-07Btrfs: add tracepoints for flush eventsJosef Bacik1-0/+9
2016-07-07Btrfs: introduce ticketed enospc infrastructureJosef Bacik1-0/+2
2016-07-07Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik1-2/+2
2016-06-22Btrfs: track transid for delayed ref flushingJosef Bacik1-1/+1
2016-06-07btrfs: use bio fields for op and flagsMike Christie1-1/+1
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-3/+3
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-3/+3
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.7Chris Mason1-0/+27
2016-05-16Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516David Sterba1-1013/+1
2016-05-16Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba1-40/+41
2016-05-13Btrfs: fix race between block group relocation and nocow writesFilipe Manana1-0/+13
2016-05-13Btrfs: don't do unnecessary delalloc flushes when relocatingFilipe Manana1-0/+14
2016-04-28btrfs: uapi/linux/btrfs_tree.h migration, item types and definesJeff Mahoney1-948/+1
2016-04-28btrfs: uapi/linux/btrfs.h migration, move struct btrfs_ioctl_defrag_range_argsJeff Mahoney1-31/+0
2016-04-28btrfs: uapi/linux/btrfs.h migration, move feature flagsJeff Mahoney1-25/+0
2016-04-28btrfs: uapi/linux/btrfs.h migration, qgroup limit flagsJeff Mahoney1-8/+0
2016-04-28btrfs: uapi/linux/btrfs.h migration, move BTRFS_LABEL_SIZEJeff Mahoney1-1/+0
2016-04-28btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr1-0/+1
2016-04-28btrfs: move error handling code together in ctree.hAnand Jain1-38/+40
2016-04-28btrfs: remove unused function btrfs_assert()Anand Jain1-1/+0