aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
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-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-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-26xfs: optimize the negative xattr cachingChristoph Hellwig
2011-07-26xfs: prevent against ioend livelocks in xfs_file_fsyncChristoph Hellwig
2011-07-26xfs: flag all buffers as metadataChristoph Hellwig
2011-07-26xfs: encapsulate a block of debug codeAlex Elder
2011-07-26xfs: fix misspelled S_IS...()Al Viro
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-25xfs: Remove the macro XFS_BUFTARG_NAMEChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_TARGETChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_SET_TARGETChandra Seetharaman
2011-07-25Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_SET_PTRChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman
2011-07-25xfs: Remove macro XFS_BUF_SET_STARTChandra Seetharaman
2011-07-25xfs: Remove macro XFS_BUF_HOLDChandra Seetharaman
2011-07-25xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_BFLAGSChandra Seetharaman
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro
2011-07-25xfs: cache negative ACLs if there is no attribute forkChristoph Hellwig
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds
2011-07-25xfs: Fix wrong return value of xfs_file_aio_writeMarkus Trippelsdorf
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-22fs: Merge split stringsJean Delvare
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: move inode_dio_done to the end_io handlerChristoph Hellwig
2011-07-20xfs: make use of new shrinker callout for the inode cacheDave Chinner