summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2012-07-13xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacksChristoph Hellwig
2012-07-13xfs: prevent recursion in xfs_buf_iorequestChristoph Hellwig
2012-07-13xfs: don't defer metadata allocation to the workqueueDave Chinner
2012-07-13xfs: really fix the cursor leak in xfs_alloc_ag_vextent_nearDave Chinner
2012-06-21xfs: rename log structure to xlogMark Tinguely
2012-06-21xfs: shutdown xfs_sync_worker before the logBen Myers
2012-06-21xfs: Fix overallocation in xfs_buf_allocate_memory()Jan Kara
2012-06-21xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_nearDave Chinner
2012-06-21xfs: check for stale inode before acquiring iflock on pushBrian Foster
2012-06-20xfs: fix debug_object WARN at xfs_alloc_vextent()Jeff Liu
2012-06-20xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2)Alain Renaud
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik
2012-05-29->encode_fh() API changeAl Viro
2012-05-29xfs: switch to proper __bitwise type for KM_... flagsAl Viro
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-21xfs: add trace points for log forcesDave Chinner
2012-05-21xfs: fix memory reclaim deadlock on agi bufferPeter Watkins
2012-05-21xfs: fix delalloc quota accounting on failureDave Chinner
2012-05-15xfs: protect xfs_sync_worker with s_umount semaphoreBen Myers
2012-05-14xfs: introduce SEEK_DATA/SEEK_HOLE supportJeff Liu
2012-05-14xfs: make xfs_extent_busy_trim not staticBen Myers
2012-05-14xfs: make XBF_MAPPED the default behaviourDave Chinner
2012-05-14xfs: flush outstanding buffers on log mount failureDave Chinner
2012-05-14xfs: Properly exclude IO type flags from buffer flagsDave Chinner
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner
2012-05-14xfs: move xfs_do_force_shutdown() and kill xfs_rw.cDave Chinner
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner
2012-05-14xfs: move xfs_fsb_to_db to xfs_bmap.hDave Chinner
2012-05-14xfs: clean up busy extent namingDave Chinner
2012-05-14xfs: move busy extent handling to it's own fileDave Chinner
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner
2012-05-14xfs: use iolock on XFS_IOC_ALLOCSP callsDave Chinner
2012-05-14xfs: kill XBF_DONTBLOCKDave Chinner
2012-05-14xfs: kill xfs_read_buf()Dave Chinner
2012-05-14xfs: kill XBF_LOCKDave Chinner
2012-05-14xfs: kill xfs_buf_btocDave Chinner
2012-05-14xfs: use blocks for storing the desired IO sizeDave Chinner
2012-05-14xfs: use blocks for counting length of buffersDave Chinner
2012-05-14xfs: kill b_file_offsetDave Chinner
2012-05-14xfs: clean up buffer get/read call APIDave Chinner
2012-05-14xfs: use kmem_zone_zalloc for buffersDave Chinner
2012-05-14xfs: fix incorrect b_offset initialisationDave Chinner
2012-05-14xfs: check for buffer errors before waitingDave Chinner
2012-05-14xfs: fix buffer lookup race on allocation failureDave Chinner
2012-05-14xfs: Use preallocation for inodes with extsz hintsDave Chinner
2012-05-14xfs: limit specualtive delalloc to maxioffsetDave Chinner
2012-05-14xfs: don't assert on delalloc regions beyond EOFDave Chinner
2012-05-14xfs: prevent needless mount warning causing test failuresDave Chinner
2012-05-14xfs: punch new delalloc blocks out of failed writes inside EOF.Dave Chinner
2012-05-14xfs: page type check in writeback only checks last bufferDave Chinner