aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix reading of wrapped log dataDave Chinner2012-11-171-1/+1
* tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-211-0/+3
* xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara2012-04-021-22/+11
* xfs: fix inode lookup raceDave Chinner2012-04-021-6/+12
* xfs: fix endian conversion issue in discard codeDave Chinner2012-02-031-2/+2
* xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara2012-02-031-1/+2
* xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang2012-01-121-1/+1
* xfs: log all dirty inodes in xfs_fs_sync_fsChristoph Hellwig2012-01-062-0/+39
* xfs: log the inode in ->write_inode calls for kupdateChristoph Hellwig2012-01-061-25/+5
* xfs: avoid synchronous transactions when deleting attr blocksChristoph Hellwig2011-12-213-28/+4
* xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernelsChristoph Hellwig2011-12-211-4/+4
* xfs: fix attr2 vs large data fork assertChristoph Hellwig2011-12-091-25/+39
* xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig2011-12-093-0/+33
* xfs: validate acl countChristoph Hellwig2011-12-091-0/+2
* xfs: fix ->write_inode return valuesChristoph Hellwig2011-11-261-25/+9
* xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka2011-11-261-1/+2
* xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino2011-11-261-4/+10
* xfs: fix buffer flushing during unmountChristoph Hellwig2011-11-262-20/+10
* xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka2011-11-261-1/+1
* xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig2011-11-261-3/+14
* xfs: dont serialise direct IO reads on page cacheDave Chinner2011-11-261-3/+14
* xfs: fix xfs_mark_inode_dirty during umountChristoph Hellwig2011-11-261-3/+11
* xfs: fix error handling for synchronous writesChristoph Hellwig2011-11-261-1/+0
* xfs: revert to using a kthread for AIL pushingChristoph Hellwig2011-10-254-51/+45
* xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig2011-10-255-10/+24
* xfs: do not update xa_last_pushed_lsn for locked itemsChristoph Hellwig2011-10-251-1/+0
* xfs: use a cursor for bulk AIL insertionDave Chinner2011-10-253-28/+118
* xfs: start periodic workers laterChristoph Hellwig2011-10-251-21/+14
* 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-231-0/+7
* xfs: clear XFS_IDIRTY_RELEASE on truncate downDave Chinner2011-06-231-2/+5
* xfs: reset inode per-lifetime state when recycling itDave Chinner2011-06-232-4/+19
* xfs: make log devices with write back caches workChristoph Hellwig2011-06-163-95/+41
* 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/+1
| * 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/+6
| * xfs: remove if_lastexChristoph Hellwig2011-05-253-223/+203
| * xfs: remove the unused XFS_BMAPI_RSVBLOCKS flagChristoph Hellwig2011-05-252-63/+33
| * 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-2325-417/+721
|\ \ | |/
| * xfs: obey minleft values during extent allocation correctlyDave Chinner2011-05-191-1/+0