serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / fs / xfs /
2012-04-02 Jan Karaxfs: Fix oops on IO error during xlog_recover_process_i...
2012-04-02 Dave Chinnerxfs: fix inode lookup race
2012-02-03 Jan Karaxfs: Fix missing xfs_iunlock() on error recovery path...
2012-01-26 Dave Chinnerxfs: fix endian conversion issue in discard code
2012-01-12 Xi Wangxfs: fix acl count validation in xfs_acl_from_disk()
2011-12-23 Christoph Hellwigxfs: log all dirty inodes in xfs_fs_sync_fs
2011-12-23 Christoph Hellwigxfs: log the inode in ->write_inode calls for kupdate
2011-12-06 Christoph Hellwigxfs: fix the logspace waiting algorithm
2011-12-06 Christoph Hellwigxfs: fix nfs export of 64-bit inodes numbers on 32...
2011-12-02 Dave Chinnerxfs: fix allocation length overflow in xfs_bmapi_write()
2011-11-29 Christoph Hellwigxfs: fix attr2 vs large data fork assert
2011-11-29 Christoph Hellwigxfs: force buffer writeback before blocking on the...
2011-11-29 Christoph Hellwigxfs: validate acl count
2011-11-15 Mitsuo Hayasakaxfs: use doalloc flag in xfs_qm_dqattach_one()
2011-11-08 Christoph Hellwigxfs: fix force shutdown handling in xfs_end_io
2011-11-08 Christoph Hellwigxfs: constify xfs_item_ops
2011-11-08 Carlos Maiolinoxfs: Fix possible memory corruption in xfs_readlink
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-11-01 Joe Perchestreewide: use __printf not __attribute__((format(printf...
2011-11-01 Mel Gormanxfs: warn if direct reclaim tries to writeback pages
2011-10-28 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2011-10-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-10-25 Linus TorvaldsMerge branch 'next' of git://selinuxproject.org/~jmorri...
2011-10-18 Christoph Hellwigxfs: add AIL pushing tracepoints
2011-10-18 Alex Elderxfs: put in missed fix for merge problem
2011-10-17 Alex ElderMerge branch 'master' of git://git./linux/kernel/git...
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-11 Christoph Hellwigxfs: revert to using a kthread for AIL pushing
2011-10-11 Christoph Hellwigxfs: force the log if we encounter pinned buffers in...
2011-10-11 Christoph Hellwigxfs: do not update xa_last_pushed_lsn for locked items
2011-09-15 Jiri KosinaMerge branch 'master' into for-next
2011-09-15 Joe Perchesfs: Convert vmalloc/memset to vzalloc
2011-09-14 Christoph Hellwigxfs: fix a use after free in xfs_end_io_direct_write
2011-09-01 Christoph Hellwigxfs: fix ->write_inode return values
next