..
Kconfig
fs/btrfs: remove depends on CONFIG_EXPERIMENTAL
2013-01-21 14:39:05 -08:00
Makefile
Btrfs: add new sources for device replace code
2012-12-12 17:15:41 -05:00
acl.c
Btrfs: skip adding an acl attribute if we don't have to
2012-12-16 20:46:15 -05:00
async-thread.c
…
async-thread.h
…
backref.c
Btrfs: merge inode_list in __merge_refs
2012-12-12 17:15:27 -05:00
backref.h
Btrfs: extended inode refs support for send mechanism
2012-10-25 15:45:16 -04:00
btrfs_inode.h
Btrfs: inline csums if we're fsyncing
2012-12-16 20:46:22 -05:00
check-integrity.c
Btrfs: fix race in check-integrity caused by usage of bitfield
2012-12-16 20:46:13 -05:00
check-integrity.h
…
compat.h
…
compression.c
Btrfs: handle errors from btrfs_map_bio() everywhere
2012-12-12 17:15:40 -05:00
compression.h
…
ctree.c
Revert "Btrfs: reorder tree mod log operations in deleting a pointer"
2012-12-18 19:35:32 -05:00
ctree.h
Btrfs: fix hash overflow handling
2012-12-17 14:48:21 -05:00
delayed-inode.c
Btrfs: cleanup for btrfs_btree_balance_dirty
2012-12-12 17:15:28 -05:00
delayed-inode.h
…
delayed-ref.c
…
delayed-ref.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
2012-10-01 09:06:36 -07:00
dev-replace.c
Btrfs: add new sources for device replace code
2012-12-12 17:15:41 -05:00
dev-replace.h
Btrfs: add new sources for device replace code
2012-12-12 17:15:41 -05:00
dir-item.c
Btrfs: fix hash overflow handling
2012-12-17 14:48:21 -05:00
disk-io.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
2012-12-18 09:42:05 -08:00
disk-io.h
Btrfs: cleanup for btrfs_btree_balance_dirty
2012-12-12 17:15:28 -05:00
export.c
…
export.h
…
extent-tree.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
2013-02-21 17:40:58 -08:00
extent_io.c
Btrfs: handle errors from btrfs_map_bio() everywhere
2012-12-12 17:15:40 -05:00
extent_io.h
Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree
2012-12-12 17:15:34 -05:00
extent_map.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
2013-02-08 12:06:46 +11:00
extent_map.h
Btrfs: do not allow logged extents to be merged or removed
2013-01-24 12:49:48 -05:00
file-item.c
Btrfs: put csums on the right ordered extent
2013-01-24 12:51:22 -05:00
file.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
2013-02-08 12:06:46 +11:00
free-space-cache.c
Btrfs: fix panic when recovering tree log
2013-01-24 12:49:49 -05:00
free-space-cache.h
…
hash.h
btrfs: extended inode refs
2012-10-09 09:14:45 -04:00
inode-item.c
btrfs: extended inode refs
2012-10-09 09:14:45 -04:00
inode-map.c
Btrfs: improve the noflush reservation
2012-12-11 13:31:31 -05:00
inode-map.h
…
inode.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
2013-01-25 10:55:21 -08:00
ioctl.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
2013-02-08 12:06:46 +11:00
ioctl.h
Btrfs: add support for device replace ioctls
2012-12-16 20:46:06 -05:00
locking.c
…
locking.h
…
lzo.c
…
math.h
Btrfs: cleanup duplicated division functions
2012-12-11 13:31:30 -05:00
ordered-data.c
Btrfs: fix possible stale data exposure
2013-02-05 16:09:16 -05:00
ordered-data.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
2012-12-18 09:42:05 -08:00
orphan.c
…
print-tree.c
Btrfs: introduce a btrfs_dev_replace_item type
2012-12-12 17:15:38 -05:00
print-tree.h
…
qgroup.c
Btrfs: prevent qgroup destroy when there are still relations
2013-01-21 20:18:11 -05:00
rcu-string.h
…
reada.c
Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block()
2012-12-12 17:15:43 -05:00
relocation.c
Merge branch 'master' into for-next
2013-01-29 10:48:30 +01:00
root-tree.c
Btrfs: rename root_times_lock to root_item_lock
2012-12-16 20:46:21 -05:00
scrub.c
Btrfs: fix race between snapshot deletion and getting inode
2013-02-05 16:09:13 -05:00
send.c
Btrfs: fix memory leak in name_cache_insert()
2013-01-14 13:52:30 -05:00
send.h
Btrfs: write_buf is now callable outside send.c
2012-10-04 09:39:55 -04:00
struct-funcs.c
…
super.c
Btrfs: Add ACCESS_ONCE() to transaction->abort accesses
2013-01-24 12:51:23 -05:00
sysfs.c
…
transaction.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
2013-02-21 17:40:58 -08:00
transaction.h
Btrfs: improve the noflush reservation
2012-12-11 13:31:31 -05:00
tree-defrag.c
…
tree-log.c
Btrfs: use right range to find checksum for compressed extents
2013-01-24 12:51:17 -05:00
tree-log.h
…
ulist.c
Btrfs: make aux field of ulist 64 bit
2012-10-01 15:18:53 -04:00
ulist.h
Btrfs: make aux field of ulist 64 bit
2012-10-01 15:18:53 -04:00
version.h
…
volumes.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git for-chris into for-linus
2013-02-05 19:24:44 -05:00
volumes.h
Btrfs: put raid properties into global table
2012-12-16 20:46:28 -05:00
xattr.c
Btrfs: only log the inode item if we can get away with it
2012-12-16 20:46:21 -05:00
xattr.h
…
zlib.c
btrfs: fix message printing
2012-10-09 09:19:57 -04:00