aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2011-07-29xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not setGravatar Markus Trippelsdorf 1-1/+4
2011-07-27Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 4-13/+33
2011-07-26xfs: optimize the negative xattr cachingGravatar Christoph Hellwig 1-2/+7
2011-07-26xfs: prevent against ioend livelocks in xfs_file_fsyncGravatar Christoph Hellwig 1-0/+2
2011-07-26xfs: flag all buffers as metadataGravatar Christoph Hellwig 1-0/+3
2011-07-26xfs: encapsulate a block of debug codeGravatar Alex Elder 1-11/+21
2011-07-26xfs: fix misspelled S_IS...()Gravatar Al Viro 2-7/+7
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Gravatar Al Viro 10-34/+33
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-07-25fs: take the ACL checks to common codeGravatar Christoph Hellwig 4-26/+7
2011-07-25kill boilerplates around posix_acl_create_masq()Gravatar Al Viro 2-18/+12
2011-07-25kill boilerplate around posix_acl_chmod_masq()Gravatar Al Viro 1-10/+6
2011-07-25xfs: cache negative ACLs if there is no attribute forkGravatar Christoph Hellwig 2-12/+5
2011-07-25vfs: move ACL cache lookup into generic codeGravatar Linus Torvalds 1-6/+2
2011-07-25xfs: Fix wrong return value of xfs_file_aio_writeGravatar Markus Trippelsdorf 1-1/+4
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 7-69/+60
2011-07-22fs: Merge split stringsGravatar Jean Delvare 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-9/+8
2011-07-20fs: move inode_dio_done to the end_io handlerGravatar Christoph Hellwig 1-0/+3
2011-07-20xfs: make use of new shrinker callout for the inode cacheGravatar Dave Chinner 3-56/+46
2011-07-20xfs: add size update tracepoint to IO completionGravatar Dave Chinner 2-4/+9
2011-07-20xfs: convert AIL cursors to use struct list_headGravatar Dave Chinner 2-55/+28
2011-07-20xfs: remove confusing ail cursor wrapperGravatar Dave Chinner 1-31/+19
2011-07-20xfs: use a cursor for bulk AIL insertionGravatar Dave Chinner 3-28/+118
2011-07-20xfs: failure mapping nfs fh to inode should return ESTALEGravatar J. Bruce Fields 1-2/+2
2011-07-20xfs: Remove the second parameter to xfs_sb_count()Gravatar Chandra Seetharaman 3-12/+7
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Gravatar Al Viro 2-2/+2
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Gravatar Al Viro 1-1/+1
2011-07-13xfs: remove the dead XFS_DABUF_DEBUG codeGravatar Christoph Hellwig 2-67/+12
2011-07-13xfs: remove leftovers of the old btree tracing codeGravatar Christoph Hellwig 11-621/+19
2011-07-13xfs: remove the dead QUOTADEBUG codeGravatar Christoph Hellwig 8-466/+8
2011-07-13xfs: remove the unused xfs_buf_delwri_sort functionGravatar Christoph Hellwig 1-8/+0
2011-07-13xfs: remove wrappers around b_iodoneGravatar Christoph Hellwig 7-24/+20
2011-07-13xfs: remove wrappers around b_fsprivGravatar Christoph Hellwig 6-93/+61
2011-07-13xfs: add a proper transaction pointer to struct xfs_bufGravatar Christoph Hellwig 4-30/+19
2011-07-13xfs: factor out xfs_da_grow_inode_intGravatar Christoph Hellwig 3-167/+86
2011-07-13xfs: factor out xfs_dir2_leaf_find_staleGravatar Christoph Hellwig 1-46/+37
2011-07-13xfs: cleanup struct xfs_dir2_freeGravatar Christoph Hellwig 2-10/+12
2011-07-13xfs: reshuffle dir2 headersGravatar Christoph Hellwig 16-900/+751
2011-07-13xfs: start periodic workers laterGravatar Christoph Hellwig 1-21/+14
2011-07-11Revert "xfs: fix filesystsem freeze race in xfs_trans_alloc"Gravatar Alex Elder 5-27/+29
2011-07-08xfs: remove variables that serve no purpose in xfs_alloc_ag_vextent_exact()Gravatar Chandra Seetharaman 1-8/+4
2011-07-08xfs: consolidate & clarify mount sanity checksGravatar Eric Sandeen 2-20/+18
2011-07-08xfs: avoid a few disk cache flushesGravatar Christoph Hellwig 1-6/+12
2011-07-08xfs: cleanup I/O-related buffer flagsGravatar Christoph Hellwig 3-45/+39
2011-07-08xfs: return the buffer locked from xfs_buf_get_uncachedGravatar Christoph Hellwig 4-7/+9
2011-07-08xfs: clean up buffer locking helpersGravatar Christoph Hellwig 9-54/+39
2011-07-08xfs: remove the unused xfs_bufhash structureGravatar Christoph Hellwig 1-5/+0
2011-07-08xfs: byteswap constants instead of variablesGravatar Christoph Hellwig 15-197/+208
2011-07-08xfs: use generic get_unaligned_beXX helpersGravatar Christoph Hellwig 4-144/+16