Tsutomu Itoh b532402e4d Btrfs: return error to caller when btrfs_unlink() failes 14 年 前
..
Kconfig a6fa6fae40 btrfs: Add lzo compression support 14 年 前
Makefile 712673339a Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbers 14 年 前
acl.c 945d8962ce Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers 14 年 前
async-thread.c ed3b3d314c Btrfs: don't walk around with task->state != TASK_RUNNING 15 年 前
async-thread.h 61d92c328c Btrfs: fix deadlock on async thread startup 16 年 前
btrfs_inode.h 2cf8572dac Btrfs: use the commit_root for reading free_space_inode crcs 14 年 前
compat.h 9ca03b997f Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat code 16 年 前
compression.c 945d8962ce Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers 14 年 前
compression.h 306e16ce13 btrfs: rename variables clashing with global function names 14 年 前
ctree.c 31533fb263 Btrfs: remove lockdep magic from btrfs_next_leaf 14 年 前
ctree.h ff95acb673 Merge branch 'integration' into for-linus 14 年 前
delayed-inode.c bd681513fa Btrfs: switch the btrfs tree locks to reader/writer 14 年 前
delayed-inode.h 2f7e33d432 btrfs: fix inconsonant inode information 14 年 前
delayed-ref.c 182608c829 btrfs: remove old unused commented out code 14 年 前
delayed-ref.h f2a97a9dbd btrfs: remove all unused functions 14 年 前
dir-item.c fa09200b83 Btrfs: try to only do one btrfs_search_slot in do_setxattr 14 年 前
disk-io.c 85d4e46111 Btrfs: make a lockdep class for each root 14 年 前
disk-io.h 85d4e46111 Btrfs: make a lockdep class for each root 14 年 前
export.c 0965537308 Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers 14 年 前
export.h be6e8dc0ba NFS support for btrfs - v3 17 年 前
extent-tree.c b532402e4d Btrfs: return error to caller when btrfs_unlink() failes 14 年 前
extent_io.c ff95acb673 Merge branch 'integration' into for-linus 14 年 前
extent_io.h bd681513fa Btrfs: switch the btrfs tree locks to reader/writer 14 年 前
extent_map.c 172ddd60a6 btrfs: drop gfp parameter from alloc_extent_map 14 年 前
extent_map.h 172ddd60a6 btrfs: drop gfp parameter from alloc_extent_map 14 年 前
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 14 年 前
file.c a0f98dde11 Btrfs:don't check the return value of __btrfs_add_inode_defrag 14 年 前
free-space-cache.c a94733d0bc Btrfs: use find_or_create_page instead of grab_cache_page 14 年 前
free-space-cache.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 年 前
hash.h 163e783e6a Btrfs: remove crc32c.h and use libcrc32c directly. 16 年 前
inode-item.c 1cd307990d Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item 14 年 前
inode-map.c 7841cb2898 btrfs: add helper for fs_info->closing 14 年 前
inode-map.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 年 前
inode.c b532402e4d Btrfs: return error to caller when btrfs_unlink() failes 14 年 前
ioctl.c 9e0baf60de Btrfs: fix enospc problems with delalloc 14 年 前
ioctl.h 4cb5300bc8 Btrfs: add mount -o auto_defrag 14 年 前
locking.c bd681513fa Btrfs: switch the btrfs tree locks to reader/writer 14 年 前
locking.h bd681513fa Btrfs: switch the btrfs tree locks to reader/writer 14 年 前
lzo.c ca9b688c1c Btrfs: Avoid accessing unmapped kernel address 14 年 前
ordered-data.c 1abe9b8a13 Btrfs: add initial tracepoint support for btrfs 14 年 前
ordered-data.h 261507a02c btrfs: Allow to add new compression algorithm 14 年 前
orphan.c 7e1fea731d Btrfs: fixup return code for btrfs_del_orphan_item 14 年 前
print-tree.c 333e810544 btrfs: fix missing break in switch phrase 14 年 前
print-tree.h 5f39d397df Btrfs: Create extent_buffer interface for large blocksizes 17 年 前
ref-cache.c f2a97a9dbd btrfs: remove all unused functions 14 年 前
ref-cache.h f2a97a9dbd btrfs: remove all unused functions 14 年 前
relocation.c ff95acb673 Merge branch 'integration' into for-linus 14 年 前
root-tree.c d6c0cb379c Merge branch 'cleanups_and_fixes' into inode_numbers 14 年 前
scrub.c 6eef312588 btrfs: remove unneeded includes from scrub.c 14 年 前
struct-funcs.c a65917156e Btrfs: stop using highmem for extent_buffers 14 年 前
super.c 1acc9309eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable 14 年 前
sysfs.c 9fe6a50fb7 btrfs: Remove unused sysfs code 14 年 前
transaction.c 81317fdedd Btrfs: fix deadlock when throttling transactions 14 年 前
transaction.h ff5714cca9 Merge branch 'for-chris' of 14 年 前
tree-defrag.c b3b4aa74b5 btrfs: drop unused parameter from btrfs_release_path 14 年 前
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 14 年 前
tree-log.h 621496f4fd btrfs: remove unused function prototypes 14 年 前
version.h b4f6c45dfb Update Btrfs files for in-kernel usage 17 年 前
volumes.c b43b31bdf2 Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linus 14 年 前
volumes.h d6c0cb379c Merge branch 'cleanups_and_fixes' into inode_numbers 14 年 前
xattr.c fa09200b83 Btrfs: try to only do one btrfs_search_slot in do_setxattr 14 年 前
xattr.h 2a7dba391e fs/vfs/security: pass last path component to LSM on inode creation 14 年 前
zlib.c 565d76cb7d zlib: slim down zlib_deflate() workspace when possible 14 年 前