aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-14xfs: remove some obsolete comments in xfs_trans_ail.cChristoph Hellwig1-14/+0
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig19-918/+442
2012-05-14xfs: do not add buffers to the delwri queue until pushedChristoph Hellwig2-5/+8
2012-05-14xfs: do not write the buffer from xfs_qm_dqflushChristoph Hellwig4-38/+53
2012-05-14xfs: do not write the buffer from xfs_iflushChristoph Hellwig4-54/+48
2012-05-14xfs: don't flush inodes from background inode reclaimChristoph Hellwig1-60/+42
2012-05-14xfs: implement freezing by emptying the AILChristoph Hellwig5-135/+56
2012-05-14xfs: allow assigning the tail lsn with the AIL lock heldChristoph Hellwig4-15/+40
2012-05-14xfs: remove log item from AIL in xfs_iflush after a shutdownChristoph Hellwig4-27/+12