SUNRPC: Fix rpcauth_prune_expired
[safe/jmp/linux-2.6] / fs / xfs /
2008-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/viro/bdev
2008-10-23 David Woodhouse[PATCH] Remove XFS buffered readdir hack
2008-10-23 Christoph Hellwig[PATCH] switch all filesystems over to d_obtain_alias
2008-10-21 Al Viro[PATCH] propagate mode through open_bdev_excl/close_bde...
2008-10-15 Christoph Hellwigxfs: fix remount rw with unrecognized options
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-10-10 Christoph HellwigFix barrier fail detection in XFS
2008-09-26 Lachlan McIlroy[XFS] Remove xfs_iext_irec_compact_full()
2008-09-26 Lachlan McIlroy[XFS] Fix extent list corruption in xfs_iext_irec_compa...
2008-09-17 Lachlan McIlroy[XFS] Don't do I/O beyond eof when unreserving space
2008-09-17 Lachlan McIlroy[XFS] Fix use-after-free with buffers
2008-09-17 David Chinner[XFS] Prevent lockdep false positives when locking...
2008-09-17 David Chinner[XFS] Fix barrier status change detection.
2008-09-17 Lachlan McIlroy[XFS] Prevent direct I/O from mapping extents beyond eof
2008-09-17 Christoph Hellwig[XFS] Fix regression introduced by remount fixup
2008-09-17 Lachlan McIlroy[XFS] Move memory allocations for log tracing out of...
2008-08-25 Al Viro[PATCH] fix ->llseek() for a bunch of directories
2008-08-25 Christoph Hellwig[PATCH] change d_add_ci argument ordering
2008-08-23 Adrian Bunkremoved unused #include <linux/version.h>'s
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...
next