Commit Graph

100 Commits (2b6d598bc9043f51d2092d10392a6e3c161cdff7)

Author SHA1 Message Date
Dave Chinner 1ab6c4997e fs: convert fs shrinkers to new scan/count API 12 years ago
Glauber Costa 55f841ce93 super: fix calculation of shrinkable objects for small numbers 12 years ago
Jan Kara 1c8924eb10 quota: provide interface for readding allocated space into reserved space 12 years ago
Joe Perches e628753bf9 quota: Convert use of typedef ctl_table to struct ctl_table 12 years ago
Jeff Mahoney 68ac8bfb6a quota: add missing use of dq_data_lock in __dquot_initialize 12 years ago
Jan Kara 6c29c50fda quota: Silence warning about PRJQUOTA not being handled in need_print_warning() 13 years ago
Eric W. Biederman 1a06d420ce userns: Convert quota 13 years ago
Eric W. Biederman 7b9c7321ca userns: Convert struct dquot_warn 13 years ago
Eric W. Biederman 4c376dcae8 userns: Convert struct dquot dq_id to be a struct kqid 13 years ago
Eric W. Biederman aca645a6a5 userns: Modify dqget to take struct kqid 13 years ago
Eric W. Biederman 431f19744d userns: Convert quota netlink aka quota_send_warning 13 years ago
Eric W. Biederman 74a8a10378 userns: Convert qutoactl 13 years ago
Jeff Liu 6ea2eea1fa quota: Move down dqptr_sem read after initializing default warn[] type at __dquot_alloc_space(). 13 years ago
Jan Kara ceed17236a quota: Split dquot_quota_sync() to writeback and cache flushing part 13 years ago
Jeff Liu f3da93105b quota: fix checkpatch.pl warning by replacing <asm/uaccess.h> with <linux/uaccess.h> 13 years ago
Jan Kara a80b12c3d0 quota: Get rid of nested I_MUTEX_QUOTA locking subclass 13 years ago
Jan Kara f9ef178412 quota: Use precomputed value of sb_dqopt in dquot_quota_sync 13 years ago
Jan Kara d7e9711760 quota: Fix double lock in add_dquot_ref() with CONFIG_QUOTA_DEBUG 13 years ago
Jan Kara bf097aaff4 quota: Make quota code not call tty layer with dqptr_sem held 13 years ago
Al Viro 4040153087 security: trim security.h 13 years ago
Jan Kara 46fe44ce87 quota: Pass information that quota is stored in system file to userspace 13 years ago
Al Viro d8c9584ea2 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb 13 years ago
Al Viro ff01bb4832 fs: move code out of buffer.c 13 years ago
Ying Han 1495f230fa vmscan: change shrinker API by passing shrink_control struct 14 years ago
Jan Kara b03f24567c quota: Don't write quota info in dquot_commit() 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Dave Chinner 55fa6091d8 fs: move i_sb_list out from under inode_lock 14 years ago
Dave Chinner 250df6ed27 fs: protect inode->i_state with inode->i_lock 14 years ago
Jan Kara f00c9e44ad quota: Fix deadlock during path resolution 14 years ago
Joe Perches 055adcbd7d quota: Use %pV and __attribute__((format (printf in __quota_error and fix fallout 14 years ago
Jan Kara 4408ea41c0 quota: Fix possible oops in __dquot_initialize() 15 years ago
Jan Kara 86f3cbec4a quota: Fix issuing of warnings from dquot_transfer 15 years ago
Dmitry 9e32784b71 quota: fix dquot_disable vs dquot_transfer race v2 15 years ago
Al Viro a4ffdde6e5 simplify checks for I_CLEAR/I_FREEING 15 years ago
Jan Kara 43d2932d88 quota: Use mark_inode_dirty_sync instead of mark_inode_dirty 15 years ago
Jiaying Zhang fb5ffb0e16 quota: Change quota error message to print out disk and function name 15 years ago
Christoph Hellwig 189eef59e7 quota: clean up quota active checks 15 years ago
Christoph Hellwig ade7ce31c2 quota: Clean up the namespace in dqblk_xfs.h 15 years ago
Dmitry Monakhov 7af9cce8ae quota: check quota reservation on remove_dquot_ref 15 years ago
Dave Chinner 7f8275d0d6 mm: add context argument to shrinker callback 15 years ago
Dmitry Monakhov f32764bd2b quota: Convert quota statistics to generic percpu_counter 15 years ago
Jan Kara 4dea496974 quota: Fixup dquot_transfer 15 years ago
Christoph Hellwig 287a80958c quota: rename default quotactl methods to dquot_ 15 years ago
Christoph Hellwig 123e9caf1e quota: explicitly set ->dq_op and ->s_qcop 15 years ago
Christoph Hellwig 307ae18a56 quota: drop remount argument to ->quota_on and ->quota_off 15 years ago
Christoph Hellwig 0f0dd62fdd quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers 15 years ago
Jan Kara bc8e5f0739 quota: Refactor dquot_transfer code so that OCFS2 can pass in its references 15 years ago
Dmitry Monakhov 12755627bd quota: unify quota init condition in setattr 15 years ago
Christoph Hellwig c472b43275 quota: unify ->set_dqblk 15 years ago
Christoph Hellwig b9b2dd36c1 quota: unify ->get_dqblk 15 years ago