[XFS] Don't block pdflush when writing back inodes
[safe/jmp/linux-2.6] / fs / xfs / linux-2.6 /
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...
2007-10-17 Joern Engelintroduce I_SYNC
2007-10-17 Fengguang Wuwriteback: remove pages_skipped accounting in __block_w...
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-17 Jeremy Fitzhardinge[XFS] eagerly remove vmap mappings to avoid upsetting Xen
2007-10-17 Christoph Hellwig[XFS] simplify validata_fields
2007-10-16 Jeremy Fitzhardingexfs: eagerly remove vmap mappings to avoid upsetting Xen
2007-10-16 Nick Pigginxfs: convert to new aops
2007-10-16 Tim Shimmin[XFS] no longer using io_vnode, as was remaining from...
2007-10-16 Tim Shimmin[XFS] Put back the QUEUE_ORDERED_NONE test in the barri...
2007-10-16 Lachlan McIlroy[XFS] avoid race in sync_inodes() that can fail to...
2007-10-16 Christoph Hellwig[XFS] simplify xfs_create/mknod/symlink prototype
2007-10-16 Christoph Hellwig[XFS] avoid xfs_getattr in XFS_IOC_FSGETXATTR ioctl
2007-10-16 Lachlan McIlroy[XFS] ensure file size is logged on synchronous writes
2007-10-16 Christoph Hellwig[XFS] kill struct bhv_vfs
2007-10-16 Christoph Hellwig[XFS] move syncing related members from struct bhv_vfs...
2007-10-16 Christoph Hellwig[XFS] kill the vfs_flags member in struct bhv_vfs
2007-10-16 Christoph Hellwig[XFS] kill the vfs_fsid and vfs_altfsid members in...
2007-10-16 Christoph Hellwig[XFS] call common xfs vfs-level helpers directly and...
2007-10-16 Christoph Hellwig[XFS] decontaminate vfs operations from behavior details
2007-10-16 Christoph Hellwig[XFS] remove dependency of the quota module on behaviors
2007-10-16 Christoph Hellwig[XFS] remove dependency of the dmapi module on behaviors
2007-10-16 Christoph Hellwig[XFS] move freeing the mount structure from xfs_mount_f...
2007-10-16 Christoph Hellwig[XFS] kill struct bhv_vnode
2007-10-16 Christoph Hellwig[XFS] kill the v_number member in struct bhv_vnode
2007-10-16 Christoph Hellwig[XFS] move v_trace from bhv_vnode to xfs_inode
2007-10-16 Christoph Hellwig[XFS] move v_iocount from bhv_vnode to xfs_inode
2007-10-16 Christoph Hellwig[XFS] kill the v_flag member in struct bhv_vnode
2007-10-16 Christoph Hellwig[XFS] kill v_vfsp member from struct bhv_vnode
2007-10-16 Christoph Hellwig[XFS] call common xfs vnode-level helpers directly...
2007-10-15 Christoph Hellwig[XFS] decontaminate vnode operations from behavior...
2007-10-15 David Chinner[XFS] Radix tree based inode caching
2007-10-15 Christoph Hellwig[XFS] kill move.[ch]
2007-10-15 Christoph Hellwig[XFS] stop using uio in the readlink code
2007-10-15 Christoph Hellwig[XFS] use filldir internally
2007-10-15 Christoph Hellwig[XFS] remove unessecary vfs argument to DM_EVENT_ENABLED
2007-10-15 Eric Sandeen[XFS] move linux/log2.h header to xfs_linux.h
2007-10-15 Eric Sandeen[XFS] Remove xfs_physmem
2007-10-15 Eric Sandeen[XFS] Remove m_nreadaheads
2007-10-15 David Chinner[XFS] Barriers need to be dynamically checked and switc...
2007-10-12 Al ViroFix up more bio fallout
2007-10-10 NeilBrownDrop 'size' argument from bio_endio and bi_end_io
2007-09-18 Lachlan McIlroy[XFS] Ensure file size updates have been completed...
2007-09-05 Christoph Hellwig[XFS] fix sparse shadowed variable warnings
2007-09-05 Christoph Hellwig[XFS] Fix sparse warning in kmem_shake_allow
next