Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d3834fefcfe5610702379d78596337875df2db5b
/
fs
/
quota
/
quota.c
c39fb53
quota: Hook up Q_XSETQLIM for id 0 to ->set_info
by Jan Kara
· 10 years ago
5eacb2a
quota: Make ->set_info use structure with neccesary info to VFS and XFS
by Jan Kara
· 10 years ago
59b6ba6
quota: Remove ->get_xstate and ->get_xstatev callbacks
by Jan Kara
· 10 years ago
bc230e4
quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_state
by Jan Kara
· 10 years ago
0a240339
quota: Make VFS quotas use new interface for getting quota info
by Jan Kara
· 10 years ago
aaa3dae
quota: Remove quota_on_meta callback
by Jan Kara
· 10 years ago
d3b8632
quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}
by Jan Kara
· 10 years ago
38e478c
quota: Split ->set_xstate callback into two
by Jan Kara
· 10 years ago
14bf61f
quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units
by Jan Kara
· 10 years ago
2c5f648
quota: Allow each filesystem to specify which quota types it supports
by Jan Kara
· 10 years ago
606cdcc
quota: protect Q_GETFMT by dqonoff_mutex
by Niu Yawei
· 10 years ago
9da93f9
xfs: fix Q_XQUOTARM ioctl
by Eric Sandeen
· 11 years ago
18da65e
quota: info leak in quota_getquota()
by Dan Carpenter
· 11 years ago
af30cb4
quota: Add a new quotactl command Q_XGETQSTATV
by Chandra Seetharaman
· 11 years ago
56df127
quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_BLOCK
by Lee Jones
· 12 years ago
91a27b2
vfs: define struct filename and have getname() return it
by Jeff Layton
· 12 years ago
74a8a10
userns: Convert qutoactl
by Eric W. Biederman
· 12 years ago
08d9329
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 12 years ago
ceed172
quota: Split dquot_quota_sync() to writeback and cache flushing part
by Jan Kara
· 12 years ago
f3da931
quota: fix checkpatch.pl warning by replacing <asm/uaccess.h> with <linux/uaccess.h>
by Jeff Liu
· 12 years ago
49d99a2
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 13 years ago
4b217ed
quota: make Q_XQUOTASYNC a noop
by Christoph Hellwig
· 13 years ago
dcdbed8
quota: Fix deadlock with suspend and quotas
by Jan Kara
· 13 years ago
ff01bb48
fs: move code out of buffer.c
by Al Viro
· 13 years ago
208bca0
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 13 years ago
3411664
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 13 years ago
0aaa618
quota: Drop path reference on error exit from quotactl
by Jan Kara
· 13 years ago
0e175a1
writeback: Add a 'reason' to wb_writeback_work
by Curt Wohlgemuth
· 13 years ago
815d405
VFS: Fix the remaining automounter semantics regressions
by Trond Myklebust
· 13 years ago
f00c9e4
quota: Fix deadlock during path resolution
by Jan Kara
· 14 years ago
307ae18
quota: drop remount argument to ->quota_on and ->quota_off
by Christoph Hellwig
· 14 years ago
01a05b3
new helper: iterate_supers()
by Al Viro
· 15 years ago
35cf7ba
Bury __put_super_and_need_restart()
by Al Viro
· 15 years ago
6754af6
Convert simple loops over superblocks to list_for_each_entry_safe
by Al Viro
· 15 years ago
551de6f
Leave superblocks on s_list until the end
by Al Viro
· 15 years ago
fcbc59f
quota: remove sb_has_quota_active in get/set_info
by Christoph Hellwig
· 15 years ago
c472b43
quota: unify ->set_dqblk
by Christoph Hellwig
· 15 years ago
b9b2dd3
quota: unify ->get_dqblk
by Christoph Hellwig
· 15 years ago
5582c76
quota: split out compat_sys_quotactl support from quota.c
by Christoph Hellwig
· 15 years ago
799a9d4
quota: split out netlink notification support from quota.c
by Christoph Hellwig
· 15 years ago
a56fca2
quota: remove invalid optimization from quota_sync_all
by Christoph Hellwig
· 15 years ago
5fb324a
quota: move code from sync_quota_sb into vfs_quota_sync
by Christoph Hellwig
· 15 years ago
8c4e4ac
quota: clean up Q_XQUOTASYNC
by Christoph Hellwig
· 15 years ago
c988afb
quota: simplify permission checking
by Christoph Hellwig
· 15 years ago
6ae0957
quota: special case Q_SYNC without device name
by Christoph Hellwig
· 15 years ago
f450d4f
quota: clean up checks for supported quota methods
by Christoph Hellwig
· 15 years ago
c411e5f
quota: split do_quotactl
by Christoph Hellwig
· 15 years ago
86e931a
VFS: Export dquot_send_warning
by Steven Whitehouse
· 15 years ago
850b201
quota: cleanup dquota sync functions (version 4)
by Christoph Hellwig
· 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
884d179
quota: Move quota files into separate directory
by Jan Kara
· 16 years ago
[Renamed from fs/quota.c]
3cdad42
[CVE-2009-0029] System call wrappers part 20
by Heiko Carstens
· 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
da9592e
CRED: Wrap task credential accesses in the filesystem subsystem
by David Howells
· 16 years ago
02a55ca
quota: cleanup loop in sync_dquots()
by Jan Kara
· 16 years ago
0ff5af8
quota: quota core changes for quotaon on remount
by Jan Kara
· 17 years ago
e231c2e
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
by David Howells
· 17 years ago
7a6c813
[IA64] Fix build failure in fs/quota.c
by Tony Luck
· 17 years ago
b716395
diskquota: 32bit quota tools on 64bit architectures
by Vasily Tarasov
· 17 years ago
7925409
circular locking dependency found in QUOTA OFF
by Jan Kara
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
9361401
[PATCH] BLOCK: Make it possible to disable the block layer [try #6]
by David Howells
· 18 years ago
d3be915
[PATCH] sem2mutex: quota
by Ingo Molnar
· 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
be586ba
[PATCH] quota: small cleanups
by Adrian Bunk
· 19 years ago
de69e5f
[XFS] Add a mechanism for XFS to use the generic quota sync method.
by Nathan Scott
· 19 years ago
618f063
[PATCH] O(1) sb list traversing on syncs
by Kirill Korotaev
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago