| Commit message (Expand) | Author | Age | Files | Lines |
* | [XFS] kill xfs_igrow_start and xfs_igrow_finish | Christoph Hellwig | 2008-07-28 | 1 | -61/+0 |
* | [XFS] Remove unused arg from kmem_free() | Denys Vlasenko | 2008-07-28 | 1 | -18/+16 |
* | [XFS] Fix inode list allocation size in writeback. | David Chinner | 2008-05-23 | 1 | -3/+4 |
* | [XFS] Don't allow memory reclaim to wait on the filesystem in inode | David Chinner | 2008-05-23 | 1 | -1/+1 |
* | [XFS] shrink mrlock_t | Christoph Hellwig | 2008-04-29 | 1 | -14/+11 |
* | [XFS] Ensure the inode is joined in xfs_itruncate_finish | David Chinner | 2008-04-18 | 1 | -72/+65 |
* | [XFS] xfs_iflush_fork() never returns an error. | David Chinner | 2008-04-18 | 1 | -17/+8 |
* | [XFS] Ensure xfs_bawrite() errors are checked. | David Chinner | 2008-04-18 | 1 | -1/+1 |
* | [XFS] Propagate errors from xfs_trans_commit(). | David Chinner | 2008-04-18 | 1 | -30/+22 |
* | [XFS] Use xfs_inode_clean() in more places | David Chinner | 2008-04-18 | 1 | -22/+5 |
* | [XFS] Remove the xfs_icluster structure | David Chinner | 2008-04-18 | 1 | -115/+153 |
* | [XFS] Don't block pdflush when writing back inodes | David Chinner | 2008-04-18 | 1 | -53/+82 |
* | [XFS] Factor xfs_itobp() and xfs_inotobp(). | David Chinner | 2008-04-18 | 1 | -155/+106 |
* | [XFS] remove shouting-indirection macros from xfs_sb.h | Eric Sandeen | 2008-04-10 | 1 | -3/+3 |
* | [XFS] use generic_permission | Christoph Hellwig | 2008-02-07 | 1 | -63/+0 |
* | [XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros. | Christoph Hellwig | 2008-02-07 | 1 | -3/+5 |
* | [XFS] Use kernel-supplied "roundup_pow_of_two" for simplicity | Robert P. J. Day | 2008-02-07 | 1 | -28/+4 |
* | [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config | Eric Sandeen | 2008-02-07 | 1 | -1/+4 |
* | [XFS] Fix inode allocation latency | David Chinner | 2008-02-07 | 1 | -33/+1 |
* | [XFS] Make xfs_bulkstat() to report unlinked but referenced inodes | Vlad Apostolov | 2008-02-07 | 1 | -18/+25 |
* | [XFS] kill xfs_iocore_t | Christoph Hellwig | 2008-02-07 | 1 | -3/+1 |
* | [XFS] Unwrap AIL_LOCK | Donald Douwsma | 2008-02-07 | 1 | -13/+9 |
* | [XFS] kill unnessecary ioops indirection | Lachlan McIlroy | 2008-02-07 | 1 | -6/+2 |
* | [XFS] clean up vnode/inode tracing | Lachlan McIlroy | 2008-02-07 | 1 | -3/+3 |
* | [XFS] Don't wait for pending I/Os when purging blocks beyond eof. | Lachlan McIlroy | 2007-12-18 | 1 | -2/+4 |
* | [XFS] get_bulkall() could return incorrect inode state | Vlad Apostolov | 2007-10-16 | 1 | -6/+20 |
* | [XFS] kill the vfs_flags member in struct bhv_vfs | Christoph Hellwig | 2007-10-16 | 1 | -1/+1 |
* | [XFS] call common xfs vfs-level helpers directly and remove vfs operations | Christoph Hellwig | 2007-10-16 | 1 | -1/+1 |
* | [XFS] move v_trace from bhv_vnode to xfs_inode | Christoph Hellwig | 2007-10-16 | 1 | -0/+7 |
* | [XFS] move v_iocount from bhv_vnode to xfs_inode | Christoph Hellwig | 2007-10-16 | 1 | -1/+2 |
* | [XFS] kill v_vfsp member from struct bhv_vnode | Christoph Hellwig | 2007-10-16 | 1 | -1/+1 |
* | [XFS] call common xfs vnode-level helpers directly and remove vnode operations | Christoph Hellwig | 2007-10-16 | 1 | -3/+6 |
* | [XFS] Radix tree based inode caching | David Chinner | 2007-10-15 | 1 | -23/+19 |
* | [XFS] dinode endianess annotations | Christoph Hellwig | 2007-10-15 | 1 | -106/+107 |
* | [XFS] move linux/log2.h header to xfs_linux.h | Eric Sandeen | 2007-10-15 | 1 | -2/+0 |
* | [XFS] endianess annotations for xfs_bmbt_rec_t | Christoph Hellwig | 2007-10-15 | 1 | -8/+4 |
* | [XFS] split ondisk vs incore versions of xfs_bmbt_rec_t | Christoph Hellwig | 2007-10-15 | 1 | -43/+28 |
* | [XFS] Clean up function name handling in tracing code | Eric Sandeen | 2007-07-14 | 1 | -6/+2 |
* | [XFS] Quota inode has no parent. | David Chinner | 2007-07-14 | 1 | -4/+9 |
* | [XFS] Concurrent Multi-File Data Streams | David Chinner | 2007-07-14 | 1 | -2/+15 |
* | [XFS] Use is_power_of_2 instead of open coding checks | Vignesh Babu | 2007-07-14 | 1 | -2/+3 |
* | [XFS] Fix to prevent the notorious 'NULL files' problem after a crash. | Lachlan McIlroy | 2007-05-08 | 1 | -10/+38 |
* | [XFS] propogate return codes from flush routines | Lachlan McIlroy | 2007-05-08 | 1 | -3/+5 |
* | [XFS] The last argument "lsn" of xfs_trans_commit() is always called with | Eric Sandeen | 2007-05-08 | 1 | -1/+1 |
* | [XFS] Remove unused header files for MAC and CAP checking functionality. | Eric Sandeen | 2007-02-10 | 1 | -1/+0 |
* | [XFS] Remove unused argument to xfs_bmap_finish | Eric Sandeen | 2007-02-10 | 1 | -2/+1 |
* | [XFS] Fix callers of xfs_iozero() to zero the correct range. | Lachlan McIlroy | 2007-02-10 | 1 | -1/+1 |
* | [XFS] Fix inode log item use-after-free on forced shutdown | David Chinner | 2007-02-10 | 1 | -4/+18 |
* | [XFS] Keep stack usage down for 4k stacks by using noinline. | David Chinner | 2007-02-10 | 1 | -1/+1 |
* | [XFS] Stale the correct inode when freeing clusters. | David Chinner | 2006-11-21 | 1 | -1/+1 |