Linus Torvalds 51d0f6d1f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable 15 years ago
..
Kconfig b6e3224fb2 Revert "task_struct: make journal_info conditional" 15 years ago
Makefile 5d4f98a28c Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE) 16 years ago
acl.c 67f15b06c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable 15 years ago
async-thread.c 61d92c328c Btrfs: fix deadlock on async thread startup 16 years ago
async-thread.h 61d92c328c Btrfs: fix deadlock on async thread startup 16 years ago
btrfs_inode.h c216775458 Btrfs: Fix disk_i_size update corner case 15 years ago
compat.h 9ca03b997f Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat code 16 years ago
compression.c 83ebade34b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable 16 years ago
compression.h c8b978188c Btrfs: Add zlib compression support 16 years ago
ctree.c 86b9f2eca5 Btrfs: Fix per root used space accounting 15 years ago
ctree.h a9185b41a4 pass writeback_control to ->write_inode 15 years ago
delayed-ref.c 5d4f98a28c Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE) 16 years ago
delayed-ref.h 5d4f98a28c Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE) 16 years ago
dir-item.c f34f57a3ab Btrfs: Pass transaction handle to security and ACL initialization functions 15 years ago
disk-io.c 6bef4d3171 Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL 15 years ago
disk-io.h b9473439d3 Btrfs: leave btree locks spinning more often 16 years ago
export.c 76dda93c6a Btrfs: add snapshot/subvolume destroy ioctl 16 years ago
export.h be6e8dc0ba NFS support for btrfs - v3 17 years ago
extent-tree.c 7a7965f83e Btrfs: Fix oopsen when dropping empty tree. 15 years ago
extent_io.c 6bef4d3171 Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL 15 years ago
extent_io.h 32c00aff71 Btrfs: release delalloc reservations on extent item insertion 16 years ago
extent_map.c 51d0f6d1f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable 15 years ago
extent_map.h b917b7c3be Btrfs: search for an allocation hint while filling file COW 16 years ago
file-item.c b9473439d3 Btrfs: leave btree locks spinning more often 16 years ago
file.c 0813e22d4e Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable 15 years ago
free-space-cache.c 6bef4d3171 Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL 15 years ago
free-space-cache.h 9630308170 Btrfs: use hybrid extents+bitmap rb tree for free space 16 years ago
hash.h 163e783e6a Btrfs: remove crc32c.h and use libcrc32c directly. 16 years ago
inode-item.c a571952143 Btrfs: check size of inode backref before adding hardlink 16 years ago
inode-map.c 13a8a7c8c4 Btrfs: do not reuse objectid of deleted snapshot/subvol 16 years ago
inode.c a9185b41a4 pass writeback_control to ->write_inode 15 years ago
ioctl.c 86b9f2eca5 Btrfs: Fix per root used space accounting 15 years ago
ioctl.h 76dda93c6a Btrfs: add snapshot/subvolume destroy ioctl 16 years ago
locking.c d4a789474a Btrfs: fix typos in comments 16 years ago
locking.h b9447ef80b Btrfs: fix spinlock assertions on UP systems 16 years ago
ordered-data.c a038fab0cb Btrfs: align offsets for btrfs_ordered_update_i_size 15 years ago
ordered-data.h 6bef4d3171 Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL 15 years ago
orphan.c 4df27c4d5c Btrfs: change how subvolumes are organized 16 years ago
print-tree.c c271b49241 Btrfs: remove of redundant btrfs_header_level 16 years ago
print-tree.h 5f39d397df Btrfs: Create extent_buffer interface for large blocksizes 17 years ago
ref-cache.c bd56b30205 Btrfs: Make btrfs_drop_snapshot work in larger and more efficient chunks 16 years ago
ref-cache.h 6bef4d3171 Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL 15 years ago
relocation.c 6bef4d3171 Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL 15 years ago
root-tree.c df66916e71 Btrfs: skip btrfs_release_path in btrfs_update_root and btrfs_del_root 15 years ago
struct-funcs.c d397712bcc Btrfs: Fix checkpatch.pl warnings 16 years ago
super.c da495ecc0f Btrfs: kfree correct pointer during mount option parsing 15 years ago
sysfs.c 52cf25d0ab Driver core: Constify struct sysfs_ops in struct kobj_type 15 years ago
transaction.c 6bef4d3171 Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL 15 years ago
transaction.h 8cef4e160d Btrfs: Avoid superfluous tree-log writeout 15 years ago
tree-defrag.c 56bec294de Btrfs: do extent allocation and reference count updates in the background 16 years ago
tree-log.c c71bf099ab Btrfs: Avoid orphan inodes cleanup while replaying log 15 years ago
tree-log.h 257c62e1bc Btrfs: avoid tree log commit when there are no changes 16 years ago
version.h b4f6c45dfb Update Btrfs files for in-kernel usage 17 years ago
version.sh 15916de835 Btrfs: Fixes for 2.6.28-rc API changes 16 years ago
volumes.c 035fe03a7a Btrfs: check total number of devices when removing missing 15 years ago
volumes.h ba1bf4818b Btrfs: make balance code choose more wisely when relocating 16 years ago
xattr.c f34f57a3ab Btrfs: Pass transaction handle to security and ACL initialization functions 15 years ago
xattr.h f34f57a3ab Btrfs: Pass transaction handle to security and ACL initialization functions 15 years ago
zlib.c 60f2e8f8a0 Btrfs: correct error-handling zlib error handling 16 years ago