Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
51129f31d2e7abcfb4cf35f703a42d1524c45dfa
/
fs
/
xfs
/
xfs_qm.c
f5e1dd3
super: fix for destroy lrus
by Glauber Costa
· 11 years ago
5ca302c
list_lru: dynamically adjust node arrays
by Glauber Costa
· 11 years ago
3516341
xfs: fix dquot isolation hang
by Dave Chinner
· 11 years ago
2f5b56f
xfs-convert-dquot-cache-lru-to-list_lru-fix
by Andrew Morton
· 11 years ago
cd56a39
xfs: convert dquot cache lru to list_lru
by Dave Chinner
· 11 years ago
55f841c
super: fix calculation of shrinkable objects for small numbers
by Glauber Costa
· 11 years ago
7aab1b2
xfs: convert kuid_t to/from uid_t for internal structures
by Dwight Engen
· 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
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
329e087
xfs: Replace macro XFS_DQUOT_TREE with a function
by Chandra Seetharaman
· 11 years ago
9cad19d
xfs: Define a new function xfs_is_quota_inode()
by Chandra Seetharaman
· 11 years ago
6fcdc59
xfs: rework dquot CRCs
by Dave Chinner
· 11 years ago
3fe58f3
xfs: add CRC checks for quota blocks
by Christoph Hellwig
· 12 years ago
4b6eae2e
xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_t
by Brian Foster
· 12 years ago
f910a8c
xfs: calculate xfs_qm_write_sb_changes() space log reservation at mount time
by Jeff Liu
· 12 years ago
b870553
xfs: fix stray dquot unlock when reclaiming dquots
by Dave Chinner
· 12 years ago
1813dd6
xfs: convert buffer verifiers to an ops structure.
by Dave Chinner
· 12 years ago
612cfbf
xfs: add pre-write metadata buffer verifier callbacks
by Dave Chinner
· 12 years ago
c631919
xfs: verify dquot blocks as they are read from disk
by Dave Chinner
· 12 years ago
c3f8fc7
xfs: make buffer read verication an IO completion function
by Dave Chinner
· 12 years ago
33479e0
xfs: remove xfs_iget.c
by Dave Chinner
· 12 years ago
3297238
xfs: make largest supported offset less shouty
by Dave Chinner
· 12 years ago
60a3460
xfs: move xfsagino_t to xfs_types.h
by Dave Chinner
· 13 years ago
43ff212
xfs: on-stack delayed write buffer lists
by Christoph Hellwig
· 13 years ago
fe7257f
xfs: do not write the buffer from xfs_qm_dqflush
by Christoph Hellwig
· 13 years ago
b4d05e3
xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattach
by Christoph Hellwig
· 13 years ago
a05931c
xfs: remove the global xfs_Gqm structure
by Christoph Hellwig
· 13 years ago
b84a3a9
xfs: remove the per-filesystem list of dquots
by Christoph Hellwig
· 13 years ago
9f920f1
xfs: use per-filesystem radix trees for dquot lookup
by Christoph Hellwig
· 13 years ago
f8739c3
xfs: per-filesystem dquot LRU lists
by Christoph Hellwig
· 13 years ago
48776fd
xfs: use common code for quota statistics
by Christoph Hellwig
· 13 years ago
92b2e5b3
xfs: use a normal shrinker for the dquot freelist
by Christoph Hellwig
· 13 years ago
4177af3
Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usage
by Chandra Seetharaman
· 13 years ago
28fb588
xfs: simplify xfs_qm_detach_gdquots
by Christoph Hellwig
· 13 years ago
7ae4440
xfs: remove XFS_QMOPT_DQSUSER
by Christoph Hellwig
· 13 years ago
78e5589
xfs: add a xfs_dqhold helper
by Christoph Hellwig
· 13 years ago
ab680bb
xfs: simplify xfs_qm_dqattach_grouphint
by Christoph Hellwig
· 13 years ago
bf72de3
xfs: nest qm_dqfrlist_lock inside the dquot qlock
by Christoph Hellwig
· 13 years ago
9267855
xfs: flatten the dquot lock ordering
by Christoph Hellwig
· 13 years ago
be7ffc3
xfs: implement lazy removal for the dquot freelist
by Christoph Hellwig
· 13 years ago
80a376b
xfs: remove XFS_DQ_INACTIVE
by Christoph Hellwig
· 13 years ago
800b484
xfs: cleanup dquot locking helpers
by Christoph Hellwig
· 13 years ago
a7ef9bd
xfs: remove the sync_mode argument to xfs_qm_dqflush_all
by Christoph Hellwig
· 13 years ago
34625c6
xfs: remove xfs_qm_sync
by Christoph Hellwig
· 13 years ago
f2fba55
xfs: make sure to really flush all dquots in xfs_qm_quotacheck
by Christoph Hellwig
· 13 years ago
fdedf28
xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflush
by Christoph Hellwig
· 13 years ago
db3e74b
xfs: use doalloc flag in xfs_qm_dqattach_one()
by Mitsuo Hayasaka
· 13 years ago
a9add83
xfs: remove XFS_bflush
by Christoph Hellwig
· 13 years ago
5c8ed20
xfs: introduce xfs_bmapi_read()
by Dave Chinner
· 13 years ago
61551f1
xfs: call xfs_buf_delwri_queue directly
by Christoph Hellwig
· 13 years ago
c59d87c
xfs: remove subdirectories
by Christoph Hellwig
· 13 years ago
[Renamed from fs/xfs/quota/xfs_qm.c]
6292604
xfs: Remove the macro XFS_BUF_PTR
by Chandra Seetharaman
· 13 years ago
ea15ab3
xfs: remove the dead QUOTADEBUG code
by Christoph Hellwig
· 13 years ago
1495f23
vmscan: change shrinker API by passing shrink_control struct
by Ying Han
· 13 years ago
ecb697c
xfs: fix variable set but not used warnings
by Christoph Hellwig
· 14 years ago
0b932cc
xfs: Convert remaining cmn_err() callers to new API
by Dave Chinner
· 14 years ago
5348778
xfs: convert xfs_fs_cmn_err to new error logging API
by Dave Chinner
· 14 years ago
a0fa2b6
xfs: Convert xlog_warn to new logging interface
by Dave Chinner
· 14 years ago
ec3ba85
xfs: more sensible inode refcounting for ialloc
by Christoph Hellwig
· 14 years ago
0fbca4d
xfs: fix dquot shaker deadlock
by Dave Chinner
· 14 years ago
6743099
xfs: Extend project quotas to support 32bit project ids
by Arkadiusz Mi?kiewicz
· 14 years ago
1a1a3e9
xfs: remove xfs_buf wrappers
by Christoph Hellwig
· 14 years ago
6c77b0e
xfs: remove xfs_cred.h
by Christoph Hellwig
· 14 years ago
52fda11
xfs: simplify xfs_qm_dqusage_adjust
by Christoph Hellwig
· 14 years ago
f2d6761
xfs: remove xfs_iput
by Christoph Hellwig
· 14 years ago
b4e9181
xfs: remove unused delta tracking code in xfs_bmapi
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
7f8275d
mm: add context argument to shrinker callback
by Dave Chinner
· 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
38e712a
fs/xfs/quota: Add missing mutex_unlock
by Julia Lawall
· 14 years ago
1414a60
xfs: remove dead XFS_LOUD_RECOVERY code
by Christoph Hellwig
· 15 years ago
8112e9d
xfs: removed unused XFS_QMOPT_ flags
by Christoph Hellwig
· 15 years ago
191f848
xfs: remove a few macro indirections in the quota code
by Christoph Hellwig
· 15 years ago
8a7b8a8
xfs: access quotainfo structure directly
by Christoph Hellwig
· 15 years ago
3a8406f
xfs: convert the dquot free list to use list heads
by Dave Chinner
· 15 years ago
e6a81f1
xfs: convert the dquot hash list to use list heads
by Dave Chinner
· 15 years ago
368e136
xfs: remove duplicate code from dquot reclaim
by Dave Chinner
· 15 years ago
3a25404
xfs: convert the per-mount dquot list to use list heads
by Dave Chinner
· 15 years ago
d67b1b0
fs/xfs: Correct NULL test
by Julia Lawall
· 15 years ago
20026d9
xfs: kill the unused XFS_QMOPT_* flush flags V2
by Dave Chinner
· 15 years ago
bdfb043
xfs: replace KM_LARGE with explicit vmalloc use
by Christoph Hellwig
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
ef14f0c
xfs: use generic Posix ACL code
by Christoph Hellwig
· 15 years ago
8b5403a
xfs: remove SYNC_BDFLUSH
by Christoph Hellwig
· 15 years ago
7d09525
xfs: kill xfs_qmops
by Christoph Hellwig
· 15 years ago
a0b0b8a
xfs: kill mutex_t typedef
by Christoph Hellwig
· 16 years ago
c9a192d
xfs: sanitize qh_lock wrappers
by Christoph Hellwig
· 16 years ago
e249458
xfs: remove XFS_QM_LOCK/XFS_QM_UNLOCK/XFS_QM_HOLD/XFS_QM_RELE
by Christoph Hellwig
· 16 years ago
8e9b6e7
xfs: remove the unused XFS_QMOPT_DQLOCK flag
by Christoph Hellwig
· 16 years ago
a4edd1d
xfs: add a separate lock class for the per-mount list of dquots
by Christoph Hellwig
· 16 years ago
e57481d
no explicit xfs_iflush for special inodes during unmount
by Christoph Hellwig
· 16 years ago
9d565ff
[XFS] kill struct xfs_mount_args
by Christoph Hellwig
· 16 years ago
a4e4c4f
[XFS] Kill xfs_sync()
by David Chinner
· 16 years ago
Next »