Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
00c570f4ba43ae73b41fa0a2269c3b0ac20386ef
/
fs
/
gfs2
/
quota.c
84588e7
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 10 years ago
3013317
gfs2: fix quota refresh race in do_glock()
by Abhi Das
· 10 years ago
25435e5
gfs2: allow quota_check and inplace_reserve to return available blocks
by Abhi Das
· 10 years ago
b8fbf47
gfs2: perform quota checks against allocation parameters
by Abhi Das
· 10 years ago
e54b2e2
gfs2: Convert to using ->get_state callback
by Jan Kara
· 10 years ago
3f97b16
list_lru: add helpers to isolate items
by Vladimir Davydov
· 10 years ago
503c358
list_lru: introduce list_lru_shrink_{count,walk}
by Vladimir Davydov
· 10 years ago
14bf61f
quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units
by Jan Kara
· 10 years ago
3cdcf63
GFS2: use kvfree() instead of open-coding it
by Al Viro
· 10 years ago
2497255
GFS2: remove transaction glock
by Benjamin Marzinski
· 11 years ago
991deec
GFS2: quotas not being refreshed in gfs2_adjust_quota
by Abhi Das
· 11 years ago
e9fb7c7
GFS2: Fix return value in slot_get()
by Abhi Das
· 11 years ago
8382e26
GFS2: Use fs_<level> more often
by Joe Perches
· 11 years ago
d77d1b5
GFS2: Use pr_<level> more consistently
by Joe Perches
· 11 years ago
fc554ed
GFS2: global conversion to pr_foo()
by Fabian Frederick
· 11 years ago
fcf10d3
GFS2: replace kmalloc - __vmalloc / memset 0
by Fabian Frederick
· 11 years ago
1e3d362
GFS2: Fix kbuild test robot reported warning
by Steven Whitehouse
· 11 years ago
2d9e723
GFS2: Move quota bitmap operations under their own lock
by Steven Whitehouse
· 11 years ago
ee2411a
GFS2: Clean up quota slot allocation
by Steven Whitehouse
· 11 years ago
8ad151c
GFS2: Only run logd and quota when mounted read/write
by Steven Whitehouse
· 11 years ago
c754fbb
GFS2: Use RCU/hlist_bl based hash for quotas
by Steven Whitehouse
· 11 years ago
7aed98f
GFS2: Remove gfs2_quota_change_host structure
by Steven Whitehouse
· 11 years ago
951b4bd
gfs2: endianness misannotations
by Al Viro
· 11 years ago
2147dbf
GFS2: Use generic list_lru for quota
by Steven Whitehouse
· 11 years ago
7d80823
GFS2: Rename quota qd_lru_lock qd_lock
by Steven Whitehouse
· 11 years ago
9b9f039
GFS2: Use reflink for quota data cache
by Steven Whitehouse
· 11 years ago
e46c772
GFS2: Protect quota sync generation
by Steven Whitehouse
· 11 years ago
aabd7c7
GFS2: Inline qd_trylock into gfs2_quota_unlock
by Steven Whitehouse
· 11 years ago
1bf59bf
GFS2: Make two similar quota code fragments into a function
by Steven Whitehouse
· 11 years ago
bef292a
GFS2: Remove obsolete quota tunable
by Steven Whitehouse
· 11 years ago
26e43a1
GFS2: Move gfs2_icbit_munge into quota.c
by Steven Whitehouse
· 11 years ago
7b9cff4
GFS2: Add allocation parameters structure
by Steven Whitehouse
· 11 years ago
1ab6c49
fs: convert fs shrinkers to new scan/count API
by Dave Chinner
· 11 years ago
55f841c
super: fix calculation of shrinkable objects for small numbers
by Glauber Costa
· 11 years ago
edd2e9a
GFS2: Remove no-op wrapper function
by Steven Whitehouse
· 11 years ago
37f7157
GFS2: two minor quota fixups
by Bob Peterson
· 12 years ago
94f2f14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
6b24c0d
gfs2: Use uid_eq and gid_eq where appropriate
by Eric W. Biederman
· 12 years ago
7c06b5d
gfs2: Use kuid_t and kgid_t types where appropriate.
by Eric W. Biederman
· 12 years ago
236c64e
gfs2: Remove the QUOTA_USER and QUOTA_GROUP defines
by Eric W. Biederman
· 12 years ago
05e0a60
gfs2: Store qd_id in struct gfs2_quota_data as a struct kqid
by Eric W. Biederman
· 12 years ago
ed87dab
gfs2: Convert gfs2_quota_refresh to take a kqid
by Eric W. Biederman
· 12 years ago
b59c8b6
gfs2: Modify qdsb_get to take a struct kqid
by Eric W. Biederman
· 12 years ago
e08d8d7
gfs2: Modify struct gfs2_quota_change_host to use struct kqid
by Eric W. Biederman
· 12 years ago
2f6c989
gfs2: Introduce qd2index
by Eric W. Biederman
· 12 years ago
558e852
gfs2: Report quotas in the caller's user namespace.
by Eric W. Biederman
· 12 years ago
f4108a6
gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE
by Eric W. Biederman
· 12 years ago
393551e
gfs2: Remove improper checks in gfs2_set_dqblk.
by Eric W. Biederman
· 12 years ago
350a9b0
GFS2: Split gfs2_trans_add_bh() into two
by Steven Whitehouse
· 12 years ago
4e2f884
GFS2: remove redundant lvb pointer
by David Teigland
· 12 years ago
9dbe961
GFS2: Add Orlov allocator
by Steven Whitehouse
· 12 years ago
aaaf68c
GFS2: Fix an unchecked error from gfs2_rs_alloc
by Andrew Price
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
56aa72d
GFS2: Get rid of I_MUTEX_QUOTA usage
by Jan Kara
· 12 years ago
71f890f
GFS2: Remove rs_requested field from reservations
by Steven Whitehouse
· 12 years ago
431f197
userns: Convert quota netlink aka quota_send_warning
by Eric W. Biederman
· 12 years ago
74a8a10
userns: Convert qutoactl
by Eric W. Biederman
· 12 years ago
801b036
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
by Linus Torvalds
· 12 years ago
ceed172
quota: Split dquot_quota_sync() to writeback and cache flushing part
by Jan Kara
· 12 years ago
5407e24
GFS2: Fold quota data into the reservations struct
by Bob Peterson
· 13 years ago
0a305e4
GFS2: Extend the life of the reservations
by Bob Peterson
· 12 years ago
500242a
GFS2: Fix quota adjustment return code
by Bob Peterson
· 13 years ago
4306629
GFS2: Remove unused argument from gfs2_internal_read
by Andrew Price
· 13 years ago
ad12ab2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
by Linus Torvalds
· 13 years ago
d934928
gfs2: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
220cca2
GFS2: Change truncate page allocation to be GFP_NOFS
by Bob Peterson
· 13 years ago
eb59c50
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
564e12b
GFS2: decouple quota allocations from block allocations
by Bob Peterson
· 13 years ago
a0acae0
freezer: unexport refrigerator() and update try_to_freeze() slightly
by Tejun Heo
· 13 years ago
20ed053
GFS2: Fix up REQ flags
by Steven Whitehouse
· 13 years ago
891a8e9
GFS2: Misc fixes
by Steven Whitehouse
· 13 years ago
54335b1
GFS2: Cache the most recently used resource group in the inode
by Steven Whitehouse
· 13 years ago
ab9bbda
GFS2: Use ->dirty_inode()
by Steven Whitehouse
· 13 years ago
65299a3
block: separate priority boosting from REQ_META
by Christoph Hellwig
· 13 years ago
5dc06c5
block: remove READ_META and WRITE_META
by Christoph Hellwig
· 13 years ago
1495f23
vmscan: change shrinker API by passing shrink_control struct
by Ying Han
· 13 years ago
662e3a5
GFS2: quota allows exceeding hard limit
by Abhijith Das
· 14 years ago
e79a46a
GFS2: panics on quotacheck update
by Abhijith Das
· 14 years ago
802ec9b
GFS2: Allow gfs2 to update quota usage values through the quotactl interface
by Abhijith Das
· 14 years ago
14870b4
GFS2: Userland expects quota limit/warn/usage in 512b blocks
by Abhijith Das
· 14 years ago
bf97b67
GFS2: reserve more blocks for transactions
by Benjamin Marzinski
· 14 years ago
a2e0f79
GFS2: Remove i_disksize
by Steven Whitehouse
· 14 years ago
90e0c22
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
461cb41
GFS2: Simplify gfs2_write_alloc_required
by Bob Peterson
· 14 years ago
ade7ce3
quota: Clean up the namespace in dqblk_xfs.h
by Christoph Hellwig
· 14 years ago
7f8275d
mm: add context argument to shrinker callback
by Dave Chinner
· 14 years ago
8b42160
GFS2: BUG in gfs2_adjust_quota
by Abhijith Das
· 14 years ago
c472b43
quota: unify ->set_dqblk
by Christoph Hellwig
· 15 years ago
b9b2dd3
quota: unify ->get_dqblk
by Christoph Hellwig
· 15 years ago
7e619bc
GFS2: Fix writing to non-page aligned gfs2_quota structures
by Abhijith Das
· 15 years ago
ad6bb90
GFS2: fix quota state reporting
by Christoph Hellwig
· 15 years ago
5fb324a
quota: move code from sync_quota_sb into vfs_quota_sync
by Christoph Hellwig
· 15 years ago
3d3c10f
GFS2: Improve statfs and quota usability
by Benjamin Marzinski
· 15 years ago
2ec4650
GFS2: Use dquot_send_warning()
by Steven Whitehouse
· 15 years ago
e285c10
GFS2: Add set_xquota support
by Steven Whitehouse
· 15 years ago
113d6b3
GFS2: Add get_xquota support
by Steven Whitehouse
· 15 years ago
1e72c0f
GFS2: Clean up gfs2_adjust_quota() and do_glock()
by Steven Whitehouse
· 15 years ago
6a6ada8
GFS2: Remove constant argument from qd_get()
by Steven Whitehouse
· 15 years ago
33a8252
GFS2: Remove constant argument from qdsb_get()
by Steven Whitehouse
· 15 years ago
1d371b5
GFS2: Add get_xstate quota function
by Steven Whitehouse
· 15 years ago
Next »