aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds2-113/+81
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-4/+7
2010-05-27quota: Convert quota statistics to generic percpu_counterDmitry Monakhov1-33/+13
2010-05-27quota: Fixup dquot_transferJan Kara1-1/+1
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-32/+32
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig1-1/+2
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig2-8/+4
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-43/+34
2010-05-21new helper: iterate_supers()Al Viro1-24/+9
2010-05-21Bury __put_super_and_need_restart()Al Viro1-0/+1
2010-05-21Convert simple loops over superblocks to list_for_each_entry_safeAl Viro1-5/+3
2010-05-21Leave superblocks on s_list until the endAl Viro1-0/+2
2010-05-21dquot: Detect partial write error to quota file in write_blk() and add printk_ratelimit for quota error messagesJiaying Zhang3-22/+36
2010-05-21quota: Refactor dquot_transfer code so that OCFS2 can pass in its referencesJan Kara1-35/+26
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-3/+2
2010-05-21quota: remove sb_has_quota_active in get/set_infoChristoph Hellwig1-4/+0
2010-05-21quota: unify ->set_dqblkChristoph Hellwig2-29/+74
2010-05-21quota: unify ->get_dqblkChristoph Hellwig2-16/+34
2010-05-21quota: Make quota stat accounting lockless.Dmitry Monakhov3-38/+72
2010-05-21suppress warning: "quotatypes" defined but not usedSergey Senozhatsky1-0/+2
2010-05-21quota: optimize mark_dirty logicDmitry Monakhov1-2/+11
2010-05-16quota: add the option to not fail with EDQUOT in blockEric Sandeen1-1/+2
2010-05-16quota: use flags interface for dquot alloc/free spaceEric Sandeen1-3/+5
2010-04-20quota: Convert __DQUOT_PARANOIA symbol to standard config optionJan Kara2-9/+15
2010-04-12quota: Fix possible dq_flags corruptionAndrew Perepechko1-6/+6
2010-04-12quota: Hide warnings about writes to the filesystem before quota was turned onJan Kara1-0/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-05quota: stop using QUOTA_OK / NO_QUOTAChristoph Hellwig1-24/+24
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-12/+20
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+14
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-27/+25
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-7/+5
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-16/+13
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-53/+26
2010-03-05quota: Properly invalidate caches even for filesystems with blocksize < pagesizeJan Kara1-5/+7
2010-03-05quota: generalize quota transfer interfaceDmitry Monakhov1-12/+20
2010-03-05quota: sb_quota state flags cleanupDmitry Monakhov1-1/+2
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 Hellwig2-42/+33
2010-03-05quota: clean up Q_XQUOTASYNCChristoph Hellwig1-4/+7
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 Monakhov1-4/+6
2010-03-05quota: Cleanup S_NOQUOTA handlingJan Kara1-36/+11
2010-01-11quota: Fix dquot_transfer for filesystems different from ext4Jan Kara1-0/+3