aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-14xfs: fix a use after free in xfs_end_io_direct_writeChristoph Hellwig1-1/+2
2011-09-01xfs: fix ->write_inode return valuesChristoph Hellwig1-25/+9
2011-08-31xfs: fix xfs_mark_inode_dirty during umountChristoph Hellwig1-3/+11
2011-08-25xfs: deprecate the nodelaylog mount optionChristoph Hellwig1-0/+2
2011-08-22xfs: fix tracing builds inside the source treeChristoph Hellwig1-0/+2
2011-08-12xfs: remove subdirectoriesChristoph Hellwig53-61/+56
2011-08-12xfs: don't expect xfs headers to be in subdirectoriesAlex Elder5-19/+19
2011-08-12xfs: replace xfs_buf_geterror() with bp->b_errorChandra Seetharaman2-3/+3
2011-08-12xfs: Check the return value of xfs_buf_read() for NULLChandra Seetharaman2-0/+8
2011-08-10"xfs: fix error handling for synchronous writes" revisitedAjeet Yadav1-1/+0
2011-08-09xfs: set cursor in xfs_ail_splice() even when AIL was emptyAlex Elder1-38/+29
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAlex Elder22-189/+165
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+3
2011-08-01xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not setMarkus Trippelsdorf1-1/+4
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro1-1/+1
2011-08-01switch posix_acl_create() to umode_t *Al Viro1-2/+2
2011-07-29xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not setMarkus Trippelsdorf1-1/+4
2011-07-27Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-13/+33
2011-07-26xfs: optimize the negative xattr cachingChristoph Hellwig1-2/+7
2011-07-26xfs: prevent against ioend livelocks in xfs_file_fsyncChristoph Hellwig1-0/+2
2011-07-26xfs: flag all buffers as metadataChristoph Hellwig1-0/+3
2011-07-26xfs: encapsulate a block of debug codeAlex Elder1-11/+21
2011-07-26xfs: fix misspelled S_IS...()Al Viro2-7/+7
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro10-34/+33
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-25xfs: Remove the macro XFS_BUFTARG_NAMEChandra Seetharaman4-7/+10
2011-07-25xfs: Remove the macro XFS_BUF_TARGETChandra Seetharaman5-7/+6
2011-07-25xfs: Remove the macro XFS_BUF_SET_TARGETChandra Seetharaman2-3/+0
2011-07-25Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman6-7/+10
2011-07-25xfs: Remove the macro XFS_BUF_SET_PTRChandra Seetharaman3-5/+4
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman16-47/+45
2011-07-25xfs: Remove macro XFS_BUF_SET_STARTChandra Seetharaman2-3/+0
2011-07-25xfs: Remove macro XFS_BUF_HOLDChandra Seetharaman4-4/+3
2011-07-25xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman7-26/+0
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman16-55/+40
2011-07-25xfs: Remove the macro XFS_BUF_BFLAGSChandra Seetharaman3-3/+2
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig4-26/+7
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro2-18/+12
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro1-10/+6
2011-07-25xfs: cache negative ACLs if there is no attribute forkChristoph Hellwig2-12/+5
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds1-6/+2
2011-07-25xfs: Fix wrong return value of xfs_file_aio_writeMarkus Trippelsdorf1-1/+4
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds7-69/+60
2011-07-22fs: Merge split stringsJean Delvare1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-9/+8
2011-07-20fs: move inode_dio_done to the end_io handlerChristoph Hellwig1-0/+3
2011-07-20xfs: make use of new shrinker callout for the inode cacheDave Chinner3-56/+46
2011-07-20xfs: add size update tracepoint to IO completionDave Chinner2-4/+9
2011-07-20xfs: convert AIL cursors to use struct list_headDave Chinner2-55/+28
2011-07-20xfs: remove confusing ail cursor wrapperDave Chinner1-31/+19