- 042f65f xfs: straighten out all the naming around incore inode tree walks by Darrick J. Wong · 4 years, 8 months ago
- 390600f xfs: remove flags argument from xfs_inode_ag_walk by Darrick J. Wong · 4 years, 8 months ago
- 9be05904 xfs: remove xfs_inode_ag_iterator_flags by Darrick J. Wong · 4 years, 8 months ago
- df42ce64 xfs: allow individual quota grace period extension by Eric Sandeen · 4 years, 8 months ago
- e850301 xfs: per-type quota timers and warn limits by Eric Sandeen · 4 years, 8 months ago
- ce6e7e79c xfs: switch xfs_get_defquota to take explicit type by Eric Sandeen · 4 years, 8 months ago
- 3dbb9aa xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers by Eric Sandeen · 4 years, 8 months ago
- daf8396 xfs: move the per-fork nextents fields into struct xfs_ifork by Christoph Hellwig · 4 years, 8 months ago
- cd59455 xfs: simplify the flags setting in xfs_qm_scall_quotaon by Kaixu Xia · 4 years, 8 months ago
- 8a62714 xfs: fix unmount hang and memory leak on shutdown during quotaoff by Brian Foster · 4 years, 10 months ago
- 1cc95e6 xfs: Replace function declaration by actual definition by Pavel Reichl · 5 years ago
- d0bdfb1 xfs: remove the xfs_qoff_logitem_t typedef by Pavel Reichl · 5 years ago
- 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
- 44a8736 xfs: clean up IRELE/iput callsites by Darrick J. Wong · 6 years ago
- c8eac49 xfs: remove all boilerplate defer init/finish code by Brian Foster · 6 years ago
- 02dff7b xfs: pull up dfops from xfs_itruncate_extents() by Brian Foster · 6 years ago
- 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
- 30ab2dc xfs: replace XFS_QMOPT_DQALLOC with a simple boolean by Darrick J. Wong · 7 years ago
- 4882c19 xfs: split out dqget for inodes from regular dqget by Darrick J. Wong · 7 years ago
- 2e330e7 xfs: refactor XFS_QMOPT_DQNEXT out of existence by Darrick J. Wong · 7 years ago
- e20c8a5 xfs: wait on new inodes during quotaoff dquot release by Brian Foster · 8 years ago
- 253f491 xfs: better xfs_trans_alloc interface by Christoph Hellwig · 9 years ago
- 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 · 10 years ago
- 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 10 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
- 1cd6b7be 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 · 11 years ago
- b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 11 years ago
- d99831f xfs: return is not a function by Eric Sandeen · 11 years ago
- ff14ee4 Merge branch 'xfs-misc-fixes-1-for-3.16' into for-next by Dave Chinner · 11 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
- 70a9883 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 · 12 years ago
- 113a568 xfs: Code cleanup and removal of some typedef usage by Chandra Seetharaman · 12 years ago
- f648167 xfs: avoid nesting transactions in xfs_qm_scall_setqlim() by Dave Chinner · 12 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 · 15 years ago
- 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 15 years ago
- 288699f xfs: drop dmapi hooks by Christoph Hellwig · 15 years ago
- ade7ce3 quota: Clean up the namespace in dqblk_xfs.h by Christoph Hellwig · 15 years ago
- 7b6259e xfs: remove block number from inode lookup code by Dave Chinner · 15 years ago
- 7dce11d xfs: always use iget in bulkstat by Christoph Hellwig · 15 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