Age | Commit message (Expand) | Author | Files | Lines |
2007-12-18 | [XFS] Don't wait for pending I/Os when purging blocks beyond eof. | Lachlan McIlroy | 1 | -2/+4 |
2007-10-16 | [XFS] get_bulkall() could return incorrect inode state | Vlad Apostolov | 1 | -6/+20 |
2007-10-16 | [XFS] kill the vfs_flags member in struct bhv_vfs | Christoph Hellwig | 1 | -1/+1 |
2007-10-16 | [XFS] call common xfs vfs-level helpers directly and remove vfs operations | Christoph Hellwig | 1 | -1/+1 |
2007-10-16 | [XFS] move v_trace from bhv_vnode to xfs_inode | Christoph Hellwig | 1 | -0/+7 |
2007-10-16 | [XFS] move v_iocount from bhv_vnode to xfs_inode | Christoph Hellwig | 1 | -1/+2 |
2007-10-16 | [XFS] kill v_vfsp member from struct bhv_vnode | Christoph Hellwig | 1 | -1/+1 |
2007-10-16 | [XFS] call common xfs vnode-level helpers directly and remove vnode operations | Christoph Hellwig | 1 | -3/+6 |
2007-10-15 | [XFS] Radix tree based inode caching | David Chinner | 1 | -23/+19 |
2007-10-15 | [XFS] dinode endianess annotations | Christoph Hellwig | 1 | -106/+107 |
2007-10-15 | [XFS] move linux/log2.h header to xfs_linux.h | Eric Sandeen | 1 | -2/+0 |
2007-10-15 | [XFS] endianess annotations for xfs_bmbt_rec_t | Christoph Hellwig | 1 | -8/+4 |
2007-10-15 | [XFS] split ondisk vs incore versions of xfs_bmbt_rec_t | Christoph Hellwig | 1 | -43/+28 |
2007-07-14 | [XFS] Clean up function name handling in tracing code | Eric Sandeen | 1 | -6/+2 |
2007-07-14 | [XFS] Quota inode has no parent. | David Chinner | 1 | -4/+9 |
2007-07-14 | [XFS] Concurrent Multi-File Data Streams | David Chinner | 1 | -2/+15 |
2007-07-14 | [XFS] Use is_power_of_2 instead of open coding checks | Vignesh Babu | 1 | -2/+3 |
2007-05-08 | [XFS] Fix to prevent the notorious 'NULL files' problem after a crash. | Lachlan McIlroy | 1 | -10/+38 |
2007-05-08 | [XFS] propogate return codes from flush routines | Lachlan McIlroy | 1 | -3/+5 |
2007-05-08 | [XFS] The last argument "lsn" of xfs_trans_commit() is always called with | Eric Sandeen | 1 | -1/+1 |
2007-02-10 | [XFS] Remove unused header files for MAC and CAP checking functionality. | Eric Sandeen | 1 | -1/+0 |
2007-02-10 | [XFS] Remove unused argument to xfs_bmap_finish | Eric Sandeen | 1 | -2/+1 |
2007-02-10 | [XFS] Fix callers of xfs_iozero() to zero the correct range. | Lachlan McIlroy | 1 | -1/+1 |
2007-02-10 | [XFS] Fix inode log item use-after-free on forced shutdown | David Chinner | 1 | -4/+18 |
2007-02-10 | [XFS] Keep stack usage down for 4k stacks by using noinline. | David Chinner | 1 | -1/+1 |
2006-11-21 | [XFS] Stale the correct inode when freeing clusters. | David Chinner | 1 | -1/+1 |
2006-11-11 | [XFS] Prevent a deadlock when xfslogd unpins inodes. | David Chinner | 1 | -25/+22 |
2006-11-11 | [XFS] Clean up i_flags and i_flags_lock handling. | David Chinner | 1 | -12/+5 |
2006-09-28 | [XFS] Really fix use after free in xfs_iunpin. | David Chinner | 1 | -3/+20 |
2006-09-28 | [XFS] Remove last bulkstat false-positives with debug kernels. | Nathan Scott | 1 | -3/+4 |
2006-07-28 | [XFS] Ensure bulkstat from an invalid inode number gets caught always with | Nathan Scott | 1 | -7/+10 |
2006-06-28 | [XFS] Rework code snippets slightly to remove remaining recent-gcc | Nathan Scott | 1 | -2/+2 |
2006-06-20 | [XFS] Remove version 1 directory code. Never functioned on Linux, just | Nathan Scott | 1 | -9/+0 |
2006-06-19 | [XFS] Kill direct access to ->count in valusema(); all we ever use it for | Al Viro | 1 | -2/+2 |
2006-06-09 | [XFS] Fix up debug code so that bulkstat wont generate thousands of | Nathan Scott | 1 | -10/+12 |
2006-06-09 | [XFS] Remove unused parameter from di2xflags routine. | Nathan Scott | 1 | -5/+4 |
2006-06-09 | [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. | Nathan Scott | 1 | -10/+10 |
2006-06-09 | [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters. | Nathan Scott | 1 | -2/+2 |
2006-06-09 | [XFS] Portability changes: remove prdev, stick to one diagnostic | Nathan Scott | 1 | -2/+3 |
2006-06-09 | [XFS] Shutdown the filesystem if all device paths have gone. Made | Nathan Scott | 1 | -2/+2 |
2006-06-09 | [XFS] Stop a BUG from occurring in generic_delete_inode by preventing | David Chinner | 1 | -1/+2 |
2006-06-09 | [XFS] Add degframentation exclusion support | Barry Naujok | 1 | -0/+5 |
2006-06-09 | [XFS] Fix size argument in kmem_free(). | Mandy Kirkconnell | 1 | -1/+1 |
2006-06-09 | [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report | Olaf Weber | 1 | -5/+6 |
2006-04-11 | [XFS] Fix an inode use-after-free durin an unpin. When reclaiming inodes | David Chinner | 1 | -7/+20 |
2006-03-29 | [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all | Nathan Scott | 1 | -7/+7 |
2006-03-22 | [XFS] Explain the race closed by the addition of vn_iowait() to the start | David Chinner | 1 | -0/+10 |
2006-03-22 | [XFS] Fixing the error caused by the conflict between DIO Write's | Yingping Lu | 1 | -0/+3 |
2006-03-22 | [XFS] Fixing KDB's xrwtrc command, also added the current process id into | Yingping Lu | 1 | -4/+4 |
2006-03-17 | [XFS] endianess annotations for xfs_attr_shortform_t | Nathan Scott | 1 | -1/+1 |