summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: remove dead codes from ctree.hWang Shilong2013-11-201-6/+0
* btrfs: get rid of fdentry()Al Viro2013-11-151-5/+0
* Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie2013-11-111-2/+1
* Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong2013-11-111-3/+0
* Btrfs: add tests for btrfs_get_extentJosef Bacik2013-11-111-0/+4
* Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik2013-11-111-0/+6
* Btrfs: remove unused max_key arg from btrfs_search_forwardFilipe David Borba Manana2013-11-111-1/+0
* btrfs: remove unused parameter from btrfs_header_fsidRoss Kirk2013-11-111-1/+1
* Btrfs: add a sanity test for btrfs_split_itemJosef Bacik2013-11-111-1/+3
* btrfs: drop unused parameter from btrfs_item_nrRoss Kirk2013-11-111-7/+6
* Btrfs: remove space_info->reservation_progressJosef Bacik2013-09-211-9/+0
* 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/+2
* Btrfs: Make btrfs_header_fsid() return unsigned longGeert Uytterhoeven2013-09-011-3/+2
* 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
* btrfs: mark some local function as 'static'Sergei Trofimovich2013-09-011-2/+0
* Btrfs: get rid of sparse warningsStefan Behrens2013-09-011-0/+3
* Btrfs: fix send issues related to inode number reuseJosef Bacik2013-09-011-0/+1
* Btrfs: avoid starting a transaction in the write pathJosef Bacik2013-09-011-7/+4
* Btrfs: fix heavy delalloc related deadlockJosef Bacik2013-09-011-0/+7
* btrfs: add mount option to set commit intervalDavid Sterba2013-09-011-0/+3
* Btrfs: handle errors when doing slow cachingJosef Bacik2013-09-011-0/+1
* Btrfs: don't cache the csum value into the extent state treeMiao Xie2013-09-011-1/+3
* btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo2013-09-011-0/+47
* btrfs: fall back to global reservation when removing subvolumesJeff Mahoney2013-09-011-1/+1
* Btrfs: check if we can nocow if we don't have data spaceJosef Bacik2013-07-021-0/+4
* Btrfs: use a percpu to keep track of possibly pinned bytesJosef Bacik2013-07-021-0/+12
* Btrfs: fix transaction throttling for delayed refsJosef Bacik2013-07-011-0/+2
* Btrfs: exclude logged extents before replying when we are mixedJosef Bacik2013-06-141-0/+2
* Btrfs: fix qgroup rescan resume on mountJan Schmidt2013-06-141-0/+2
* Btrfs: simplify unlink reservationsJosef Bacik2013-06-141-1/+3
* Btrfs: make the state of the transaction more readableMiao Xie2013-06-141-1/+0
* Btrfs: introduce per-subvolume ordered extent listMiao Xie2013-06-141-5/+20
* Btrfs: introduce per-subvolume delalloc inode listMiao Xie2013-06-141-7/+15
* Btrfs: introduce grab/put functions for the root of the fs/file treeMiao Xie2013-06-141-0/+1
* Btrfs: cleanup the similar code of the fs root readMiao Xie2013-06-141-3/+3
* Btrfs: make the snap/subv deletion end more early when the fs is R/OMiao Xie2013-06-141-0/+12