aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* [XFS] Radix tree based inode cachingDavid Chinner2007-10-151-23/+19
* [XFS] dinode endianess annotationsChristoph Hellwig2007-10-151-106/+107
* [XFS] move linux/log2.h header to xfs_linux.hEric Sandeen2007-10-151-2/+0
* [XFS] endianess annotations for xfs_bmbt_rec_tChristoph Hellwig2007-10-151-8/+4
* [XFS] split ondisk vs incore versions of xfs_bmbt_rec_tChristoph Hellwig2007-10-151-43/+28
* [XFS] Clean up function name handling in tracing codeEric Sandeen2007-07-141-6/+2
* [XFS] Quota inode has no parent.David Chinner2007-07-141-4/+9
* [XFS] Concurrent Multi-File Data StreamsDavid Chinner2007-07-141-2/+15
* [XFS] Use is_power_of_2 instead of open coding checksVignesh Babu2007-07-141-2/+3
* [XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy2007-05-081-10/+38
* [XFS] propogate return codes from flush routinesLachlan McIlroy2007-05-081-3/+5
* [XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen2007-05-081-1/+1
* [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