summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-05-21ocfs2: Avoid unnecessary block mapping when refreshing quota infoJan Kara
2010-05-21ocfs2: Do not map blocks from local quota file on each writeJan Kara
2010-05-21quota: Refactor dquot_transfer code so that OCFS2 can pass in its referencesJan Kara
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov
2010-05-21quota: remove sb_has_quota_active in get/set_infoChristoph Hellwig
2010-05-21quota: unify ->set_dqblkChristoph Hellwig
2010-05-21quota: unify ->get_dqblkChristoph Hellwig
2010-05-21ext3: make barrier options consistent with ext4Eric Sandeen
2010-05-21quota: Make quota stat accounting lockless.Dmitry Monakhov
2010-05-21suppress warning: "quotatypes" defined but not usedSergey Senozhatsky
2010-05-21ext3: Fix waiting on transaction during fsyncJan Kara
2010-05-21jbd: Provide function to check whether transaction will issue data barrierJan Kara
2010-05-21ufs: add ufs speciffic ->setattr callDmitry Monakhov
2010-05-21BKL: Remove BKL from ext2 filesystemJan Blunck
2010-05-21ext2: Add ext2_sb_info s_lock spinlockJan Blunck
2010-05-21ext2: Move ext2_write_super() out of ext2_setup_super()Jan Blunck
2010-05-21ext2: Fold ext2_commit_super() into ext2_sync_super()Jan Blunck
2010-05-21ext2: Remove duplicate code from ext2_sync_fs()Jan Blunck
2010-05-21ext2: Set the write time in ext2_sync_fs()Jan Blunck
2010-05-21ext2: Use ext2_clear_super_error() in ext2_sync_fs()Jan Blunck
2010-05-21ext3: init statistics after journal recovery v2Dmitry Monakhov
2010-05-21ext2: remove useless call to brelse() in ext2_free_inode()Francis Moreau
2010-05-21quota: optimize mark_dirty logicDmitry Monakhov
2010-05-21ext2: Avoid loading bitmaps for full groups during block allocationJan Kara
2010-05-21ext3: Avoid loading bitmaps for full groups during block allocationFrans van de Wiel
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds
2010-05-21Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2010-05-21Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2010-05-21Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2010-05-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-05-20fs/timerfd.c: make use of wait_event_interruptible_locked_irq()Michal Nazarewicz
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2010-05-20Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-05-20Merge branch 'nfs-for-2.6.35' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-05-20Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds
2010-05-19jffs2: Stop triggering block erases from jffs2_write_super()Joakim Tjernlund
2010-05-19jffs2: Rename jffs2_erase_pending_trigger() to jffs2_dirty_trigger()Joakim Tjernlund
2010-05-19jffs2: Use jffs2_garbage_collect_trigger() to trigger pending erasesDavid Woodhouse
2010-05-19jffs2: Require jffs2_garbage_collect_trigger() to be called with lock heldDavid Woodhouse
2010-05-19jffs2: Wake GC thread when there are blocks to be erasedJoakim Tjernlund
2010-05-19jffs2: Erase pending blocks in GC pass, avoid invalid -EIO returnDavid Woodhouse
2010-05-19jffs2: Add 'work_done' return value from jffs2_erase_pending_blocks()Joakim Tjernlund
2010-05-19Merge branch 'master' into for-linusAlex Elder
2010-05-19xfs: mark xfs_iomap_write_ helpers staticChristoph Hellwig