summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo
2017-06-21btrfs: Check name_len with boundary in verify dir_itemSu Yue
2017-06-21btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundarySu Yue
2017-06-20btrfs: Round down values which are written for total_bytes_sizeNikolay Borisov
2017-06-20btrfs: Manually implement device_total_bytes getter/setterNikolay Borisov
2017-06-20btrfs: obsolete and remove mount option alloc_startDavid Sterba
2017-06-20btrfs: move fs_info::fs_frozen to the flagsDavid Sterba
2017-06-19btrfs: use generic slab for for btrfs_transactionDavid Sterba
2017-06-19btrfs: remove __BTRFS_LEAF_DATA_SIZENikolay Borisov
2017-06-19btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSETNikolay Borisov
2017-06-19btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik
2017-06-19btrfs: add quota override flag to enable quota override for CAP_SYS_RESOURCESargun Dhillon
2017-06-19btrfs: Convert fs_info->free_chunk_space to atomic64_tNikolay Borisov
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-09Btrfs: fix delalloc accounting leak caused by u32 overflowOmar Sandoval
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-20btrfs: Convert to separately allocated bdiJan Kara
2017-04-18btrfs: scrub: Introduce full stripe lock for RAID56Qu Wenruo
2017-04-18btrfs: track exclusive filesystem operation in flagsDavid Sterba
2017-04-18btrfs: replace hardcoded value with SEQ_LAST macroEdmund Nadolski
2017-04-18btrfs: remove redundant parameter from btree_readahead_hookDavid Sterba
2017-04-18btrfs: convert btrfs_root.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert btrfs_caching_control.count from atomic_t to refcount_tElena Reshetova
2017-03-31Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-03-29btrfs: Change qgroup_meta_rsv to 64bitGoldwyn Rodrigues
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-28btrfs: Make btrfs_add_link take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_orphan_add take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_mark_extent_written take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inodeNikolay Borisov
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_orphan_release_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_insert_dir_item take btrfs_inodeNikolay Borisov
2017-02-25Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang