summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-05-15xfs: use blocks for counting length of buffersDave Chinner6-34/+34
2012-05-15xfs: kill b_file_offsetDave Chinner2-14/+8
2012-05-15xfs: clean up buffer get/read call APIDave Chinner8-74/+84
2012-05-15xfs: use kmem_zone_zalloc for buffersDave Chinner1-2/+1
2012-05-15xfs: fix incorrect b_offset initialisationDave Chinner1-1/+0
2012-05-15xfs: check for buffer errors before waitingDave Chinner3-13/+13
2012-05-15xfs: fix buffer lookup race on allocation failureDave Chinner1-7/+9
2012-05-15xfs: Use preallocation for inodes with extsz hintsDave Chinner1-1/+1
2012-05-15xfs: limit specualtive delalloc to maxioffsetDave Chinner1-0/+9
2012-05-15xfs: don't assert on delalloc regions beyond EOFDave Chinner1-2/+14
2012-05-15xfs: prevent needless mount warning causing test failuresDave Chinner1-0/+4
2012-05-15xfs: punch new delalloc blocks out of failed writes inside EOF.Dave Chinner1-46/+127
2012-05-15xfs: page type check in writeback only checks last bufferDave Chinner1-6/+6
2012-05-15xfs: Do background CIL flushes via a workqueueDave Chinner4-94/+160
2012-05-15xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner11-26/+35
2012-05-15xfs: remove some obsolete comments in xfs_trans_ail.cChristoph Hellwig1-14/+0
2012-05-15xfs: on-stack delayed write buffer listsChristoph Hellwig19-918/+442
2012-05-15xfs: do not add buffers to the delwri queue until pushedChristoph Hellwig2-5/+8
2012-05-15xfs: do not write the buffer from xfs_qm_dqflushChristoph Hellwig4-38/+53
2012-05-15xfs: do not write the buffer from xfs_iflushChristoph Hellwig4-54/+48
2012-05-15xfs: don't flush inodes from background inode reclaimChristoph Hellwig1-60/+42
2012-05-15xfs: implement freezing by emptying the AILChristoph Hellwig5-135/+56
2012-05-15xfs: allow assigning the tail lsn with the AIL lock heldChristoph Hellwig4-15/+40
2012-05-15xfs: remove log item from AIL in xfs_iflush after a shutdownChristoph Hellwig4-27/+12
2012-05-15xfs: remove log item from AIL in xfs_qm_dqflush after a shutdownChristoph Hellwig1-1/+13
2012-05-15xfs: using GFP_NOFS for blkdev_issue_flushShaohua Li1-1/+1
2012-05-15xfs: punch all delalloc blocks beyond EOF on write failure.Dave Chinner1-1/+1
2012-05-15xfs: use shared ilock mode for direct IO writes by defaultDave Chinner2-30/+45
2012-05-15xfs: push the ilock into xfs_zero_eofChristoph Hellwig2-102/+63
2012-05-15xfs: reduce ilock hold times in xfs_setattr_sizeChristoph Hellwig1-7/+7
2012-05-15xfs: reduce ilock hold times in xfs_file_aio_write_checksChristoph Hellwig1-14/+9
2012-05-15xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattachChristoph Hellwig1-5/+21
2012-05-14sysfs: get rid of some lockdep false positivesAlan Stern1-5/+26
2012-05-13Merge tag 'for-linus-3.4-20120513' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2012-05-11Merge branch 'pm-sleep'Rafael J. Wysocki1-3/+87
2012-05-11bio allocation failure due to bio_get_nr_vecs()Bernd Schubert1-1/+6
2012-05-11block: don't mark buffers beyond end of disk as mappedJeff Moyer2-4/+6
2012-05-11GFS2: Add rgrp information to block_alloc trace pointBob Peterson2-9/+15
2012-05-11GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_bufferBob Peterson3-19/+10
2012-05-11vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds15-38/+24
2012-05-11vfs: move dentry name length comparison from dentry_cmp() into callersLinus Torvalds1-3/+6
2012-05-11vfs: do the careful dentry name access for all dentry_cmp casesLinus Torvalds1-28/+26
2012-05-11vfs: remove unnecessary d_unhashed() check from __d_lookup_rcuLinus Torvalds1-2/+0
2012-05-11Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-2/+10
2012-05-11proc/pid/pagemap: correctly report non-present ptes and holes between vmasKonstantin Khlebnikov1-2/+10
2012-05-10cifs: fix revalidation test in cifs_llseek()Dan Carpenter1-1/+1
2012-05-08GFS2: Remove redundant metadata block type checkBob Peterson1-5/+0
2012-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller48-358/+565
2012-05-07jffs2: Fix lock acquisition order bug in gc pathJosh Cartwright1-1/+1
2012-05-07vfs: don't force a big memset of stat data just to clear padding fieldsLinus Torvalds1-2/+10