aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-28[XFS] Really fix use after free in xfs_iunpin.David Chinner1-3/+20
2006-09-28[XFS] Remove last bulkstat false-positives with debug kernels.Nathan Scott1-3/+4
2006-07-28[XFS] Ensure bulkstat from an invalid inode number gets caught always withNathan Scott1-7/+10
2006-06-28[XFS] Rework code snippets slightly to remove remaining recent-gccNathan Scott1-2/+2
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-9/+0
2006-06-19[XFS] Kill direct access to ->count in valusema(); all we ever use it forAl Viro1-2/+2
2006-06-09[XFS] Fix up debug code so that bulkstat wont generate thousands ofNathan Scott1-10/+12
2006-06-09[XFS] Remove unused parameter from di2xflags routine.Nathan Scott1-5/+4
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott1-10/+10
2006-06-09[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott1-2/+2
2006-06-09[XFS] Portability changes: remove prdev, stick to one diagnosticNathan Scott1-2/+3
2006-06-09[XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott1-2/+2
2006-06-09[XFS] Stop a BUG from occurring in generic_delete_inode by preventingDavid Chinner1-1/+2
2006-06-09[XFS] Add degframentation exclusion supportBarry Naujok1-0/+5
2006-06-09[XFS] Fix size argument in kmem_free().Mandy Kirkconnell1-1/+1
2006-06-09[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber1-5/+6
2006-04-11[XFS] Fix an inode use-after-free durin an unpin. When reclaiming inodesDavid Chinner1-7/+20
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott1-7/+7
2006-03-22[XFS] Explain the race closed by the addition of vn_iowait() to the startDavid Chinner1-0/+10
2006-03-22[XFS] Fixing the error caused by the conflict between DIO Write'sYingping Lu1-0/+3
2006-03-22[XFS] Fixing KDB's xrwtrc command, also added the current process id intoYingping Lu1-4/+4
2006-03-17[XFS] endianess annotations for xfs_attr_shortform_t Nathan Scott1-1/+1
2006-03-17[XFS] Fix an infinite loop issue in bulkstat when a corrupt inode isNathan Scott1-14/+14
2006-03-17[XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott1-2/+2
2006-03-17[XFS] There are a few problems with the newMandy Kirkconnell1-2/+71
2006-03-14[XFS] 929045 567344 This mod introduces multi-level in-core file extentMandy Kirkconnell1-5/+710
2006-03-14[XFS] 929045 567344 This mod re-organizes some of the in-core file extentMandy Kirkconnell1-119/+351
2006-01-12[XFS] Merge in trivial changes, sync up headers with userspaceNathan Scott1-16/+17
2006-01-11[XFS] fix, speedup and simplify atime handling let the VFS handle atimeChristoph Hellwig1-0/+5
2006-01-11[XFS] remove unused vars, args, & unneeded intermediate vars from zeroingEric Sandeen1-5/+2
2006-01-11[XFS] Implement the di_extsize allocator hint for non-realtime files asNathan Scott1-2/+14
2005-11-02[XFS] Endianess annotations for various allocator data structuresChristoph Hellwig1-11/+11
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-12/+11
2005-11-02[XFS] Improve buffered read throughput by removing unnecessary timer callsNathan Scott1-67/+0
2005-11-02[XFS] Add format checking to cmn_err and icmn_errChristoph Hellwig1-2/+3
2005-09-02[XFS] remove struct vnode::v_typeChristoph Hellwig1-2/+1
2005-06-21[XFS] Add support for project quota inheritance, a merge of Glens changes.Nathan Scott1-9/+15
2005-06-21[XFS] rewrite xfs_iflush_allChristoph Hellwig1-87/+23
2005-06-21[XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig1-3/+3
2005-06-21[XFS] Remove dead code. Patch from Adrian BunkChristoph Hellwig1-45/+0
2005-05-05[XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for some platformsNathan Scott1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+3876