Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c09cc58692f8a6ae341e955c5712884f920b84ab
/
fs
/
gfs2
/
quota.c
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
· 14 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
91094d0
GFS2: Remove obsolete code in quota.c
by Steven Whitehouse
· 15 years ago
cc632e7
GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_ops
by Steven Whitehouse
· 15 years ago
8c42d63
GFS2: Alter arguments of gfs2_quota/statfs_sync
by Steven Whitehouse
· 15 years ago
b1e71b0
GFS2: Clean up some file names
by Steven Whitehouse
· 15 years ago
1328df7
GFS2: Use DEFINE_SPINLOCK
by Xu Gang
· 16 years ago
7fa5d20
GFS2: Make quotad's waiting interruptible
by Steven Whitehouse
· 16 years ago
f057f6c
GFS2: Merge lock_dlm module into GFS2
by Steven Whitehouse
· 16 years ago
22077f5
GFS2: Remove "double" locking in quota
by Steven Whitehouse
· 16 years ago
0a7ab79
GFS2: change gfs2_quota_scan into a shrinker
by Abhijith Das
· 16 years ago
813e0c4
GFS2: Fix "truncate in progress" hang
by Steven Whitehouse
· 16 years ago
37b2c83
GFS2: Clean up & move gfs2_quotad
by Steven Whitehouse
· 16 years ago
383f01f
GFS2: Banish struct gfs2_dinode_host
by Steven Whitehouse
· 16 years ago
c9e9888
GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksize
by Steven Whitehouse
· 16 years ago
4abaca17
[GFS2] Fix GFS2's use of do_div() in its quota calculations
by David Howells
· 16 years ago
16c5f06
[GFS2] fix GFP_KERNEL misuses
by Josef Bacik
· 17 years ago
20b95bf
[GFS2] gfs2_adjust_quota has broken unstuffing code
by Abhijith Das
· 17 years ago
182fe5a
[GFS2] possible null pointer dereference fixup
by Cyrill Gorcunov
· 17 years ago
6dbd822
[GFS2] Reduce inode size by moving i_alloc out of line
by Steven Whitehouse
· 17 years ago
0d0868b
[GFS2] Get rid of useless "found" variable in quota.c
by Bob Peterson
· 17 years ago
e9e1ef2
[GFS2] Remove function gfs2_get_block
by Bob Peterson
· 17 years ago
51ff87b
[GFS2] Clean up internal read function
by Steven Whitehouse
· 17 years ago
2d9a4bb
[GFS2] Fix quota do_list operation hang
by Abhijith Das
· 17 years ago
0fd5355
[GFS2] Force unstuff of hidden quota inode
by Abhijith Das
· 17 years ago
bb8d8a6
[GFS2] Fix sign problem in quota/statfs and cleanup _host structures
by Steven Whitehouse
· 17 years ago
1990e91
[GFS2] Quotas non-functional - fix another bug
by Abhijith Das
· 17 years ago
2a87ab0
[GFS2] Quotas non-functional - fix bug
by Abhijith Das
· 17 years ago
2e95b66
[GFS2] fix locking mistake
by Josef Whiter
· 18 years ago
2933f92
[GFS2] Shrink gfs2_inode (4) - di_uid/di_gid
by Steven Whitehouse
· 18 years ago
b44b84d
[GFS2] gfs2 misc endianness annotations
by Al Viro
· 18 years ago
b62f963
[GFS2] split and annotate gfs2_quota_change
by Al Viro
· 18 years ago
b5bc9e8
[GFS2] split and annotate gfs2_quota
by Al Viro
· 18 years ago
2359125
[GFS2] Fix bmap to map extents properly
by Steven Whitehouse
· 18 years ago
2e565bb
[GFS2] Mark metadata reads for blktrace
by Steven Whitehouse
· 18 years ago
907b9bc
[GFS2/DLM] Fix trailing whitespace
by Steven Whitehouse
· 18 years ago
7276b3b
[GFS2] Tidy up meta_io code
by Steven Whitehouse
· 18 years ago
7d30859
[GFS2] Export lm_interface to kernel headers
by Fabio Massimo Di Nitto
· 18 years ago
7a6bbac
[GFS2] Map multiple blocks at once where possible
by Steven Whitehouse
· 18 years ago
48fac17
[GFS2] Remove unused code from quota
by Steven Whitehouse
· 18 years ago
cd91549
[GFS2] Change all types to uX style
by Steven Whitehouse
· 18 years ago
a91ea69
[GFS2] Align all labels against LH side
by Steven Whitehouse
· 18 years ago
e9fc2aa
[GFS2] Update copyright, tidy up incore.h
by Steven Whitehouse
· 18 years ago
02630a1
[GFS2] Remove dependance on tty_write_message()
by Steven Whitehouse
· 18 years ago
0d42e54
[GFS2] Remove unused ra_state variable
by Steven Whitehouse
· 18 years ago
feaa7bb
[GFS2] Fix unlinked file handling
by Steven Whitehouse
· 18 years ago
3a8a9a1
[GFS2] Update copyright date to 2006
by Steven Whitehouse
· 18 years ago
bd89680
[GFS2] Remove semaphore.h from C files
by Steven Whitehouse
· 18 years ago
fd88de56
[GFS2] Readpages support
by Steven Whitehouse
· 19 years ago
08bc2db
[GFS2] [-mm patch] fs/gfs2/: possible cleanups
by Adrian Bunk
· 19 years ago
b09e593
[GFS2] Fix a ref count bug and other clean ups
by Steven Whitehouse
· 19 years ago
5c676f6
[GFS2] Macros removal in gfs2.h
by Steven Whitehouse
· 19 years ago
568f4c9
[GFS2] 80 Column audit of GFS2
by Steven Whitehouse
· 19 years ago
f55ab26
[GFS2] Use mutices rather than semaphores
by Steven Whitehouse
· 19 years ago
7359a19
[GFS2] Fix for root inode ref count bug
by Steven Whitehouse
· 19 years ago
18ec7d5
[GFS2] Make journaled data files identical to normal files on disk
by Steven Whitehouse
· 19 years ago
f42faf4
[GFS2] Add gfs2_internal_read()
by Steven Whitehouse
· 19 years ago
d4e9c4c
[GFS2] Add an additional argument to gfs2_trans_add_bh()
by Steven Whitehouse
· 19 years ago
b3b94fa
[GFS2] The core of GFS2
by David Teigland
· 19 years ago