xfs-linux/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [OSS] / xfs-linux


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/ [show]        
[DIR] archive/        
[DIR] dmapi/        
[DIR] linux-2.4/        
[DIR] linux-2.6/        
[DIR] pagebuf/        
[DIR] quota/        
[DIR] support/        
[TXT] Kconfig 1.9 19 months tes.longdrop.melbourne.sgi.com Remove CONFIG_XFS_SECURITY. There is no point to the CONFIG_XFS_SECURITY option...
[TXT] Makefile 1.66 13 months lachlan.longdrop.melbourne.sgi.com move sync code to its own file The sync code in XFS is spread around several fi...
[TXT] xfs.h 1.56 13 months lachlan.longdrop.melbourne.sgi.com make btree tracing generic Make the existing bmap btree tracing generic so that...
[TXT] xfs_acl.c 1.80 12 months tes.longdrop.melbourne.sgi.com kill sys_cred capable_cred has been unused for a while so we can kill it and sy...
[TXT] xfs_acl.h 1.43 14 months tes.longdrop.melbourne.sgi.com Undoes mod: xfs-linux-melb:xfs-kern:32122a undo test git mod Merge of xfs-li...
[TXT] xfs_ag.h 1.64 13 months lachlan.longdrop.melbourne.sgi.com mark inodes for reclaim via a tag in the inode radix tree Prepare for removing ...
[TXT] xfs_alloc.c 1.204 13 months donaldd.longdrop.melbourne.sgi.com Always use struct xfs_btree_block instead of short / longform structures. Alway...
[TXT] xfs_alloc.h 1.63 13 months bnaujok.longdrop.melbourne.sgi.com Sync up kernel and user-space headers Merge of xfs-linux-melb:xfs-kern:32231a by...
[TXT] xfs_alloc_btree.c 1.113 13 months donaldd.longdrop.melbourne.sgi.com Always use struct xfs_btree_block instead of short / longform structures. Alway...
[TXT] xfs_alloc_btree.h 1.41 13 months donaldd.longdrop.melbourne.sgi.com Always use struct xfs_btree_block instead of short / longform structures. Alway...
[TXT] xfs_arch.h 1.55 13 months bnaujok.longdrop.melbourne.sgi.com Sync up kernel and user-space headers Merge of xfs-linux-melb:xfs-kern:32231a by...
[TXT] xfs_attr.c 1.156 15 months xaiki.longdrop.melbourne.sgi.com Move xfs_attr_rolltrans to xfs_trans_roll Move it from the attr code to the tra...
[TXT] xfs_attr.h 1.45 15 months xaiki.longdrop.melbourne.sgi.com Move attr log alloc size calculator to another function. We will need that to b...
[TXT] xfs_attr_leaf.c 1.117 15 months lachlan.longdrop.melbourne.sgi.com convert beX_add to beX_add_cpu (new common API) remove beX_add functions and re...
[TXT] xfs_attr_leaf.h 1.49 15 months xaiki.longdrop.melbourne.sgi.com Move xfs_attr_rolltrans to xfs_trans_roll Move it from the attr code to the tra...
[TXT] xfs_attr_sf.h 1.24 18 months xaiki.longdrop.melbourne.sgi.com de-duplicate calls to xfs_attr_trace_enter Every call to xfs_attr_trace_enter()...
[TXT] xfs_bit.c 1.34 16 months donaldd.longdrop.melbourne.sgi.com Use the generic bitops rather than implementing them ourselves. This keeps xfs_...
[TXT] xfs_bit.h 1.26 13 months bnaujok.longdrop.melbourne.sgi.com Sync up kernel and user-space headers Merge of xfs-linux-melb:xfs-kern:32231a by...
[TXT] xfs_bmap.c 1.417 13 months donaldd.longdrop.melbourne.sgi.com Move XFS_BMAP_SANITY_CHECK out of line. Move the XFS_BMAP_SANITY_CHECK macro ou...
[TXT] xfs_bmap.h 1.105 13 months bnaujok.longdrop.melbourne.sgi.com Sync up kernel and user-space headers Merge of xfs-linux-melb:xfs-kern:32231a by...
[TXT] xfs_bmap_btree.c 1.198 13 months donaldd.longdrop.melbourne.sgi.com Always use struct xfs_btree_block instead of short / longform structures. Alway...
[TXT] xfs_bmap_btree.h 1.97 13 months donaldd.longdrop.melbourne.sgi.com Move XFS_BMAP_SANITY_CHECK out of line. Move the XFS_BMAP_SANITY_CHECK macro ou...
[TXT] xfs_btree.c 1.145 13 months donaldd.longdrop.melbourne.sgi.com Always use struct xfs_btree_block instead of short / longform structures. Alway...
[TXT] xfs_btree.h 1.100 13 months donaldd.longdrop.melbourne.sgi.com Always use struct xfs_btree_block instead of short / longform structures. Alway...
[TXT] xfs_btree_trace.c 1.1 13 months lachlan.longdrop.melbourne.sgi.com make btree tracing generic Make the existing bmap btree tracing generic so that...
[TXT] xfs_btree_trace.h 1.1 13 months lachlan.longdrop.melbourne.sgi.com make btree tracing generic Make the existing bmap btree tracing generic so that...
[TXT] xfs_buf_item.c 1.172 13 months lachlan.longdrop.melbourne.sgi.com Finish removing the mount pointer from the AIL API Change all the remaining AIL...
[TXT] xfs_buf_item.h 1.47 2 years dgc.longdrop.melbourne.sgi.com Fix up sparse warnings. These are mostly locking annotations, marking things st...
[TXT] xfs_da_btree.c 1.184 13 months lachlan.longdrop.melbourne.sgi.com Account for allocated blocks when expanding directories When we create a direct...
[TXT] xfs_da_btree.h 1.72 13 months bnaujok.longdrop.melbourne.sgi.com Sync up kernel and user-space headers Merge of xfs-linux-melb:xfs-kern:32231a by...
[TXT] xfs_dfrag.c 1.72 14 months pleckie.longdrop.melbourne.sgi.com Prevent lockdep false positives when locking two inodes. If we call xfs_lock_tw...
[TXT] xfs_dfrag.h 1.12 3 years olaf Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report the range sp...
[TXT] xfs_dinode.h 1.88 13 months donaldd.longdrop.melbourne.sgi.com Always use struct xfs_btree_block instead of short / longform structures. Alway...
[TXT] xfs_dir2.c 1.70 13 months lachlan.longdrop.melbourne.sgi.com Account for allocated blocks when expanding directories When we create a direct...
[TXT] xfs_dir2.h 1.23 18 months bnaujok.longdrop.melbourne.sgi.com Return case-insensitive match for dentry cache This implements the code to stor...
[TXT] xfs_dir2_block.c 1.63 15 months lachlan.longdrop.melbourne.sgi.com convert beX_add to beX_add_cpu (new common API) remove beX_add functions and re...
[TXT] xfs_dir2_block.h 1.19 2 years dgc.longdrop.melbourne.sgi.com use filldir internally Currently xfs has a rather complicated internal scheme t...
[TXT] xfs_dir2_data.c 1.41 15 months lachlan.longdrop.melbourne.sgi.com convert beX_add to beX_add_cpu (new common API) remove beX_add functions and re...
[TXT] xfs_dir2_data.h 1.21 2 years dgc.longdrop.melbourne.sgi.com Reduce shouting by removing unnecessary macros from dir2 code. Signed-Off-By: C...
[TXT] xfs_dir2_leaf.c 1.66 15 months lachlan.longdrop.melbourne.sgi.com convert beX_add to beX_add_cpu (new common API) remove beX_add functions and re...
[TXT] xfs_dir2_leaf.h 1.25 2 years dgc.longdrop.melbourne.sgi.com use filldir internally Currently xfs has a rather complicated internal scheme t...
[TXT] xfs_dir2_node.c 1.66 15 months lachlan.longdrop.melbourne.sgi.com convert beX_add to beX_add_cpu (new common API) remove beX_add functions and re...
[TXT] xfs_dir2_node.h 1.14 2 years dgc.longdrop.melbourne.sgi.com Reduce shouting by removing unnecessary macros from dir2 code. Signed-Off-By: C...
[TXT] xfs_dir2_sf.c 1.54 18 months bnaujok.longdrop.melbourne.sgi.com Return case-insensitive match for dentry cache This implements the code to stor...
[TXT] xfs_dir2_sf.h 1.25 17 months tes.longdrop.melbourne.sgi.com Pack some shortform dir2 structures for the ARM old ABI architecture. This shou...
[TXT] xfs_dir2_trace.c 1.25 18 months bnaujok.longdrop.melbourne.sgi.com Add op_flags field and helpers to xfs_da_args The end of the xfs_da_args struct...
[TXT] xfs_dir2_trace.h 1.11 4 years nathans.longdrop.melbourne.sgi.com Update license/copyright notices to match the prefered SGI boilerplate. Merge of...
[TXT] xfs_dmapi.h 1.63 16 months tes.longdrop.melbourne.sgi.com Now that xfs_setattr is only used for attributes set from ->setattr it can be sw...
[TXT] xfs_dmops.c 1.14 13 months donaldd.longdrop.melbourne.sgi.com kill struct xfs_mount_args No need to parse the mount option into a structure b...
[TXT] xfs_error.c 1.64 15 months xaiki.longdrop.melbourne.sgi.com kill INDUCE_IO_ERROR All the error injection is already enabled through ifdef D...
[TXT] xfs_error.h 1.53 15 months xaiki.longdrop.melbourne.sgi.com kill INDUCE_IO_ERROR All the error injection is already enabled through ifdef D...
[TXT] xfs_extfree_item.c 1.72 13 months lachlan.longdrop.melbourne.sgi.com Finish removing the mount pointer from the AIL API Change all the remaining AIL...
[TXT] xfs_extfree_item.h 1.22 3 years tes.longdrop.melbourne.sgi.com cleanup the field types of some item format structures Merge of xfs-linux-melb:x...
[TXT] xfs_filestream.c 1.9 15 months lachlan.longdrop.melbourne.sgi.com Use KM_NOFS for debug trace buffers Use KM_NOFS to prevent recursion back into ...
[TXT] xfs_filestream.h 1.1 2 years dgc.longdrop.melbourne.sgi.com Concurrent Multi-File Data Streams In media spaces, video is often stored in a ...
[TXT] xfs_fs.h 1.38 16 months tes.longdrop.melbourne.sgi.com attrmulti cleanup xfs_attrmulti_by_handle currently request the size based on s...
[TXT] xfs_fsops.c 1.138 13 months donaldd.longdrop.melbourne.sgi.com Always use struct xfs_btree_block instead of short / longform structures. Alway...
[TXT] xfs_fsops.h 1.29 4 years hch Write log dummy record when freezing filesystem
[TXT] xfs_ialloc.c 1.208 13 months lachlan.longdrop.melbourne.sgi.com implement generic xfs_btree_get_rec Not really much reason to make it generic g...
[TXT] xfs_ialloc.h 1.51 13 months bnaujok.longdrop.melbourne.sgi.com Sync up kernel and user-space headers Merge of xfs-linux-melb:xfs-kern:32231a by...
[TXT] xfs_ialloc_btree.c 1.108 13 months donaldd.longdrop.melbourne.sgi.com Always use struct xfs_btree_block instead of short / longform structures. Alway...
[TXT] xfs_ialloc_btree.h 1.44 13 months donaldd.longdrop.melbourne.sgi.com Always use struct xfs_btree_block instead of short / longform structures. Alway...
[TXT] xfs_iget.c 1.255 12 months lachlan.longdrop.melbourne.sgi.com free partially initialized inodes using destroy_inode To make sure we free the ...
[TXT] xfs_imap.h 1.13 13 months bnaujok.longdrop.melbourne.sgi.com Sync up kernel and user-space headers Merge of xfs-linux-melb:xfs-kern:32231a by...
[TXT] xfs_inode.c 1.536 12 months lachlan.longdrop.melbourne.sgi.com free partially initialized inodes using destroy_inode To make sure we free the ...
[TXT] xfs_inode.h 1.267 12 months lachlan.longdrop.melbourne.sgi.com free partially initialized inodes using destroy_inode To make sure we free the ...
[TXT] xfs_inode_item.c 1.142 13 months lachlan.longdrop.melbourne.sgi.com Finish removing the mount pointer from the AIL API Change all the remaining AIL...
[TXT] xfs_inode_item.h 1.53 13 months bnaujok.longdrop.melbourne.sgi.com Sync up kernel and user-space headers Merge of xfs-linux-melb:xfs-kern:32231a by...
[TXT] xfs_inum.h 1.25 4 years nathans.longdrop.melbourne.sgi.com Update license/copyright notices to match the prefered SGI boilerplate. Merge of...
[TXT] xfs_iomap.c 1.65 16 months lachlan.longdrop.melbourne.sgi.com use minleft when allocating in xfs_bmbt_split() The bmap btree split code relie...
[TXT] xfs_iomap.h 1.14 2 years lachlan.longdrop.melbourne.sgi.com kill unnessecary ioops indirection Currently there is an indirection called ioo...
[TXT] xfs_itable.c 1.173 12 months lachlan.longdrop.melbourne.sgi.com stop using xfs_itobp in xfs_bulkstat xfs_bulkstat only wants the dinode, offset...
[TXT] xfs_itable.h 1.51 2 years dgc.longdrop.melbourne.sgi.com Fix XFS_IOC_FSBULKSTAT{,_SINGLE} and XFS_IOC_FSINUMBERS in compat mode * 32bit ...
[TXT] xfs_log.c 1.373 13 months lachlan.longdrop.melbourne.sgi.com Finish removing the mount pointer from the AIL API Change all the remaining AIL...
[TXT] xfs_log.h 1.82 15 months lachlan.longdrop.melbourne.sgi.com cleanup xfs_mountfs Remove all the useless flags and code keyed off it in xfs_m...
[TXT] xfs_log_priv.h 1.135 13 months lachlan.longdrop.melbourne.sgi.com Given the log a pointer to the AIL When we need to go from the log to the AIL, ...
[TXT] xfs_log_recover.c 1.355 13 months tes.longdrop.melbourne.sgi.com XFS: Check for valid transaction headers in recovery When we are about to add a...
[TXT] xfs_log_recover.h 1.20 4 years nathans.longdrop.melbourne.sgi.com Update license/copyright notices to match the prefered SGI boilerplate. Merge of...
[TXT] xfs_mount.c 1.451 13 months lachlan.longdrop.melbourne.sgi.com kill deleted inodes list Now that the deleted inodes list is unused, kill it. T...
[TXT] xfs_mount.h 1.284 13 months donaldd.longdrop.melbourne.sgi.com kill struct xfs_mount_args No need to parse the mount option into a structure b...
[TXT] xfs_mru_cache.c 1.9 16 months xaiki.longdrop.melbourne.sgi.com streamline init/exit path Currently the xfs module init/exit code is a mess. I...
[TXT] xfs_mru_cache.h 1.2 2 years dgc.longdrop.melbourne.sgi.com On-demand reaping of the MRU cache Instead of running the mru cache reaper all ...
[TXT] xfs_qmops.c 1.19 13 months donaldd.longdrop.melbourne.sgi.com kill struct xfs_mount_args No need to parse the mount option into a structure b...
[TXT] xfs_quota.h 1.49 2 years dgc.longdrop.melbourne.sgi.com remove dependency of the quota module on behaviors Mount options are now parsed...
[TXT] xfs_rename.c 1.85 16 months bnaujok.longdrop.melbourne.sgi.com Don't update mtime on rename source As reported by Michael-John Turner XFS upda...
[TXT] xfs_rtalloc.c 1.113 16 months donaldd.longdrop.melbourne.sgi.com Use the generic bitops rather than implementing them ourselves. This keeps xfs_...
[TXT] xfs_rtalloc.h 1.30 2 years dgc.longdrop.melbourne.sgi.com optimize XFS_IS_REALTIME_INODE w/o realtime config Use XFS_IS_REALTIME_INODE in...
[TXT] xfs_rw.c 1.401 15 months lachlan.longdrop.melbourne.sgi.com replace the XFS buf iodone semaphore with a completion The xfs_buf_t b_iodonese...
[TXT] xfs_rw.h 1.86 2 years dgc.longdrop.melbourne.sgi.com optimize XFS_IS_REALTIME_INODE w/o realtime config Use XFS_IS_REALTIME_INODE in...
[TXT] xfs_sb.h 1.74 18 months bnaujok.longdrop.melbourne.sgi.com XFS: ASCII case-insensitive support Implement ASCII case-insensitive support. I...
[TXT] xfs_trans.c 1.191 13 months lachlan.longdrop.melbourne.sgi.com Finish removing the mount pointer from the AIL API Change all the remaining AIL...
[TXT] xfs_trans.h 1.155 13 months lachlan.longdrop.melbourne.sgi.com Finish removing the mount pointer from the AIL API Change all the remaining AIL...
[TXT] xfs_trans_ail.c 1.93 12 months lachlan.longdrop.melbourne.sgi.com correctly select first log item to push Under heavy metadata load we are seeing...
[TXT] xfs_trans_buf.c 1.132 13 months lachlan.longdrop.melbourne.sgi.com Finish removing the mount pointer from the AIL API Change all the remaining AIL...
[TXT] xfs_trans_extfree.c 1.28 2 years dgc.longdrop.melbourne.sgi.com Radix tree based inode caching One of the perpetual scaling problems XFS has is...
[TXT] xfs_trans_inode.c 1.55 18 months dgc.longdrop.melbourne.sgi.com Remove unused arg from kmem_free() kmem_free() function takes (ptr, size) argum...
[TXT] xfs_trans_item.c 1.49 13 months lachlan.longdrop.melbourne.sgi.com Add ail pointer into log items Add an xfs_ail pointer to log items so that the ...
[TXT] xfs_trans_priv.h 1.36 13 months lachlan.longdrop.melbourne.sgi.com Finish removing the mount pointer from the AIL API Change all the remaining AIL...
[TXT] xfs_trans_space.h 1.15 3 years nathans.longdrop.melbourne.sgi.com Remove version 1 directory code. Never functioned on Linux, just pure bloat. Me...
[TXT] xfs_types.h 1.81 19 months bnaujok.longdrop.melbourne.sgi.com remove bhv_vname_t and xfs_rename code Merge of xfs-linux-melb:xfs-kern:30804a b...
[TXT] xfs_utils.c 1.85 15 months xaiki.longdrop.melbourne.sgi.com In several places we directly convert from the XFS inode to the linux (VFS) inod...
[TXT] xfs_utils.h 1.44 15 months lachlan.longdrop.melbourne.sgi.com implement IHOLD/IRELE directly Now that all direct calls to VN_HOLD/VN_RELE are...
[TXT] xfs_vfsops.c 1.581 13 months donaldd.longdrop.melbourne.sgi.com kill struct xfs_mount_args No need to parse the mount option into a structure b...
[TXT] xfs_vfsops.h 1.13 13 months lachlan.longdrop.melbourne.sgi.com Move remaining quiesce code. With all the other filesystem sync code it in xfs_...
[TXT] xfs_vnodeops.c 1.784 12 months tes.longdrop.melbourne.sgi.com remove restricted chown parameter from xfs linux On Linux all filesystems are s...
[TXT] xfs_vnodeops.h 1.20 12 months tes.longdrop.melbourne.sgi.com kill sys_cred capable_cred has been unused for a while so we can kill it and sy...
[TXT] xfsidbg.c 1.372 13 months lachlan.longdrop.melbourne.sgi.com AIL cleanup and bug fixes Merge of xfs-linux-melb:xfs-kern:32355a by kenmcd. ...

General options
,

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>