summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2012-04-02xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara
2012-04-02xfs: fix inode lookup raceDave Chinner
2012-02-03xfs: fix endian conversion issue in discard codeDave Chinner
2012-02-03xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara
2012-01-12xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang
2012-01-06xfs: log all dirty inodes in xfs_fs_sync_fsChristoph Hellwig
2012-01-06xfs: log the inode in ->write_inode calls for kupdateChristoph Hellwig
2011-12-21xfs: avoid synchronous transactions when deleting attr blocksChristoph Hellwig
2011-12-21xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernelsChristoph Hellwig
2011-12-09xfs: fix attr2 vs large data fork assertChristoph Hellwig
2011-12-09xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig
2011-12-09xfs: validate acl countChristoph Hellwig
2011-11-26xfs: fix ->write_inode return valuesChristoph Hellwig
2011-11-26xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka
2011-11-26xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino
2011-11-26xfs: fix buffer flushing during unmountChristoph Hellwig
2011-11-26xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka
2011-11-26xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig
2011-11-26xfs: dont serialise direct IO reads on page cacheDave Chinner
2011-11-26xfs: fix xfs_mark_inode_dirty during umountChristoph Hellwig
2011-11-26xfs: fix error handling for synchronous writesChristoph Hellwig
2011-10-25xfs: revert to using a kthread for AIL pushingChristoph Hellwig
2011-10-25xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig
2011-10-25xfs: do not update xa_last_pushed_lsn for locked itemsChristoph Hellwig
2011-10-25xfs: use a cursor for bulk AIL insertionDave Chinner
2011-10-25xfs: start periodic workers laterChristoph 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