David Sterba a81d3b1ba2 Merge branch 'hotfixes-20111024/josef/for-chris' into btrfs-next-stable 13 gadi atpakaļ
..
Kconfig a6fa6fae40 btrfs: Add lzo compression support 14 gadi atpakaļ
Makefile 9b89d95a14 Btrfs: make acl functions really no-op if acl is not enabled 14 gadi atpakaļ
acl.c cfbffc39ac Btrfs: fix return value of btrfs_get_acl() 13 gadi atpakaļ
async-thread.c ed3b3d314c Btrfs: don't walk around with task->state != TASK_RUNNING 15 gadi atpakaļ
async-thread.h 61d92c328c Btrfs: fix deadlock on async thread startup 16 gadi atpakaļ
btrfs_inode.h 7709cde33f Btrfs: calculate checksum space correctly 13 gadi atpakaļ
compat.h 9ca03b997f Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat code 16 gadi atpakaļ
compression.c e55179b3d7 Btrfs: check the nodatasum flag when writing compressed files 14 gadi atpakaļ
compression.h 306e16ce13 btrfs: rename variables clashing with global function names 14 gadi atpakaļ
ctree.c a05a9bb18a Btrfs: fix array bound checking 13 gadi atpakaļ
ctree.h 36ba022ac0 Btrfs: seperate out btrfs_block_rsv_check out into 2 different functions 13 gadi atpakaļ
delayed-inode.c bd681513fa Btrfs: switch the btrfs tree locks to reader/writer 14 gadi atpakaļ
delayed-inode.h 60063497a9 atomic: use <linux/atomic.h> 14 gadi atpakaļ
delayed-ref.c 182608c829 btrfs: remove old unused commented out code 14 gadi atpakaļ
delayed-ref.h f2a97a9dbd btrfs: remove all unused functions 14 gadi atpakaļ
dir-item.c 85d85a743d Btrfs: remove redundant code for dir item lookup 14 gadi atpakaļ
disk-io.c 2bf64758fd Btrfs: allow us to overcommit our enospc reservations 13 gadi atpakaļ
disk-io.h 85d4e46111 Btrfs: make a lockdep class for each root 14 gadi atpakaļ
export.c 0965537308 Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers 14 gadi atpakaļ
export.h be6e8dc0ba NFS support for btrfs - v3 17 gadi atpakaļ
extent-tree.c 60d2adbb1e Btrfs: fix race between multi-task space allocation and caching space 13 gadi atpakaļ
extent_io.c fee187d9d9 Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC 13 gadi atpakaļ
extent_io.h 1728366efa Btrfs: stop using write_one_page 13 gadi atpakaļ
extent_map.c 4d2c8f62f1 Btrfs: clean up code for merging extent maps 14 gadi atpakaļ
extent_map.h 172ddd60a6 btrfs: drop gfp parameter from alloc_extent_map 14 gadi atpakaļ
file-item.c ddf23b3fc6 Btrfs: skip locking if searching the commit root in csum lookup 14 gadi atpakaļ
file.c 3b16a4e3c3 Btrfs: use the inode's mapping mask for allocating pages 13 gadi atpakaļ
free-space-cache.c 016fc6a63e Btrfs: don't flush the cache inode before writing it 13 gadi atpakaļ
free-space-cache.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 gadi atpakaļ
hash.h 163e783e6a Btrfs: remove crc32c.h and use libcrc32c directly. 16 gadi atpakaļ
inode-item.c 1cd307990d Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item 14 gadi atpakaļ
inode-map.c c09544e07f Btrfs: handle enospc accounting for free space inodes 13 gadi atpakaļ
inode-map.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 gadi atpakaļ
inode.c f0dd9592a1 Btrfs: fix direct-io vs nodatacow 13 gadi atpakaļ
ioctl.c a81d3b1ba2 Merge branch 'hotfixes-20111024/josef/for-chris' into btrfs-next-stable 13 gadi atpakaļ
ioctl.h 4cb5300bc8 Btrfs: add mount -o auto_defrag 14 gadi atpakaļ
locking.c bd681513fa Btrfs: switch the btrfs tree locks to reader/writer 14 gadi atpakaļ
locking.h bd681513fa Btrfs: switch the btrfs tree locks to reader/writer 14 gadi atpakaļ
lzo.c ca9b688c1c Btrfs: Avoid accessing unmapped kernel address 14 gadi atpakaļ
ordered-data.c 1abe9b8a13 Btrfs: add initial tracepoint support for btrfs 14 gadi atpakaļ
ordered-data.h 261507a02c btrfs: Allow to add new compression algorithm 14 gadi atpakaļ
orphan.c 7e1fea731d Btrfs: fixup return code for btrfs_del_orphan_item 14 gadi atpakaļ
print-tree.c 068132bad1 btrfs: fix oops on failure path 13 gadi atpakaļ
print-tree.h 5f39d397df Btrfs: Create extent_buffer interface for large blocksizes 17 gadi atpakaļ
relocation.c 84850e8d8a btrfs: check file extent backref offset underflow 13 gadi atpakaļ
root-tree.c bf5f32ecb6 btrfs: make btrfs_set_root_node void 14 gadi atpakaļ
scrub.c 6eef312588 btrfs: remove unneeded includes from scrub.c 14 gadi atpakaļ
struct-funcs.c a65917156e Btrfs: stop using highmem for extent_buffers 14 gadi atpakaļ
super.c f9d9ef62cd btrfs: do not allow mounting non-subvolumes via subvol option 13 gadi atpakaļ
sysfs.c 9fe6a50fb7 btrfs: Remove unused sysfs code 14 gadi atpakaļ
transaction.c 36ba022ac0 Btrfs: seperate out btrfs_block_rsv_check out into 2 different functions 13 gadi atpakaļ
transaction.h ff5714cca9 Merge branch 'for-chris' of 14 gadi atpakaļ
tree-defrag.c b3b4aa74b5 btrfs: drop unused parameter from btrfs_release_path 14 gadi atpakaļ
tree-log.c 34f3e4f23c Btrfs: fix an oops of log replay 14 gadi atpakaļ
tree-log.h 621496f4fd btrfs: remove unused function prototypes 14 gadi atpakaļ
version.h b4f6c45dfb Update Btrfs files for in-kernel usage 17 gadi atpakaļ
volumes.c 20bcd64934 Btrfs: close all bdevs on mount failure 13 gadi atpakaļ
volumes.h d5e2003c2b Btrfs: detect wether a device supports discard 14 gadi atpakaļ
xattr.c ed3ee9f44b Btrfs: fix regression in re-setting a large xattr 13 gadi atpakaļ
xattr.h 2a7dba391e fs/vfs/security: pass last path component to LSM on inode creation 14 gadi atpakaļ
zlib.c 565d76cb7d zlib: slim down zlib_deflate() workspace when possible 14 gadi atpakaļ