aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2011-07-20xfs: use a cursor for bulk AIL insertionDave Chinner3-28/+118
2011-07-20xfs: failure mapping nfs fh to inode should return ESTALEJ. Bruce Fields1-2/+2
2011-07-20xfs: Remove the second parameter to xfs_sb_count()Chandra Seetharaman3-12/+7
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2-2/+2
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro1-1/+1
2011-07-13xfs: remove the dead XFS_DABUF_DEBUG codeChristoph Hellwig2-67/+12
2011-07-13xfs: remove leftovers of the old btree tracing codeChristoph Hellwig11-621/+19
2011-07-13xfs: remove the dead QUOTADEBUG codeChristoph Hellwig8-466/+8
2011-07-13xfs: remove the unused xfs_buf_delwri_sort functionChristoph Hellwig1-8/+0
2011-07-13xfs: remove wrappers around b_iodoneChristoph Hellwig7-24/+20
2011-07-13xfs: remove wrappers around b_fsprivChristoph Hellwig6-93/+61
2011-07-13xfs: add a proper transaction pointer to struct xfs_bufChristoph Hellwig4-30/+19
2011-07-13xfs: factor out xfs_da_grow_inode_intChristoph Hellwig3-167/+86
2011-07-13xfs: factor out xfs_dir2_leaf_find_staleChristoph Hellwig1-46/+37
2011-07-13xfs: cleanup struct xfs_dir2_freeChristoph Hellwig2-10/+12
2011-07-13xfs: reshuffle dir2 headersChristoph Hellwig16-900/+751
2011-07-13xfs: start periodic workers laterChristoph Hellwig1-21/+14
2011-07-11Revert "xfs: fix filesystsem freeze race in xfs_trans_alloc"Alex Elder5-27/+29
2011-07-08xfs: remove variables that serve no purpose in xfs_alloc_ag_vextent_exact()Chandra Seetharaman1-8/+4
2011-07-08xfs: consolidate & clarify mount sanity checksEric Sandeen2-20/+18
2011-07-08xfs: avoid a few disk cache flushesChristoph Hellwig1-6/+12
2011-07-08xfs: cleanup I/O-related buffer flagsChristoph Hellwig3-45/+39
2011-07-08xfs: return the buffer locked from xfs_buf_get_uncachedChristoph Hellwig4-7/+9