summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-05pull the common predecessors into do_last()Al Viro1-12/+9
2010-03-05postpone __putname() until after do_last()Al Viro1-1/+1
2010-03-05unroll do_last: loop in do_filp_open()Al Viro1-3/+7
2010-03-05Shift releasing nd->root from do_last() to its callerAl Viro1-6/+2
2010-03-05gut do_filp_open() a bit more (do_last separation)Al Viro1-68/+103
2010-03-05beginning to untangle do_filp_open()Al Viro1-50/+56
2010-03-05ext4: fix up rb_root initializations to use RB_ROOTVenkatesh Pallipadi3-4/+4
2010-03-05quota: stop using QUOTA_OK / NO_QUOTAChristoph Hellwig2-27/+24
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig39-145/+141
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig32-56/+220
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig22-59/+49
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig9-1/+27
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig17-29/+19
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig8-38/+65
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig18-107/+61
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig29-383/+258
2010-03-05ext3: add writepage sanity checksDmitry Monakhov1-0/+7
2010-03-05ext3: Truncate allocated blocks if direct IO write fails to update i_sizeJan Kara1-2/+3
2010-03-05quota: Properly invalidate caches even for filesystems with blocksize < pagesizeJan Kara1-5/+7
2010-03-05quota: generalize quota transfer interfaceDmitry Monakhov3-14/+22
2010-03-05quota: sb_quota state flags cleanupDmitry Monakhov3-23/+26
2010-03-05jbd: Delay discarding buffers in journal_unmap_bufferJan Kara2-17/+36
2010-03-05ext3: quota_write cross block boundary behaviourDmitry Monakhov1-35/+34
2010-03-05quota: drop permission checks from xfs_fs_set_xstate/xfs_fs_set_xquotaChristoph Hellwig1-4/+0
2010-03-05quota: split out compat_sys_quotactl support from quota.cChristoph Hellwig4-117/+124
2010-03-05quota: split out netlink notification support from quota.cChristoph Hellwig3-93/+96
2010-03-05quota: remove invalid optimization from quota_sync_allChristoph Hellwig1-15/+0
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig9-71/+52
2010-03-05quota: clean up Q_XQUOTASYNCChristoph Hellwig3-20/+8
2010-03-05quota: simplify permission checkingChristoph Hellwig1-61/+31
2010-03-05quota: special case Q_SYNC without device nameChristoph Hellwig1-13/+27
2010-03-05quota: clean up checks for supported quota methodsChristoph Hellwig1-84/+37
2010-03-05quota: split do_quotactlChristoph Hellwig1-104/+146
2010-03-05quota: Fix warning when a delayed write happens before quota is enabledJan Kara1-4/+31
2010-03-05quota: manage reserved space when quota is not active [v2]Dmitry Monakhov2-6/+15
2010-03-05jbd[2]: remove references to BUFFER_DEBUGChristoph Egger2-22/+0
2010-03-05ext3: trivial quota cleanupDmitry Monakhov1-54/+67
2010-03-05ext3: mount flags manipulation cleanupDmitry Monakhov1-27/+20
2010-03-05ext3: Use bitops to read/modify EXT3_I(inode)->i_stateJan Kara5-27/+44
2010-03-05quota: Cleanup S_NOQUOTA handlingJan Kara1-36/+11
2010-03-04Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds5-203/+779
2010-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds17-276/+99
2010-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6Linus Torvalds52-678/+617
2010-03-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds20-779/+1717
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds73-1080/+773
2010-03-04Merge git://git.infradead.org/battery-2.6Linus Torvalds4-49/+138
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds28-184/+1622
2010-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds9-1027/+973
2010-03-04Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds146-6374/+18175
2010-03-04x86: Issue at least one memory barrier in stop_machine_text_poke()Masami Hiramatsu1-2/+2