aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-08-08jffs2: Update copyright noticesGravatar David Woodhouse 18-2/+20
2010-06-03jffs2: Fix NFS race by using insert_inode_locked()Gravatar David Woodhouse 2-3/+16
2010-06-03jffs2: Fix in-core inode leaks on error pathsGravatar David Woodhouse 1-59/+56
2010-05-21Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 10-32/+65
2010-05-21Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Gravatar Linus Torvalds 1-0/+1
2010-05-21Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 39-2118/+1905
2010-05-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 40-1491/+2589
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Gravatar Linus Torvalds 1-21/+4
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 2-24/+43
2010-05-20fs/timerfd.c: make use of wait_event_interruptible_locked_irq()Gravatar Michal Nazarewicz 1-21/+4
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 6-10/+9
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-0/+35
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 2-15/+0
2010-05-19Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 12-304/+472
2010-05-19Merge branch 'nfs-for-2.6.35' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar Linus Torvalds 24-495/+732
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Gravatar Linus Torvalds 5-3/+14
2010-05-19jffs2: Stop triggering block erases from jffs2_write_super()Gravatar Joakim Tjernlund 1-4/+0
2010-05-19jffs2: Rename jffs2_erase_pending_trigger() to jffs2_dirty_trigger()Gravatar Joakim Tjernlund 2-3/+2
2010-05-19jffs2: Use jffs2_garbage_collect_trigger() to trigger pending erasesGravatar David Woodhouse 5-10/+12
2010-05-19jffs2: Require jffs2_garbage_collect_trigger() to be called with lock heldGravatar David Woodhouse 3-2/+5
2010-05-19jffs2: Wake GC thread when there are blocks to be erasedGravatar Joakim Tjernlund 1-0/+4
2010-05-19jffs2: Erase pending blocks in GC pass, avoid invalid -EIO returnGravatar David Woodhouse 3-4/+30
2010-05-19jffs2: Add 'work_done' return value from jffs2_erase_pending_blocks()Gravatar Joakim Tjernlund 2-2/+5
2010-05-19Merge branch 'master' into for-linusGravatar Alex Elder 39-2118/+1905
2010-05-19xfs: mark xfs_iomap_write_ helpers staticGravatar Christoph Hellwig 2-13/+13
2010-05-19xfs: clean up end index calculation in xfs_page_state_convertGravatar Christoph Hellwig 1-8/+15
2010-05-19xfs: clean up mapping size calculation in __xfs_get_blocksGravatar Christoph Hellwig 1-9/+16
2010-05-19xfs: clean up xfs_iomap_validGravatar Christoph Hellwig 1-23/+23
2010-05-19xfs: move I/O type flags into xfs_aops.cGravatar Christoph Hellwig 2-29/+30
2010-05-19xfs: kill struct xfs_iomapGravatar Christoph Hellwig 3-123/+75
2010-05-19xfs: report iomap_bn in block baseGravatar Christoph Hellwig 3-26/+16
2010-05-19xfs: report iomap_offset and iomap_bsize in block baseGravatar Christoph Hellwig 2-14/+27
2010-05-19xfs: remove iomap_deltaGravatar Christoph Hellwig 3-4/+4
2010-05-19xfs: remove iomap_targetGravatar Christoph Hellwig 3-29/+18
2010-05-19xfs: limit xfs_imap_to_bmap to a single mappingGravatar Christoph Hellwig 1-36/+28
2010-05-19xfs: simplify buffer to transaction matchingGravatar Christoph Hellwig 1-138/+46
2010-05-19xfs: Make fiemap work in query mode.Gravatar Tao Ma 1-1/+4
2010-05-19xfs: kill off l_sectbb_maskGravatar Alex Elder 3-9/+10
2010-05-19xfs: record log sector size rather than log2(that)Gravatar Alex Elder 3-31/+31
2010-05-19xfs: remove dead XFS_LOUD_RECOVERY codeGravatar Christoph Hellwig 3-82/+0
2010-05-19xfs: removed unused XFS_QMOPT_ flagsGravatar Christoph Hellwig 3-6/+3
2010-05-19xfs: remove a few macro indirections in the quota codeGravatar Christoph Hellwig 4-31/+25
2010-05-19xfs: access quotainfo structure directlyGravatar Christoph Hellwig 6-172/+165
2010-05-19xfs: wait for direct I/O to complete in fsync and write_inodeGravatar Christoph Hellwig 2-0/+3
2010-05-19xfs: xfs_trace.c: duplicated includeGravatar Andrea Gelmini 1-1/+0
2010-05-19xfs: minor odds and ends in xfs_log_recover.cGravatar Alex Elder 1-16/+15
2010-05-19xfs: avoid repeated pointer dereferencesGravatar Alex Elder 1-12/+13
2010-05-19xfs: change a few labels in xfs_log_recover.cGravatar Alex Elder 1-11/+9
2010-05-19xfs: enforce synchronous writes in xfs_bwriteGravatar Christoph Hellwig 2-12/+6
2010-05-19xfs: remove periodic superblock writebackGravatar Christoph Hellwig 1-63/+27