Al Viro 18bb1db3e7 switch vfs_mkdir() and ->mkdir() to umode_t 14 anos atrás
..
Kconfig a6fa6fae40 btrfs: Add lzo compression support 14 anos atrás
Makefile 806468f8bf Merge git://git.jan-o-sch.net/btrfs-unstable into integration 13 anos atrás
acl.c cfbffc39ac Btrfs: fix return value of btrfs_get_acl() 13 anos atrás
async-thread.c 8d532b2afb Btrfs: fix worker lock misuse in find_worker 13 anos atrás
async-thread.h 0dc3b84a73 Btrfs: fix num_workers_starting bug and other bugs in async thread 13 anos atrás
backref.c 745c4d8e16 btrfs: Fix up 32/64-bit compatibility for new ioctls 13 anos atrás
backref.h a542ad1baf btrfs: added helper functions to iterate backrefs 14 anos atrás
btrfs_inode.h 7fd2ae21a4 Btrfs: fix our reservations for updating an inode when completing io 13 anos atrás
compat.h 9ca03b997f Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat code 16 anos atrás
compression.c 6c41761fc6 btrfs: separate superblock items out of fs_info 13 anos atrás
compression.h 306e16ce13 btrfs: rename variables clashing with global function names 14 anos atrás
ctree.c f1ebcc74d5 Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flush 13 anos atrás
ctree.h 22c44fe65a Btrfs: deal with enospc from dirtying inodes properly 13 anos atrás
delayed-inode.c c9a7fe9672 Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 anos atrás
delayed-inode.h 60063497a9 atomic: use <linux/atomic.h> 14 anos atrás
delayed-ref.c 182608c829 btrfs: remove old unused commented out code 14 anos atrás
delayed-ref.h f2a97a9dbd btrfs: remove all unused functions 14 anos atrás
dir-item.c 85d85a743d Btrfs: remove redundant code for dir item lookup 14 anos atrás
disk-io.c c9a7fe9672 Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 anos atrás
disk-io.h 531f4b1ae5 Merge branch 'for-chris' of git://github.com/sensille/linux into integration 13 anos atrás
export.c 0965537308 Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers 14 anos atrás
export.h be6e8dc0ba NFS support for btrfs - v3 17 anos atrás
extent-tree.c c9a7fe9672 Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 anos atrás
extent_io.c 1cf4ffdb32 Btrfs: drop spin lock when memory alloc fails 13 anos atrás
extent_io.h 32240a913d btrfs: mirror_num should be int, not u64 13 anos atrás
extent_map.c 4d2c8f62f1 Btrfs: clean up code for merging extent maps 14 anos atrás
extent_map.h 172ddd60a6 btrfs: drop gfp parameter from alloc_extent_map 14 anos atrás
file-item.c 6c41761fc6 btrfs: separate superblock items out of fs_info 13 anos atrás
file.c c9a7fe9672 Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 anos atrás
free-space-cache.c b78d09bceb Btrfs: reset cluster's max_size when creating bitmap 13 anos atrás
free-space-cache.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 anos atrás
hash.h 163e783e6a Btrfs: remove crc32c.h and use libcrc32c directly. 16 anos atrás
inode-item.c 1cd307990d Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item 14 anos atrás
inode-map.c ba38eb4de3 Btrfs: fix no reserved space for writing out inode cache 13 anos atrás
inode-map.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 anos atrás
inode.c 18bb1db3e7 switch vfs_mkdir() and ->mkdir() to umode_t 13 anos atrás
ioctl.c 2a79f17e4a vfs: mnt_drop_write_file() 13 anos atrás
ioctl.h 740c3d226c Btrfs: fix the new inspection ioctls for 32 bit compat 13 anos atrás
locking.c bd681513fa Btrfs: switch the btrfs tree locks to reader/writer 14 anos atrás
locking.h bd681513fa Btrfs: switch the btrfs tree locks to reader/writer 14 anos atrás
lzo.c ca9b688c1c Btrfs: Avoid accessing unmapped kernel address 14 anos atrás
ordered-data.c 1abe9b8a13 Btrfs: add initial tracepoint support for btrfs 14 anos atrás
ordered-data.h 261507a02c btrfs: Allow to add new compression algorithm 14 anos atrás
orphan.c 7e1fea731d Btrfs: fixup return code for btrfs_del_orphan_item 14 anos atrás
print-tree.c 068132bad1 btrfs: fix oops on failure path 13 anos atrás
print-tree.h 5f39d397df Btrfs: Create extent_buffer interface for large blocksizes 17 anos atrás
reada.c 21ca543efc Btrfs: rename btrfs_bio multi -> bbio for consistency 13 anos atrás
relocation.c 660d3f6cde Btrfs: fix how we do delalloc reservations and how we free reservations on error 13 anos atrás
root-tree.c bf5f32ecb6 btrfs: make btrfs_set_root_node void 14 anos atrás
scrub.c 0dc3b84a73 Btrfs: fix num_workers_starting bug and other bugs in async thread 13 anos atrás
struct-funcs.c a65917156e Btrfs: stop using highmem for extent_buffers 14 anos atrás
super.c e407699ef5 btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason... 13 anos atrás
sysfs.c 9fe6a50fb7 btrfs: Remove unused sysfs code 14 anos atrás
transaction.c f1ebcc74d5 Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flush 13 anos atrás
transaction.h ff5714cca9 Merge branch 'for-chris' of 14 anos atrás
tree-defrag.c b3b4aa74b5 btrfs: drop unused parameter from btrfs_release_path 14 anos atrás
tree-log.c 6a6662ced4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 anos atrás
tree-log.h 621496f4fd btrfs: remove unused function prototypes 14 anos atrás
version.h b4f6c45dfb Update Btrfs files for in-kernel usage 17 anos atrás
volumes.c d85c8a6f1b Btrfs: unplug every once and a while 13 anos atrás
volumes.h 387125fc72 Btrfs: fix barrier flushes 13 anos atrás
xattr.c 6a6662ced4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 anos atrás
xattr.h 2a7dba391e fs/vfs/security: pass last path component to LSM on inode creation 14 anos atrás
zlib.c 565d76cb7d zlib: slim down zlib_deflate() workspace when possible 14 anos atrás