aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-01Btrfs: fix log replay failure after unlink and link combinationFilipe Manana1-1/+4
2018-03-01btrfs: use kvzalloc to allocate btrfs_fs_infoJeff Mahoney1-1/+1
2018-01-22Btrfs: move extent map specific code to extent_map.cLiu Bo1-2/+0
2018-01-22Btrfs: add helper for em merge logicLiu Bo1-0/+2
2018-01-22Btrfs: remove unused wait in btrfs_stripe_hashLiu Bo1-1/+0
2018-01-22btrfs: Cleanup existing name_len checksQu Wenruo1-5/+0
2018-01-22Btrfs: add __init macro to btrfs init functionsLiu Bo1-3/+3
2017-11-29Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana1-0/+1
2017-11-01btrfs: make the delalloc block rsv per inodeJosef Bacik1-2/+3
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik1-0/+2
2017-11-01btrfs: allow to set compression level for zlibDavid Sterba1-0/+1
2017-10-30btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov1-1/+1
2017-10-30Btrfs: add a extent ref verify toolJosef Bacik1-0/+5
2017-10-30btrfs: pass root to various extent ref mod functionsJosef Bacik1-3/+4
2017-10-30btrfs: add ref-verify mount optionJosef Bacik1-0/+1
2017-10-30Btrfs: remove nr_async_submits and async_submit_drainingLiu Bo1-2/+0
2017-10-30Btrfs: remove nr_async_biosLiu Bo1-1/+0
2017-10-30btrfs: Remove unused arguments from btrfs_changed_cb_tNikolay Borisov1-3/+1
2017-10-06Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+1
2017-10-04Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh1-1/+1
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+0
2017-09-26btrfs: remove BTRFS_FS_QUOTA_DISABLING flagMisono, Tomohiro1-1/+0
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney1-2/+2
2017-08-21Btrfs: remove BUG() in btrfs_extent_inline_ref_sizeLiu Bo1-1/+0
2017-08-21Btrfs: add a helper to retrive extent inline ref typeLiu Bo1-0/+11
2017-08-21btrfs: Remove chunk_objectid argument from btrfs_make_block_groupNikolay Borisov1-2/+1
2017-08-21btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg1-3/+3
2017-08-16btrfs: fix readdir deadlock with pagefaultJosef Bacik1-0/+5
2017-08-16btrfs: remove trivial wrapper btrfs_force_raDavid Sterba1-8/+0
2017-08-16btrfs: drop ancient page flag mappingsDavid Sterba1-7/+0
2017-08-16btrfs: fix spelling of snapshottingDavid Sterba1-3/+3
2017-08-16btrfs: btrfs_inherit_iflags() can be staticAnand Jain1-1/+0
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo1-2/+0
2017-08-16btrfs: struct-funcs, constify readersJeff Mahoney1-62/+66
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov1-1/+0
2017-08-15btrfs: Add zstd supportNick Terrell1-0/+1
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-36/+48
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved rangesQu Wenruo1-2/+4
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo1-2/+4
2017-06-21btrfs: Check name_len with boundary in verify dir_itemSu Yue1-1/+1
2017-06-21btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundarySu Yue1-0/+2
2017-06-20btrfs: Round down values which are written for total_bytes_sizeNikolay Borisov1-0/+1
2017-06-20btrfs: Manually implement device_total_bytes getter/setterNikolay Borisov1-1/+19
2017-06-20btrfs: obsolete and remove mount option alloc_startDavid Sterba1-11/+1
2017-06-20btrfs: move fs_info::fs_frozen to the flagsDavid Sterba1-3/+2
2017-06-19btrfs: use generic slab for for btrfs_transactionDavid Sterba1-1/+0
2017-06-19btrfs: remove __BTRFS_LEAF_DATA_SIZENikolay Borisov1-6/+3