Age | Commit message (Expand) | Author | Files | Lines |
2013-10-24 | xfs: decouple inode and bmap btree header files | Dave Chinner | 1 | -3/+2 |
2013-10-24 | xfs: decouple log and transaction headers | Dave Chinner | 1 | -2/+4 |
2013-10-23 | xfs: unify directory/attribute format definitions | Dave Chinner | 1 | -2/+2 |
2013-10-23 | xfs: create a shared header file for format-related information | Dave Chinner | 1 | -0/+1 |
2013-10-22 | xfs: simplify the fallocate path | Christoph Hellwig | 1 | -28/+48 |
2013-10-22 | xfs: always hold the iolock when calling xfs_change_file_space | Christoph Hellwig | 1 | -1/+1 |
2013-10-22 | xfs: always take the iolock around xfs_setattr_size | Christoph Hellwig | 1 | -1/+1 |
2013-08-13 | xfs: kill xfs_vnodeops.[ch] | Dave Chinner | 1 | -1/+2 |
2013-08-13 | xfs: reshuffle dir2 definitions around for userspace | Dave Chinner | 1 | -1/+1 |
2013-07-03 | vfs: export lseek_execute() to modules | Jie Liu | 1 | -4/+2 |
2013-06-29 | [readdir] convert xfs | Al Viro | 1 | -7/+5 |
2013-05-08 | aio: don't include aio.h in sched.h | Kent Overstreet | 1 | -0/+1 |
2013-05-03 | Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 1 | -1/+1 |
2013-04-27 | xfs: add CRC checking to dir2 data blocks | Dave Chinner | 1 | -1/+1 |
2013-04-09 | lift sb_start_write/sb_end_write out of ->aio_write() | Al Viro | 1 | -3/+0 |
2013-02-23 | new helper: file_inode(file) | Al Viro | 1 | -2/+2 |
2012-11-30 | xfs: byte range granularity for XFS_IOC_ZERO_RANGE | Dave Chinner | 1 | -1/+1 |
2012-11-16 | xfs: Add verifiers to dir2 data readahead. | Dave Chinner | 1 | -1/+3 |
2012-11-16 | xfs: add verifier callback to directory read code | Dave Chinner | 1 | -1/+1 |
2012-11-15 | xfs: remove xfs_flushinval_pages | Dave Chinner | 1 | -11/+12 |
2012-10-17 | xfs: xfs_sync_data is redundant. | Dave Chinner | 1 | -6/+7 |
2012-10-09 | mm: kill vma flag VM_CAN_NONLINEAR | Konstantin Khlebnikov | 1 | -1/+1 |
2012-08-24 | xfs: xfs_seek_hole() refinement with hole searching from page cache for unwri... | Jeff Liu | 1 | -11/+67 |
2012-08-24 | xfs: xfs_seek_data() refinement with unwritten extents check up from page cache | Jeff Liu | 1 | -18/+54 |
2012-08-24 | xfs: Introduce a helper routine to probe data or hole offset from page cache | Jeff Liu | 1 | -0/+219 |
2012-08-24 | xfs: Remove type argument from xfs_seek_data()/xfs_seek_hole() | Jeff Liu | 1 | -6/+4 |
2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+7 |
2012-07-31 | xfs: Convert to new freezing code | Jan Kara | 1 | -3/+7 |
2012-06-14 | xfs: kill copy and paste segment checks in xfs_file_aio_read | Dave Chinner | 1 | -14/+3 |
2012-06-14 | xfs: make largest supported offset less shouty | Dave Chinner | 1 | -1/+1 |
2012-06-01 | fs: introduce inode operation ->update_time | Josef Bacik | 1 | -2/+5 |
2012-05-15 | xfs: introduce SEEK_DATA/SEEK_HOLE support | Jeff Liu | 1 | -1/+142 |
2012-05-15 | xfs: clean up xfs_bit.h includes | Dave Chinner | 1 | -1/+0 |
2012-05-15 | xfs: move xfsagino_t to xfs_types.h | Dave Chinner | 1 | -1/+0 |
2012-05-15 | xfs: push the ilock into xfs_zero_eof | Christoph Hellwig | 1 | -100/+63 |
2012-05-15 | xfs: reduce ilock hold times in xfs_file_aio_write_checks | Christoph Hellwig | 1 | -14/+9 |
2012-03-14 | xfs: reimplement fdatasync support | Christoph Hellwig | 1 | -2/+5 |
2012-03-14 | xfs: log timestamp updates | Christoph Hellwig | 1 | -69/+14 |
2012-01-18 | xfs: cleanup xfs_file_aio_write | Christoph Hellwig | 1 | -45/+37 |
2012-01-18 | xfs: always return with the iolock held from xfs_file_aio_write_checks | Christoph Hellwig | 1 | -3/+4 |
2012-01-18 | xfs: remove the i_new_size field in struct xfs_inode | Christoph Hellwig | 1 | -62/+10 |
2012-01-18 | xfs: remove the i_size field in struct xfs_inode | Christoph Hellwig | 1 | -34/+11 |
2011-12-02 | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 1 | -3/+3 |
2011-10-12 | xfs: optimize fsync on directories | Christoph Hellwig | 1 | -1/+30 |
2011-10-12 | xfs: simplify xfs_trans_ijoin* again | Christoph Hellwig | 1 | -1/+1 |
2011-10-12 | xfs: unlock the inode before log force in xfs_fsync | Christoph Hellwig | 1 | -7/+8 |
2011-10-12 | xfs: introduce xfs_bmapi_read() | Dave Chinner | 1 | -6/+4 |
2011-10-12 | xfs: avoid direct I/O write vs buffered I/O race | Christoph Hellwig | 1 | -3/+14 |
2011-10-12 | xfs: remove i_iocount | Christoph Hellwig | 1 | -6/+2 |
2011-10-12 | xfs: don't serialise adjacent concurrent direct IO appending writes | Dave Chinner | 1 | -16/+52 |