summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* [XFS] get_bulkall() could return incorrect inode stateVlad Apostolov2007-10-161-6/+20
* [XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig2007-10-161-1/+1
* [XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig2007-10-161-1/+1
* [XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig2007-10-161-0/+7
* [XFS] move v_iocount from bhv_vnode to xfs_inodeChristoph Hellwig2007-10-161-1/+2
* [XFS] kill v_vfsp member from struct bhv_vnodeChristoph Hellwig2007-10-161-1/+1
* [XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig2007-10-161-3/+6
* [XFS] Radix tree based inode cachingDavid Chinner2007-10-151-23/+19Star
* [XFS] dinode endianess annotationsChristoph Hellwig2007-10-151-106/+107
* [XFS] move linux/log2.h header to xfs_linux.hEric Sandeen2007-10-151-2/+0Star
* [XFS] endianess annotations for xfs_bmbt_rec_tChristoph Hellwig2007-10-151-8/+4Star
* [XFS] split ondisk vs incore versions of xfs_bmbt_rec_tChristoph Hellwig2007-10-151-43/+28Star
* [XFS] Clean up function name handling in tracing codeEric Sandeen2007-07-141-6/+2Star
* [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/+0Star
* [XFS] Remove unused argument to xfs_bmap_finishEric Sandeen2007-02-101-2/+1Star
* [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/+22Star
* [XFS] Clean up i_flags and i_flags_lock handling.David Chinner2006-11-111-12/+5Star
* [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/+0Star
* [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/+4Star
* [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