Commit Graph

95 Commits (929e27252e8ca69363f81f26af5eaba62cb4c572)

Author SHA1 Message Date
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
Davidlohr Bueso 7a39de1510 quota: return -ENOMEM when memory allocation fails 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() 14 years ago
Jan Kara 86f3cbec4a quota: Fix issuing of warnings from dquot_transfer 14 years ago
Dmitry 9e32784b71 quota: fix dquot_disable vs dquot_transfer race v2 14 years ago
Jan Kara 80f44b152c quota: Make QUOTACTL config be selected by its users 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
Al Viro 01a05b337a new helper: iterate_supers() 15 years ago
Al Viro 35cf7ba0b4 Bury __put_super_and_need_restart() 15 years ago
Al Viro 6754af6464 Convert simple loops over superblocks to list_for_each_entry_safe 15 years ago
Al Viro 551de6f34d Leave superblocks on s_list until the end 15 years ago
Jiaying Zhang 1907131bbe dquot: Detect partial write error to quota file in write_blk() and add printk_ratelimit for quota error messages 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 fcbc59f96e quota: remove sb_has_quota_active in get/set_info 15 years ago
Christoph Hellwig c472b43275 quota: unify ->set_dqblk 15 years ago
Christoph Hellwig b9b2dd36c1 quota: unify ->get_dqblk 15 years ago
Dmitry Monakhov dde9588853 quota: Make quota stat accounting lockless. 15 years ago
Sergey Senozhatsky da8d1ba22f suppress warning: "quotatypes" defined but not used 15 years ago
Dmitry Monakhov eabf290d14 quota: optimize mark_dirty logic 15 years ago
Eric Sandeen 0e05842bc1 quota: add the option to not fail with EDQUOT in block 15 years ago
Eric Sandeen 56246f9ae4 quota: use flags interface for dquot alloc/free space 15 years ago
Jan Kara 62af9b5205 quota: Convert __DQUOT_PARANOIA symbol to standard config option 15 years ago
Andrew Perepechko 08261673cb quota: Fix possible dq_flags corruption 15 years ago
Jan Kara 4c5e6c0e70 quota: Hide warnings about writes to the filesystem before quota was turned on 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Christoph Hellwig efd8f0e6f6 quota: stop using QUOTA_OK / NO_QUOTA 15 years ago
Christoph Hellwig 871a293155 dquot: cleanup dquot initialize routine 15 years ago
Christoph Hellwig 907f4554e2 dquot: move dquot initialization responsibility into the filesystem 15 years ago
Christoph Hellwig 9f75475802 dquot: cleanup dquot drop routine 15 years ago
Christoph Hellwig b43fa8284d dquot: cleanup dquot transfer routine 15 years ago
Christoph Hellwig 63936ddaa1 dquot: cleanup inode allocation / freeing routines 15 years ago
Christoph Hellwig 5dd4056db8 dquot: cleanup space allocation / freeing routines 15 years ago
Jan Kara ab94c39b6f quota: Properly invalidate caches even for filesystems with blocksize < pagesize 15 years ago
Dmitry Monakhov 8ddd69d6df quota: generalize quota transfer interface 15 years ago