summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
* | | xfs: cleanup I/O-related buffer flagsChristoph Hellwig2011-07-083-45/+39Star
* | | xfs: return the buffer locked from xfs_buf_get_uncachedChristoph Hellwig2011-07-084-7/+9
* | | xfs: clean up buffer locking helpersChristoph Hellwig2011-07-089-54/+39Star
* | | xfs: remove the unused xfs_bufhash structureChristoph Hellwig2011-07-081-5/+0Star
* | | xfs: byteswap constants instead of variablesChristoph Hellwig2011-07-0815-197/+208
* | | xfs: use generic get_unaligned_beXX helpersChristoph Hellwig2011-07-084-144/+16Star
* | | xfs: cleanup struct xfs_dir2_leafChristoph Hellwig2011-07-082-15/+56
* | | xfs: cleanup the definition of struct xfs_dir2_data_entryChristoph Hellwig2011-07-081-4/+5
* | | xfs: kill struct xfs_dir2_dataChristoph Hellwig2011-07-083-31/+23Star
* | | xfs: avoid usage of struct xfs_dir2_dataChristoph Hellwig2011-07-086-231/+236
* | | xfs: kill struct xfs_dir2_blockChristoph Hellwig2011-07-083-36/+34Star
* | | xfs: avoid usage of struct xfs_dir2_blockChristoph Hellwig2011-07-086-109/+106Star
* | | xfs: cleanup the definition of struct xfs_dir2_sf_entryChristoph Hellwig2011-07-082-18/+16Star
* | | xfs: kill struct xfs_dir2_sfChristoph Hellwig2011-07-084-142/+141Star
* | | xfs: cleanup shortform directory inode number handlingChristoph Hellwig2011-07-084-75/+104
* | | xfs: factor out xfs_dir2_leaf_find_entryChristoph Hellwig2011-07-083-176/+128Star
* | | xfs: kill the unused struct xfs_sync_workChristoph Hellwig2011-07-081-8/+0Star
* | | xfs: remove i_transpChristoph Hellwig2011-07-086-39/+24Star
* | | xfs: fix filesystsem freeze race in xfs_trans_allocChristoph Hellwig2011-07-085-29/+27Star
* | | xfs: improve sync behaviour in the face of aggressive dirtyingChristoph Hellwig2011-07-081-5/+3Star
* | | xfs: split xfs_itruncate_finishChristoph Hellwig2011-07-087-277/+155Star
* | | xfs: kill xfs_itruncate_startChristoph Hellwig2011-07-084-231/+4Star
* | | xfs: always log timestamp updates in xfs_setattr_sizeChristoph Hellwig2011-07-081-8/+9
* | | xfs: split xfs_setattrChristoph Hellwig2011-07-085-429/+444
* | | xfs: work around bogus gcc warning in xfs_allocbt_init_cursorChristoph Hellwig2011-07-081-3/+6
* | | xfs: re-enable non-blocking behaviour in xfs_map_blocksChristoph Hellwig2011-07-081-1/+1
* | | xfs: PF_FSTRANS should never be set in ->writepageChristoph Hellwig2011-07-081-14/+3Star
|/ /
* / xfs: unpin stale inodes directly in IOP_COMMITTEDDave Chinner2011-07-062-8/+10
|/
* xfs: prevent bogus assert when trying to remove non-existent attributeDave Chinner2011-06-241-0/+7
* xfs: clear XFS_IDIRTY_RELEASE on truncate downDave Chinner2011-06-241-2/+5
* xfs: reset inode per-lifetime state when recycling itDave Chinner2011-06-242-4/+19
* xfs: make log devices with write back caches workChristoph Hellwig2011-06-163-95/+41Star
* xfs: fix ->mknod() return value on xfs_get_acl() failureAl Viro2011-06-141-1/+1
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-1/+2
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-05-2614-318/+360
|\
| * xfs: correctly decrement the extent buffer index in xfs_bmap_del_extentChristoph Hellwig2011-05-251-0/+2
| * xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irecChristoph Hellwig2011-05-251-2/+6
| * xfs: fix up asserts in xfs_iflush_forkChristoph Hellwig2011-05-251-4/+1Star
| * xfs: do not do pointer arithmetic on extent recordsChristoph Hellwig2011-05-251-3/+6
| * xfs: do not use unchecked extent indices in xfs_bunmapiChristoph Hellwig2011-05-251-8/+8
| * xfs: do not use unchecked extent indices in xfs_bmapiChristoph Hellwig2011-05-251-4/+5
| * xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*Christoph Hellwig2011-05-251-8/+6Star
| * xfs: remove if_lastexChristoph Hellwig2011-05-253-223/+203Star
| * xfs: remove the unused XFS_BMAPI_RSVBLOCKS flagChristoph Hellwig2011-05-252-63/+33Star
| * xfs: do not discard alloc btree blocksChristoph Hellwig2011-05-244-5/+10
| * xfs: add online discard supportChristoph Hellwig2011-05-249-8/+90
* | vmscan: change shrinker API by passing shrink_control structYing Han2011-05-253-7/+8
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-05-2425-417/+721
|\|
| * xfs: obey minleft values during extent allocation correctlyDave Chinner2011-05-191-1/+0Star
| * xfs: reset buffer pointers before freeing themDave Chinner2011-05-194-38/+67