Linus Torvalds ed8f37370d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable hace 14 años
..
Kconfig a6fa6fae40 btrfs: Add lzo compression support hace 15 años
Makefile 9b89d95a14 Btrfs: make acl functions really no-op if acl is not enabled hace 14 años
acl.c ed8f37370d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable hace 14 años
async-thread.c ed3b3d314c Btrfs: don't walk around with task->state != TASK_RUNNING hace 15 años
async-thread.h 61d92c328c Btrfs: fix deadlock on async thread startup hace 16 años
btrfs_inode.h 2cf8572dac Btrfs: use the commit_root for reading free_space_inode crcs hace 14 años
compat.h 9ca03b997f Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat code hace 17 años
compression.c e55179b3d7 Btrfs: check the nodatasum flag when writing compressed files hace 14 años
compression.h 306e16ce13 btrfs: rename variables clashing with global function names hace 14 años
ctree.c 31533fb263 Btrfs: remove lockdep magic from btrfs_next_leaf hace 14 años
ctree.h ed8f37370d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable hace 14 años
delayed-inode.c bd681513fa Btrfs: switch the btrfs tree locks to reader/writer hace 14 años
delayed-inode.h 60063497a9 atomic: use <linux/atomic.h> hace 14 años
delayed-ref.c 182608c829 btrfs: remove old unused commented out code hace 14 años
delayed-ref.h f2a97a9dbd btrfs: remove all unused functions hace 14 años
dir-item.c 85d85a743d Btrfs: remove redundant code for dir item lookup hace 14 años
disk-io.c 22712200e1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable hace 14 años
disk-io.h 85d4e46111 Btrfs: make a lockdep class for each root hace 14 años
export.c 0965537308 Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers hace 14 años
export.h be6e8dc0ba NFS support for btrfs - v3 hace 17 años
extent-tree.c b783e62d96 Btrfs: don't print the leaf if we had an error hace 14 años
extent_io.c ed8f37370d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable hace 14 años
extent_io.h 3a6d457ec7 Btrfs: remove unused members from struct extent_state hace 14 años
extent_map.c 4d2c8f62f1 Btrfs: clean up code for merging extent maps hace 14 años
extent_map.h 172ddd60a6 btrfs: drop gfp parameter from alloc_extent_map hace 14 años
file-item.c b43b31bdf2 Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linus hace 14 años
file.c ed8f37370d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable hace 14 años
free-space-cache.c a94733d0bc Btrfs: use find_or_create_page instead of grab_cache_page hace 14 años
free-space-cache.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache hace 14 años
hash.h 163e783e6a Btrfs: remove crc32c.h and use libcrc32c directly. hace 16 años
inode-item.c 1cd307990d Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item hace 14 años
inode-map.c 7841cb2898 btrfs: add helper for fs_info->closing hace 14 años
inode-map.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache hace 14 años
inode.c ed8f37370d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable hace 14 años
ioctl.c ed8f37370d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable hace 14 años
ioctl.h 4cb5300bc8 Btrfs: add mount -o auto_defrag hace 14 años
locking.c bd681513fa Btrfs: switch the btrfs tree locks to reader/writer hace 14 años
locking.h bd681513fa Btrfs: switch the btrfs tree locks to reader/writer hace 14 años
lzo.c ca9b688c1c Btrfs: Avoid accessing unmapped kernel address hace 15 años
ordered-data.c 1abe9b8a13 Btrfs: add initial tracepoint support for btrfs hace 15 años
ordered-data.h 261507a02c btrfs: Allow to add new compression algorithm hace 15 años
orphan.c 7e1fea731d Btrfs: fixup return code for btrfs_del_orphan_item hace 15 años
print-tree.c 333e810544 btrfs: fix missing break in switch phrase hace 15 años
print-tree.h 5f39d397df Btrfs: Create extent_buffer interface for large blocksizes hace 17 años
relocation.c ff95acb673 Merge branch 'integration' into for-linus hace 14 años
root-tree.c bf5f32ecb6 btrfs: make btrfs_set_root_node void hace 14 años
scrub.c 6eef312588 btrfs: remove unneeded includes from scrub.c hace 14 años
struct-funcs.c a65917156e Btrfs: stop using highmem for extent_buffers hace 14 años
super.c 1acc9309eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable hace 14 años
sysfs.c 9fe6a50fb7 btrfs: Remove unused sysfs code hace 14 años
transaction.c b9c8300c2a Btrfs: remove a BUG_ON() in btrfs_commit_transaction() hace 14 años
transaction.h ff5714cca9 Merge branch 'for-chris' of hace 14 años
tree-defrag.c b3b4aa74b5 btrfs: drop unused parameter from btrfs_release_path hace 14 años
tree-log.c b43b31bdf2 Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linus hace 14 años
tree-log.h 621496f4fd btrfs: remove unused function prototypes hace 14 años
version.h b4f6c45dfb Update Btrfs files for in-kernel usage hace 17 años
volumes.c b43b31bdf2 Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linus hace 14 años
volumes.h d6c0cb379c Merge branch 'cleanups_and_fixes' into inode_numbers hace 14 años
xattr.c fa09200b83 Btrfs: try to only do one btrfs_search_slot in do_setxattr hace 14 años
xattr.h 2a7dba391e fs/vfs/security: pass last path component to LSM on inode creation hace 15 años
zlib.c 565d76cb7d zlib: slim down zlib_deflate() workspace when possible hace 15 años