aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-10btrfs: Replace fs_info->submit_workers with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->delalloc_workers with btrfs_workqueueQu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->workers with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10Btrfs: just wait or commit our own log sub-transactionMiao Xie1-0/+3
2014-03-10Btrfs: fix skipped error handle when log sync failedMiao Xie1-0/+1
2014-03-10Btrfs: use signed integer instead of unsigned long integer for log transidMiao Xie1-2/+2
2014-03-10Btrfs: fix use-after-free in the finishing procedure of the device replaceMiao Xie1-0/+9
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-35/+99
2014-01-29Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason1-9/+26
2014-01-28Btrfs: change the members' order of btrfs_space_info structure to reduce the cache missMiao Xie1-14/+15
2014-01-28btrfs: Add noinode_cache mount optionQu Wenruo1-0/+1
2014-01-28Btrfs: fix to search previous metadata extent item since skinny metadataWang Shilong1-0/+2
2014-01-28Btrfs: throttle delayed refs betterJosef Bacik1-0/+3
2014-01-28Btrfs: add support for inode propertiesFilipe David Borba Manana1-1/+3
2014-01-28Btrfs: faster file extent item replace operationsFilipe David Borba Manana1-1/+4
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-2/+2
2014-01-28btrfs: Check read-only status of roots during sendDavid Sterba1-0/+6
2014-01-28Btrfs: remove field tree_mod_seq_elem from btrfs_fs_info structFilipe David Borba Manana1-1/+0
2014-01-28Btrfs: move the extent buffer radix tree into the fs_infoJosef Bacik1-0/+4
2014-01-28Btrfs: make btrfs_debug match pr_debug handling related to DEBUGFrank Holton1-0/+6
2014-01-28btrfs: cleanup: removed unused 'btrfs_get_inode_ref_index'Sergei Trofimovich1-6/+0
2014-01-28btrfs: bootstrap generic btrfs_find_item interfaceKelley Nielsen1-0/+2
2014-01-28btrfs: publish device membership in sysfsJeff Mahoney1-0/+1
2014-01-28btrfs: publish allocation data in sysfsJeff Mahoney1-0/+5
2014-01-28btrfs: publish per-super attributes in sysfsJeff Mahoney1-0/+2
2014-01-28btrfs: add ioctls to query/change feature bits onlineJeff Mahoney1-0/+9
2014-01-28Btrfs: fix check-integrity to look at the referenced data properlyJosef Bacik1-0/+4
2014-01-28Btrfs: incompatible format change to remove hole extentsJosef Bacik1-1/+4
2014-01-25btrfs: use generic posix ACL infrastructureChristoph Hellwig1-5/+2
2013-11-20Btrfs: remove dead codes from ctree.hWang Shilong1-6/+0
2013-11-15btrfs: get rid of fdentry()Al Viro1-5/+0
2013-11-11Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie1-2/+1
2013-11-11Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong1-3/+0
2013-11-11Btrfs: add tests for btrfs_get_extentJosef Bacik1-0/+4
2013-11-11Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik1-0/+6
2013-11-11Btrfs: remove unused max_key arg from btrfs_search_forwardFilipe David Borba Manana1-1/+0
2013-11-11btrfs: remove unused parameter from btrfs_header_fsidRoss Kirk1-1/+1
2013-11-11Btrfs: add a sanity test for btrfs_split_itemJosef Bacik1-1/+3
2013-11-11btrfs: 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