[XFS] Sync up one/two other minor changes missed in previous merges.
[sfrench/cifs-2.6.git] / fs / xfs /
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-03-08 Mauro Carvalho ChehabMerge branch 'work-fixes'
2006-03-03 Mauro Carvalho ChehabMerge branch 'work-fixes'
2006-03-01 Linus TorvaldsMerge /linux/kernel/git/jejb/scsi-rc-fixes-2.6
2006-03-01 Jeff GarzikMerge branch 'e1000' of ssh://198.78.49.142/srv/git...
2006-03-01 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2006-02-28 Jeff GarzikMerge branch 'upstream-fixes' of git://git./linux/kerne...
2006-02-28 Jeff GarzikMerge branch 'for-jeff' of git://electric-eye.fr.zoreil...
2006-02-28 Linus TorvaldsMerge branch 'upstream-fixes' of /linux/kernel/git...
2006-02-28 Linus TorvaldsMerge git://oss.sgi.com:8090/oss/git/xfs-rc-fixes
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-24 Anton AltaparmakovMerge ../ntfs-2.6-devel
2006-02-24 Anton AltaparmakovMerge branch 'master' of /home/src/linux-2.6/
2006-02-21 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davej/agpgart
2006-02-16 Linus TorvaldsMerge /linux/kernel/git/jejb/scsi-rc-fixes-2.6
2006-02-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2006-02-14 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davej/cpufreq
2006-02-09 Tony LuckPull new-syscalls into release branch
2006-02-09 Jeff GarzikMerge branch 'upstream-fixes'
2006-02-09 Jeff GarzikMerge branch 'master'
2006-02-09 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2006-02-08 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-serial
2006-02-08 Linus TorvaldsMerge git://git./linux/kernel/git/paulus/powerpc-merge
2006-02-08 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2006-02-08 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/i2c-2.6
2006-02-08 Linus TorvaldsMerge git://oss.sgi.com:8090/oss/git/rc-fixes-xfs-2.6
2006-02-07 Linus TorvaldsMerge git://git./linux/kernel/git/sam/kbuild-bugfix
2006-02-07 Mauro Carvalho ChehabMerge branch 'work-fixes'
next