summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* [XFS] use generic_permissionChristoph Hellwig2008-02-071-63/+0Star
* [XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros.Christoph Hellwig2008-02-071-3/+5
* [XFS] Use kernel-supplied "roundup_pow_of_two" for simplicityRobert P. J. Day2008-02-071-28/+4Star
* [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen2008-02-071-1/+4
* [XFS] Fix inode allocation latencyDavid Chinner2008-02-071-33/+1Star
* [XFS] Make xfs_bulkstat() to report unlinked but referenced inodesVlad Apostolov2008-02-071-18/+25
* [XFS] kill xfs_iocore_tChristoph Hellwig2008-02-071-3/+1Star
* [XFS] Unwrap AIL_LOCKDonald Douwsma2008-02-071-13/+9Star
* [XFS] kill unnessecary ioops indirectionLachlan McIlroy2008-02-071-6/+2Star
* [XFS] clean up vnode/inode tracingLachlan McIlroy2008-02-071-3/+3
* [XFS] Don't wait for pending I/Os when purging blocks beyond eof.Lachlan McIlroy2007-12-181-2/+4
* [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