bnx2: Fix logic to setup VLAN rx tagging.
[safe/jmp/linux-2.6] / fs / xfs /
2008-08-13 David HowellsCRED: Introduce credential access wrappers
2008-08-13 Lachlan McIlroy[XFS] Fix use after free in xfs_log_done().
2008-08-13 Ruben Porras[XFS] Make xfs_bmap_*_count_leaves void.
2008-08-13 Lachlan McIlroy[XFS] Use KM_NOFS for debug trace buffers
2008-08-13 Christoph Hellwig[XFS] use KM_MAYFAIL in xfs_mountfs
2008-08-13 Christoph Hellwig[XFS] refactor xfs_mount_free
2008-08-13 Christoph Hellwig[XFS] don't call xfs_freesb from xfs_unmountfs
2008-08-13 Christoph Hellwig[XFS] xfs_unmountfs should return void
2008-08-13 Christoph Hellwig[XFS] cleanup xfs_mountfs
2008-08-13 Christoph Hellwig[XFS] move root inode IRELE into xfs_unmountfs
2008-08-13 Christoph Hellwig[XFS] stop using file_update_time
2008-08-13 Christoph Hellwig[XFS] optimize xfs_ichgtime
2008-08-13 Christoph Hellwig[XFS] update timestamp in xfs_ialloc manually
2008-08-13 David Chinner[XFS] remove the sema_t from XFS.
2008-08-13 David Chinner[XFS] replace dquot flush semaphore with a completion
2008-08-13 David Chinner[XFS] replace inode flush semaphore with a completion
2008-08-13 David Chinner[XFS] replace the XFS buf iodone semaphore with a compl...
2008-08-13 David Chinner[XFS] clean up stale references to semaphores
2008-08-13 Harvey Harrison[XFS] use get_unaligned_* helpers
2008-08-13 Lachlan McIlroy[XFS] Fix compile failure in xfs_buf_trace()
2008-08-13 Christoph Hellwig[XFS] Use the same btree_cur union member for alloc...
2008-08-13 Christoph Hellwig[XFS] small cleanups in xfs_btree.c
2008-08-13 Christoph Hellwig[XFS] sanitize xfs_initialize_vnode
2008-08-13 Christoph Hellwig[XFS] kill bhv_vnode_t
2008-08-13 Christoph Hellwig[XFS] remove some easy bhv_vnode_t instances
2008-08-13 Christoph Hellwig[XFS] kill xfs_lock_dir_and_entry
2008-08-13 Christoph Hellwig[XFS] kill INDUCE_IO_ERROR
2008-08-13 Christoph Hellwig[XFS] implement IHOLD/IRELE directly
2008-08-13 Christoph Hellwig[XFS] remove remaining VN_HOLD calls
2008-08-13 Christoph Hellwig[XFS] remove spurious VN_HOLD/VN_RELE calls from xfs_acl.c
2008-08-13 Christoph Hellwig[XFS] kill vn_to_inode
2008-08-13 Christoph Hellwig[XFS] Remove vn_from_inode()
2008-08-13 Eric Sandeen[XFS] remove shouting-indirection macros from xfs_trans.h
2008-08-13 Eric Sandeen[XFS] convert xfs to use ERR_CAST
2008-08-13 Eric Sandeen[XFS] remove INT_GET and friends
2008-08-13 Niv Sardi[XFS] Move xfs_attr_rolltrans to xfs_trans_roll
2008-08-13 Christoph Hellwig[XFS] don't leak m_fsname/m_rtname/m_logname
2008-08-13 Niv Sardi[XFS] Move attr log alloc size calculator to another...
2008-08-13 David Chinner[XFS] Use KM_NOFS for incore inode extent tree allocati...
2008-08-13 David Chinner[XFS] XFS: Kill xfs_vtoi()
2008-08-13 David Chinner[XFS] Kill shouty XFS_ITOV() macro
2008-08-13 David Chinner[XFS] kill shouty XFS_ITOV_NULL macro
2008-08-13 David Chinner[XFS] Avoid directly referencing the VFS inode.
2008-08-13 Lachlan McIlroy[XFS] Do not access buffers after dropping reference...
2008-08-13 David Chinner[XFS] Use the generic bitops rather than implementing...
2008-08-05 Nick Pigginfs: rename buffer trylock
2008-08-05 Nick Pigginmm: rename page trylock
2008-07-28 Christoph Hellwig[XFS] Remove vn_revalidate calls in xfs.
2008-07-28 Christoph Hellwig[XFS] Now that xfs_setattr is only used for attributes...
2008-07-28 Christoph Hellwig[XFS] xfs_setattr currently doesn't just handle the...
2008-07-28 Lachlan McIlroy[XFS] fix use after free with external logs or real...
2008-07-28 Tim Shimmin[XFS] A bug was found in xfs_bmap_add_extent_unwritten_...
2008-07-28 Christoph Hellwig[XFS] fix compilation without CONFIG_PROC_FS
2008-07-28 Christoph Hellwig[XFS] s/XFS_PURGE_INODE/IRELE/g s/VN_HOLD(XFS_ITOV...
2008-07-28 Christoph Hellwig[XFS] fix mount option parsing in remount
2008-07-28 Eric Sandeen[XFS] Disable queue flag test in barrier check.
2008-07-28 Christoph Hellwig[XFS] streamline init/exit path
2008-07-28 Tim Shimmin[XFS] Fix up problem when CONFIG_XFS_POSIX_ACL is not...
2008-07-28 Lachlan McIlroy[XFS] Don't assert if trying to mount with blocksize...
2008-07-28 Christoph Hellwig[XFS] Don't update mtime on rename source
2008-07-28 Lachlan McIlroy[XFS] Allow xfs_bmbt_split() to fallback to the lowspac...
2008-07-28 Lachlan McIlroy[XFS] Restore the lowspace extent allocator algorithm
2008-07-28 Lachlan McIlroy[XFS] use minleft when allocating in xfs_bmbt_split()
2008-07-28 Christoph Hellwig[XFS] attrmulti cleanup
2008-07-28 Christoph Hellwig[XFS] Check for invalid flags in xfs_attrlist_by_handle.
2008-07-28 Barry Naujok[XFS] Fix CI lookup in leaf-form directories
2008-07-28 Lachlan McIlroy[XFS] Use the generic xattr methods.
2008-07-28 Lachlan McIlroy[XFS] Always reset btree cursor after an insert
2008-07-28 Lachlan McIlroy[XFS] Convert ASSERTs to XFS_WANT_CORRUPTED_GOTOs
2008-07-28 Barry Naujok[XFS] Fix returning case-preserved name with CI node...
2008-07-28 Christoph Hellwig[XFS] Don't update i_size for directories and special...
2008-07-28 Christoph Hellwig[XFS] Merge xfs_rmdir into xfs_remove
2008-07-28 Tim Shimmin[XFS] Fix up warning for xfs_vn_listxatt's call of...
2008-07-28 Lachlan McIlroy[XFS] fix extent corruption in xfs_iext_irec_compact_full()
2008-07-28 Lachlan McIlroy[XFS] make inode reclaim wait for log I/O to complete
2008-07-28 Christoph Hellwig[XFS] Switches xfs_vn_listxattr to set it's put_listent...
2008-07-28 Christoph Hellwig[XFS] Factor out code for whether inode has attributes...
2008-07-28 Eric Sandeen[XFS] Pack some shortform dir2 structures for the ARM...
2008-07-28 Lachlan McIlroy[XFS] Use the generic xattr methods.
2008-07-28 Barry Naujok[XFS] Invalidate dentry in unlink/rmdir if in case...
2008-07-28 Barry Naujok[XFS] Zero uninitialised xfs_da_args structure in xfs_d...
2008-07-28 Barry Naujok[XFS] Remove d_add call for an ENOENT lookup return...
2008-07-28 Barry Naujok[XFS] kmem_free and kmem_realloc to use const void *
2008-07-28 Barry Naujok[XFS] XFS: ASCII case-insensitive support
2008-07-28 Barry Naujok[XFS] Return case-insensitive match for dentry cache
2008-07-28 Barry Naujok[XFS] Add op_flags field and helpers to xfs_da_args
2008-07-28 Barry Naujok[XFS] Name operation vector for hash and compare
2008-07-28 Eric Sandeen[XFS]
2008-07-28 Christoph Hellwig[XFS] add missing call to xfs_filestream_unmount on...
2008-07-28 Christoph Hellwig[XFS] rename error2 goto label in xfs_fs_fill_super
2008-07-28 Christoph Hellwig[XFS] kill calls to xfs_binval in the mount error path
2008-07-28 Christoph Hellwig[XFS] kill xfs_mount_init
2008-07-28 Christoph Hellwig[XFS] allow xfs_args_allocate to fail
2008-07-28 Christoph Hellwig[XFS] add xfs_setup_devices helper
2008-07-28 Christoph Hellwig[XFS] sort out opening and closing of the block devices
2008-07-28 Christoph Hellwig[XFS] don't call xfs_freesb from xfs_mountfs failure...
2008-07-28 Christoph Hellwig[XFS] merge xfs_mount into xfs_fs_fill_super
2008-07-28 Christoph Hellwig[XFS] merge xfs_unmount into xfs_fs_put_super / xfs_fs_...
2008-07-28 Christoph Hellwig[XFS] kill xfs_igrow_start and xfs_igrow_finish
2008-07-28 Christoph Hellwig[XFS] merge xfs_mntupdate into xfs_fs_remount
next