Linus Torvalds b930c26416 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs пре 13 година
..
Kconfig a6fa6fae40 btrfs: Add lzo compression support пре 14 година
Makefile 806468f8bf Merge git://git.jan-o-sch.net/btrfs-unstable into integration пре 13 година
acl.c cfbffc39ac Btrfs: fix return value of btrfs_get_acl() пре 13 година
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 пре 15 година
backref.c 745c4d8e16 btrfs: Fix up 32/64-bit compatibility for new ioctls пре 13 година
backref.h a542ad1baf btrfs: added helper functions to iterate backrefs пре 13 година
btrfs_inode.h 7fd2ae21a4 Btrfs: fix our reservations for updating an inode when completing io пре 13 година
compat.h 9ca03b997f Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat code пре 16 година
compression.c 6c41761fc6 btrfs: separate superblock items out of fs_info пре 13 година
compression.h 306e16ce13 btrfs: rename variables clashing with global function names пре 14 година
ctree.c f1ebcc74d5 Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flush пре 13 година
ctree.h aa38a711a8 Btrfs: fix deadlock on metadata reservation when evicting a inode пре 13 година
delayed-inode.c c1f4246716 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs пре 13 година
delayed-inode.h 60063497a9 atomic: use <linux/atomic.h> пре 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 85d85a743d Btrfs: remove redundant code for dir item lookup пре 14 година
disk-io.c af36d15f58 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs пре 13 година
disk-io.h 531f4b1ae5 Merge branch 'for-chris' of git://github.com/sensille/linux into integration пре 13 година
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 пре 16 година
extent-tree.c b930c26416 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs пре 13 година
extent_io.c f4a8e6563e Btrfs: fix meta data raid-repair merge problem пре 13 година
extent_io.h 32240a913d btrfs: mirror_num should be int, not u64 пре 13 година
extent_map.c 4d2c8f62f1 Btrfs: clean up code for merging extent maps пре 14 година
extent_map.h 172ddd60a6 btrfs: drop gfp parameter from alloc_extent_map пре 14 година
file-item.c 6c41761fc6 btrfs: separate superblock items out of fs_info пре 13 година
file.c 6a6662ced4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs пре 13 година
free-space-cache.c b78d09bceb Btrfs: reset cluster's max_size when creating bitmap пре 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 1cd307990d Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item пре 14 година
inode-map.c ba38eb4de3 Btrfs: fix no reserved space for writing out inode cache пре 13 година
inode-map.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache пре 14 година
inode.c b930c26416 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs пре 13 година
ioctl.c ece7d20e8b Btrfs: Don't error on resizing FS to same size пре 13 година
ioctl.h 740c3d226c Btrfs: fix the new inspection ioctls for 32 bit compat пре 13 година
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 068132bad1 btrfs: fix oops on failure path пре 13 година
print-tree.h 5f39d397df Btrfs: Create extent_buffer interface for large blocksizes пре 16 година
reada.c 21ca543efc Btrfs: rename btrfs_bio multi -> bbio for consistency пре 13 година
relocation.c 76b9e23d25 Btrfs: fix orphan backref nodes пре 13 година
root-tree.c bf5f32ecb6 btrfs: make btrfs_set_root_node void пре 14 година
scrub.c 26bdef541d btrfs scrub: handle -ENOMEM from init_ipath() пре 13 година
struct-funcs.c a65917156e Btrfs: stop using highmem for extent_buffers пре 14 година
super.c b930c26416 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs пре 13 година
sysfs.c 9fe6a50fb7 btrfs: Remove unused sysfs code пре 14 година
transaction.c f1ebcc74d5 Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flush пре 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 6a6662ced4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs пре 13 година
tree-log.h 621496f4fd btrfs: remove unused function prototypes пре 14 година
version.h b4f6c45dfb Update Btrfs files for in-kernel usage пре 16 година
volumes.c 924cd8fbe4 Btrfs: fix nocow when deleting the item пре 13 година
volumes.h 387125fc72 Btrfs: fix barrier flushes пре 13 година
xattr.c 6a6662ced4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs пре 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 година