Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
ff3e33b075fe45c669e2cb27489d570e29d3abeb
/
fs
/
quota
/
dquot.c
« Previous
0826167
quota: Fix possible dq_flags corruption
by Andrew Perepechko
· 15 years ago
4c5e6c0
quota: Hide warnings about writes to the filesystem before quota was turned on
by Jan Kara
· 15 years ago
efd8f0e
quota: stop using QUOTA_OK / NO_QUOTA
by Christoph Hellwig
· 15 years ago
871a293
dquot: cleanup dquot initialize routine
by Christoph Hellwig
· 15 years ago
907f455
dquot: move dquot initialization responsibility into the filesystem
by Christoph Hellwig
· 15 years ago
9f75475
dquot: cleanup dquot drop routine
by Christoph Hellwig
· 15 years ago
b43fa82
dquot: cleanup dquot transfer routine
by Christoph Hellwig
· 15 years ago
63936dd
dquot: cleanup inode allocation / freeing routines
by Christoph Hellwig
· 15 years ago
5dd4056
dquot: cleanup space allocation / freeing routines
by Christoph Hellwig
· 15 years ago
ab94c39
quota: Properly invalidate caches even for filesystems with blocksize < pagesize
by Jan Kara
· 15 years ago
8ddd69d
quota: generalize quota transfer interface
by Dmitry Monakhov
· 15 years ago
ad1e6e8
quota: sb_quota state flags cleanup
by Dmitry Monakhov
· 15 years ago
5fb324a
quota: move code from sync_quota_sb into vfs_quota_sync
by Christoph Hellwig
· 15 years ago
0a5a9c7
quota: Fix warning when a delayed write happens before quota is enabled
by Jan Kara
· 15 years ago
c469070
quota: manage reserved space when quota is not active [v2]
by Dmitry Monakhov
· 15 years ago
26245c9
quota: Cleanup S_NOQUOTA handling
by Jan Kara
· 15 years ago
05b5d89
quota: Fix dquot_transfer for filesystems different from ext4
by Jan Kara
· 15 years ago
dc52dd3
quota: Move duplicated code to separate functions
by Dmitry Monakhov
· 15 years ago
fd8fbfc
quota: decouple fs reserved space from quota reservation
by Dmitry Monakhov
· 15 years ago
c56818d
quota: Fix WARN_ON in lookup_one_len
by Jan Kara
· 15 years ago
1557d33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6
by Linus Torvalds
· 15 years ago
86e931a
VFS: Export dquot_send_warning
by Steven Whitehouse
· 15 years ago
6d45611
sysctl: Drop & in front of every proc_handler.
by Eric W. Biederman
· 15 years ago
ab09203
sysctl fs: Remove dead binary sysctl support
by Eric W. Biederman
· 15 years ago
0d54b21
const: make struct super_block::s_qcop const
by Alexey Dobriyan
· 15 years ago
61e225d
const: make struct super_block::dq_op const
by Alexey Dobriyan
· 15 years ago
dee8656
quota: Silence lockdep on quota_on
by Jan Kara
· 15 years ago
d01730d
quota: Fix possible deadlock during parallel quotaon and quotaoff
by Jiaying Zhang
· 15 years ago
b6fac63
vfs: skip I_CLEAR state inodes
by Wu Fengguang
· 16 years ago
3ae5080
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
2c9e15a
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6
by Linus Torvalds
· 16 years ago
268157b
quota: Coding style fixes
by Jan Kara
· 16 years ago
7a2435d
quota: Remove superfluous inlines
by Jan Kara
· 16 years ago
dd6f3c6
quota: Remove NODQUOT macro
by Jan Kara
· 16 years ago
c516610
quota: Make global quota locks cacheline aligned
by Jan Kara
· 16 years ago
884d179
quota: Move quota files into separate directory
by Jan Kara
· 16 years ago
[Renamed from fs/dquot.c]
08d0350
quota: Move EXPORT_SYMBOL immediately next to the functions/varibles
by Mingming Cao
· 16 years ago
740d9dc
quota: Add quota reservation claim and released operations
by Mingming Cao
· 16 years ago
f18df22
quota: Add quota reservation support
by Mingming Cao
· 16 years ago
cc33412
quota: Improve locking
by Jan Kara
· 16 years ago
e04a88a9
quota: don't set grace time when user isn't above softlimit
by Jan Kara
· 16 years ago
7d9056b
quota: Export dquot_alloc() and dquot_destroy() functions
by Jan Kara
· 16 years ago
12c7752
quota: Implement function for scanning active dquots
by Jan Kara
· 16 years ago
3d9ea25
quota: Add helpers to allow ocfs2 specific quota initialization, freeing and recovery
by Jan Kara
· 16 years ago
4d59bce
quota: Keep which entries were set by SETQUOTA quotactl
by Jan Kara
· 16 years ago
db49d2d
quota: Allow negative usage of space and inodes
by Jan Kara
· 16 years ago
ca785ec
quota: Introduce DQUOT_QUOTA_SYS_FILE flag
by Jan Kara
· 16 years ago
f55abc0
quota: Allow to separately enable quota accounting and enforcing limits
by Jan Kara
· 16 years ago
e4bc7b4
quota: Make _SUSPENDED just a flag
by Jan Kara
· 16 years ago
1497d3a
quota: Remove bogus 'optimization' in check_idq() and check_bdq()
by Jan Kara
· 16 years ago
1209546
quota: Increase size of variables for limits and inode usage
by Jan Kara
· 16 years ago
74f783a
quota: Add callbacks for allocating and destroying dquot structures
by Jan Kara
· 16 years ago
da9592e
CRED: Wrap task credential accesses in the filesystem subsystem
by David Howells
· 16 years ago
8264613
[PATCH] switch quota_on-related stuff to kern_path()
by Al Viro
· 16 years ago
b73c29f6
quota: remove CVS keywords
by Adrian Bunk
· 16 years ago
934e6eb
tty: Redo current tty locking
by Alan Cox
· 16 years ago
452a00d
tty: Make get_current_tty use a kref
by Alan Cox
· 16 years ago
77e69da
[PATCH] fix races and leaks in vfs_quota_on() users
by Al Viro
· 16 years ago
657d3bf
quota: implement sending information via netlink about user below quota
by Jan Kara
· 16 years ago
b85f4b8
quota: rename quota functions from upper case, make bigger ones non-inline
by Jan Kara
· 16 years ago
b48d380
quota: fix possible infinite loop in quota code
by Jan Kara
· 16 years ago
9377abd
quota: don't call sync_fs() from vfs_quota_off() when there's no quota turn off
by Jan Kara
· 17 years ago
0ff5af8
quota: quota core changes for quotaon on remount
by Jan Kara
· 17 years ago
03f6e92
quota: various style cleanups
by Jan Kara
· 17 years ago
338bf9a
quota: do not allow setting of quota limits to too high values
by Andrew Perepechko
· 17 years ago
87cb055
quota: add possibly missing iput() when quotaon and quotaoff races
by Jan Kara
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
941d238
quota: improve inode list scanning in add_dquot_ref()
by Jan Kara
· 17 years ago
c525460
Don't send quota messages repeatedly when hardlimit reached
by Jan Kara
· 17 years ago
22dd483
Fix computation of SKB size for quota messages
by Jan Kara
· 17 years ago
087ee8d
Fix compilation warning in dquot.c
by Jan Kara
· 17 years ago
8e89346
quota: send messages via netlink
by Jan Kara
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
8e1f936
mm: clean up and kernelify shrinker registration
by Rusty Russell
· 17 years ago
7925409
circular locking dependency found in QUOTA OFF
by Jan Kara
· 18 years ago
b5e6181
Introduce a handy list_first_entry macro
by Pavel Emelianov
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
e5f00f4
make remove_inode_dquot_ref() static
by Adrian Bunk
· 18 years ago
f98393a
mm: remove destroy_dirty_buffers from invalidate_bdev()
by Peter Zijlstra
· 18 years ago
0b4d414
[PATCH] sysctl: remove insert_at_head from register_sysctl
by Eric W. Biederman
· 18 years ago
d003fb7
[PATCH] remove sb->s_files and file_list_lock usage in dquot.c
by Christoph Hellwig
· 18 years ago
fb58b73
[PATCH] move remove_dquot_ref to dqout.c
by Christoph Hellwig
· 18 years ago
c376222
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
by Robert P. J. Day
· 18 years ago
0f7fc9e
[PATCH] VFS: change struct file to use struct path
by Josef "Jeff" Sipek
· 18 years ago
24ec839
[PATCH] tty: ->signal->tty locking
by Peter Zijlstra
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e6b4f8d
[PATCH] slab: remove SLAB_NOFS
by Christoph Lameter
· 18 years ago
b525a7e
[PATCH] dquot: add proper locking when using current->signal->tty
by Jan Kara
· 18 years ago
8e13059
[PATCH] use list_add_tail() instead of list_add()
by Akinobu Mita
· 18 years ago
8abf6a4
BUG_ON() Conversion in fs/dquot.c
by Eric Sesterhenn
· 19 years ago
fffb60f
[PATCH] cpuset memory spread: slab cache format
by Paul Jackson
· 19 years ago
4b6a931
[PATCH] cpuset memory spread: slab cache filesystems
by Paul Jackson
· 19 years ago
d3be915
[PATCH] sem2mutex: quota
by Ingo Molnar
· 19 years ago
6362e4d
[PATCH] Fix oops in invalidate_dquots()
by Jan Kara
· 19 years ago
16f7e0f
[PATCH] capable/capability.h (fs/)
by Randy Dunlap
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
154f484
[PATCH] Fix oops in vfs_quotaon_mount()
by Jan Kara
· 19 years ago
7b7b1ac
[PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umount
by Al Viro
· 19 years ago
be586ba
[PATCH] quota: small cleanups
by Adrian Bunk
· 19 years ago
Next »