aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_iops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-07[XFS] keep i_nlink updated and use proper accessorsChristoph Hellwig1-1/+0
2008-02-07[XFS] stop updating inode->i_blocksChristoph Hellwig1-3/+0
2008-02-07[XFS] use generic_permissionChristoph Hellwig1-4/+23
2008-02-07[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen1-1/+1
2008-02-07[XFS] Implement fallocate.David Chinner1-0/+43
2008-02-07[XFS] Fix inode allocation latencyDavid Chinner1-0/+16
2008-02-07[XFS] simplify xfs_vn_getattrChristoph Hellwig1-25/+53
2008-02-07[XFS] simplify vn_revalidateChristoph Hellwig1-1/+1
2007-12-21[XFS] Fix mknod regressionChristoph Hellwig1-3/+1
2007-12-10[XFS] Fix xfs_ichgtime()s broken usage of I_SYNCDavid Chinner1-2/+2
2007-10-17Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds1-128/+68
2007-10-17introduce I_SYNCJoern Engel1-2/+2
2007-10-17[XFS] simplify validata_fieldsChristoph Hellwig1-27/+24
2007-10-16[XFS] simplify xfs_create/mknod/symlink prototypeChristoph Hellwig1-15/+8
2007-10-16[XFS] kill struct bhv_vnodeChristoph Hellwig1-4/+3
2007-10-16[XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig1-3/+3
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig1-51/+26
2007-10-15[XFS] stop using uio in the readlink codeChristoph Hellwig1-37/+13
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-3/+3
2007-02-10[XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen1-2/+0
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner1-2/+2
2006-09-28[XFS] Update XFS for i_blksize removal from generic inode structureNathan Scott1-5/+20
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris1-2/+2
2006-06-27[XFS] Remove a race condition where a linked inode could BUG_ON inNathan Scott1-2/+4
2006-06-27[XFS] Remove redundant directory checks from inode link operation.Alexey Dobriyan1-3/+0
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-2/+0
2006-06-09[XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott1-8/+8
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott1-55/+44
2006-06-09[XFS] getattr can return an error code, so propogate any from lowerNathan Scott1-1/+1
2006-04-11[XFS] Fix utime(2) in the case that no times parameter was passed in. Nathan Scott1-2/+1
2006-03-29[XFS] Cleanup in XFS after recent get_block_t interface tweaks.Nathan Scott1-1/+1
2006-03-17[XFS] Merge Yingpings fix for a vn_count assert failure during QA -Nathan Scott1-0/+2
2006-03-17[XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott1-24/+24
2006-03-14[XFS] Revert kiocb and vattr stack changes, theory is the AIO rework willNathan Scott1-61/+28
2006-03-14[XFS] Switch over from linvfs names for inode operations for consistentNathan Scott1-80/+80
2006-03-14[XFS] Switch over from linvfs names for address space ops for consistentNathan Scott1-1/+1
2006-03-14[XFS] Dynamically allocate vattr in places it makes sense to do so, toNathan Scott1-75/+105
2006-02-07[XFS] Fix missing inode atime update from the utime syscall.Nathan Scott1-0/+2
2006-02-01[XFS] Interim solution for attribute insertion failure during fileYingping Lu1-18/+32
2006-01-16[XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaroundNathan Scott1-3/+0
2006-01-16[XFS] Fix symlink creation too, with respect to initialising SELinuxNathan Scott1-5/+8
2006-01-12Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds1-40/+81
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-12[XFS] Fix follow_link when dealing with symlinks larger than 256 bytes. Nathan Scott1-4/+4
2006-01-11[XFS] add helper to get xfs_inode from vnodeChristoph Hellwig1-0/+16
2006-01-11[XFS] take out the call to vn_mark_bad() used when acl inherit fails andTim Shimmin1-2/+0
2006-01-11[XFS] Add an XFS callout to security_inode_init_security; SE Linux is notNathan Scott1-0/+37
2006-01-11[XFS] fix, speedup and simplify atime handling let the VFS handle atimeChristoph Hellwig1-34/+24
2006-01-10[PATCH] per-mountpoint noatime/nodiratimeChristoph Hellwig1-0/+3
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-1/+1