..
libxfs
xfs: move (and rename) the deferred bmap-free tracepoints
2016-08-03 12:31:07 +10:00
Kconfig
xfs: implement iomap based buffered write path
2016-06-21 09:53:44 +10:00
kmem.c
kmem.h
Makefile
xfs: log rmap intent items
2016-08-03 12:09:48 +10:00
mrlock.h
uuid.c
uuid.h
xfs.h
xfs_acl.c
xfs_acl.h
xfs_aops.c
Merge branch 'xfs-4.8-misc-fixes-4' into for-next
2016-07-22 14:10:56 +10:00
xfs_aops.h
xfs: direct calls in the direct I/O path
2016-07-20 11:38:01 +10:00
xfs_attr.h
xfs_attr_inactive.c
xfs: make several functions static
2016-06-01 17:38:15 +10:00
xfs_attr_list.c
xfs: make several functions static
2016-06-01 17:38:15 +10:00
xfs_bmap_util.c
xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled
2016-08-03 12:18:07 +10:00
xfs_bmap_util.h
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
2016-08-03 11:18:10 +10:00
xfs_buf.c
Merge branch 'xfs-4.8-buf-fixes' into for-next
2016-07-20 11:53:35 +10:00
xfs_buf.h
xfs: track and serialize in-flight async buffers against unmount
2016-07-20 11:15:28 +10:00
xfs_buf_item.c
Merge branch 'xfs-4.8-misc-fixes-4' into for-next
2016-07-22 14:10:56 +10:00
xfs_buf_item.h
xfs_dir2_readdir.c
xfs_discard.c
xfs: rmap btree requires more reserved free space
2016-08-03 11:38:24 +10:00
xfs_discard.h
xfs_dquot.c
xfs: rename flist/free_list to dfops
2016-08-03 11:19:29 +10:00
xfs_dquot.h
xfs_dquot_item.c
xfs: allocate log vector buffers outside CIL context lock
2016-07-22 09:52:35 +10:00
xfs_dquot_item.h
xfs_error.c
Merge branch 'xfs-4.8-misc-fixes-3' into for-next
2016-07-20 11:51:08 +10:00
xfs_error.h
xfs: propagate bmap updates to rmapbt
2016-08-03 12:16:05 +10:00
xfs_export.c
xfs_export.h
xfs_extent_busy.c
xfs_extent_busy.h
xfs_extfree_item.c
xfs: remove unnecessary parentheses from log redo item recovery functions
2016-08-03 12:29:32 +10:00
xfs_extfree_item.h
xfs: refactor redo intent item processing
2016-08-03 11:23:49 +10:00
xfs_file.c
Merge branch 'xfs-4.8-misc-fixes-4' into for-next
2016-07-22 14:10:56 +10:00
xfs_filestream.c
xfs: rename flist/free_list to dfops
2016-08-03 11:19:29 +10:00
xfs_filestream.h
xfs_fsops.c
xfs: add rmap btree geometry feature flag
2016-08-03 12:16:44 +10:00
xfs_fsops.h
xfs_globals.c
xfs_icache.c
xfs: cancel eofblocks background trimming on remount read-only
2016-06-21 11:53:28 +10:00
xfs_icache.h
xfs: cancel eofblocks background trimming on remount read-only
2016-06-21 11:53:28 +10:00
xfs_icreate_item.c
xfs_icreate_item.h
xfs_inode.c
xfs: rename flist/free_list to dfops
2016-08-03 11:19:29 +10:00
xfs_inode.h
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
2016-08-03 11:18:10 +10:00
xfs_inode_item.c
xfs: allocate log vector buffers outside CIL context lock
2016-07-22 09:52:35 +10:00
xfs_inode_item.h
xfs_ioctl.c
xfs: in _attrlist_by_handle, copy the cursor back to userspace
2016-08-03 10:58:53 +10:00
xfs_ioctl.h
xfs: don't pass ioflags around in the ioctl path
2016-07-20 11:29:35 +10:00
xfs_ioctl32.c
xfs: don't pass ioflags around in the ioctl path
2016-07-20 11:29:35 +10:00
xfs_ioctl32.h
xfs_iomap.c
xfs: rename flist/free_list to dfops
2016-08-03 11:19:29 +10:00
xfs_iomap.h
xfs: implement iomap based buffered write path
2016-06-21 09:53:44 +10:00
xfs_iops.c
xfs: use iomap infrastructure for DAX zeroing
2016-06-21 09:55:18 +10:00
xfs_iops.h
xfs_itable.c
xfs_itable.h
xfs_linux.h
xfs: remove __arch_pack
2016-07-20 11:48:46 +10:00
xfs_log.c
Merge branch 'xfs-4.8-buf-fixes' into for-next
2016-07-20 11:53:35 +10:00
xfs_log.h
xfs: make several functions static
2016-06-01 17:38:15 +10:00
xfs_log_cil.c
xfs: allocate log vector buffers outside CIL context lock
2016-07-22 09:52:35 +10:00
xfs_log_priv.h
xfs_log_recover.c
xfs: remove the extents array from the rmap update done log item
2016-08-03 12:28:43 +10:00
xfs_message.c
xfs_message.h
xfs_mount.c
xfs: rmap btree requires more reserved free space
2016-08-03 11:38:24 +10:00
xfs_mount.h
xfs: rmap btree requires more reserved free space
2016-08-03 11:38:24 +10:00
xfs_mru_cache.c
xfs_mru_cache.h
xfs_ondisk.h
xfs: define the on-disk rmap btree format
2016-08-03 11:36:07 +10:00
xfs_pnfs.c
xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c
2016-06-21 09:52:47 +10:00
xfs_pnfs.h
xfs_qm.c
xfs_qm.h
xfs_qm_bhv.c
xfs_qm_syscalls.c
xfs_quota.h
xfs_quotaops.c
xfs_rmap_item.c
xfs: remove unnecessary parentheses from log redo item recovery functions
2016-08-03 12:29:32 +10:00
xfs_rmap_item.h
xfs: remove the extents array from the rmap update done log item
2016-08-03 12:28:43 +10:00
xfs_rtalloc.c
xfs: rename flist/free_list to dfops
2016-08-03 11:19:29 +10:00
xfs_rtalloc.h
xfs: make several functions static
2016-06-01 17:38:15 +10:00
xfs_stats.c
xfs: add rmap btree stats infrastructure
2016-08-03 11:31:11 +10:00
xfs_stats.h
xfs: add rmap btree stats infrastructure
2016-08-03 11:31:11 +10:00
xfs_super.c
xfs: remove the extents array from the rmap update done log item
2016-08-03 12:28:43 +10:00
xfs_super.h
xfs: make several functions static
2016-06-01 17:38:15 +10:00
xfs_symlink.c
xfs: rename flist/free_list to dfops
2016-08-03 11:19:29 +10:00
xfs_symlink.h
xfs_sysctl.c
xfs_sysctl.h
xfs_sysfs.c
xfs: fix xfs_error_get_cfg for negative errnos
2016-07-20 10:48:51 +10:00
xfs_sysfs.h
xfs_trace.c
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
2016-08-03 11:15:38 +10:00
xfs_trace.h
xfs: convert unwritten status of reverse mappings
2016-08-03 12:03:19 +10:00
xfs_trans.c
xfs_trans.h
xfs: remove the extents array from the rmap update done log item
2016-08-03 12:28:43 +10:00
xfs_trans_ail.c
xfs_trans_buf.c
xfs_trans_dquot.c
xfs_trans_extfree.c
xfs: move (and rename) the deferred bmap-free tracepoints
2016-08-03 12:31:07 +10:00
xfs_trans_inode.c
xfs_trans_priv.h
xfs_trans_rmap.c
xfs: collapse single use static functions
2016-08-03 12:30:31 +10:00
xfs_xattr.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
2016-05-27 17:14:05 -07:00