WSL2-Linux-Kernel/fs/btrfs
Linus Torvalds 6bec003528 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
Pull backing device changes from Jens Axboe:
 "This contains a cleanup of how the backing device is handled, in
  preparation for a rework of the life time rules.  In this part, the
  most important change is to split the unrelated nommu mmap flags from
  it, but also removing a backing_dev_info pointer from the
  address_space (and inode), and a cleanup of other various minor bits.

  Christoph did all the work here, I just fixed an oops with pages that
  have a swap backing.  Arnd fixed a missing export, and Oleg killed the
  lustre backing_dev_info from staging.  Last patch was from Al,
  unexporting parts that are now no longer needed outside"

* 'for-3.20/bdi' of git://git.kernel.dk/linux-block:
  Make super_blocks and sb_lock static
  mtd: export new mtd_mmap_capabilities
  fs: make inode_to_bdi() handle NULL inode
  staging/lustre/llite: get rid of backing_dev_info
  fs: remove default_backing_dev_info
  fs: don't reassign dirty inodes to default_backing_dev_info
  nfs: don't call bdi_unregister
  ceph: remove call to bdi_unregister
  fs: remove mapping->backing_dev_info
  fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
  nilfs2: set up s_bdi like the generic mount_bdev code
  block_dev: get bdev inode bdi directly from the block device
  block_dev: only write bdev inode on close
  fs: introduce f_op->mmap_capabilities for nommu mmap support
  fs: kill BDI_CAP_SWAP_BACKED
  fs: deduplicate noop_backing_dev_info
2015-02-12 13:50:21 -08:00
..
tests
Kconfig rcu: Make SRCU optional by using CONFIG_SRCU 2015-01-06 11:04:29 -08:00
Makefile
acl.c
async-thread.c
async-thread.h
backref.c Btrfs: correctly get tree level in tree_backref_for_extent 2015-01-02 14:47:56 -05:00
backref.h
btrfs_inode.h
check-integrity.c
check-integrity.h
compression.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 2014-12-12 11:15:23 -08:00
compression.h
ctree.c
ctree.h Btrfs: fix race deleting block group from space_info->ro_bgs list 2015-01-19 13:05:45 -08:00
delayed-inode.c Btrfs: don't delay inode ref updates during log replay 2015-01-02 14:47:56 -05:00
delayed-inode.h
delayed-ref.c
delayed-ref.h
dev-replace.c
dev-replace.h
dir-item.c
disk-io.c fs: remove default_backing_dev_info 2015-01-20 14:05:38 -07:00
disk-io.h
export.c
export.h
extent-tree.c Btrfs: fix race deleting block group from space_info->ro_bgs list 2015-01-19 13:05:45 -08:00
extent_io.c page_writeback: put account_page_redirty() after set_page_dirty() 2015-02-11 17:06:04 -08:00
extent_io.h
extent_map.c
extent_map.h
file-item.c
file.c Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block 2015-02-12 13:50:21 -08:00
free-space-cache.c Btrfs: remove non-sense btrfs_error_discard_extent() function 2014-12-10 12:22:32 -08:00
free-space-cache.h
hash.c
hash.h
inode-item.c
inode-map.c
inode-map.h
inode.c fs: remove mapping->backing_dev_info 2015-01-20 14:03:05 -07:00
ioctl.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 2014-12-12 11:15:23 -08:00
locking.c
locking.h
lzo.c
math.h
ordered-data.c
ordered-data.h
orphan.c
print-tree.c
print-tree.h
props.c
props.h
qgroup.c
qgroup.h
raid56.c
raid56.h
rcu-string.h
reada.c
relocation.c
root-tree.c
scrub.c btrfs: fix raid56 scrub failed in xfstests btrfs/072 2015-01-27 15:26:16 -08:00
send.c
send.h
struct-funcs.c
super.c btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock. 2015-01-20 17:20:21 -08:00
sysfs.c
sysfs.h
transaction.c btrfs: Fix the bug that fs_info->pending_changes is never cleared. 2015-01-20 17:19:40 -08:00
transaction.h
tree-defrag.c
tree-log.c Btrfs: add missing blk_finish_plug in btrfs_sync_log() 2015-02-04 18:02:37 -08:00
tree-log.h
ulist.c
ulist.h
uuid-tree.c
volumes.c btrfs: filp_open() returns ERR_PTR() on failure, not NULL... 2014-12-17 06:43:56 -05:00
volumes.h
xattr.c
xattr.h
zlib.c