Jan Schmidt 7a3ae2f8c8 Btrfs: fix regression in scrub path resolving 13 lat temu
..
Kconfig c975dd469d Btrfs: add config option to enable btrfs integrity check 13 lat temu
Makefile c126dea771 Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integration 13 lat temu
acl.c cfbffc39ac Btrfs: fix return value of btrfs_get_acl() 13 lat temu
async-thread.c 8d532b2afb Btrfs: fix worker lock misuse in find_worker 13 lat temu
async-thread.h 0dc3b84a73 Btrfs: fix num_workers_starting bug and other bugs in async thread 13 lat temu
backref.c 7a3ae2f8c8 Btrfs: fix regression in scrub path resolving 13 lat temu
backref.h 7a3ae2f8c8 Btrfs: fix regression in scrub path resolving 13 lat temu
btrfs_inode.h f248679e86 Btrfs: add a delalloc mutex to inodes for delalloc reservations 13 lat temu
check-integrity.c e77266e4c4 Btrfs: fix compiler warnings on 32 bit systems 13 lat temu
check-integrity.h 5db0276014 Btrfs: add optional integrity check code 13 lat temu
compat.h 9ca03b997f Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat code 16 lat temu
compression.c 285190d99f Btrfs: check return value of lookup_extent_mapping() correctly 13 lat temu
compression.h 306e16ce13 btrfs: rename variables clashing with global function names 14 lat temu
ctree.c 66d7e7f09f Btrfs: mark delayed refs as for cow 13 lat temu
ctree.h c08782dacd btrfs: fix structs where bitfields and spinlock/atomic share 8B word 13 lat temu
delayed-inode.c 8c2a3ca20f Btrfs: space leak tracepoints 13 lat temu
delayed-inode.h 60063497a9 atomic: use <linux/atomic.h> 14 lat temu
delayed-ref.c a168650c08 Btrfs: add waitqueue instead of doing busy waiting for more delayed refs 13 lat temu
delayed-ref.h a168650c08 Btrfs: add waitqueue instead of doing busy waiting for more delayed refs 13 lat temu
dir-item.c 85d85a743d Btrfs: remove redundant code for dir item lookup 14 lat temu
disk-io.c a6b0d5c8db Btrfs: make sure we update latest_bdev 13 lat temu
disk-io.h 531f4b1ae5 Merge branch 'for-chris' of git://github.com/sensille/linux into integration 13 lat temu
export.c 0965537308 Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers 14 lat temu
export.h be6e8dc0ba NFS support for btrfs - v3 17 lat temu
extent-tree.c e77266e4c4 Btrfs: fix compiler warnings on 32 bit systems 13 lat temu
extent_io.c 5065319052 Btrfs: clear the extent uptodate bits during parent transid failures 13 lat temu
extent_io.h 87826df0ec btrfs: delalloc for page dirtied out-of-band in fixup worker 13 lat temu
extent_map.c 4d2c8f62f1 Btrfs: clean up code for merging extent maps 14 lat temu
extent_map.h c08782dacd btrfs: fix structs where bitfields and spinlock/atomic share 8B word 13 lat temu
file-item.c 6c41761fc6 btrfs: separate superblock items out of fs_info 13 lat temu
file.c 6af021d8fc Btrfs: return the internal error unchanged if btrfs_get_extent_fiemap() call failed for SEEK_DATA/SEEK_HOLE inquiry 13 lat temu
free-space-cache.c a7e221e900 Btrfs: fix memory leak in load_free_space_cache() 13 lat temu
free-space-cache.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 lat temu
hash.h 163e783e6a Btrfs: remove crc32c.h and use libcrc32c directly. 16 lat temu
inode-item.c 1cd307990d Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item 14 lat temu
inode-map.c e77266e4c4 Btrfs: fix compiler warnings on 32 bit systems 13 lat temu
inode-map.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 lat temu
inode.c fe66a05a06 Btrfs: improve error handling for btrfs_insert_dir_item callers 13 lat temu
ioctl.c 7a3ae2f8c8 Btrfs: fix regression in scrub path resolving 13 lat temu
ioctl.h 19a39dce3b Btrfs: add balance progress reporting 13 lat temu
locking.c 5b25f70f42 Btrfs: add nested locking mode for paths 13 lat temu
locking.h bd681513fa Btrfs: switch the btrfs tree locks to reader/writer 14 lat temu
lzo.c ca9b688c1c Btrfs: Avoid accessing unmapped kernel address 14 lat temu
ordered-data.c 1abe9b8a13 Btrfs: add initial tracepoint support for btrfs 14 lat temu
ordered-data.h 261507a02c btrfs: Allow to add new compression algorithm 14 lat temu
orphan.c 7e1fea731d Btrfs: fixup return code for btrfs_del_orphan_item 14 lat temu
print-tree.c 068132bad1 btrfs: fix oops on failure path 13 lat temu
print-tree.h 5f39d397df Btrfs: Create extent_buffer interface for large blocksizes 17 lat temu
reada.c a175423c83 Btrfs: fix casting error in scrub reada code 13 lat temu
relocation.c f248679e86 Btrfs: add a delalloc mutex to inodes for delalloc reservations 13 lat temu
root-tree.c bf5f32ecb6 btrfs: make btrfs_set_root_node void 14 lat temu
scrub.c 7a3ae2f8c8 Btrfs: fix regression in scrub path resolving 13 lat temu
struct-funcs.c a65917156e Btrfs: stop using highmem for extent_buffers 14 lat temu
super.c e565d4b962 Btrfs: actually call btrfs_init_lockdep 13 lat temu
sysfs.c 9fe6a50fb7 btrfs: Remove unused sysfs code 14 lat temu
transaction.c 103e976616 Btrfs: check return value of btrfs_cow_block() 13 lat temu
transaction.h ff5714cca9 Merge branch 'for-chris' of 14 lat temu
tree-defrag.c b3b4aa74b5 btrfs: drop unused parameter from btrfs_release_path 14 lat temu
tree-log.c 6dd70ce4eb btrfs: Fix busyloops in transaction waiting code 13 lat temu
tree-log.h 621496f4fd btrfs: remove unused function prototypes 14 lat temu
ulist.c da5c813564 Btrfs: generic data structure to build unique lists 13 lat temu
ulist.h da5c813564 Btrfs: generic data structure to build unique lists 13 lat temu
version.h b4f6c45dfb Update Btrfs files for in-kernel usage 17 lat temu
volumes.c a6b0d5c8db Btrfs: make sure we update latest_bdev 13 lat temu
volumes.h d756bd2d93 Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integration 13 lat temu
xattr.c 7ad85bb76a Btrfs: do not use btrfs_end_transaction_throttle everywhere 13 lat temu
xattr.h 2a7dba391e fs/vfs/security: pass last path component to LSM on inode creation 14 lat temu
zlib.c 565d76cb7d zlib: slim down zlib_deflate() workspace when possible 14 lat temu