aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-11xfs: do not use xfs_bmap_add_extent for adding delalloc extentsChristoph Hellwig1-43/+9
2011-10-11xfs: introduce xfs_bmapi_delay()Christoph Hellwig3-35/+94
2011-10-11xfs: factor delalloc reservations out of xfs_bmapiChristoph Hellwig1-84/+118
2011-10-11xfs: remove xfs_bmapi_single()Dave Chinner4-112/+19
2011-10-11xfs: introduce xfs_bmapi_read()Dave Chinner13-77/+151
2011-10-11xfs: factor extent map manipulations out of xfs_bmapiDave Chinner1-74/+107
2011-10-11xfs: remove the nextents variable in xfs_bmapiChristoph Hellwig1-5/+1
2011-10-11xfs: remove impossible to read code in xfs_bmap_add_extent_delay_realChristoph Hellwig1-27/+8
2011-10-11xfs: remove the first extent special case in xfs_bmap_add_extentChristoph Hellwig1-18/+1
2011-10-11xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka1-1/+1
2011-10-11xfs: Fix the incorrect comment in the header of _xfs_buf_findChandra Seetharaman1-4/+1
2011-10-11xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman6-11/+30
2011-10-11xfs: Check the return value of xfs_buf_get()Chandra Seetharaman2-2/+22
2011-10-11xfs: improve ioend error handlingChristoph Hellwig1-10/+17
2011-10-11xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig1-3/+14
2011-10-11xfs: avoid synchronous transactions when deleting attr blocksChristoph Hellwig2-21/+1
2011-10-11xfs: remove i_iocountChristoph Hellwig9-67/+9
2011-10-11xfs: wait for I/O completion when writing out pages in xfs_setattr_sizeChristoph Hellwig1-2/+2
2011-10-11xfs: reduce ioend latencyChristoph Hellwig1-1/+15
2011-10-11xfs: defer AIO/DIO completionsChristoph Hellwig2-17/+10
2011-10-11xfs: remove dead ENODEV handling in xfs_destroy_ioendChristoph Hellwig1-11/+0
2011-10-11xfs: use the "delwri" terminology consistentlyChristoph Hellwig2-26/+21
2011-10-11xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig8-40/+50
2011-10-11xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig12-39/+30
2011-10-11xfs: move more delwri setup into xfs_buf_delwri_queueChristoph Hellwig1-19/+12
2011-10-11xfs: remove the unlock argument to xfs_buf_delwri_queueChristoph Hellwig1-10/+6
2011-10-11xfs: remove delwri buffer handling from xfs_buf_iorequestChristoph Hellwig1-7/+2
2011-10-11xfs: don't serialise adjacent concurrent direct IO appending writesDave Chinner1-16/+52
2011-10-11xfs: don't serialise direct IO reads on page cache checksDave Chinner1-3/+14
2011-10-11xfs: revert to using a kthread for AIL pushingChristoph Hellwig4-51/+45
2011-10-11xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig5-10/+24
2011-10-11xfs: do not update xa_last_pushed_lsn for locked itemsChristoph Hellwig1-1/+0
2011-09-15Merge branch 'master' into for-nextJiri Kosina80-370/+335
2011-09-15fs: Convert vmalloc/memset to vzallocJoe Perches1-6/+1
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-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into nextJames Morris1-19/+20
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