summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2017-11-01btrfs: make the delalloc block rsv per inodeJosef Bacik
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik
2017-11-01btrfs: allow to set compression level for zlibDavid Sterba
2017-10-30btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov
2017-10-30Btrfs: add a extent ref verify toolJosef Bacik
2017-10-30btrfs: pass root to various extent ref mod functionsJosef Bacik
2017-10-30btrfs: add ref-verify mount optionJosef Bacik
2017-10-30Btrfs: remove nr_async_submits and async_submit_drainingLiu Bo
2017-10-30Btrfs: remove nr_async_biosLiu Bo
2017-10-30btrfs: Remove unused arguments from btrfs_changed_cb_tNikolay Borisov
2017-10-06Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-10-04Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-26btrfs: remove BTRFS_FS_QUOTA_DISABLING flagMisono, Tomohiro
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney
2017-08-21Btrfs: remove BUG() in btrfs_extent_inline_ref_sizeLiu Bo
2017-08-21Btrfs: add a helper to retrive extent inline ref typeLiu Bo
2017-08-21btrfs: Remove chunk_objectid argument from btrfs_make_block_groupNikolay Borisov
2017-08-21btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg
2017-08-16btrfs: fix readdir deadlock with pagefaultJosef Bacik
2017-08-16btrfs: remove trivial wrapper btrfs_force_raDavid Sterba
2017-08-16btrfs: drop ancient page flag mappingsDavid Sterba
2017-08-16btrfs: fix spelling of snapshottingDavid Sterba
2017-08-16btrfs: btrfs_inherit_iflags() can be staticAnand Jain
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo
2017-08-16btrfs: struct-funcs, constify readersJeff Mahoney
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov
2017-08-15btrfs: Add zstd supportNick Terrell
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