security: remove dummy module
[safe/jmp/linux-2.6] / fs / xfs / linux-2.6 /
2008-05-23 Christoph Hellwig[XFS] Fix memory corruption with small buffer reads
2008-05-23 David Chinner[XFS] Fix fsync() b0rkage.
2008-04-30 David Chinner[XFS] Include linux/random.h in all builds, not just...
2008-04-30 David Chinner[XFS] Include linux/random.h in all builds, not just...
2008-04-29 Stephen Rothwell[XFS] Fix build failure after enabling CONFIG_XFS_DEBUG
2008-04-29 Christoph Hellwig[XFS] remove dmapi cruft in xfs_file.c
2008-04-29 Christoph Hellwig[XFS] remove sendfile leftovers
2008-04-29 Donald Douwsma[XFS] Fix broken HAVE_SPLICE removal commit.
2008-04-29 Christoph Hellwig[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_l...
2008-04-29 Barry Naujok[XFS] Cleanup xfs_attr a bit with xfs_name and remove...
2008-04-29 Christoph Hellwig[XFS] remove manual lookup from xfs_rename and simplify...
2008-04-29 Christoph Hellwig[XFS] shrink mrlock_t
2008-04-29 Christoph Hellwig[XFS] kill di_mode checks after xfs_iget
2008-04-29 Christoph Hellwig[XFS] Remove VN_IS* macros and related cruft.
2008-04-21 Linus TorvaldsMerge branch 'semaphore' of git://git./linux/kernel...
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate count for xfs timestam...
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate write count for ioctls()
2008-04-19 Matthew WilcoxConvert asm/semaphore.h users to linux/semaphore.h
2008-04-18 Lachlan McIlroy[XFS] Fix merge failure
2008-04-18 Lachlan McIlroy[XFS] The forward declarations for the xfs_ioctl()...
2008-04-18 Eric Sandeen[XFS] Remove CONFIG_XFS_SECURITY.
2008-04-18 David Chinner[XFS] Remove periodic logging of in-core superblock...
2008-04-18 David Chinner[XFS] Don't error out on good I/Os.
2008-04-18 David Chinner[XFS] Catch unwritten extent conversion errors.
2008-04-18 David Chinner[XFS] xfs_bdwrite() does not return errors.
2008-04-18 David Chinner[XFS] Ensure errors from xfs_bdstrat() are correctly...
2008-04-18 Barry Naujok[XFS] remove bhv_vname_t and xfs_rename code
2008-04-18 David Chinner[XFS] Warn if errors come from block_truncate_page().
2008-04-18 Harvey Harrison[XFS] replace remaining __FUNCTION__ occurrences
2008-04-18 Harvey Harrison[XFS] Replace __inline with inline
2008-04-18 Lachlan McIlroy[XFS] split xfs_ioc_xattr
2008-04-18 Christoph Hellwig[XFS] cleanup root inode handling in xfs_fs_fill_super
2008-04-18 Christoph Hellwig[XFS] cleanup vnode use in xfs_iops.c
2008-04-18 Christoph Hellwig[XFS] cleanup vnode use in xfs_lrw.c
2008-04-18 Christoph Hellwig[XFS] cleanup vnode use in xfs_lookup
2008-04-18 Christoph Hellwig[XFS] cleanup vnode use in xfs_symlink and xfs_rename
2008-04-18 Christoph Hellwig[XFS] cleanup vnode use in xfs_link
2008-04-18 Christoph Hellwig[XFS] cleanup vnode use in xfs_create/mknod/mkdir
2008-04-18 Christoph Hellwig[XFS] cleanup vnode use in dmapi calls
2008-04-18 Christoph Hellwig[XFS] don't encode parent in nfs filehandles unless...
2008-04-18 Christoph Hellwig[XFS] kill xfs_rwlock/xfs_rwunlock
2008-04-18 Christoph Hellwig[XFS] kill xfs_get_dir_entry
2008-04-18 Christoph Hellwig[XFS] vnode cleanup in xfs_fs_subr.c
2008-04-18 Christoph Hellwig[XFS] cleanup xfs_vn_mknod
2008-04-18 David Chinner[XFS] Don't block pdflush when writing back inodes
2008-04-18 Donald Douwsma[XFS] Remove the xfs_refcache
2008-04-10 Eric Sandeen[XFS] remove shouting-indirection macros from xfs_sb.h
2008-02-29 Josef Jeff Sipek[XFS] If you mount an XFS filesystem with no mount...
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-08 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2008-02-07 Lachlan McIlroy[XFS] add __init/__exit mark to specific init/cleanup...
2008-02-07 David Chinner[XFS] Fix oops in xfs_file_readdir()
2008-02-07 Christoph Hellwig[XFS] kill xfs_root
2008-02-07 Christoph Hellwig[XFS] keep i_nlink updated and use proper accessors
2008-02-07 Christoph Hellwig[XFS] stop updating inode->i_blocks
2008-02-07 David Chinner[XFS] Move AIL pushing into it's own thread
2008-02-07 Christoph Hellwig[XFS] use generic_permission
2008-02-07 Christoph Hellwig[XFS] Cleanup various fid related bits:
2008-02-07 Christoph Hellwig[XFS] kill superflous buffer locking (2nd attempt)
2008-02-07 Tim Shimmin[XFS] Remove the BPCSHIFT and NB* based macros from...
2008-02-07 Eric Sandeen[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config
2008-02-07 David Chinner[XFS] Move platform specific mount option parse out...
2008-02-07 David Chinner[XFS] Implement fallocate.
2008-02-07 David Chinner[XFS] Fix inode allocation latency
2008-02-07 David Chinner[XFS] Fix up sparse warnings.
2008-02-07 Lachlan McIlroy[XFS] 971186 Undo mod xfs-linux-melb:xfs-kern:29845a...
2008-02-07 Eric Sandeen[XFS] fix 32-bit compat ioctls for GETXFLAGS, SETXFLAGS...
2008-02-07 Christoph Hellwig[XFS] kill superflous buffer locking
2008-02-07 Christoph Hellwig[XFS] kill xfs_freeze.
2008-02-07 Christoph Hellwig[XFS] cleanup vnode useage in xfs_iget.c
2008-02-07 Christoph Hellwig[XFS] cleanup vnode useage in xfs_ioctl.c
2008-02-07 Christoph Hellwig[XFS] Kill off xfs_statvfs.
2008-02-07 Christoph Hellwig[XFS] simplify xfs_vn_getattr
2008-02-07 Christoph Hellwig[XFS] kill xfs_iocore_t
2008-02-07 Eric Sandeen[XFS] Remove spin.h
2008-02-07 Eric Sandeen[XFS] Cleanup lock goop.
2008-02-07 Lachlan McIlroy[XFS] kill unnessecary ioops indirection
2008-02-07 Christoph Hellwig[XFS] simplify vn_revalidate
2008-02-07 Lachlan McIlroy[XFS] more vnode/inode tracing fixes
2008-02-07 Christoph Hellwig[XFS] kill BMAPI_UNWRITTEN
2008-02-07 Christoph Hellwig[XFS] kill BMAPI_DEVICE
2008-02-07 Lachlan McIlroy[XFS] clean up vnode/inode tracing
2008-02-05 Christoph Lameteris_vmalloc_addr(): Check if an address is within the...
2008-02-05 Christoph LameterPagecache zeroing: zero_user_segment, zero_user_segment...
2008-01-11 Christoph Hellwig[XFS] fix unaligned access in readdir
2007-12-21 Lachlan McIlroy[XFS] Initialise current offset in xfs_file_readdir...
2007-12-21 Christoph Hellwig[XFS] Fix mknod regression
2007-12-18 Lachlan McIlroy[XFS] Put the correct offset in dirent d_off
2007-12-10 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-12-10 David Chinner[XFS] Fix xfs_ichgtime()s broken usage of I_SYNC
2007-12-10 Rafael J. Wysocki[XFS] Make xfsbufd threads freezable
2007-12-10 Christoph Hellwig[XFS] revert to double-buffering readdir
2007-12-10 Lachlan McIlroy[XFS] Clear XBF_READ_AHEAD flag on I/O completion.
2007-12-10 Lachlan McIlroy[XFS] Fixed a few bugs in xfs_buf_associate_memory()
2007-12-10 Lachlan McIlroy[XFS] 971064 Various fixups for xfs_bulkstat().
2007-10-22 Christoph Hellwigexportfs: make struct export_operations const
2007-10-22 Christoph Hellwigxfs: new export ops
2007-10-19 Christoph Hellwig[XFS] cleanup fid types mess
2007-10-17 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
next