Linus Torvalds 57d19e80f4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 14 years ago
..
Kconfig a6fa6fae40 btrfs: Add lzo compression support 14 years ago
Makefile a6fa6fae40 btrfs: Add lzo compression support 14 years ago
acl.c eed631e0d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable 14 years ago
async-thread.c ed3b3d314c Btrfs: don't walk around with task->state != TASK_RUNNING 15 years ago
async-thread.h 61d92c328c Btrfs: fix deadlock on async thread startup 15 years ago
btrfs_inode.h 57a45ced94 Btrfs: change reserved_extents to an atomic_t 14 years ago
compat.h 9ca03b997f Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat code 16 years ago
compression.c c2db1073fd Btrfs: check return value of btrfs_alloc_path() 14 years ago
compression.h 3a39c18d63 btrfs: Extract duplicate decompress code 14 years ago
ctree.c 97d9a8a420 Btrfs: check return value of read_tree_block() 14 years ago
ctree.h e9c549998d Revert wrong fixes for common misspellings 14 years ago
delayed-ref.c 1abe9b8a13 Btrfs: add initial tracepoint support for btrfs 14 years ago
delayed-ref.h a22285a6a3 Btrfs: Integrate metadata reservation with start_transaction 15 years ago
dir-item.c c2db1073fd Btrfs: check return value of btrfs_alloc_path() 14 years ago
disk-io.c 019793b755 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable 14 years ago
disk-io.h acce952b02 Btrfs: forced readonly mounts on errors 14 years ago
export.c 5fe0c23788 exportfs: Return the minimum required handle size 14 years ago
export.h be6e8dc0ba NFS support for btrfs - v3 16 years ago
extent-tree.c 1aba86d67f Btrfs: fix easily get into ENOSPC in mixed case 14 years ago
extent_io.c 268bb0ce3e sanitize <linux/prefetch.h> usage 14 years ago
extent_io.h 507903b818 btrfs: using cached extent_state in set/unlock combinations 14 years ago
extent_map.c 25985edced Fix common misspellings 14 years ago
extent_map.h 261507a02c btrfs: Allow to add new compression algorithm 14 years ago
file-item.c c2db1073fd Btrfs: check return value of btrfs_alloc_path() 14 years ago
file.c be1a12a0df Btrfs: deal with the case that we run out of space in the cache 14 years ago
free-space-cache.c a4f0162fd4 Btrfs: free bitmaps properly when evicting the cache 14 years ago
free-space-cache.h f7039b1d5c Btrfs: add btrfs_trim_fs() to handle FITRIM 14 years ago
hash.h 163e783e6a Btrfs: remove crc32c.h and use libcrc32c directly. 16 years ago
inode-item.c a22285a6a3 Btrfs: Integrate metadata reservation with start_transaction 15 years ago
inode-map.c db5b493ac7 Btrfs: cleanup some BUG_ON() 14 years ago
inode.c 019793b755 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable 14 years ago
ioctl.c eed631e0d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable 14 years ago
ioctl.h f892436eb2 Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38 14 years ago
locking.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
locking.h b9447ef80b Btrfs: fix spinlock assertions on UP systems 16 years ago
lzo.c ca9b688c1c Btrfs: Avoid accessing unmapped kernel address 14 years ago
ordered-data.c 1abe9b8a13 Btrfs: add initial tracepoint support for btrfs 14 years ago
ordered-data.h 261507a02c btrfs: Allow to add new compression algorithm 14 years ago
orphan.c 7e1fea731d Btrfs: fixup return code for btrfs_del_orphan_item 14 years ago
print-tree.c 333e810544 btrfs: fix missing break in switch phrase 14 years ago
print-tree.h 5f39d397df Btrfs: Create extent_buffer interface for large blocksizes 16 years ago
ref-cache.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
ref-cache.h 6bef4d3171 Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL 15 years ago
relocation.c 70f23fd66b treewide: fix a few typos in comments 14 years ago
root-tree.c 08fe4db170 Btrfs: Fix uninitialized root flags for subvolumes 14 years ago
struct-funcs.c d397712bcc Btrfs: Fix checkpatch.pl warnings 16 years ago
super.c e15d054242 Btrfs: fix subvolume mount by name problem when default mount subvolume is set 14 years ago
sysfs.c 52cf25d0ab Driver core: Constify struct sysfs_ops in struct kobj_type 15 years ago
transaction.c 13c5a93e70 Btrfs: avoid taking the trans_mutex in btrfs_end_transaction 14 years ago
transaction.h 13c5a93e70 Btrfs: avoid taking the trans_mutex in btrfs_end_transaction 14 years ago
tree-defrag.c 559af82114 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) 14 years ago
tree-log.c a62f44a5f4 Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log() 14 years ago
tree-log.h 4a500fd178 Btrfs: Metadata ENOSPC handling for tree log 15 years ago
version.h b4f6c45dfb Update Btrfs files for in-kernel usage 16 years ago
version.sh 15916de835 Btrfs: Fixes for 2.6.28-rc API changes 16 years ago
volumes.c 211588ad19 Btrfs: do some plugging in the submit_bio threads 14 years ago
volumes.h fce3bb9a1b Btrfs: make btrfs_map_block() return entire free extent for each device of RAID0/1/10/DUP 14 years ago
xattr.c adff377bb1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable 14 years ago
xattr.h 2a7dba391e fs/vfs/security: pass last path component to LSM on inode creation 14 years ago
zlib.c 565d76cb7d zlib: slim down zlib_deflate() workspace when possible 14 years ago