aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 10-16/+109
2012-07-31xfs: Convert to new freezing codeGravatar Jan Kara 10-16/+109
2012-07-30Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 46-2415/+2457
2012-07-29xfs: wait for the write the superblock on unmountGravatar Mark Tinguely 2-0/+18
2012-07-29xfs: re-enable xfsaild idle mode and fix associated racesGravatar Brian Foster 2-3/+33
2012-07-29xfs: remove iolock lock classesGravatar Christoph Hellwig 3-33/+2
2012-07-29xfs: avoid the iolock in xfs_free_eofblocks for evicted inodesGravatar Christoph Hellwig 1-14/+10
2012-07-29xfs: do not take the iolock in xfs_inactiveGravatar Christoph Hellwig 2-18/+15
2012-07-29xfs: remove xfs_inactive_attrsGravatar Christoph Hellwig 1-61/+36
2012-07-29xfs: clean up xfs_inactiveGravatar Christoph Hellwig 1-128/+43
2012-07-29xfs: do not read the AGI buffer in xfs_dialloc until nessecaryGravatar Christoph Hellwig 1-58/+69
2012-07-29xfs: refactor xfs_ialloc_ag_selectGravatar Christoph Hellwig 1-51/+44
2012-07-29xfs: add a short cut to xfs_dialloc for the non-NULL agbp caseGravatar Christoph Hellwig 1-21/+26
2012-07-29xfs: remove the alloc_done argument to xfs_diallocGravatar Christoph Hellwig 5-19/+10
2012-07-29xfs: split xfs_diallocGravatar Christoph Hellwig 1-175/+174
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-5/+8
2012-07-23switch dentry_open() to struct path, make it grab references itselfGravatar Al Viro 1-2/+5
2012-07-22xfs: remove xfs_ialloc_find_freeGravatar Christoph Hellwig 1-8/+1
2012-07-22Prefix IO_XX flags with XFS_IO_XX to avoid namespace colision.Gravatar Alain Renaud 2-31/+31
2012-07-22xfs: remove xfs_inotobpGravatar Christoph Hellwig 2-54/+19
2012-07-22xfs: merge xfs_itobp into xfs_imap_to_bpGravatar Christoph Hellwig 5-91/+54
2012-07-22xfs: handle EOF correctly in xfs_vm_writepageGravatar Christoph Hellwig 1-2/+17
2012-07-22xfs: implement ->update_timeGravatar Christoph Hellwig 3-57/+46
2012-07-22xfs: fix comment typo of struct xfs_da_blkinfo.Gravatar Chen Baozi 1-1/+1
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-2/+2
2012-07-13xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacksGravatar Christoph Hellwig 3-31/+23
2012-07-13xfs: prevent recursion in xfs_buf_iorequestGravatar Christoph Hellwig 1-1/+1
2012-07-13xfs: don't defer metadata allocation to the workqueueGravatar Dave Chinner 1-3/+12
2012-07-13xfs: really fix the cursor leak in xfs_alloc_ag_vextent_nearGravatar Dave Chinner 1-2/+2
2012-07-13xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacksGravatar Christoph Hellwig 3-31/+23
2012-07-13xfs: prevent recursion in xfs_buf_iorequestGravatar Christoph Hellwig 1-1/+1
2012-07-13xfs: don't defer metadata allocation to the workqueueGravatar Dave Chinner 1-3/+12
2012-07-13xfs: really fix the cursor leak in xfs_alloc_ag_vextent_nearGravatar Dave Chinner 1-2/+2
2012-07-01xfs: factor buffer reading from xfs_dir2_leaf_getdentsGravatar Dave Chinner 1-202/+232
2012-07-01xfs: remove struct xfs_dabuf and infrastructureGravatar Dave Chinner 13-779/+602
2012-07-01xfs: use discontiguous xfs_buf support in dabuf wrappersGravatar Dave Chinner 2-305/+239
2012-07-01xfs: support discontiguous buffers in the xfs_buf_log_itemGravatar Dave Chinner 2-93/+244
2012-07-01xfs: add discontiguous buffer support to transactionsGravatar Dave Chinner 2-39/+79
2012-07-01xfs: add discontiguous buffer map interfaceGravatar Dave Chinner 2-25/+58
2012-07-01xfs: convert internal buffer functions to pass mapsGravatar Dave Chinner 2-54/+191
2012-07-01xfs: separate buffer indexing from block mapGravatar Dave Chinner 2-13/+35
2012-07-01xfs: struct xfs_buf_log_format isn't variable sized.Gravatar Dave Chinner 5-43/+40
2012-06-21xfs: remove xlog_t typedefGravatar Mark Tinguely 3-157/+224
2012-06-21xfs: rename log structure to xlogGravatar Mark Tinguely 6-88/+116
2012-06-21xfs: shutdown xfs_sync_worker before the logGravatar Ben Myers 2-16/+17
2012-06-21xfs: Fix overallocation in xfs_buf_allocate_memory()Gravatar Jan Kara 1-14/+2
2012-06-21xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_nearGravatar Dave Chinner 1-0/+1
2012-06-21xfs: check for stale inode before acquiring iflock on pushGravatar Brian Foster 1-9/+8
2012-06-21xfs: rename log structure to xlogGravatar Mark Tinguely 6-88/+116