summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_iops.c
Commit message (Expand)AuthorAgeFilesLines
* [XFS] Kill attr_capable checks as already done in xattr_permission.Christoph Hellwig2008-07-281-12/+1
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-261-2/+1
* [XFS] remove manual lookup from xfs_rename and simplify lockingChristoph Hellwig2008-04-291-1/+2
* [PATCH] r/o bind mounts: elevate count for xfs timestamp updatesDave Hansen2008-04-191-7/+0
* [XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok2008-04-181-14/+41
* [XFS] Warn if errors come from block_truncate_page().David Chinner2008-04-181-1/+9
* [XFS] cleanup vnode use in xfs_iops.cChristoph Hellwig2008-04-181-18/+16
* [XFS] cleanup vnode use in xfs_lookupChristoph Hellwig2008-04-181-3/+3
* [XFS] cleanup vnode use in xfs_symlink and xfs_renameChristoph Hellwig2008-04-181-20/+21
* [XFS] cleanup vnode use in xfs_linkChristoph Hellwig2008-04-181-12/+11
* [XFS] cleanup vnode use in xfs_create/mknod/mkdirChristoph Hellwig2008-04-181-10/+11
* [XFS] cleanup xfs_vn_mknodChristoph Hellwig2008-04-181-37/+30
* [XFS] keep i_nlink updated and use proper accessorsChristoph Hellwig2008-02-071-1/+0
* [XFS] stop updating inode->i_blocksChristoph Hellwig2008-02-071-3/+0
* [XFS] use generic_permissionChristoph Hellwig2008-02-071-4/+23
* [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen2008-02-071-1/+1
* [XFS] Implement fallocate.David Chinner2008-02-071-0/+43
* [XFS] Fix inode allocation latencyDavid Chinner2008-02-071-0/+16
* [XFS] simplify xfs_vn_getattrChristoph Hellwig2008-02-071-25/+53
* [XFS] simplify vn_revalidateChristoph Hellwig2008-02-071-1/+1
* [XFS] Fix mknod regressionChristoph Hellwig2007-12-211-3/+1
* [XFS] Fix xfs_ichgtime()s broken usage of I_SYNCDavid Chinner2007-12-101-2/+2
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-10-171-128/+68
|\
| * [XFS] simplify validata_fieldsChristoph Hellwig2007-10-171-27/+24
| * [XFS] simplify xfs_create/mknod/symlink prototypeChristoph Hellwig2007-10-161-15/+8
| * [XFS] kill struct bhv_vnodeChristoph Hellwig2007-10-161-4/+3
| * [XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig2007-10-161-3/+3
| * [XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig2007-10-161-51/+26
| * [XFS] stop using uio in the readlink codeChristoph Hellwig2007-10-151-37/+13
* | introduce I_SYNCJoern Engel2007-10-171-2/+2
|/
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-3/+3
* [XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen2007-02-101-2/+0
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-101-2/+2
* [XFS] Update XFS for i_blksize removal from generic inode structureNathan Scott2006-09-281-5/+20
* [PATCH] fs: Removing useless castsPanagiotis Issaris2006-09-271-2/+2
* [XFS] Remove a race condition where a linked inode could BUG_ON inNathan Scott2006-06-271-2/+4
* [XFS] Remove redundant directory checks from inode link operation.Alexey Dobriyan2006-06-271-3/+0
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0
* [XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott2006-06-091-8/+8
* [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott2006-06-091-55/+44
* [XFS] getattr can return an error code, so propogate any from lowerNathan Scott2006-06-091-1/+1
* [XFS] Fix utime(2) in the case that no times parameter was passed in. Nathan Scott2006-04-111-2/+1
* [XFS] Cleanup in XFS after recent get_block_t interface tweaks.Nathan Scott2006-03-291-1/+1
* [XFS] Merge Yingpings fix for a vn_count assert failure during QA -Nathan Scott2006-03-171-0/+2
* [XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott2006-03-171-24/+24
* [XFS] Revert kiocb and vattr stack changes, theory is the AIO rework willNathan Scott2006-03-141-61/+28
* [XFS] Switch over from linvfs names for inode operations for consistentNathan Scott2006-03-141-80/+80
* [XFS] Switch over from linvfs names for address space ops for consistentNathan Scott2006-03-141-1/+1
* [XFS] Dynamically allocate vattr in places it makes sense to do so, toNathan Scott2006-03-141-75/+105
* [XFS] Fix missing inode atime update from the utime syscall.Nathan Scott2006-02-071-0/+2
OpenPOWER on IntegriCloud