Merge git://oss.sgi.com:8090/oss/git/xfs-2.6
[safe/jmp/linux-2.6] / fs / xfs /
2006-03-31 Nathan Scott[XFS] Provide XFS support for the splice syscall.
2006-03-31 Nathan Scott[XFS] Reenable write barriers by default.
2006-03-31 Nathan Scott[XFS] Make project quota enforcement return an error...
2006-03-31 Nathan Scott[XFS] Implement the silent parameter to fill_super...
2006-03-31 Mandy Kirkconnell[XFS] Cleanup comment to remove reference to obsoleted...
2006-03-29 Nathan Scott[XFS] Cleanup in XFS after recent get_block_t interface...
2006-03-28 Mandy Kirkconnell[XFS] Remove unused/obsoleted function: xfs_bmap_do_sea...
2006-03-28 Glen Overby[XFS] A change to inode chunk allocation to try allocat...
2006-03-28 Nathan Scott[XFS] Fix compiler warning and small code inconsistenci...
2006-03-28 Nathan Scott[XFS] We really suck at spulling. Thanks to Chris...
2006-03-28 Arjan van de Ven[PATCH] Make most file operations structs in fs/ const
2006-03-26 Badari Pulavarty[PATCH] remove ->get_blocks() support
2006-03-26 Badari Pulavarty[PATCH] map multiple blocks for mpage_readpages()
2006-03-26 Matthew Dobson[PATCH] mempool: use mempool_create_slab_pool()
2006-03-26 NeilBrown[PATCH] Make address_space_operations->invalidatepage...
2006-03-24 Paul Jackson[PATCH] cpuset memory spread slab cache hooks
2006-03-24 Tobias Klauser[PATCH] fs: Use ARRAY_SIZE macro
2006-03-23 Linus TorvaldsMerge git://oss.sgi.com:8090/oss/git/xfs-2.6
2006-03-23 Andrew Morton[PATCH] more for_each_cpu() conversions
2006-03-22 Christoph Lameter[PATCH] page migration reorg
2006-03-22 Nathan Scott[XFS] Sync up one/two other minor changes missed in...
2006-03-22 Nathan Scott[XFS] Reenable the noikeep (delete inode cluster space...
2006-03-22 David Chinner[XFS] Check that a page has dirty buffers before findin...
2006-03-22 Nathan Scott[XFS] Fixup naming inconsistencies found by Pekka Enber...
2006-03-22 David Chinner[XFS] Explain the race closed by the addition of vn_iow...
2006-03-22 Yingping Lu[XFS] Fixing the error caused by the conflict between...
2006-03-22 Yingping Lu[XFS] Fixing KDB's xrwtrc command, also added the curre...
2006-03-20 Nathan Scott[XFS] Fix compiler warning from xfs_file_compat_invis_i...
2006-03-17 Nathan Scott[XFS] remove bogus INT_GET for u8 variables in xfs_dir_...
2006-03-17 Nathan Scott[XFS] endianess annotations for xfs_da_node_hdr_t
2006-03-17 Nathan Scott[XFS] endianess annotations for xfs_da_node_entry_t
2006-03-17 Nathan Scott[XFS] store xfs_attr_inactive_list_t in native endian
2006-03-17 Nathan Scott[XFS] store xfs_attr_sf_sort in native endian
2006-03-17 Nathan Scott[XFS] endianess annotations for xfs_attr_shortform_t
2006-03-17 Nathan Scott[XFS] endianess annotations for xfs_attr_leaf_name_remote_t
2006-03-17 Nathan Scott[XFS] endianess annotations for xfs_attr_leaf_name_local_t
2006-03-17 Nathan Scott[XFS] endianess annotations for xfs_attr_leaf_entry_t
2006-03-17 Nathan Scott[XFS] endianess annotations for xfs_attr_leaf_hdr_t
2006-03-17 Nathan Scott[XFS] remove bogus INT_GET on u8 variables in xfs_dir2_...
2006-03-17 Nathan Scott[XFS] endianess annotations for xfs_da_blkinfo_t
2006-03-17 Nathan Scott[XFS] endianess annotations for XFS_DIR2_DATA_ENTRY_TAG_P
2006-03-17 Nathan Scott[XFS] endianess annotations for xfs_dir2_leaf_entry_t
2006-03-17 Nathan Scott[XFS] endianess annotations for xfs_dir2_leaf_hdr_t
2006-03-17 Nathan Scott[XFS] endianess annotations for xfs_dir2_block_tail_t
2006-03-17 Nathan Scott[XFS] endianess annotations for XFS_DIR2_DATA_UNUSED_TAG_P
2006-03-17 Nathan Scott[XFS] endianess annotations for xfs_dir2_data_unused_t
2006-03-17 Nathan Scott[XFS] endianess annotations for xfs_dir2_leaf_tail_t
2006-03-17 Nathan Scott[XFS] endianess annotations for XFS_DIR2_LEAF_BESTS_P
2006-03-17 Nathan Scott[XFS] endianess annotations for xfs_dir2_free_hdr_t
2006-03-17 Nathan Scott[XFS] endianess annotations for xfs_dir2_data_hdr struc...
2006-03-17 Nathan Scott[XFS] Flush and invalidate dirty pages at the start...
2006-03-17 Nathan Scott[XFS] Merge Yingpings fix for a vn_count assert failure...
2006-03-17 Nathan Scott[XFS] Make couple names consitent, be more defensive...
2006-03-17 Nathan Scott[XFS] Cleanup references to i_sem.
2006-03-17 Nathan Scott[XFS] Fix an infinite loop issue in bulkstat when a...
2006-03-17 Nathan Scott[XFS] Correct the dquot reservation component for the...
2006-03-17 Nathan Scott[XFS] Complete transition away from linvfs naming conve...
2006-03-17 Mandy Kirkconnell[XFS] There are a few problems with the new
2006-03-14 Nathan Scott[XFS] Revert kiocb and vattr stack changes, theory...
2006-03-14 Nathan Scott[XFS] Dynamically allocate the xfs_dinode_core_t struct...
2006-03-14 Mandy Kirkconnell[XFS] Fix assert to check that in-core extents are...
2006-03-14 Nathan Scott[XFS] Switch over from linvfs names for sb/quotactl...
2006-03-14 Nathan Scott[XFS] Switch over from linvfs names for inode operation...
2006-03-14 Nathan Scott[XFS] Switch over from linvfs names for file operations...
2006-03-14 Nathan Scott[XFS] Switch over from linvfs names for address space...
2006-03-14 Nathan Scott[XFS] Remove a couple of no-longer-used macros/types...
2006-03-14 Nathan Scott[XFS] Reduce stack usage within xfs_bmapi by rearrangin...
2006-03-14 Nathan Scott[XFS] Reduce xfs_bmapi stack use by removing some local...
2006-03-14 Nathan Scott[XFS] Dynamically allocate vattr in places it makes...
2006-03-14 Nathan Scott[XFS] Take a dentry structure off the stack into the...
2006-03-14 Nathan Scott[XFS] Reduce complexity in xfs_trans_init by pushing...
2006-03-14 Nathan Scott[XFS] Dynamically allocate xfs_dir2_put_args_t structur...
2006-03-14 Nathan Scott[XFS] Dynamically allocate local kiocb structures in...
2006-03-14 Mandy Kirkconnell[XFS] 929045 567344 This mod introduces multi-level...
2006-03-14 Mandy Kirkconnell[XFS] 929045 567344 This mod re-organizes some of the...
2006-03-14 Nathan Scott[XFS] Additional mount time superblock validation checks.
2006-03-14 David Chinner[XFS] using a spinlock per cpu for superblock counter...
2006-03-14 Nathan Scott[XFS] Add xfs_map_buffer helper, use it in a couple...
2006-03-14 Nathan Scott[XFS] Move some code around to avoid prototypes and...
2006-03-14 Nathan Scott[XFS] Use XFS_VFSTOM in more places instead of open...
2006-03-14 Tim Shimmin[XFS] forgot a couple of calls to XLOG_VEC_SET_TYPE...
2006-03-14 Nathan Scott[XFS] UUID endianess fix. uu_timelow is a 32bit field...
2006-03-14 David Chinner[XFS] Add support for hotplug CPUs to the per-CPU super...
2006-03-14 Nathan Scott[XFS] Make headers compile for more compiler variants...
2006-03-14 Nathan Scott[XFS] When compiling with gcc 4.0 and CONFIG_SMP unset...
2006-03-14 Nathan Scott[XFS] Flag the XFS inode cache as in need of spreading...
2006-03-14 Nathan Scott[XFS] Fix a mutex_destroy diagnostic about a locked...
2006-03-14 Nathan Scott[XFS] Cleanup the use of zones/slabs, more consistent...
2006-03-14 David Chinner[XFS] On machines with more than 8 cpus, when running...
2006-03-14 Nathan Scott[XFS] XFS propagates MS_NOATIME through two levels...
2006-03-14 David Chinner[XFS] find_exported_dentry(). XFS does not need to...
2006-02-28 Eric Sandeen[XFS] Don't map non-uptodate buffers in xfs_probe_clust...
2006-02-28 Nathan Scott[XFS] Reduce stack use during quota mounts (caused...
2006-02-28 Nathan Scott[XFS] Fix a realtime allocator regression introduced...
2006-02-07 Nathan Scott[XFS] Fix missing inode atime update from the utime...
2006-02-07 David Chinner[XFS] Account for the page we just wrote when we detect...
2006-02-01 Christoph Lameter[PATCH] Direct Migration V9: Avoid writeback / page_mig...
2006-02-01 Nathan Scott[XFS] Fix regression in xfs_buf_rele dealing with non...
2006-02-01 Yingping Lu[XFS] Interim solution for attribute insertion failure...
2006-01-18 David Chinner[XFS] Fix a race in xfs_submit_ioend() where we can...
next