[PATCH] change d_add_ci argument ordering
[safe/jmp/linux-2.6] / fs / xfs / linux-2.6 / xfs_iops.c
2008-08-25 Christoph Hellwig[PATCH] change d_add_ci argument ordering
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 Christoph Hellwig[XFS] sanitize xfs_initialize_vnode
2008-08-13 David Chinner[XFS] Kill shouty XFS_ITOV() macro
2008-08-13 David Chinner[XFS] Avoid directly referencing the VFS inode.
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] Don't update i_size for directories and special...
2008-07-28 Christoph Hellwig[XFS] Merge xfs_rmdir into xfs_remove
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] Remove d_add call for an ENOENT lookup return...
2008-07-28 Barry Naujok[XFS] Return case-insensitive match for dentry cache
2008-07-28 Christoph Hellwig[XFS] Kill attr_capable checks as already done in xattr...
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-04-29 Christoph Hellwig[XFS] remove manual lookup from xfs_rename and simplify...
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate count for xfs timestam...
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 Christoph Hellwig[XFS] cleanup vnode use in xfs_iops.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 xfs_vn_mknod
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 Christoph Hellwig[XFS] use generic_permission
2008-02-07 Eric Sandeen[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config
2008-02-07 David Chinner[XFS] Implement fallocate.
2008-02-07 David Chinner[XFS] Fix inode allocation latency
2008-02-07 Christoph Hellwig[XFS] simplify xfs_vn_getattr
2008-02-07 Christoph Hellwig[XFS] simplify vn_revalidate
2007-12-21 Christoph Hellwig[XFS] Fix mknod regression
2007-12-10 David Chinner[XFS] Fix xfs_ichgtime()s broken usage of I_SYNC
2007-10-17 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-10-17 Joern Engelintroduce I_SYNC
2007-10-17 Christoph Hellwig[XFS] simplify validata_fields
2007-10-16 Christoph Hellwig[XFS] simplify xfs_create/mknod/symlink prototype
2007-10-16 Christoph Hellwig[XFS] kill struct bhv_vnode
2007-10-16 Christoph Hellwig[XFS] kill the v_flag member in struct bhv_vnode
2007-10-16 Christoph Hellwig[XFS] call common xfs vnode-level helpers directly...
2007-10-15 Christoph Hellwig[XFS] stop using uio in the readlink code
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 3
2007-02-10 Eric Sandeen[XFS] Remove unused header files for MAC and CAP checki...
2007-02-10 David Chinner[XFS] Keep stack usage down for 4k stacks by using...
2006-09-28 Nathan Scott[XFS] Update XFS for i_blksize removal from generic...
2006-09-27 Panagiotis Issaris[PATCH] fs: Removing useless casts
2006-06-27 Nathan Scott[XFS] Remove a race condition where a linked inode...
2006-06-27 Alexey Dobriyan[XFS] Remove redundant directory checks from inode...
2006-06-20 Nathan Scott[XFS] Remove version 1 directory code. Never functioned...
2006-06-09 Nathan Scott[XFS] Resolve a namespace collision on remaining vtypes...
2006-06-09 Nathan Scott[XFS] Resolve a namespace collision on vnode/vnodeops...
2006-06-09 Nathan Scott[XFS] getattr can return an error code, so propogate...
2006-04-11 Nathan Scott[XFS] Fix utime(2) in the case that no times parameter...
2006-03-29 Nathan Scott[XFS] Cleanup in XFS after recent get_block_t interface...
2006-03-17 Nathan Scott[XFS] Merge Yingpings fix for a vn_count assert failure...
2006-03-17 Nathan Scott[XFS] Complete transition away from linvfs naming conve...
2006-03-14 Nathan Scott[XFS] Revert kiocb and vattr stack changes, theory...
2006-03-14 Nathan Scott[XFS] Switch over from linvfs names for inode operation...
2006-03-14 Nathan Scott[XFS] Switch over from linvfs names for address space...
2006-03-14 Nathan Scott[XFS] Dynamically allocate vattr in places it makes...
2006-02-07 Nathan Scott[XFS] Fix missing inode atime update from the utime...
2006-02-01 Yingping Lu[XFS] Interim solution for attribute insertion failure...
2006-01-16 Nathan Scott[XFS] remove no-longer-needed IS_NOATIME macro, twas...
2006-01-16 Nathan Scott[XFS] Fix symlink creation too, with respect to initial...
2006-01-12 Linus TorvaldsMerge git://oss.sgi.com:8090/oss/git/xfs-2.6
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (fs/)
2006-01-11 Nathan Scott[XFS] Fix follow_link when dealing with symlinks larger...
2006-01-11 Christoph Hellwig[XFS] add helper to get xfs_inode from vnode
2006-01-11 Tim Shimmin[XFS] take out the call to vn_mark_bad() used when...
2006-01-11 Nathan Scott[XFS] Add an XFS callout to security_inode_init_securit...
2006-01-11 Christoph Hellwig[XFS] fix, speedup and simplify atime handling let...
2006-01-10 Christoph Hellwig[PATCH] per-mountpoint noatime/nodiratime
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2005-11-02 Nathan Scott[XFS] Update license/copyright notices to match the...
2005-11-02 Nathan Scott[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers...
2005-11-02 Nathan Scott[XFS] Improve buffered read throughput by removing...
2005-09-05 Nathan Scott[XFS] Sort out some cosmetic differences between XFS...
2005-09-02 Christoph Hellwig[XFS] remove struct vnode::v_type
2005-08-20 Al Viro[PATCH] Fix up symlink function pointers
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2