aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-02Btrfs: check if we can nocow if we don't have data spaceJosef Bacik1-0/+4
2013-07-02Btrfs: use a percpu to keep track of possibly pinned bytesJosef Bacik1-0/+12
2013-07-01Btrfs: fix transaction throttling for delayed refsJosef Bacik1-0/+2
2013-06-14Btrfs: exclude logged extents before replying when we are mixedJosef Bacik1-0/+2
2013-06-14Btrfs: fix qgroup rescan resume on mountJan Schmidt1-0/+2
2013-06-14Btrfs: simplify unlink reservationsJosef Bacik1-1/+3
2013-06-14Btrfs: make the state of the transaction more readableMiao Xie1-1/+0
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie1-5/+20
2013-06-14Btrfs: introduce per-subvolume delalloc inode listMiao Xie1-7/+15
2013-06-14Btrfs: introduce grab/put functions for the root of the fs/file treeMiao Xie1-0/+1
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie1-3/+3
2013-06-14Btrfs: make the snap/subv deletion end more early when the fs is R/OMiao Xie1-0/+12
2013-06-14Minor format cleanup.Andreas Philipp1-2/+2
2013-06-14Btrfs: add ioctl to wait for qgroup rescan completionJan Schmidt1-0/+2
2013-06-14Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulistWang Shilong1-0/+6
2013-05-17Btrfs: handle running extent ops with skinny metadataJosef Bacik1-1/+1
2013-05-17btrfs: annotate quota tree for lockdepDavid Sterba1-3/+3
2013-05-07btrfs: enhance superblock checksDavid Sterba1-2/+4
2013-05-06btrfs: fix misleading variable name for flagsDavid Sterba1-1/+1
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-22/+0
2013-05-06Btrfs: rescan for qgroupsJan Schmidt1-6/+11
2013-05-06Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt1-5/+2