summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-01-311-35/+99
|\
| * Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason2014-01-291-9/+26
| * Btrfs: change the members' order of btrfs_space_info structure to reduce the ...Miao Xie2014-01-281-14/+15
| * btrfs: Add noinode_cache mount optionQu Wenruo2014-01-281-0/+1
| * Btrfs: fix to search previous metadata extent item since skinny metadataWang Shilong2014-01-281-0/+2
| * Btrfs: throttle delayed refs betterJosef Bacik2014-01-281-0/+3
| * Btrfs: add support for inode propertiesFilipe David Borba Manana2014-01-281-1/+3
| * Btrfs: faster file extent item replace operationsFilipe David Borba Manana2014-01-281-1/+4
| * Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-2/+2
| * btrfs: Check read-only status of roots during sendDavid Sterba2014-01-281-0/+6
| * Btrfs: remove field tree_mod_seq_elem from btrfs_fs_info structFilipe David Borba Manana2014-01-281-1/+0Star
| * Btrfs: move the extent buffer radix tree into the fs_infoJosef Bacik2014-01-281-0/+4
| * Btrfs: make btrfs_debug match pr_debug handling related to DEBUGFrank Holton2014-01-281-0/+6
| * btrfs: cleanup: removed unused 'btrfs_get_inode_ref_index'Sergei Trofimovich2014-01-281-6/+0Star
| * btrfs: bootstrap generic btrfs_find_item interfaceKelley Nielsen2014-01-281-0/+2
| * btrfs: publish device membership in sysfsJeff Mahoney2014-01-281-0/+1
| * btrfs: publish allocation data in sysfsJeff Mahoney2014-01-281-0/+5
| * btrfs: publish per-super attributes in sysfsJeff Mahoney2014-01-281-0/+2
| * btrfs: add ioctls to query/change feature bits onlineJeff Mahoney2014-01-281-0/+9
| * Btrfs: fix check-integrity to look at the referenced data properlyJosef Bacik2014-01-281-0/+4
| * Btrfs: incompatible format change to remove hole extentsJosef Bacik2014-01-281-1/+4
* | btrfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-261-5/+2Star
|/
* Btrfs: remove dead codes from ctree.hWang Shilong2013-11-211-6/+0Star
* btrfs: get rid of fdentry()Al Viro2013-11-151-5/+0Star
* Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie2013-11-121-2/+1Star
* Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong2013-11-121-3/+0Star
* Btrfs: add tests for btrfs_get_extentJosef Bacik2013-11-121-0/+4
* Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik2013-11-121-0/+6
* Btrfs: remove unused max_key arg from btrfs_search_forwardFilipe David Borba Manana2013-11-121-1/+0Star
* btrfs: remove unused parameter from btrfs_header_fsidRoss Kirk2013-11-121-1/+1
* Btrfs: add a sanity test for btrfs_split_itemJosef Bacik2013-11-121-1/+3
* btrfs: drop unused parameter from btrfs_item_nrRoss Kirk2013-11-121-7/+6Star
* Btrfs: remove space_info->reservation_progressJosef Bacik2013-09-211-9/+0Star
* Btrfs: fix worst case calculator for space usageJosef Bacik2013-09-211-1/+1
* Btrfs: fixup error handling in btrfs_reloc_cowJosef Bacik2013-09-211-3/+3
* Btrfs: fix memory leak of uuid_root in free_fs_infoFilipe David Borba Manana2013-09-011-0/+1
* Btrfs: add support for assertsJosef Bacik2013-09-011-0/+16
* Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned longGeert Uytterhoeven2013-09-011-3/+2Star
* Btrfs: Make btrfs_header_fsid() return unsigned longGeert Uytterhoeven2013-09-011-3/+2Star
* Btrfs: Make btrfs_dev_extent_chunk_tree_uuid() return unsigned longGeert Uytterhoeven2013-09-011-2/+2
* Btrfs: Make btrfs_device_fsid() return unsigned longGeert Uytterhoeven2013-09-011-2/+2
* Btrfs: Make btrfs_device_uuid() return unsigned longGeert Uytterhoeven2013-09-011-2/+2
* Btrfs: Make BTRFS_DEV_REPLACE_DEVID an unsigned long long constantGeert Uytterhoeven2013-09-011-1/+1
* Btrfs: add mount option to force UUID tree checkingStefan Behrens2013-09-011-0/+1
* Btrfs: check UUID tree during mount if requiredStefan Behrens2013-09-011-0/+4
* Btrfs: introduce uuid-tree-gen fieldStefan Behrens2013-09-011-1/+4
* Btrfs: fill UUID tree initiallyStefan Behrens2013-09-011-0/+3
* Btrfs: maintain subvolume items in the UUID treeStefan Behrens2013-09-011-0/+1
* Btrfs: create UUID tree if requiredStefan Behrens2013-09-011-0/+1
* Btrfs: introduce a tree for items that map UUIDs to somethingStefan Behrens2013-09-011-0/+24