aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* [XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen2007-02-101-1/+0
* [XFS] Remove unused argument to xfs_bmap_finishEric Sandeen2007-02-101-2/+1
* [XFS] Fix callers of xfs_iozero() to zero the correct range.Lachlan McIlroy2007-02-101-1/+1
* [XFS] Fix inode log item use-after-free on forced shutdownDavid Chinner2007-02-101-4/+18
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-101-1/+1
* [XFS] Stale the correct inode when freeing clusters.David Chinner2006-11-211-1/+1
* [XFS] Prevent a deadlock when xfslogd unpins inodes.David Chinner2006-11-111-25/+22
* [XFS] Clean up i_flags and i_flags_lock handling.David Chinner2006-11-111-12/+5
* [XFS] Really fix use after free in xfs_iunpin.David Chinner2006-09-281-3/+20
* [XFS] Remove last bulkstat false-positives with debug kernels.Nathan Scott2006-09-281-3/+4
* [XFS] Ensure bulkstat from an invalid inode number gets caught always withNathan Scott2006-07-281-7/+10
* [XFS] Rework code snippets slightly to remove remaining recent-gccNathan Scott2006-06-281-2/+2
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-9/+0
* [XFS] Kill direct access to ->count in valusema(); all we ever use it forAl Viro2006-06-191-2/+2
* [XFS] Fix up debug code so that bulkstat wont generate thousands ofNathan Scott2006-06-091-10/+12
* [XFS] Remove unused parameter from di2xflags routine.Nathan Scott2006-06-091-5/+4
* [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott2006-06-091-10/+10
* [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott2006-06-091-2/+2
* [XFS] Portability changes: remove prdev, stick to one diagnosticNathan Scott2006-06-091-2/+3
* [XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott2006-06-091-2/+2
* [XFS] Stop a BUG from occurring in generic_delete_inode by preventingDavid Chinner2006-06-091-1/+2
* [XFS] Add degframentation exclusion supportBarry Naujok2006-06-091-0/+5
* [XFS] Fix size argument in kmem_free().Mandy Kirkconnell2006-06-091-1/+1
* [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber2006-06-091-5/+6
* [XFS] Fix an inode use-after-free durin an unpin. When reclaiming inodesDavid Chinner2006-04-111-7/+20
* [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-291-7/+7
* [XFS] Explain the race closed by the addition of vn_iowait() to the startDavid Chinner2006-03-221-0/+10
* [XFS] Fixing the error caused by the conflict between DIO Write'sYingping Lu2006-03-221-0/+3
* [XFS] Fixing KDB's xrwtrc command, also added the current process id intoYingping Lu2006-03-221-4/+4
* [XFS] endianess annotations for xfs_attr_shortform_t Nathan Scott2006-03-171-1/+1
* [XFS] Fix an infinite loop issue in bulkstat when a corrupt inode isNathan Scott2006-03-171-14/+14
* [XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott2006-03-171-2/+2
* [XFS] There are a few problems with the newMandy Kirkconnell2006-03-171-2/+71
* [XFS] 929045 567344 This mod introduces multi-level in-core file extentMandy Kirkconnell2006-03-141-5/+710
* [XFS] 929045 567344 This mod re-organizes some of the in-core file extentMandy Kirkconnell2006-03-141-119/+351
* [XFS] Merge in trivial changes, sync up headers with userspaceNathan Scott2006-01-121-16/+17
* [XFS] fix, speedup and simplify atime handling let the VFS handle atimeChristoph Hellwig2006-01-111-0/+5
* [XFS] remove unused vars, args, & unneeded intermediate vars from zeroingEric Sandeen2006-01-111-5/+2
* [XFS] Implement the di_extsize allocator hint for non-realtime files asNathan Scott2006-01-111-2/+14
* [XFS] Endianess annotations for various allocator data structuresChristoph Hellwig2005-11-021-11/+11
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-021-12/+11
* [XFS] Improve buffered read throughput by removing unnecessary timer callsNathan Scott2005-11-021-67/+0
* [XFS] Add format checking to cmn_err and icmn_errChristoph Hellwig2005-11-021-2/+3
* [XFS] remove struct vnode::v_typeChristoph Hellwig2005-09-021-2/+1
* [XFS] Add support for project quota inheritance, a merge of Glens changes.Nathan Scott2005-06-211-9/+15
* [XFS] rewrite xfs_iflush_allChristoph Hellwig2005-06-211-87/+23
* [XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig2005-06-211-3/+3
* [XFS] Remove dead code. Patch from Adrian BunkChristoph Hellwig2005-06-211-45/+0
* [XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for som...Nathan Scott2005-05-051-1/+1