Linus Torvalds 3615db41c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 12 years ago
..
Kconfig b695188dd3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 12 years ago
Makefile 53b381b3ab Btrfs: RAID5 and RAID6 12 years ago
acl.c 755ac67f83 Btrfs: skip adding an acl attribute if we don't have to 12 years ago
async-thread.c e9fbcb4220 Btrfs: call the ordered free operation without any locks held 13 years ago
async-thread.h 143bede527 btrfs: return void in functions without error conditions 13 years ago
backref.c ca60ebfa30 Btrfs: fix backref walking race with tree deletions 12 years ago
backref.h 55e301fd57 Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h 12 years ago
btrfs_inode.h 2e60a51e62 Btrfs: serialize unlocked dio reads with truncate 12 years ago
check-integrity.c cdb4c5748c btrfs: define BTRFS_MAGIC as a u64 value 12 years ago
check-integrity.h 5db0276014 Btrfs: add optional integrity check code 13 years ago
compat.h 9ca03b997f Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat code 16 years ago
compression.c 64a167011b Btrfs: add rw argument to merge_bio_hook() 12 years ago
compression.h 143bede527 btrfs: return void in functions without error conditions 13 years ago
ctree.c d9abbf1c31 Btrfs: fix locking on ROOT_REPLACE operations in tree mod log 12 years ago
ctree.h d5c1207017 Btrfs: fix wrong reserved space in qgroup during snap/subv creation 12 years ago
delayed-inode.c de3cb945db Btrfs: improve the delayed inode throttling 12 years ago
delayed-inode.h de3cb945db Btrfs: improve the delayed inode throttling 12 years ago
delayed-ref.c 093486c453 Btrfs: make delayed ref lock logic more readable 12 years ago
delayed-ref.h e942f883bc Merge branch 'raid56-experimental' into for-linus-3.9 12 years ago
dev-replace.c 3edb2a68cb Btrfs: check the return value of btrfs_start_delalloc_inodes() 12 years ago
dev-replace.h e93c89c1aa Btrfs: add new sources for device replace code 12 years ago
dir-item.c 9c52057c69 Btrfs: fix hash overflow handling 12 years ago
disk-io.c 1dd05682b3 Btrfs: fix memory leak in btrfs_create_tree() 12 years ago
disk-io.h 53b381b3ab Btrfs: RAID5 and RAID6 12 years ago
export.c 94e07a7590 fs: encode_fh: return FILEID_INVALID if invalid fid_type 12 years ago
export.h be6e8dc0ba NFS support for btrfs - v3 17 years ago
extent-tree.c 3615db41c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 12 years ago
extent_io.c 4adaa61102 Btrfs: fix race between mmap writes and compression 12 years ago
extent_io.h 4adaa61102 Btrfs: fix race between mmap writes and compression 12 years ago
extent_map.c 180e001cd5 btrfs: fixup/remove module.h usage as required 12 years ago
extent_map.h 201a903894 Btrfs: do not allow logged extents to be merged or removed 12 years ago
file-item.c 82d130ff39 Btrfs: fix wrong return value of btrfs_lookup_csum() 12 years ago
file.c 3615db41c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 12 years ago
free-space-cache.c e942f883bc Merge branch 'raid56-experimental' into for-linus-3.9 12 years ago
free-space-cache.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 years ago
hash.h f186373fef btrfs: extended inode refs 12 years ago
inode-item.c f186373fef btrfs: extended inode refs 12 years ago
inode-map.c 08e007d2e5 Btrfs: improve the noflush reservation 12 years ago
inode-map.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 years ago
inode.c 3615db41c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 12 years ago
ioctl.c 0aefda3e81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 12 years ago
locking.c 39f9d028c9 Btrfs: save us a read_lock 12 years ago
locking.h d340d2475c Btrfs: remove btrfs_try_spin_lock 12 years ago
lzo.c 7ac687d9e0 btrfs: remove the second argument of k[un]map_atomic() 13 years ago
math.h 3fed40cc97 Btrfs: cleanup duplicated division functions 12 years ago
ordered-data.c db1d607d3c Btrfs: hold the ordered operations mutex when waiting on ordered extents 12 years ago
ordered-data.h b2c6b3e061 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9 12 years ago
orphan.c 79787eaab4 btrfs: replace many BUG_ONs with proper error handling 13 years ago
print-tree.c 0e6360274f btrfs: add missing break in btrfs_print_leaf() 12 years ago
print-tree.h 5f39d397df Btrfs: Create extent_buffer interface for large blocksizes 17 years ago
qgroup.c a7975026ff Btrfs: fix double free in the btrfs_qgroup_account_ref() 12 years ago
raid56.c d7011f5b9d btrfs/raid56: Add missing #include <linux/vmalloc.h> 12 years ago
raid56.h 53b381b3ab Btrfs: RAID5 and RAID6 12 years ago
rcu-string.h 606686eeac Btrfs: use rcu to protect device->name 13 years ago
reada.c 29a8d9a0bc Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block() 12 years ago
relocation.c 0aefda3e81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 12 years ago
root-tree.c 5f3ab90a72 Btrfs: rename root_times_lock to root_item_lock 12 years ago
scrub.c d8fe29e9de Btrfs: don't drop path when printing out tree errors in scrub 12 years ago
send.c 3615db41c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 12 years ago
send.h cb95e7bf7b btrfs: add "no file data" flag to btrfs send ioctl 12 years ago
struct-funcs.c 18077bb413 Btrfs: rewrite BTRFS_SETGET_FUNCS 13 years ago
super.c 7f78e03513 fs: Limit sys_mount to only request filesystem modules. 12 years ago
sysfs.c 180e001cd5 btrfs: fixup/remove module.h usage as required 12 years ago
transaction.c 08637024ab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 12 years ago
transaction.h d5c1207017 Btrfs: fix wrong reserved space in qgroup during snap/subv creation 12 years ago
tree-defrag.c de78b51a28 btrfs: remove cache only arguments from defrag path 12 years ago
tree-log.c 9bf7a48905 Btrfs: use set_nlink if our i_nlink is 0 12 years ago
tree-log.h 143bede527 btrfs: return void in functions without error conditions 13 years ago
ulist.c 180e001cd5 btrfs: fixup/remove module.h usage as required 12 years ago
ulist.h 34d73f54e2 Btrfs: make aux field of ulist 64 bit 12 years ago
version.h b4f6c45dfb Update Btrfs files for in-kernel usage 17 years ago
volumes.c 835d974fab Btrfs: handle a bogus chunk tree nicely 12 years ago
volumes.h e942f883bc Merge branch 'raid56-experimental' into for-linus-3.9 12 years ago
xattr.c e997615149 Btrfs: only log the inode item if we can get away with it 12 years ago
xattr.h 2a7dba391e fs/vfs/security: pass last path component to LSM on inode creation 14 years ago
zlib.c 489406626c btrfs: fix message printing 12 years ago