summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2011-10-12xfs: factor extent map manipulations out of xfs_bmapiDave Chinner
2011-10-12xfs: remove the nextents variable in xfs_bmapiChristoph Hellwig
2011-10-12xfs: remove impossible to read code in xfs_bmap_add_extent_delay_realChristoph Hellwig
2011-10-12xfs: remove the first extent special case in xfs_bmap_add_extentChristoph Hellwig
2011-10-12xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka
2011-10-12xfs: Fix the incorrect comment in the header of _xfs_buf_findChandra Seetharaman
2011-10-12xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman
2011-10-12xfs: Check the return value of xfs_buf_get()Chandra Seetharaman
2011-10-12xfs: improve ioend error handlingChristoph Hellwig
2011-10-12xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig
2011-10-12xfs: avoid synchronous transactions when deleting attr blocksChristoph Hellwig
2011-10-12xfs: remove i_iocountChristoph Hellwig
2011-10-12xfs: wait for I/O completion when writing out pages in xfs_setattr_sizeChristoph Hellwig
2011-10-12xfs: reduce ioend latencyChristoph Hellwig
2011-10-12xfs: defer AIO/DIO completionsChristoph Hellwig
2011-10-12xfs: remove dead ENODEV handling in xfs_destroy_ioendChristoph Hellwig
2011-10-12xfs: use the "delwri" terminology consistentlyChristoph Hellwig
2011-10-12xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig
2011-10-12xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig
2011-10-12xfs: move more delwri setup into xfs_buf_delwri_queueChristoph Hellwig
2011-10-12xfs: remove the unlock argument to xfs_buf_delwri_queueChristoph Hellwig
2011-10-12xfs: remove delwri buffer handling from xfs_buf_iorequestChristoph Hellwig
2011-10-12xfs: don't serialise adjacent concurrent direct IO appending writesDave Chinner
2011-10-12xfs: don't serialise direct IO reads on page cache checksDave Chinner
2011-10-11xfs: revert to using a kthread for AIL pushingChristoph Hellwig
2011-10-11xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig
2011-10-11xfs: do not update xa_last_pushed_lsn for locked itemsChristoph Hellwig
2011-09-15Merge branch 'master' into for-nextJiri Kosina
2011-09-15fs: Convert vmalloc/memset to vzallocJoe Perches
2011-09-14xfs: fix a use after free in xfs_end_io_direct_writeChristoph Hellwig
2011-09-01xfs: fix ->write_inode return valuesChristoph Hellwig
2011-08-31xfs: fix xfs_mark_inode_dirty during umountChristoph Hellwig
2011-08-25xfs: deprecate the nodelaylog mount optionChristoph Hellwig
2011-08-22xfs: fix tracing builds inside the source treeChristoph Hellwig
2011-08-12xfs: remove subdirectoriesChristoph Hellwig
2011-08-12xfs: don't expect xfs headers to be in subdirectoriesAlex Elder
2011-08-12xfs: replace xfs_buf_geterror() with bp->b_errorChandra Seetharaman
2011-08-12xfs: Check the return value of xfs_buf_read() for NULLChandra Seetharaman
2011-08-10"xfs: fix error handling for synchronous writes" revisitedAjeet Yadav
2011-08-09xfs: set cursor in xfs_ail_splice() even when AIL was emptyAlex Elder
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-08-01xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not setMarkus Trippelsdorf
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro
2011-08-01switch posix_acl_create() to umode_t *Al Viro
2011-07-29xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not setMarkus Trippelsdorf
2011-07-27Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-07-27xfs: optimize the negative xattr cachingChristoph Hellwig
2011-07-27xfs: prevent against ioend livelocks in xfs_file_fsyncChristoph Hellwig