aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-26btrfs: convert pr_* to btrfs_* where possibleGravatar Jeff Mahoney 1-1/+1
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsGravatar Jeff Mahoney 1-3/+3
2016-09-26Btrfs: add a flags field to btrfs_fs_infoGravatar Josef Bacik 1-20/+23
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Gravatar Qu Wenruo 1-1/+1
2016-09-26btrfs: add dynamic debug supportGravatar Jeff Mahoney 1-1/+30
2016-09-16btrfs: use filemap_check_errors()Gravatar Miklos Szeredi 1-1/+0
2016-09-09Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2016-09-06btrfs: introduce tickets_id to determine whether asynchronous metadata reclai...Gravatar Wang Xiaoguang 1-0/+1
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+4
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealGravatar Wang Xiaoguang 1-0/+2
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyGravatar Wang Xiaoguang 1-1/+1
2016-08-25btrfs: properly track when rescan worker is runningGravatar Jeff Mahoney 1-0/+1
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-42/+59
2016-07-31Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+13
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterGravatar Jeff Mahoney 1-4/+4
2016-07-26btrfs: convert nodesize macros to static inlinesGravatar Jeff Mahoney 1-15/+33
2016-07-26btrfs: introduce BTRFS_MAX_ITEM_SIZEGravatar Jeff Mahoney 1-4/+4
2016-07-26btrfs: cleanup, remove prototype for btrfs_find_root_refGravatar Jeff Mahoney 1-3/+0
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootGravatar Jeff Mahoney 1-9/+8
2016-07-26btrfs: tests, require fs_info for rootGravatar Jeff Mahoney 1-0/+1
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoGravatar Jeff Mahoney 1-11/+11
2016-07-26btrfs: hide test-only member under ifdefGravatar David Sterba 1-0/+2
2016-07-07Btrfs: add tracepoints for flush eventsGravatar Josef Bacik 1-0/+9
2016-07-07Btrfs: introduce ticketed enospc infrastructureGravatar Josef Bacik 1-0/+2
2016-07-07Btrfs: fix callers of btrfs_block_rsv_migrateGravatar Josef Bacik 1-2/+2
2016-06-22Btrfs: track transid for delayed ref flushingGravatar Josef Bacik 1-1/+1
2016-06-07btrfs: use bio fields for op and flagsGravatar Mike Christie 1-1/+1
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525Gravatar David Sterba 1-3/+3
2016-05-25btrfs: fix string and comment grammatical issues and typosGravatar Nicholas D Steeves 1-3/+3
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Chris Mason 1-0/+27
2016-05-16Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516Gravatar David Sterba 1-1013/+1
2016-05-16Merge branch 'cleanups-4.7' into for-chris-4.7-20160516Gravatar David Sterba 1-40/+41
2016-05-13Btrfs: fix race between block group relocation and nocow writesGravatar Filipe Manana 1-0/+13
2016-05-13Btrfs: don't do unnecessary delalloc flushes when relocatingGravatar Filipe Manana 1-0/+14
2016-04-28btrfs: uapi/linux/btrfs_tree.h migration, item types and definesGravatar Jeff Mahoney 1-948/+1
2016-04-28btrfs: uapi/linux/btrfs.h migration, move struct btrfs_ioctl_defrag_range_argsGravatar Jeff Mahoney 1-31/+0
2016-04-28btrfs: uapi/linux/btrfs.h migration, move feature flagsGravatar Jeff Mahoney 1-25/+0
2016-04-28btrfs: uapi/linux/btrfs.h migration, qgroup limit flagsGravatar Jeff Mahoney 1-8/+0
2016-04-28btrfs: uapi/linux/btrfs.h migration, move BTRFS_LABEL_SIZEGravatar Jeff Mahoney 1-1/+0
2016-04-28btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlGravatar Luke Dashjr 1-0/+1
2016-04-28btrfs: move error handling code together in ctree.hGravatar Anand Jain 1-38/+40
2016-04-28btrfs: remove unused function btrfs_assert()Gravatar Anand Jain 1-1/+0
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorGravatar Anand Jain 1-3/+3
2016-03-14btrfs: Fix misspellings in comments.Gravatar Adam Buchbinder 1-5/+5
2016-03-11btrfs: move btrfs_compression_type to compression.hGravatar Anand Jain 1-8/+0
2016-02-26Merge branch 'dev/control-ioctl' into for-chris-4.6Gravatar David Sterba 1-0/+1
2016-02-26Merge branch 'misc-4.6' into for-chris-4.6Gravatar David Sterba 1-1/+1
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6Gravatar David Sterba 1-2/+1
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6Gravatar David Sterba 1-2/+4