original_kernel/fs/btrfs
Linus Torvalds fb0d1eb892 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
Pull btrfs fixes from Chris Mason:
 "Almost all of these are bug fixes.  Dave Sterba's documentation update
  is the big exception because he removed our promises to set any
  machine running Btrfs on fire"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs:
  Documentation: filesystems: update btrfs tools section
  Documentation: filesystems: add new btrfs mount options
  btrfs: update kconfig help text
  btrfs: fix bio_size_ok() for max_sectors > 0xffff
  btrfs: Use trace condition for get_extent tracepoint
  btrfs: fix typo in the log message
  Btrfs: fix list delete warning when removing ordered root from the list
  Btrfs: print bytenr instead of page pointer in check-int
  Btrfs: remove dead codes from ctree.h
  Btrfs: don't wait for ordered data outside desired range
  Btrfs: fix lockdep error in async commit
  Btrfs: avoid heavy operations in btrfs_commit_super
  Btrfs: fix __btrfs_start_workers retval
  Btrfs: disable online raid-repair on ro mounts
  Btrfs: do not inc uncorrectable_errors counter on ro scrubs
  Btrfs: only drop modified extents if we logged the whole inode
  Btrfs: make sure to copy everything if we rename
  Btrfs: don't BUG_ON() if we get an error walking backrefs
2013-11-22 08:38:55 -08:00
..
tests
Kconfig Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 2013-11-22 08:38:55 -08:00
Makefile
acl.c
async-thread.c Btrfs: fix __btrfs_start_workers retval 2013-11-20 20:42:11 -05:00
async-thread.h
backref.c
backref.h
btrfs_inode.h
check-integrity.c Btrfs: print bytenr instead of page pointer in check-int 2013-11-20 20:44:46 -05:00
check-integrity.h
compression.c
compression.h
ctree.c
ctree.h Btrfs: remove dead codes from ctree.h 2013-11-20 20:44:45 -05:00
delayed-inode.c
delayed-inode.h
delayed-ref.c
delayed-ref.h
dev-replace.c btrfs: fix typo in the log message 2013-11-20 20:44:47 -05:00
dev-replace.h
dir-item.c
disk-io.c Btrfs: avoid heavy operations in btrfs_commit_super 2013-11-20 20:42:16 -05:00
disk-io.h
export.c
export.h
extent-tree.c
extent_io.c Btrfs: disable online raid-repair on ro mounts 2013-11-20 20:42:05 -05:00
extent_io.h
extent_map.c
extent_map.h
file-item.c
file.c
free-space-cache.c
free-space-cache.h
hash.h
inode-item.c
inode-map.c
inode-map.h
inode.c btrfs: Use trace condition for get_extent tracepoint 2013-11-20 20:44:47 -05:00
ioctl.c
locking.c
locking.h
lzo.c
math.h
ordered-data.c Btrfs: fix list delete warning when removing ordered root from the list 2013-11-20 20:44:46 -05:00
ordered-data.h
orphan.c
print-tree.c
print-tree.h
qgroup.c
raid56.c
raid56.h
rcu-string.h
reada.c
relocation.c
root-tree.c
scrub.c Btrfs: do not inc uncorrectable_errors counter on ro scrubs 2013-11-20 20:41:38 -05:00
send.c
send.h
struct-funcs.c
super.c
sysfs.c
transaction.c Btrfs: fix lockdep error in async commit 2013-11-20 20:44:44 -05:00
transaction.h
tree-defrag.c
tree-log.c Btrfs: only drop modified extents if we logged the whole inode 2013-11-20 20:41:32 -05:00
tree-log.h
ulist.c
ulist.h
uuid-tree.c
volumes.c btrfs: fix bio_size_ok() for max_sectors > 0xffff 2013-11-20 20:48:44 -05:00
volumes.h
xattr.c
xattr.h
zlib.c