Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
86cad16087a8cdad88c1ac124afde4de01500c21
/
fs
/
xfs
/
xfs_qm_syscalls.c
be60794
xfs: Split default quota limits by quota type
by Carlos Maiolino
· 9 years ago
296c24e
xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk
by Eric Sandeen
· 9 years ago
7039331
xfs: saner xfs_trans_commit interface
by Christoph Hellwig
· 9 years ago
4906e21
xfs: remove the flags argument to xfs_trans_cancel
by Christoph Hellwig
· 9 years ago
5d3684c
xfs: Convert to using ->get_state callback
by Jan Kara
· 10 years ago
ae90fb1
Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 10 years ago
1cd6b7b
Merge branch 'for_linus' into for_next
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
61e63ec
xfs: consolidate superblock logging functions
by Dave Chinner
· 10 years ago
4d11a40
xfs: remove bitfield based superblock updates
by Dave Chinner
· 10 years ago
a394270
xfs: Remove some pointless quota checks
by Jan Kara
· 10 years ago
fbf64b3
xfs: Remove some useless flags tests
by Jan Kara
· 10 years ago
216875a
Merge branch 'xfs-consolidate-format-defs' into for-next
by Dave Chinner
· 10 years ago
4fb6e8a
xfs: merge xfs_ag.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
5d45ee1
xfs: fix error handling in xfs_qm_log_quotaoff()
by Brian Foster
· 10 years ago
2451337
xfs: global error sign conversion
by Dave Chinner
· 10 years ago
b474c7a
xfs: Nuke XFS_ERROR macro
by Eric Sandeen
· 10 years ago
d99831f
xfs: return is not a function
by Eric Sandeen
· 10 years ago
ff14ee4
Merge branch 'xfs-misc-fixes-1-for-3.16' into for-next
by Dave Chinner
· 10 years ago
f58522c
xfs: bulletfproof xfs_qm_scall_trunc_qfiles()
by Eric Sandeen
· 11 years ago
e009400
xfs: remove unused pag ptr arg from iterator execute functions
by Eric Sandeen
· 11 years ago
c61a9e3
xfs: make quota metadata truncation behavior consistent to user space
by Jie Liu
· 11 years ago
a4fbe6a
xfs: decouple inode and bmap btree header files
by Dave Chinner
· 11 years ago
239880e
xfs: decouple log and transaction headers
by Dave Chinner
· 11 years ago
70a9883c
xfs: create a shared header file for format-related information
by Dave Chinner
· 11 years ago
08e96e1
xfs: remove newlines from strings passed to __xfs_printk
by Eric Sandeen
· 11 years ago
5d5e3d5
xfs: Add support for the Q_XGETQSTATV
by Chandra Seetharaman
· 11 years ago
3d3c8b5
xfs: refactor xfs_trans_reserve() interface
by Jie Liu
· 11 years ago
e546cb7
xfs: consolidate xfs_utils.c
by Dave Chinner
· 11 years ago
6ca1c90
xfs: separate dquot on disk format definitions out of xfs_quota.h
by Dave Chinner
· 11 years ago
d892d58
xfs: Start using pquotaino from the superblock.
by Chandra Seetharaman
· 11 years ago
c31ad43
xfs: Fix the logic check for all quotas being turned off
by Chandra Seetharaman
· 11 years ago
92f8ff7
xfs: Add pquota fields where gquota is used.
by Chandra Seetharaman
· 11 years ago
83e782e
xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD
by Chandra Seetharaman
· 11 years ago
113a568
xfs: Code cleanup and removal of some typedef usage
by Chandra Seetharaman
· 11 years ago
f648167
xfs: avoid nesting transactions in xfs_qm_scall_setqlim()
by Dave Chinner
· 11 years ago
b136645
xfs: xfs_dquot prealloc throttling watermarks and low free space
by Brian Foster
· 12 years ago
762d7ba
xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount time
by Jeff Liu
· 12 years ago
a1bd955
xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount time
by Jeff Liu
· 12 years ago
f0f2df9
xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount time
by Jeff Liu
· 12 years ago
667a929
xfs: Remove boolean_t typedef completely.
by Thiago Farina
· 12 years ago
f755503
xfs: remove int casts from debug dquot soft limit timer asserts
by Brian Foster
· 12 years ago
a454f74
xfs: support a tag-based inode_ag_iterator
by Brian Foster
· 12 years ago
6d8b79c
xfs: rename xfs_sync.[ch] to xfs_icache.[ch]
by Dave Chinner
· 12 years ago
60a3460
xfs: move xfsagino_t to xfs_types.h
by Dave Chinner
· 13 years ago
b84a3a9
xfs: remove the per-filesystem list of dquots
by Christoph Hellwig
· 13 years ago
8960501
xfs: include reservations in quota reporting
by Christoph Hellwig
· 13 years ago
18535a7
xfs: merge xfs_qm_export_dquot into xfs_qm_scall_getquota
by Christoph Hellwig
· 13 years ago
d0a3fe6
xfs: change available ranges of softlimit and hardlimit in quota check
by Mitsuo Hayasaka
· 13 years ago
ce7ae151
xfs: remove the i_size field in struct xfs_inode
by Christoph Hellwig
· 13 years ago
673e8e5
xfs: remove xfs_itruncate_data
by Christoph Hellwig
· 13 years ago
ddc3415
xfs: simplify xfs_trans_ijoin* again
by Christoph Hellwig
· 13 years ago
c59d87c
xfs: remove subdirectories
by Christoph Hellwig
· 13 years ago
[Renamed from fs/xfs/quota/xfs_qm_syscalls.c]
ea15ab3
xfs: remove the dead QUOTADEBUG code
by Christoph Hellwig
· 13 years ago
8f04c47
xfs: split xfs_itruncate_finish
by Christoph Hellwig
· 13 years ago
1e05ff0
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
ecb697c
xfs: fix variable set but not used warnings
by Christoph Hellwig
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
0b932cc
xfs: Convert remaining cmn_err() callers to new API
by Dave Chinner
· 14 years ago
8221112
xfs: convert the quota debug prints to new API
by Dave Chinner
· 14 years ago
6743099
xfs: Extend project quotas to support 32bit project ids
by Arkadiusz Mi?kiewicz
· 14 years ago
e13de95
xfs: split out inode walk inode grabbing
by Dave Chinner
· 14 years ago
65d0f20
xfs: split inode AG walking into separate code for reclaim
by Dave Chinner
· 14 years ago
dcd79a1
xfs: don't use vfs writeback for pure metadata modifications
by Dave Chinner
· 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
5d18898
xfs: simplify xfs_truncate_file
by Christoph Hellwig
· 14 years ago
f2d6761
xfs: remove xfs_iput
by Christoph Hellwig
· 14 years ago
3400777
xfs: remove unneeded #include statements
by Christoph Hellwig
· 14 years ago
288699f
xfs: drop dmapi hooks
by Christoph Hellwig
· 14 years ago
ade7ce3
quota: Clean up the namespace in dqblk_xfs.h
by Christoph Hellwig
· 14 years ago
7b6259e
xfs: remove block number from inode lookup code
by Dave Chinner
· 14 years ago
7dce11d
xfs: always use iget in bulkstat
by Christoph Hellwig
· 14 years ago
c472b43
quota: unify ->set_dqblk
by Christoph Hellwig
· 15 years ago
8112e9d
xfs: removed unused XFS_QMOPT_ flags
by Christoph Hellwig
· 15 years ago
8a7b8a8
xfs: access quotainfo structure directly
by Christoph Hellwig
· 15 years ago
74457cf
xfs: remove xfs_dqmarker
by Christoph Hellwig
· 15 years ago
e6a81f1
xfs: convert the dquot hash list to use list heads
by Dave Chinner
· 15 years ago
3a25404
xfs: convert the per-mount dquot list to use list heads
by Dave Chinner
· 15 years ago
9bf729c
xfs: add a shrinker to background inode reclaim
by Dave Chinner
· 15 years ago
a14a348
xfs: cleanup up xfs_log_force calling conventions
by Christoph Hellwig
· 15 years ago
c8e20be
xfs: reclaim inodes under a write lock
by Dave Chinner
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
05277c7
xfs: fix double IRELE in xfs_dqrele_inode
by Christoph Hellwig
· 15 years ago
ef14f0c
xfs: use generic Posix ACL code
by Christoph Hellwig
· 15 years ago
fe588ed
xfs: use generic inode iterator in xfs_qm_dqrele_all_inodes
by Christoph Hellwig
· 15 years ago
a0b0b8a
xfs: kill mutex_t typedef
by Christoph Hellwig
· 16 years ago
fcafb71
xfs: get rid of indirections in the quotaops implementation
by Christoph Hellwig
· 16 years ago
6307091
[XFS] Avoid using inodes that haven't been completely initialised
by Dave Chinner
· 16 years ago
cb4f0d1
[XFS] fix uninitialised variable bug in dquot release
by Dave Chinner
· 16 years ago
2030b5a
[XFS] use xfs_sync_inodes rather than xfs_syncsub
by David Chinner
· 16 years ago
bc60a99
[XFS] Use struct inodes instead of vnodes to kill vn_grab
by David Chinner
· 16 years ago
5b4d89a
[XFS] Traverse inode trees when releasing dquots
by David Chinner
· 16 years ago
5ec7f8c
[XFS] kill bhv_vnode_t
by Christoph Hellwig
· 16 years ago
705db4a
[XFS] kill shouty XFS_ITOV_NULL macro
by David Chinner
· 16 years ago
26cc002
[XFS] s/XFS_PURGE_INODE/IRELE/g s/VN_HOLD(XFS_ITOV())/IHOLD()/
by Christoph Hellwig
· 16 years ago
f0e2d93
[XFS] Remove unused arg from kmem_free()
by Denys Vlasenko
· 16 years ago
6a7f422
[XFS] kill di_mode checks after xfs_iget
by Christoph Hellwig
· 17 years ago
e5720ee
[XFS] Propagate errors from xfs_trans_commit().
by David Chinner
· 17 years ago
88ab020
[XFS] Propagate quota file truncation errors.
by David Chinner
· 17 years ago
cb6edc2
[XFS] Catch errors when turning off quotas.
by David Chinner
· 17 years ago
Next »