aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-2/+2
2012-06-21xfs: rename log structure to xlogMark Tinguely6-88/+116
2012-06-21xfs: shutdown xfs_sync_worker before the logBen Myers2-16/+17
2012-06-21xfs: Fix overallocation in xfs_buf_allocate_memory()Jan Kara1-14/+2
2012-06-21xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_nearDave Chinner1-0/+1
2012-06-21xfs: check for stale inode before acquiring iflock on pushBrian Foster1-9/+8
2012-06-20xfs: fix debug_object WARN at xfs_alloc_vextent()Jeff Liu1-1/+1
2012-06-20xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2)Alain Renaud1-3/+8
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik1-2/+5
2012-05-29->encode_fh() API changeAl Viro1-14/+9
2012-05-29xfs: switch to proper __bitwise type for KM_... flagsAl Viro6-19/+20
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-21xfs: add trace points for log forcesDave Chinner2-0/+18
2012-05-21xfs: fix memory reclaim deadlock on agi bufferPeter Watkins1-2/+3
2012-05-21xfs: fix delalloc quota accounting on failureDave Chinner3-3/+3
2012-05-15xfs: protect xfs_sync_worker with s_umount semaphoreBen Myers1-13/+16
2012-05-14xfs: introduce SEEK_DATA/SEEK_HOLE supportJeff Liu1-1/+142
2012-05-14xfs: make xfs_extent_busy_trim not staticBen Myers3-3/+5
2012-05-14xfs: make XBF_MAPPED the default behaviourDave Chinner7-32/+24
2012-05-14xfs: flush outstanding buffers on log mount failureDave Chinner1-2/+6
2012-05-14xfs: Properly exclude IO type flags from buffer flagsDave Chinner1-2/+3
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner28-35/+7
2012-05-14xfs: move xfs_do_force_shutdown() and kill xfs_rw.cDave Chinner3-91/+60
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner16-57/+16
2012-05-14xfs: move xfs_fsb_to_db to xfs_bmap.hDave Chinner3-14/+16
2012-05-14xfs: clean up busy extent namingDave Chinner8-73/+73
2012-05-14xfs: move busy extent handling to it's own fileDave Chinner10-617/+674
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner51-54/+5
2012-05-14xfs: use iolock on XFS_IOC_ALLOCSP callsDave Chinner1-3/+19
2012-05-14xfs: kill XBF_DONTBLOCKDave Chinner5-38/+14
2012-05-14xfs: kill xfs_read_buf()Dave Chinner6-63/+11
2012-05-14xfs: kill XBF_LOCKDave Chinner11-49/+29
2012-05-14xfs: kill xfs_buf_btocDave Chinner2-23/+21
2012-05-14xfs: use blocks for storing the desired IO sizeDave Chinner7-41/+41
2012-05-14xfs: use blocks for counting length of buffersDave Chinner6-34/+34
2012-05-14xfs: kill b_file_offsetDave Chinner2-14/+8
2012-05-14xfs: clean up buffer get/read call APIDave Chinner8-74/+84
2012-05-14xfs: use kmem_zone_zalloc for buffersDave Chinner1-2/+1
2012-05-14xfs: fix incorrect b_offset initialisationDave Chinner1-1/+0
2012-05-14xfs: check for buffer errors before waitingDave Chinner3-13/+13
2012-05-14xfs: fix buffer lookup race on allocation failureDave Chinner1-7/+9
2012-05-14xfs: Use preallocation for inodes with extsz hintsDave Chinner1-1/+1
2012-05-14xfs: limit specualtive delalloc to maxioffsetDave Chinner1-0/+9
2012-05-14xfs: don't assert on delalloc regions beyond EOFDave Chinner1-2/+14
2012-05-14xfs: prevent needless mount warning causing test failuresDave Chinner1-0/+4
2012-05-14xfs: punch new delalloc blocks out of failed writes inside EOF.Dave Chinner1-46/+127
2012-05-14xfs: page type check in writeback only checks last bufferDave Chinner1-6/+6
2012-05-14xfs: Do background CIL flushes via a workqueueDave Chinner4-94/+160
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner11-26/+35