[XFS] cleanup vnode use in xfs_bmap.c
[safe/jmp/linux-2.6] / fs / xfs /
2008-04-18 Christoph Hellwig[XFS] cleanup vnode use in xfs_bmap.c
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 David Chinner[XFS] Use power-of-2 sized buffers to reduce overhead
2008-04-18 David Chinner[XFS] Use atomic counters for ktrace buffer indexes
2008-04-18 David Chinner[XFS] Update c/mtime correctly on truncates
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] Use atomics for iclog reference counting
2008-04-18 David Chinner[XFS] Prevent AIL lock contention during transaction...
2008-04-18 David Chinner[XFS] Use xfs_inode_clean() in more places
2008-04-18 David Chinner[XFS] Remove the xfs_icluster structure
2008-04-18 David Chinner[XFS] Don't block pdflush when writing back inodes
2008-04-18 David Chinner[XFS] Factor xfs_itobp() and xfs_inotobp().
2008-04-18 Lachlan McIlroy[XFS] Fix regression due to refcache removal
2008-04-18 Donald Douwsma[XFS] Remove the xfs_refcache
2008-04-18 Lachlan McIlroy[XFS] make inode reclaim synchronise with xfs_iflush_done()
2008-04-18 Niv Sardi[XFS] actually check error returned by xfs_flush_pages...
2008-04-10 Eric Sandeen[XFS] Ensure "both" features2 slots are consistent
2008-04-10 David Chinner[XFS] Fix superblock features2 field alignment problem
2008-04-10 Eric Sandeen[XFS] remove shouting-indirection macros from xfs_sb.h
2008-03-06 David Chinner[XFS] fix inode leak in xfs_iget_core()
2008-03-06 David Chinner[XFS] 977545 977545 977545 977545 977545 977545 xfsaild...
2008-02-29 Josef Jeff Sipek[XFS] If you mount an XFS filesystem with no mount...
2008-02-26 Lachlan McIlroy[XFS] Undo bit ops cleanup mod due to regression on...
2008-02-26 Lachlan McIlroy[XFS] Undo bit ops cleanup mod due to regression on...
2008-02-22 Lachlan McIlroyRemove empty file fs/xfs/Makefile-linux-2.6.
2008-02-21 Linus TorvaldsRemove empty file remnants that were left in the tree...
2008-02-18 Lachlan McIlroyMerge git://git./linux/kernel/git/torvalds/linux-2...
2008-02-18 Lachlan McIlroy[XFS] Added quota targets and removed dmapi directory
2008-02-18 Eric Sandeen[XFS] Fix up xfs out-of-tree builds. (a.k.a. external...
2008-02-18 Andi Kleen[XFS] Remove Makefile wrappers in XFS
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-14 Marcin Slusarzxfs: convert beX_add to beX_add_cpu (new common API)
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] Make xfs_ail_check check less by default
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] stop re-checking permissions in xfs_swapext
2008-02-07 Christoph Hellwig[XFS] clean up xfs_swapext
2008-02-07 Christoph Hellwig[XFS] remove permission check from xfs_change_file_space
2008-02-07 Lachlan McIlroy[XFS] prevent panic during log recovery due to bogus...
2008-02-07 Christoph Hellwig[XFS] Cleanup various fid related bits:
2008-02-07 David Chinner[XFS] Fix xfs_lowbit64
2008-02-07 Christoph Hellwig[XFS] Remove CFORK macros and use code directly in...
2008-02-07 Christoph Hellwig[XFS] kill superflous buffer locking (2nd attempt)
2008-02-07 Robert P. J. Day[XFS] Use kernel-supplied "roundup_pow_of_two" for...
2008-02-07 Tim Shimmin[XFS] Remove the BPCSHIFT and NB* based macros from...
2008-02-07 Niv Sardi[XFS] Remove bogus assert
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 transaction overrun during writeback.
2008-02-07 David Chinner[XFS] Show all mount args in /proc/mounts
2008-02-07 David Chinner[XFS] Fix sparse warning in xlog_recover_do_efd_trans.
2008-02-07 David Chinner[XFS] Fix up sparse warnings.
2008-02-07 David Chinner[XFS] Use the generic bitops rather than implementing...
2008-02-07 Vlad Apostolov[XFS] Make xfs_bulkstat() to report unlinked but refere...
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 Eric Sandeen[XFS] lose xfs_hex_dump in favor of print_hex_dump
2008-02-07 Christoph Hellwig[XFS] kill XFS_INOBT_IS_FREE_DISK
2008-02-07 Christoph Hellwig[XFS] kill superflous buffer locking
2008-02-07 Eric Sandeen[XFS] Refactor xfs_mountfs
2008-02-07 Christoph Hellwig[XFS] xlog_rec_header/xlog_rec_ext_header endianess...
2008-02-07 Christoph Hellwig[XFS] clean up some xfs_log_priv.h macros
2008-02-07 Christoph Hellwig[XFS] clean up some xfs_log_priv.h macros
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 Eric Sandeen[XFS] ktrace kt_lock is unused, remove it.
2008-02-07 Eric Sandeen[XFS] Unwrap XFS_SB_LOCK.
2008-02-07 Eric Sandeen[XFS] Unwrap mru_lock.
2008-02-07 Eric Sandeen[XFS] Unwrap xfs_dabuf_global_lock
2008-02-07 Eric Sandeen[XFS] Unwrap pagb_lock.
2008-02-07 Eric Sandeen[XFS] Unwrap XFS_DQ_PINUNLOCK.
2008-02-07 Eric Sandeen[XFS] Unwrap GRANT_LOCK.
2008-02-07 Eric Sandeen[XFS] Unwrap LOG_LOCK.
2008-02-07 Donald Douwsma[XFS] Unwrap AIL_LOCK
2008-02-07 Lachlan McIlroy[XFS] kill unnessecary ioops indirection
next