summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-29Btrfs: remove field tree_mod_seq_elem from btrfs_fs_info structFilipe David Borba Manana1-1/+0
2014-01-29Btrfs: move the extent buffer radix tree into the fs_infoJosef Bacik1-0/+4
2014-01-29Btrfs: make btrfs_debug match pr_debug handling related to DEBUGFrank Holton1-0/+6
2014-01-29btrfs: cleanup: removed unused 'btrfs_get_inode_ref_index'Sergei Trofimovich1-6/+0
2014-01-29btrfs: bootstrap generic btrfs_find_item interfaceKelley Nielsen1-0/+2
2014-01-29btrfs: publish device membership in sysfsJeff Mahoney1-0/+1
2014-01-29btrfs: publish allocation data in sysfsJeff Mahoney1-0/+5
2014-01-29btrfs: publish per-super attributes in sysfsJeff Mahoney1-0/+2
2014-01-29btrfs: add ioctls to query/change feature bits onlineJeff Mahoney1-0/+9
2014-01-29Btrfs: fix check-integrity to look at the referenced data properlyJosef Bacik1-0/+4
2014-01-29Btrfs: incompatible format change to remove hole extentsJosef Bacik1-1/+4
2014-01-26btrfs: use generic posix ACL infrastructureChristoph Hellwig1-5/+2
2013-11-21Btrfs: remove dead codes from ctree.hWang Shilong1-6/+0
2013-11-15btrfs: get rid of fdentry()Al Viro1-5/+0
2013-11-12Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie1-2/+1
2013-11-12Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong1-3/+0
2013-11-12Btrfs: add tests for btrfs_get_extentJosef Bacik1-0/+4
2013-11-12Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik1-0/+6
2013-11-12Btrfs: remove unused max_key arg from btrfs_search_forwardFilipe David Borba Manana1-1/+0
2013-11-12btrfs: remove unused parameter from btrfs_header_fsidRoss Kirk1-1/+1
2013-11-12Btrfs: add a sanity test for btrfs_split_itemJosef Bacik1-1/+3
2013-11-12btrfs: drop unused parameter from btrfs_item_nrRoss Kirk1-7/+6
2013-09-21Btrfs: remove space_info->reservation_progressJosef Bacik1-9/+0
2013-09-21Btrfs: fix worst case calculator for space usageJosef Bacik1-1/+1
2013-09-21Btrfs: fixup error handling in btrfs_reloc_cowJosef Bacik1-3/+3
2013-09-01Btrfs: fix memory leak of uuid_root in free_fs_infoFilipe David Borba Manana1-0/+1
2013-09-01Btrfs: add support for assertsJosef Bacik1-0/+16
2013-09-01Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned longGeert Uytterhoeven1-3/+2
2013-09-01Btrfs: Make btrfs_header_fsid() return unsigned longGeert Uytterhoeven1-3/+2
2013-09-01Btrfs: Make btrfs_dev_extent_chunk_tree_uuid() return unsigned longGeert Uytterhoeven1-2/+2
2013-09-01Btrfs: Make btrfs_device_fsid() return unsigned longGeert Uytterhoeven1-2/+2
2013-09-01Btrfs: Make btrfs_device_uuid() return unsigned longGeert Uytterhoeven1-2/+2
2013-09-01Btrfs: Make BTRFS_DEV_REPLACE_DEVID an unsigned long long constantGeert Uytterhoeven1-1/+1
2013-09-01Btrfs: add mount option to force UUID tree checkingStefan Behrens1-0/+1
2013-09-01Btrfs: check UUID tree during mount if requiredStefan Behrens1-0/+4
2013-09-01Btrfs: introduce uuid-tree-gen fieldStefan Behrens1-1/+4
2013-09-01Btrfs: fill UUID tree initiallyStefan Behrens1-0/+3
2013-09-01Btrfs: maintain subvolume items in the UUID treeStefan Behrens1-0/+1
2013-09-01Btrfs: create UUID tree if requiredStefan Behrens1-0/+1
2013-09-01Btrfs: introduce a tree for items that map UUIDs to somethingStefan Behrens1-0/+24
2013-09-01btrfs: mark some local function as 'static'Sergei Trofimovich1-2/+0
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens1-0/+3
2013-09-01Btrfs: fix send issues related to inode number reuseJosef Bacik1-0/+1
2013-09-01Btrfs: avoid starting a transaction in the write pathJosef Bacik1-7/+4
2013-09-01Btrfs: fix heavy delalloc related deadlockJosef Bacik1-0/+7
2013-09-01btrfs: add mount option to set commit intervalDavid Sterba1-0/+3
2013-09-01Btrfs: handle errors when doing slow cachingJosef Bacik1-0/+1
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie1-1/+3
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo1-0/+47
2013-09-01btrfs: fall back to global reservation when removing subvolumesJeff Mahoney1-1/+1