Ilya Dryomov 899c81eac8 Btrfs: add wrappers for working with alloc profiles пре 13 година
..
Kconfig c975dd469d Btrfs: add config option to enable btrfs integrity check пре 13 година
Makefile c126dea771 Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integration пре 13 година
acl.c cfbffc39ac Btrfs: fix return value of btrfs_get_acl() пре 13 година
async-thread.c b7ba68c4a0 Merge branch 'pm-sleep' into pm-for-linus пре 13 година
async-thread.h 0dc3b84a73 Btrfs: fix num_workers_starting bug and other bugs in async thread пре 13 година
backref.c d3b010640e btrfs: fix locking issues in find_parent_nodes() пре 13 година
backref.h 8da6d5815c Btrfs: added btrfs_find_all_roots() пре 13 година
btrfs_inode.h f248679e86 Btrfs: add a delalloc mutex to inodes for delalloc reservations пре 13 година
check-integrity.c e77266e4c4 Btrfs: fix compiler warnings on 32 bit systems пре 13 година
check-integrity.h 5db0276014 Btrfs: add optional integrity check code пре 13 година
compat.h 9ca03b997f Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat code пре 16 година
compression.c 285190d99f Btrfs: check return value of lookup_extent_mapping() correctly пре 13 година
compression.h 306e16ce13 btrfs: rename variables clashing with global function names пре 14 година
ctree.c f7c79f30cb Btrfs: adjust the write_lock_level as we unlock пре 13 година
ctree.h 899c81eac8 Btrfs: add wrappers for working with alloc profiles пре 13 година
delayed-inode.c 8c2a3ca20f Btrfs: space leak tracepoints пре 13 година
delayed-inode.h 60063497a9 atomic: use <linux/atomic.h> пре 14 година
delayed-ref.c a168650c08 Btrfs: add waitqueue instead of doing busy waiting for more delayed refs пре 13 година
delayed-ref.h a168650c08 Btrfs: add waitqueue instead of doing busy waiting for more delayed refs пре 13 година
dir-item.c 85d85a743d Btrfs: remove redundant code for dir item lookup пре 14 година
disk-io.c ea46679408 Btrfs: deal with read errors on extent buffers differently пре 13 година
disk-io.h f84a8bd60e btrfs: take allocation of ->tree_root into open_ctree() пре 13 година
export.c 815745cf3e btrfs: let ->s_fs_info point to fs_info, not root... пре 13 година
export.h be6e8dc0ba NFS support for btrfs - v3 пре 17 година
extent-tree.c 899c81eac8 Btrfs: add wrappers for working with alloc profiles пре 13 година
extent_io.c ea46679408 Btrfs: deal with read errors on extent buffers differently пре 13 година
extent_io.h ea46679408 Btrfs: deal with read errors on extent buffers differently пре 13 година
extent_map.c 4d2c8f62f1 Btrfs: clean up code for merging extent maps пре 14 година
extent_map.h c08782dacd btrfs: fix structs where bitfields and spinlock/atomic share 8B word пре 13 година
file-item.c 6c41761fc6 btrfs: separate superblock items out of fs_info пре 13 година
file.c 855a85f704 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs пре 13 година
free-space-cache.c 855a85f704 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs пре 13 година
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 727011e07c Btrfs: allow metadata blocks larger than the page size пре 13 година
inode-map.c e77266e4c4 Btrfs: fix compiler warnings on 32 bit systems пре 13 година
inode-map.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache пре 14 година
inode.c 0b32f4bbb4 Btrfs: ensure an entire eb is written at once пре 13 година
ioctl.c 855a85f704 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs пре 13 година
ioctl.h 19a39dce3b Btrfs: add balance progress reporting пре 13 година
locking.c 5b25f70f42 Btrfs: add nested locking mode for paths пре 13 година
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 068132bad1 btrfs: fix oops on failure path пре 13 година
print-tree.h 5f39d397df Btrfs: Create extent_buffer interface for large blocksizes пре 17 година
reada.c a175423c83 Btrfs: fix casting error in scrub reada code пре 13 година
relocation.c f248679e86 Btrfs: add a delalloc mutex to inodes for delalloc reservations пре 13 година
root-tree.c bf5f32ecb6 btrfs: make btrfs_set_root_node void пре 14 година
scrub.c 859acaf1a2 btrfs: don't check DUP chunks twice пре 13 година
struct-funcs.c cfed81a04e Btrfs: add the ability to cache a pointer into the eb пре 13 година
super.c d65773b22b Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs пре 13 година
sysfs.c 9fe6a50fb7 btrfs: Remove unused sysfs code пре 14 година
transaction.c e77266e4c4 Btrfs: fix compiler warnings on 32 bit systems пре 13 година
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 6dd70ce4eb btrfs: Fix busyloops in transaction waiting code пре 13 година
tree-log.h 621496f4fd btrfs: remove unused function prototypes пре 14 година
ulist.c da5c813564 Btrfs: generic data structure to build unique lists пре 13 година
ulist.h da5c813564 Btrfs: generic data structure to build unique lists пре 13 година
version.h b4f6c45dfb Update Btrfs files for in-kernel usage пре 17 година
volumes.c 899c81eac8 Btrfs: add wrappers for working with alloc profiles пре 13 година
volumes.h d756bd2d93 Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integration пре 13 година
xattr.c 7ad85bb76a Btrfs: do not use btrfs_end_transaction_throttle everywhere пре 13 година
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 година