xfs: do not flush data workqueues in xfs_flush_buftarg
[pandora-kernel.git] / fs /
2011-10-12 Christoph Hellwigxfs: do not flush data workqueues in xfs_flush_buftarg
2011-10-12 Christoph Hellwigxfs: remove XFS_bflush
2011-10-12 Christoph Hellwigxfs: remove xfs_buf_target_name
2011-10-12 Christoph Hellwigxfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacks
2011-10-12 Christoph Hellwigxfs: clean up xfs_ioerror_alert
2011-10-12 Christoph Hellwigxfs: clean up buffer allocation
2011-10-12 Christoph Hellwigxfs: remove buffers from the delwri list in xfs_buf_stale
2011-10-12 Christoph Hellwigxfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE
2011-10-12 Christoph Hellwigxfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF
2011-10-12 Christoph Hellwigxfs: remove XFS_BUF_FINISH_IOWAIT
2011-10-12 Christoph Hellwigxfs: remove xfs_get_buftarg_list
2011-10-12 Christoph Hellwigxfs: fix buffer flushing during unmount
2011-10-12 Christoph Hellwigxfs: optimize fsync on directories
2011-10-12 Dave Chinnerxfs: reduce the number of log forces from tail pushing
2011-10-12 Dave Chinnerxfs: Don't allocate new buffers on every call to _xfs_b...
2011-10-12 Christoph Hellwigxfs: simplify xfs_trans_ijoin* again
2011-10-12 Christoph Hellwigxfs: unlock the inode before log force in xfs_change_fi...
2011-10-12 Christoph Hellwigxfs: unlock the inode before log force in xfs_fs_nfs_co...
2011-10-12 Christoph Hellwigxfs: unlock the inode before log force in xfs_fsync
2011-10-12 Christoph Hellwigxfs: XFS_TRANS_SWAPEXT is not a valid flag for xfs_tran...
2011-10-12 Lukas Czernerxfs: fix possible overflow in xfs_ioc_trim()
2011-10-12 Christoph Hellwigxfs: cleanup xfs_bmap.h
2011-10-12 Christoph Hellwigxfs: dont ignore error code from xfs_bmbt_update
2011-10-12 Christoph Hellwigxfs: pass bmalloca to xfs_bmap_add_extent_hole_real
2011-10-12 Christoph Hellwigxfs: pass bmalloca to xfs_bmap_add_extent_delay_real
2011-10-12 Christoph Hellwigxfs: move logflags into bmalloca
2011-10-12 Dave Chinnerxfs: move lastx and nallocs into bmalloca
2011-10-12 Dave Chinnerxfs: move btree cursor into bmalloca
2011-10-12 Dave Chinnerxfs: do not keep local copies of allocation ranges...
2011-10-12 Dave Chinnerxfs: rename allocation range fields in struct xfs_bmalloca
2011-10-12 Dave Chinnerxfs: move firstblock and bmap freelist cursor into...
2011-10-12 Dave Chinnerxfs: move extent records into bmalloca structure
2011-10-12 Dave Chinnerxfs: pass bmalloca structure to xfs_bmap_isaeof
2011-10-12 Christoph Hellwigxfs: remove xfs_bmap_add_extent
2011-10-12 Christoph Hellwigxfs: introduce xfs_bmap_last_extent
2011-10-12 Dave Chinnerxfs: rename xfs_bmapi to xfs_bmapi_write
2011-10-12 Dave Chinnerxfs: factor unwritten extent map manipulations out...
2011-10-12 Dave Chinnerxfs: factor extent allocation out of xfs_bmapi
2011-10-12 Christoph Hellwigxfs: do not use xfs_bmap_add_extent for adding delalloc...
2011-10-12 Christoph Hellwigxfs: introduce xfs_bmapi_delay()
2011-10-12 Christoph Hellwigxfs: factor delalloc reservations out of xfs_bmapi
2011-10-12 Dave Chinnerxfs: remove xfs_bmapi_single()
2011-10-12 Dave Chinnerxfs: introduce xfs_bmapi_read()
2011-10-12 Dave Chinnerxfs: factor extent map manipulations out of xfs_bmapi
2011-10-12 Christoph Hellwigxfs: remove the nextents variable in xfs_bmapi
2011-10-12 Christoph Hellwigxfs: remove impossible to read code in xfs_bmap_add_ext...
2011-10-12 Christoph Hellwigxfs: remove the first extent special case in xfs_bmap_a...
2011-10-12 Mitsuo Hayasakaxfs: Return -EIO when xfs_vn_getattr() failed
2011-10-12 Chandra Seetharamanxfs: Fix the incorrect comment in the header of _xfs_bu...
2011-10-12 Chandra Seetharamanxfs: Check the return value of xfs_trans_get_buf()
2011-10-12 Chandra Seetharamanxfs: Check the return value of xfs_buf_get()
2011-10-12 Christoph Hellwigxfs: improve ioend error handling
2011-10-12 Christoph Hellwigxfs: avoid direct I/O write vs buffered I/O race
2011-10-12 Christoph Hellwigxfs: avoid synchronous transactions when deleting attr...
2011-10-12 Christoph Hellwigxfs: remove i_iocount
2011-10-12 Christoph Hellwigxfs: wait for I/O completion when writing out pages...
2011-10-12 Christoph Hellwigxfs: reduce ioend latency
2011-10-12 Christoph Hellwigxfs: defer AIO/DIO completions
2011-10-12 Christoph Hellwigxfs: remove dead ENODEV handling in xfs_destroy_ioend
2011-10-12 Christoph Hellwigxfs: use the "delwri" terminology consistently
2011-10-12 Christoph Hellwigxfs: let xfs_bwrite callers handle the xfs_buf_relse
2011-10-12 Christoph Hellwigxfs: call xfs_buf_delwri_queue directly
2011-10-12 Christoph Hellwigxfs: move more delwri setup into xfs_buf_delwri_queue
2011-10-12 Christoph Hellwigxfs: remove the unlock argument to xfs_buf_delwri_queue
2011-10-12 Christoph Hellwigxfs: remove delwri buffer handling from xfs_buf_iorequest
2011-10-12 Dave Chinnerxfs: don't serialise adjacent concurrent direct IO...
2011-10-12 Dave Chinnerxfs: don't serialise direct IO reads on page cache...
2011-10-04 Linus TorvaldsMerge git://github.com/davem330/net
2011-10-04 Linus TorvaldsMerge branch 'fix/asoc' of git://github.com/tiwai/sound
2011-10-04 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2011-10-04 Linus TorvaldsMerge branch 'spi/merge' of git://git.secretlab.ca...
2011-10-03 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://github.com...
2011-10-03 Linus TorvaldsMerge git://github.com/davem330/ide
2011-10-03 Linus TorvaldsMerge branch 'btrfs-3.0' of git://github.com/chrismason...
2011-10-03 Linus TorvaldsMerge branch 'for-linus' of git://git.infradead.org...
2011-10-03 Linus TorvaldsMerge branch 'for-linus' of git://github.com/tiwai...
2011-10-01 Linus TorvaldsMerge branches 'irq-urgent-for-linus', 'x86-urgent...
2011-09-30 Josef BacikBtrfs: force a page fault if we have a shorty copy...
2011-09-30 Ingo MolnarMerge branch 'perf/urgent' of git://github.com/acmel...
2011-09-30 Linus TorvaldsMerge branch 'for-linus' of git://github.com/NewDreamNe...
2011-09-30 Linus TorvaldsMerge branch 'v4l_for_linus' of git://linuxtv.org/mcheh...
2011-09-30 Linus TorvaldsMerge branch 'for-linus' of git://git390.marist.edu...
2011-09-30 Linus TorvaldsMerge git://github.com/davem330/sparc
2011-09-30 Linus TorvaldsMerge branch 'drm-intel-fixes' of git://people.freedesk...
2011-09-28 Linus TorvaldsMerge git://github.com/davem330/net
2011-09-28 Linus TorvaldsMerge git://bedivere.hansenpartnership.com/git/scsi...
2011-09-28 Linus TorvaldsMerge branch 'writeback-for-linus' of git://github...
2011-09-27 Linus TorvaldsMerge branch 'for-linus' of git://github.com/tiwai...
2011-09-27 Linus TorvaldsMerge branch 'pm-fixes' of git://github.com/rjwysocki...
2011-09-27 John W. LinvilleMerge branch 'master' of git://git.infradead.org/users...
2011-09-27 David S. MillerMerge branch 'batman-adv/maint' of git://git.open-mesh...
2011-09-27 Linus Torvaldsvfs: remove LOOKUP_NO_AUTOMOUNT flag
2011-09-27 Trond MyklebustVFS: Fix the remaining automounter semantics regressions
2011-09-27 Linus Torvaldsvfs pathname lookup: Add LOOKUP_AUTOMOUNT flag
2011-09-26 Linus TorvaldsMerge branch 'fixes' of ftp.arm.linux.org.uk/pub/linux...
2011-09-23 Linus TorvaldsMerge branch 'spi/merge' of git://git.secretlab.ca...
2011-09-23 Linus TorvaldsMerge branch 'for-linus' of git://github.com/tiwai...
2011-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git390.marist.edu...
2011-09-21 Linus TorvaldsMerge git://github.com/davem330/net
2011-09-21 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
next