Liu Bo 83eea1f1ba Btrfs: kill root from btrfs_is_free_space_inode 13 vuotta sitten
..
Kconfig c975dd469d Btrfs: add config option to enable btrfs integrity check 13 vuotta sitten
Makefile c126dea771 Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integration 13 vuotta sitten
acl.c 30f8fe3e47 Btrfs: cache no acl on new inodes 13 vuotta sitten
async-thread.c 143bede527 btrfs: return void in functions without error conditions 13 vuotta sitten
async-thread.h 143bede527 btrfs: return void in functions without error conditions 13 vuotta sitten
backref.c 155725c9c0 Btrfs: leave critical region in btrfs_find_all_roots as soon as possible 13 vuotta sitten
backref.h 8445f61cad Btrfs: use the tree modification log for backref resolving 13 vuotta sitten
btrfs_inode.h 83eea1f1ba Btrfs: kill root from btrfs_is_free_space_inode 13 vuotta sitten
check-integrity.c 606686eeac Btrfs: use rcu to protect device->name 13 vuotta sitten
check-integrity.h 5db0276014 Btrfs: add optional integrity check code 13 vuotta sitten
compat.h 9ca03b997f Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat code 16 vuotta sitten
compression.c 659e45d8a0 Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 vuotta sitten
compression.h 143bede527 btrfs: return void in functions without error conditions 13 vuotta sitten
ctree.c d42244a0d3 Btrfs: resolve tree mod log locking issue in btrfs_next_leaf 13 vuotta sitten
ctree.h 8874e812fe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 vuotta sitten
delayed-inode.c 96c3f4331a Btrfs: flush delayed inodes if we're short on space 13 vuotta sitten
delayed-inode.h 96c3f4331a Btrfs: flush delayed inodes if we're short on space 13 vuotta sitten
delayed-ref.c 95a06077f7 Btrfs: use delayed ref sequence numbers for all fs-tree updates 13 vuotta sitten
delayed-ref.h 95a06077f7 Btrfs: use delayed ref sequence numbers for all fs-tree updates 13 vuotta sitten
dir-item.c 79787eaab4 btrfs: replace many BUG_ONs with proper error handling 13 vuotta sitten
disk-io.c c0901581ad Btrfs: avoid I/O repair BUG() from btree_read_extent_buffer_pages() 13 vuotta sitten
disk-io.h d07eb91170 btrfs: Drop unused function btrfs_abort_devices() 13 vuotta sitten
export.c b0b0382bb4 ->encode_fh() API change 13 vuotta sitten
export.h be6e8dc0ba NFS support for btrfs - v3 17 vuotta sitten
extent-tree.c 83eea1f1ba Btrfs: kill root from btrfs_is_free_space_inode 13 vuotta sitten
extent_io.c 7fd1a3f73f Btrfs: hold a ref on the inode during writepages 13 vuotta sitten
extent_io.h 1e20932a23 Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linus 13 vuotta sitten
extent_map.c 4d2c8f62f1 Btrfs: clean up code for merging extent maps 14 vuotta sitten
extent_map.h c08782dacd btrfs: fix structs where bitfields and spinlock/atomic share 8B word 13 vuotta sitten
file-item.c 83eea1f1ba Btrfs: kill root from btrfs_is_free_space_inode 13 vuotta sitten
file.c 5eecb9cc90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 vuotta sitten
free-space-cache.c 5eecb9cc90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 13 vuotta sitten
free-space-cache.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 vuotta sitten
hash.h 163e783e6a Btrfs: remove crc32c.h and use libcrc32c directly. 16 vuotta sitten
inode-item.c 1d4284bd6e Merge branch 'error-handling' into for-linus 13 vuotta sitten
inode-map.c 2bcc0328c3 Btrfs: show useful info in space reservation tracepoint 13 vuotta sitten
inode-map.h 82d5902d9c Btrfs: Support reading/writing on disk free ino cache 14 vuotta sitten
inode.c 83eea1f1ba Btrfs: kill root from btrfs_is_free_space_inode 13 vuotta sitten
ioctl.c b9ca0664dc Btrfs: do not set subvolume flags in readonly mode 13 vuotta sitten
ioctl.h 02db0844be Btrfs: add DEVICE_READY ioctl 13 vuotta sitten
locking.c cbea5ac1ee Btrfs: reduce calls to wake_up on uncontended locks 13 vuotta sitten
locking.h 143bede527 btrfs: return void in functions without error conditions 13 vuotta sitten
lzo.c 7ac687d9e0 btrfs: remove the second argument of k[un]map_atomic() 13 vuotta sitten
ordered-data.c 7ddf5a42d3 Btrfs: call filemap_fdatawrite twice for compression 13 vuotta sitten
ordered-data.h 5fd0204355 Btrfs: finish ordered extents in their own thread 13 vuotta sitten
orphan.c 79787eaab4 btrfs: replace many BUG_ONs with proper error handling 13 vuotta sitten
print-tree.c 733f4fbbc1 Btrfs: read device stats on mount, write modified ones during commit 13 vuotta sitten
print-tree.h 5f39d397df Btrfs: Create extent_buffer interface for large blocksizes 17 vuotta sitten
rcu-string.h 606686eeac Btrfs: use rcu to protect device->name 13 vuotta sitten
reada.c 3d136a1131 Btrfs: set ioprio of scrub readahead to idle 13 vuotta sitten
relocation.c 23291a044c Btrfs: fix error handling in __add_reloc_root() 13 vuotta sitten
root-tree.c 79787eaab4 btrfs: replace many BUG_ONs with proper error handling 13 vuotta sitten
scrub.c 606686eeac Btrfs: use rcu to protect device->name 13 vuotta sitten
struct-funcs.c cfed81a04e Btrfs: add the ability to cache a pointer into the eb 13 vuotta sitten
super.c 02db0844be Btrfs: add DEVICE_READY ioctl 13 vuotta sitten
sysfs.c 9fe6a50fb7 btrfs: Remove unused sysfs code 14 vuotta sitten
transaction.c 0e72110692 Btrfs: change how we indicate we're adding csums 13 vuotta sitten
transaction.h 0e72110692 Btrfs: change how we indicate we're adding csums 13 vuotta sitten
tree-defrag.c b3b4aa74b5 btrfs: drop unused parameter from btrfs_release_path 14 vuotta sitten
tree-log.c b995929515 Btrfs: return error of btrfs_update_inode() to caller 13 vuotta sitten
tree-log.h 143bede527 btrfs: return void in functions without error conditions 13 vuotta sitten
ulist.c 1e20932a23 Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linus 13 vuotta sitten
ulist.h 1e20932a23 Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linus 13 vuotta sitten
version.h b4f6c45dfb Update Btrfs files for in-kernel usage 17 vuotta sitten
volumes.c 02db0844be Btrfs: add DEVICE_READY ioctl 13 vuotta sitten
volumes.h 02db0844be Btrfs: add DEVICE_READY ioctl 13 vuotta sitten
xattr.c 0c4d2d95d0 Btrfs: use i_version instead of our own sequence 13 vuotta sitten
xattr.h 2a7dba391e fs/vfs/security: pass last path component to LSM on inode creation 14 vuotta sitten
zlib.c 7ac687d9e0 btrfs: remove the second argument of k[un]map_atomic() 13 vuotta sitten