| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-08-12 | xfs: kill xfs_vnodeops.[ch] | Dave Chinner | 1 | -1872/+0 |
| 2013-08-12 | xfs: create xfs_bmap_util.[ch] | Dave Chinner | 1 | -0/+1 |
| 2013-08-12 | xfs: reshuffle dir2 definitions around for userspace | Dave Chinner | 1 | -1/+2 |
| 2013-08-12 | xfs: separate dquot on disk format definitions out of xfs_quota.h | Dave Chinner | 1 | -1/+1 |
| 2013-07-11 | xfs: Add pquota fields where gquota is used. | Chandra Seetharaman | 1 | -4/+9 |
| 2013-06-19 | xfs: fix the symbolic link assert in xfs_ifree | Mark Tinguely | 1 | -12/+3 |
| 2013-05-20 | xfs: fix rounding in xfs_free_file_space | Dave Chinner | 1 | -2/+2 |
| 2013-04-21 | xfs: split out symlink code into it's own file. | Dave Chinner | 1 | -476/+2 |
| 2013-03-14 | xfs: take inode version into account in XFS_LITINO | Christoph Hellwig | 1 | -1/+1 |
| 2013-01-17 | xfs: Remove boolean_t typedef completely. | Thiago Farina | 1 | -6/+6 |
| 2012-11-29 | xfs: byte range granularity for XFS_IOC_ZERO_RANGE | Dave Chinner | 1 | -21/+75 |
| 2012-11-15 | xfs: make buffer read verication an IO completion function | Dave Chinner | 1 | -1/+1 |
| 2012-11-14 | xfs: remove xfs_flushinval_pages | Dave Chinner | 1 | -6/+5 |
| 2012-11-14 | xfs: remove xfs_flush_pages | Dave Chinner | 1 | -2/+5 |
| 2012-11-14 | xfs: reverse the check on XFS_IOC_ZERO_RANGE | Andrew Dahl | 1 | -1/+1 |
| 2012-11-14 | xfs: remove xfs_tosspages | Dave Chinner | 1 | -5/+25 |
| 2012-11-08 | xfs: make xfs_free_eofblocks() non-static, return EAGAIN on trylock failure | Brian Foster | 1 | -3/+3 |
| 2012-11-08 | xfs: create helper to check whether to free eofblocks on inode | Brian Foster | 1 | -12/+7 |
| 2012-11-08 | xfs: add EOFBLOCKS inode tagging/untagging | Brian Foster | 1 | -0/+2 |
| 2012-10-17 | xfs: remove xfs_iget.c | Dave Chinner | 1 | -0/+1 |
| 2012-10-17 | xfs: xfs_sync_data is redundant. | Dave Chinner | 1 | -1/+1 |
| 2012-07-29 | xfs: avoid the iolock in xfs_free_eofblocks for evicted inodes | Christoph Hellwig | 1 | -14/+10 |
| 2012-07-29 | xfs: do not take the iolock in xfs_inactive | Christoph Hellwig | 1 | -17/+12 |
| 2012-07-29 | xfs: remove xfs_inactive_attrs | Christoph Hellwig | 1 | -61/+36 |
| 2012-07-29 | xfs: clean up xfs_inactive | Christoph Hellwig | 1 | -128/+43 |
| 2012-06-14 | xfs: make largest supported offset less shouty | Dave Chinner | 1 | -5/+5 |
| 2012-05-21 | xfs: fix delalloc quota accounting on failure | Dave Chinner | 1 | -1/+1 |
| 2012-05-14 | xfs: make XBF_MAPPED the default behaviour | Dave Chinner | 1 | -2/+1 |
| 2012-05-14 | xfs: move xfs_get_extsz_hint() and kill xfs_rw.h | Dave Chinner | 1 | -1/+0 |
| 2012-05-14 | xfs: move xfsagino_t to xfs_types.h | Dave Chinner | 1 | -1/+0 |
| 2012-05-14 | xfs: use iolock on XFS_IOC_ALLOCSP calls | Dave Chinner | 1 | -3/+19 |
| 2012-05-14 | xfs: kill XBF_DONTBLOCK | Dave Chinner | 1 | -2/+2 |
| 2012-05-14 | xfs: kill XBF_LOCK | Dave Chinner | 1 | -1/+1 |
| 2012-05-14 | xfs: clean up buffer get/read call API | Dave Chinner | 1 | -1/+1 |
| 2012-03-20 | vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} | Al Viro | 1 | -16/+0 |
| 2012-01-25 | xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink() | Jan Kara | 1 | -1/+2 |
| 2012-01-17 | xfs: remove the i_size field in struct xfs_inode | Christoph Hellwig | 1 | -16/+15 |
| 2012-01-13 | xfs: remove xfs_itruncate_data | Christoph Hellwig | 1 | -2/+15 |
| 2012-01-03 | xfs: propagate umode_t | Al Viro | 1 | -2/+2 |
| 2011-11-08 | xfs: Fix possible memory corruption in xfs_readlink | Carlos Maiolino | 1 | -4/+10 |
| 2011-10-11 | xfs: clean up xfs_ioerror_alert | Christoph Hellwig | 1 | -6/+5 |
| 2011-10-11 | xfs: simplify xfs_trans_ijoin* again | Christoph Hellwig | 1 | -17/+17 |
| 2011-10-11 | xfs: unlock the inode before log force in xfs_change_file_space | Christoph Hellwig | 1 | -8/+2 |
| 2011-10-11 | xfs: rename xfs_bmapi to xfs_bmapi_write | Dave Chinner | 1 | -13/+6 |
| 2011-10-11 | xfs: introduce xfs_bmapi_read() | Dave Chinner | 1 | -13/+11 |
| 2011-10-11 | xfs: Check the return value of xfs_trans_get_buf() | Chandra Seetharaman | 1 | -1/+8 |
| 2011-10-11 | xfs: remove i_iocount | Christoph Hellwig | 1 | -3/+1 |
| 2011-08-12 | xfs: replace xfs_buf_geterror() with bp->b_error | Chandra Seetharaman | 1 | -1/+1 |
| 2011-08-12 | xfs: Check the return value of xfs_buf_read() for NULL | Chandra Seetharaman | 1 | -0/+2 |
| 2011-08-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Alex Elder | 1 | -5/+5 |
| 2011-07-26 | xfs: get rid of open-coded S_ISREG(), etc. | Al Viro | 1 | -5/+5 |
| 2011-07-25 | xfs: Remove the macro XFS_BUF_PTR | Chandra Seetharaman | 1 | -3/+3 |
| 2011-07-25 | xfs: Remove the macro XFS_BUF_ERROR and family | Chandra Seetharaman | 1 | -2/+2 |
| 2011-07-08 | xfs: return the buffer locked from xfs_buf_get_uncached | Christoph Hellwig | 1 | -0/+2 |
| 2011-07-08 | xfs: split xfs_itruncate_finish | Christoph Hellwig | 1 | -18/+6 |
| 2011-07-08 | xfs: kill xfs_itruncate_start | Christoph Hellwig | 1 | -26/+1 |
| 2011-07-08 | xfs: split xfs_setattr | Christoph Hellwig | 1 | -425/+1 |
| 2011-06-23 | xfs: clear XFS_IDIRTY_RELEASE on truncate down | Dave Chinner | 1 | -2/+5 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
| 2011-03-26 | xfs: preallocation transactions do not need to be synchronous | Dave Chinner | 1 | -1/+2 |
| 2011-03-07 | xfs: Convert remaining cmn_err() callers to new API | Dave Chinner | 1 | -3/+2 |
| 2011-03-07 | xfs: convert xfs_fs_cmn_err to new error logging API | Dave Chinner | 1 | -4/+4 |
| 2011-02-22 | xfs: more sensible inode refcounting for ialloc | Christoph Hellwig | 1 | -45/+16 |
| 2010-12-23 | xfs: don't truncate prealloc from frequently accessed inodes | Dave Chinner | 1 | -21/+40 |
| 2010-10-18 | xfs: Extend project quotas to support 32bit project ids | Arkadiusz Mi?kiewicz | 1 | -8/+8 |
| 2010-10-18 | xfs: remove xfs_buf wrappers | Christoph Hellwig | 1 | -2/+2 |
| 2010-10-18 | xfs: remove xfs_cred.h | Christoph Hellwig | 1 | -7/+5 |
| 2010-10-18 | xfs: rename xfs_buf_get_nodaddr to be more appropriate | Dave Chinner | 1 | -3/+3 |
| 2010-10-18 | xfs: don't use vfs writeback for pure metadata modifications | Dave Chinner | 1 | -7/+10 |
| 2010-10-18 | xfs: Introduce XFS_IOC_ZERO_RANGE | Dave Chinner | 1 | -2/+8 |
| 2010-09-03 | xfs: prevent 32bit overflow in space reservation | Dave Chinner | 1 | -3/+10 |
| 2010-08-09 | xfs: new truncate sequence | Christoph Hellwig | 1 | -18/+20 |
| 2010-07-26 | xfs: fix unsigned underflow in xfs_free_eofblocks | Kulikov Vasiliy | 1 | -2/+2 |
| 2010-07-26 | xfs: split xfs_itrace_entry | Christoph Hellwig | 1 | -15/+9 |
| 2010-07-26 | xfs: remove unused delta tracking code in xfs_bmapi | Christoph Hellwig | 1 | -10/+10 |
| 2010-07-26 | xfs: simplify inode to transaction joining | Christoph Hellwig | 1 | -50/+19 |
| 2010-07-26 | xfs: remove unneeded #include statements | Christoph Hellwig | 1 | -4/+0 |
| 2010-07-26 | xfs: drop dmapi hooks | Christoph Hellwig | 1 | -157/+15 |
| 2010-06-24 | xfs: remove block number from inode lookup code | Dave Chinner | 1 | -1/+1 |
| 2010-05-28 | xfs: Check new inode size is OK before preallocating | Dave Chinner | 1 | -1/+1 |
| 2010-03-01 | xfs: remove wrapper for the fsync file operation | Christoph Hellwig | 1 | -107/+0 |
| 2010-02-12 | xfs: optimize log flushing in xfs_fsync | Christoph Hellwig | 1 | -2/+8 |
| 2010-02-02 | xfs: remove invalid barrier optimization from xfs_fsync | Christoph Hellwig | 1 | -10/+2 |
| 2010-01-21 | xfs: cleanup up xfs_log_force calling conventions | Christoph Hellwig | 1 | -3/+2 |
| 2010-01-21 | xfs: remove duplicate buffer flags | Christoph Hellwig | 1 | -2/+2 |
| 2010-01-20 | xfs: convert DM ops to use unsigned char names | Dave Chinner | 1 | -2/+4 |
| 2010-01-10 | xfs: fix timestamp handling in xfs_setattr | Christoph Hellwig | 1 | -54/+39 |
| 2009-12-14 | xfs: event tracing support | Christoph Hellwig | 1 | -7/+1 |
| 2009-12-11 | xfs: simplify xfs_buf_get / xfs_buf_read interfaces | Christoph Hellwig | 1 | -3/+2 |
| 2009-12-11 | xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocks | Christoph Hellwig | 1 | -8/+26 |
| 2009-12-11 | xfs: simplify inode teardown | Christoph Hellwig | 1 | -40/+0 |
| 2009-10-08 | xfs: implement ->dirty_inode to fix timestamp handling | Christoph Hellwig | 1 | -6/+0 |
| 2009-09-09 | xfs: use correct log reservation when handling ENOSPC in xfs_create | Christoph Hellwig | 1 | -2/+2 |
| 2009-09-01 | xfs: merge fsync and O_SYNC handling | Christoph Hellwig | 1 | -8/+3 |
| 2009-08-31 | xfs: add more statics & drop some unused functions | Eric Sandeen | 1 | -1/+1 |
| 2009-08-12 | xfs: switch to NOFS allocation under i_lock in xfs_readlink_bmap | Christoph Hellwig | 1 | -1/+3 |
| 2009-06-10 | xfs: use generic Posix ACL code | Christoph Hellwig | 1 | -1/+14 |
| 2009-06-08 | xfs: kill xfs_qmops | Christoph Hellwig | 1 | -48/+51 |
| 2009-04-06 | xfs: flush delayed allcoation blocks on ENOSPC in create | Dave Chinner | 1 | -0/+7 |
| 2009-03-29 | xfs: fix various typos | Malcolm Parsons | 1 | -1/+1 |
| 2009-03-16 | xfs: kill VN_BAD | Christoph Hellwig | 1 | -2/+2 |
| 2009-02-09 | xfs: merge xfs_mkdir into xfs_create | Christoph Hellwig | 1 | -268/+83 |
| 2009-02-04 | xfs: merge xfs_inode_flush into xfs_fs_write_inode | Christoph Hellwig | 1 | -45/+0 |
| 2009-02-04 | xfs: tiny cleanup for xfs_link | Christoph Hellwig | 1 | -2/+4 |
| 2009-01-16 | [XFS] Remove the rest of the macro-to-function indirections. | Eric Sandeen | 1 | -10/+10 |
| 2008-12-11 | [XFS] use inode_change_ok for setattr permission checking | Christoph Hellwig | 1 | -113/+36 |
| 2008-12-05 | [XFS] Check return value of xfs_buf_get_noaddr() | Lachlan McIlroy | 1 | -0/+2 |
| 2008-12-04 | move vn_iowait / vn_iowake into xfs_aops.c | Christoph Hellwig | 1 | -3/+4 |
| 2008-12-01 | [XFS] remove i_gen from incore inode | Dave Chinner | 1 | -27/+2 |
| 2008-12-01 | [XFS] fix error inversion problems with data flushing | Dave Chinner | 1 | -1/+1 |
| 2008-12-01 | [XFS] wire up ->open for directories | Christoph Hellwig | 1 | -22/+0 |
| 2008-11-17 | [XFS] Fix double free of log tickets | Dave Chinner | 1 | -0/+6 |
| 2008-10-30 | [XFS] remove restricted chown parameter from xfs linux | Tim Shimmin | 1 | -11/+2 |
| 2008-10-30 | [XFS] kill sys_cred | Christoph Hellwig | 1 | -4/+2 |
| 2008-10-30 | [XFS] Trivial xfs_remove comment fixup | Christoph Hellwig | 1 | -2/+2 |
| 2008-10-30 | [XFS] kill deleted inodes list | David Chinner | 1 | -11/+1 |
| 2008-10-30 | [XFS] mark inodes for reclaim via a tag in the inode radix tree | David Chinner | 1 | -0/+1 |
| 2008-10-30 | [XFS] rename inode reclaim functions | David Chinner | 1 | -1/+1 |
| 2008-10-30 | [XFS] move inode reclaim functions to xfs_sync.c | David Chinner | 1 | -90/+0 |
| 2008-10-30 | [XFS] Combine the XFS and Linux inodes | David Chinner | 1 | -10/+3 |
| 2008-10-30 | [XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all() | David Chinner | 1 | -24/+18 |
| 2008-09-17 | [XFS] Don't do I/O beyond eof when unreserving space | Lachlan McIlroy | 1 | -0/+18 |
| 2008-09-17 | [XFS] Prevent lockdep false positives when locking two inodes. | David Chinner | 1 | -0/+8 |
| 2008-08-14 | CRED: Introduce credential access wrappers | David Howells | 1 | -4/+4 |
| 2008-08-13 | [XFS] update timestamp in xfs_ialloc manually | Christoph Hellwig | 1 | -1/+0 |
| 2008-08-13 | [XFS] kill bhv_vnode_t | Christoph Hellwig | 1 | -1/+1 |
| 2008-08-13 | [XFS] remove some easy bhv_vnode_t instances | Christoph Hellwig | 1 | -13/+8 |
| 2008-08-13 | [XFS] kill xfs_lock_dir_and_entry | Christoph Hellwig | 1 | -121/+41 |
| 2008-08-13 | [XFS] kill vn_to_inode | Christoph Hellwig | 1 | -2/+2 |
| 2008-08-13 | [XFS] Kill shouty XFS_ITOV() macro | David Chinner | 1 | -6/+6 |
| 2008-08-13 | [XFS] kill shouty XFS_ITOV_NULL macro | David Chinner | 1 | -1/+1 |
| 2008-07-28 | [XFS] Remove vn_revalidate calls in xfs. | Christoph Hellwig | 1 | -0/+9 |
| 2008-07-28 | [XFS] Now that xfs_setattr is only used for attributes set from ->setattr | Christoph Hellwig | 1 | -99/+73 |
| 2008-07-28 | [XFS] xfs_setattr currently doesn't just handle the attributes set through | Christoph Hellwig | 1 | -161/+8 |
| 2008-07-28 | [XFS] Merge xfs_rmdir into xfs_remove | Christoph Hellwig | 1 | -240/+84 |
| 2008-07-28 | [XFS] make inode reclaim wait for log I/O to complete | Lachlan McIlroy | 1 | -22/+8 |
| 2008-07-28 | [XFS] Return case-insensitive match for dentry cache | Barry Naujok | 1 | -5/+14 |
| 2008-07-28 | [XFS] kill xfs_igrow_start and xfs_igrow_finish | Christoph Hellwig | 1 | -3/+12 |
| 2008-05-23 | [XFS] Fix fsync() b0rkage. | David Chinner | 1 | -70/+42 |
| 2008-04-29 | [XFS] kill usesless IHOLD calls in xfs_remove and xfs_rmdir | Christoph Hellwig | 1 | -59/+4 |
| 2008-04-29 | [XFS] kill parent == child checks in xfs_remove and xfs_rmdir | Christoph Hellwig | 1 | -19/+6 |
| 2008-04-29 | [XFS] remove manual lookup from xfs_rename and simplify locking | Christoph Hellwig | 1 | -10/+4 |
| 2008-04-29 | [XFS] shrink mrlock_t | Christoph Hellwig | 1 | -2/+2 |
| 2008-04-29 | [XFS] simplify xfs_lookup | Christoph Hellwig | 1 | -7/+15 |
| 2008-04-29 | [XFS] xfs_rename: pass resblks to xfs_dir_removename | Christoph Hellwig | 1 | -1/+1 |
| 2008-04-29 | [XFS] kill xfs_getattr | Christoph Hellwig | 1 | -126/+0 |
| 2008-04-29 | [XFS] Remove VN_IS* macros and related cruft. | Christoph Hellwig | 1 | -16/+4 |
| 2008-04-18 | [XFS] Don't allow silent errors in xfs_inactive(). | David Chinner | 1 | -4/+11 |
| 2008-04-18 | [XFS] Ensure errors from xfs_bdstrat() are correctly checked. | David Chinner | 1 | -2/+4 |
| 2008-04-18 | [XFS] remove bhv_vname_t and xfs_rename code | Barry Naujok | 1 | -69/+52 |
| 2008-04-18 | [XFS] Propagate errors from xfs_trans_commit(). | David Chinner | 1 | -13/+15 |
| 2008-04-18 | [XFS] Don't validate symlink target component length | Christoph Hellwig | 1 | -25/+0 |
| 2008-04-18 | [XFS] cleanup vnode use in xfs_lookup | Christoph Hellwig | 1 | -2/+2 |
| 2008-04-18 | [XFS] cleanup vnode use in xfs_symlink and xfs_rename | Christoph Hellwig | 1 | -11/+5 |
| 2008-04-18 | [XFS] cleanup vnode use in xfs_link | Christoph Hellwig | 1 | -7/+5 |
| 2008-04-18 | [XFS] cleanup vnode use in xfs_create/mknod/mkdir | Christoph Hellwig | 1 | -16/+9 |
| 2008-04-18 | [XFS] cleanup vnode use in dmapi calls | Christoph Hellwig | 1 | -29/+26 |
| 2008-04-18 | [XFS] Update c/mtime correctly on truncates | David Chinner | 1 | -4/+9 |
| 2008-04-18 | [XFS] kill xfs_rwlock/xfs_rwunlock | Christoph Hellwig | 1 | -41/+0 |
| 2008-04-18 | [XFS] kill xfs_get_dir_entry | Christoph Hellwig | 1 | -42/+9 |
| 2008-04-18 | [XFS] Use xfs_inode_clean() in more places | David Chinner | 1 | -3/+1 |
| 2008-04-18 | [XFS] Don't block pdflush when writing back inodes | David Chinner | 1 | -43/+12 |
| 2008-04-18 | [XFS] Fix regression due to refcache removal | Lachlan McIlroy | 1 | -1/+3 |
| 2008-04-18 | [XFS] Remove the xfs_refcache | Donald Douwsma | 1 | -33/+1 |
| 2008-04-18 | [XFS] make inode reclaim synchronise with xfs_iflush_done() | Lachlan McIlroy | 1 | -14/+8 |
| 2008-04-10 | [XFS] remove shouting-indirection macros from xfs_sb.h | Eric Sandeen | 1 | -1/+1 |
| 2008-02-07 | [XFS] stop updating inode->i_blocks | Christoph Hellwig | 1 | -6/+0 |
| 2008-02-07 | [XFS] use generic_permission | Christoph Hellwig | 1 | -21/+0 |
| 2008-02-07 | [XFS] remove permission check from xfs_change_file_space | Christoph Hellwig | 1 | -12/+0 |
| 2008-02-07 | [XFS] Cleanup various fid related bits: | Christoph Hellwig | 1 | -21/+0 |
| 2008-02-07 | [XFS] Remove the BPCSHIFT and NB* based macros from XFS. | Tim Shimmin | 1 | -6/+3 |
| 2008-02-07 | [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config | Eric Sandeen | 1 | -6/+6 |
| 2008-02-07 | [XFS] kill xfs_iocore_t | Christoph Hellwig | 1 | -8/+4 |
| 2008-02-07 | [XFS] Unwrap GRANT_LOCK. | Eric Sandeen | 1 | -3/+3 |
| 2008-02-07 | [XFS] kill unnessecary ioops indirection | Lachlan McIlroy | 1 | -6/+6 |
| 2008-02-07 | [XFS] clean up vnode/inode tracing | Lachlan McIlroy | 1 | -32/+28 |
| 2007-10-19 | [XFS] cleanup fid types mess | Christoph Hellwig | 1 | -11/+2 |
| 2007-10-16 | [XFS] simplify xfs_create/mknod/symlink prototype | Christoph Hellwig | 1 | -22/+11 |
| 2007-10-16 | [XFS] kill the vfs_flags member in struct bhv_vfs | Christoph Hellwig | 1 | -3/+3 |
| 2007-10-16 | [XFS] move v_trace from bhv_vnode to xfs_inode | Christoph Hellwig | 1 | -21/+21 |
| 2007-10-16 | [XFS] move v_iocount from bhv_vnode to xfs_inode | Christoph Hellwig | 1 | -3/+3 |
| 2007-10-16 | [XFS] Create xfs_iflags_test_and_clear helper function | Christoph Hellwig | 1 | -6/+1 |
| 2007-10-16 | [XFS] kill the v_flag member in struct bhv_vnode | Christoph Hellwig | 1 | -2/+10 |
| 2007-10-16 | [XFS] kill v_vfsp member from struct bhv_vnode | Christoph Hellwig | 1 | -3/+3 |
| 2007-10-16 | [XFS] call common xfs vnode-level helpers directly and remove vnode operations | Christoph Hellwig | 1 | -24/+6 |
| 2007-10-15 | [XFS] decontaminate vnode operations from behavior details | Christoph Hellwig | 1 | -303/+124 |
| 2007-10-15 | [XFS] Radix tree based inode caching | David Chinner | 1 | -4/+5 |
| 2007-10-15 | [XFS] stop using uio in the readlink code | Christoph Hellwig | 1 | -72/+60 |
| 2007-10-15 | [XFS] use filldir internally | Christoph Hellwig | 1 | -31/+0 |
| 2007-10-15 | [XFS] remove unessecary vfs argument to DM_EVENT_ENABLED | Christoph Hellwig | 1 | -30/+22 |
| 2007-09-18 | [XFS] Ensure file size updates have been completed before writing inode to disk. | Lachlan McIlroy | 1 | -8/+12 |
| 2007-07-19 | [XFS] Fix inode size update before data write in xfs_setattr | David Chinner | 1 | -1/+24 |
| 2007-07-19 | [XFS] Allow punching holes to free space when at ENOSPC | David Chinner | 1 | -1/+4 |
| 2007-07-14 | [XFS] Fix lockdep annotations for xfs_lock_inodes | David Chinner | 1 | -2/+2 |
| 2007-07-14 | [XFS] Concurrent Multi-File Data Streams | David Chinner | 1 | -2/+23 |
| 2007-07-14 | [XFS] XFS should not be looking at filp reference counts | Christoph Hellwig | 1 | -31/+16 |
| 2007-07-14 | [XFS] Cancel transactions on xfs_itruncate_start error. | Jesper Juhl | 1 | -0/+2 |
| 2007-07-14 | [XFS] Cleanup inode extent size hint extraction | David Chinner | 1 | -12/+5 |
| 2007-07-14 | [XFS] Make hole punching at EOF atomic. | David Chinner | 1 | -10/+18 |
| 2007-07-10 | sendfile: remove .sendfile from filesystems that use generic_file_sendfile() | Jens Axboe | 1 | -3/+0 |