summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2011-07-08xfs: clean up buffer locking helpersChristoph Hellwig
2011-07-08xfs: remove the unused xfs_bufhash structureChristoph Hellwig
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig
2011-07-08xfs: use generic get_unaligned_beXX helpersChristoph Hellwig
2011-07-08xfs: cleanup struct xfs_dir2_leafChristoph Hellwig
2011-07-08xfs: cleanup the definition of struct xfs_dir2_data_entryChristoph Hellwig
2011-07-08xfs: kill struct xfs_dir2_dataChristoph Hellwig
2011-07-08xfs: avoid usage of struct xfs_dir2_dataChristoph Hellwig
2011-07-08xfs: kill struct xfs_dir2_blockChristoph Hellwig
2011-07-08xfs: avoid usage of struct xfs_dir2_blockChristoph Hellwig
2011-07-08xfs: cleanup the definition of struct xfs_dir2_sf_entryChristoph Hellwig
2011-07-08xfs: kill struct xfs_dir2_sfChristoph Hellwig
2011-07-08xfs: cleanup shortform directory inode number handlingChristoph Hellwig
2011-07-08xfs: factor out xfs_dir2_leaf_find_entryChristoph Hellwig
2011-07-08xfs: kill the unused struct xfs_sync_workChristoph Hellwig
2011-07-08xfs: remove i_transpChristoph Hellwig
2011-07-08xfs: fix filesystsem freeze race in xfs_trans_allocChristoph Hellwig
2011-07-08xfs: improve sync behaviour in the face of aggressive dirtyingChristoph Hellwig
2011-07-08xfs: split xfs_itruncate_finishChristoph Hellwig
2011-07-08xfs: kill xfs_itruncate_startChristoph Hellwig
2011-07-08xfs: always log timestamp updates in xfs_setattr_sizeChristoph Hellwig
2011-07-08xfs: split xfs_setattrChristoph Hellwig
2011-07-08xfs: work around bogus gcc warning in xfs_allocbt_init_cursorChristoph Hellwig
2011-07-08xfs: re-enable non-blocking behaviour in xfs_map_blocksChristoph Hellwig
2011-07-08xfs: PF_FSTRANS should never be set in ->writepageChristoph Hellwig
2011-07-06xfs: unpin stale inodes directly in IOP_COMMITTEDDave Chinner
2011-06-23xfs: prevent bogus assert when trying to remove non-existent attributeDave Chinner
2011-06-23xfs: clear XFS_IDIRTY_RELEASE on truncate downDave Chinner
2011-06-23xfs: reset inode per-lifetime state when recycling itDave Chinner
2011-06-16xfs: make log devices with write back caches workChristoph Hellwig
2011-06-14xfs: fix ->mknod() return value on xfs_get_acl() failureAl Viro
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig
2011-05-26Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-05-25xfs: correctly decrement the extent buffer index in xfs_bmap_del_extentChristoph Hellwig
2011-05-25xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irecChristoph Hellwig
2011-05-25xfs: fix up asserts in xfs_iflush_forkChristoph Hellwig
2011-05-25xfs: do not do pointer arithmetic on extent recordsChristoph Hellwig
2011-05-25xfs: do not use unchecked extent indices in xfs_bunmapiChristoph Hellwig
2011-05-25xfs: do not use unchecked extent indices in xfs_bmapiChristoph Hellwig
2011-05-25xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*Christoph Hellwig
2011-05-25xfs: remove if_lastexChristoph Hellwig
2011-05-25xfs: remove the unused XFS_BMAPI_RSVBLOCKS flagChristoph Hellwig
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han
2011-05-24xfs: do not discard alloc btree blocksChristoph Hellwig
2011-05-24xfs: add online discard supportChristoph Hellwig
2011-05-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-19xfs: obey minleft values during extent allocation correctlyDave Chinner
2011-05-19xfs: reset buffer pointers before freeing themDave Chinner
2011-05-19xfs: avoid getting stuck during async inode flushesDave Chinner