aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6 (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-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-27Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-2/+12
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: fix misspelled S_IS...()Al Viro1-1/+1
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro1-2/+2
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig3-24/+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 Torvalds6-68/+59
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: 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 Seetharaman1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro1-1/+1
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro1-1/+1
2011-07-13xfs: remove leftovers of the old btree tracing codeChristoph Hellwig1-1/+0
2011-07-13xfs: remove the unused xfs_buf_delwri_sort functionChristoph Hellwig1-8/+0
2011-07-13xfs: remove wrappers around b_iodoneChristoph Hellwig2-5/+1
2011-07-13xfs: remove wrappers around b_fsprivChristoph Hellwig1-2/+0
2011-07-13xfs: add a proper transaction pointer to struct xfs_bufChristoph Hellwig1-3/+1
2011-07-13xfs: start periodic workers laterChristoph Hellwig1-21/+14
2011-07-08xfs: cleanup I/O-related buffer flagsChristoph Hellwig2-40/+35
2011-07-08xfs: return the buffer locked from xfs_buf_get_uncachedChristoph Hellwig1-3/+0
2011-07-08xfs: clean up buffer locking helpersChristoph Hellwig3-31/+19
2011-07-08xfs: remove the unused xfs_bufhash structureChristoph Hellwig1-5/+0
2011-07-08xfs: use generic get_unaligned_beXX helpersChristoph Hellwig1-1/+6
2011-07-08xfs: kill the unused struct xfs_sync_workChristoph Hellwig1-8/+0
2011-07-08xfs: improve sync behaviour in the face of aggressive dirtyingChristoph Hellwig1-5/+3
2011-07-08xfs: split xfs_itruncate_finishChristoph Hellwig2-11/+3
2011-07-08xfs: kill xfs_itruncate_startChristoph Hellwig1-34/+0
2011-07-08xfs: always log timestamp updates in xfs_setattr_sizeChristoph Hellwig1-8/+9
2011-07-08xfs: split xfs_setattrChristoph Hellwig3-3/+441
2011-07-08xfs: re-enable non-blocking behaviour in xfs_map_blocksChristoph Hellwig1-1/+1
2011-07-08xfs: PF_FSTRANS should never be set in ->writepageChristoph Hellwig1-14/+3
2011-06-16xfs: make log devices with write back caches workChristoph Hellwig2-94/+31
2011-06-14xfs: fix ->mknod() return value on xfs_get_acl() failureAl Viro1-1/+1
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+2
2011-05-26Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-2/+47
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han2-4/+5
2011-05-24xfs: add online discard supportChristoph Hellwig3-2/+47
2011-05-19xfs: reset buffer pointers before freeing themDave Chinner2-0/+22