aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong1-2/+2
2018-01-08xfs: standardize quota verification function outputsDarrick J. Wong1-16/+12
2018-01-08xfs: separate dquot repair into a separate functionDarrick J. Wong1-2/+5
2018-01-02xfs: quota: check result of register_shrinker()Aliaksei Karaliou1-16/+29
2018-01-02xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou1-0/+1
2017-12-08xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig1-2/+2
2017-09-01xfs: replace xfs_qm_get_rtblks with a direct call to xfs_bmap_count_leavesChristoph Hellwig1-32/+12
2017-07-24xfs: fix quotacheck dquot id overflow infinite loopBrian Foster1-0/+3
2017-06-19xfs: push buffer of flush locked dquot to avoid quotacheck deadlockBrian Foster1-1/+27
2017-04-25xfs: fix up quotacheck buffer list error handlingBrian Foster1-6/+1
2017-04-25xfs: remove use of do_div with 32-bit dividend in quotaEric Sandeen1-2/+2
2017-01-27xfs: prevent quotacheck from overloading inode lruBrian Foster1-1/+2
2016-11-08xfs: provide helper for counting extents from if_bytesEric Sandeen1-1/+1
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-6/+3
2016-02-08xfs: Split default quota limits by quota typeCarlos Maiolino1-12/+43
2015-11-11Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-7/+7
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell1-7/+7
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig1-1/+1
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig1-3/+2
2015-02-24Merge branch 'xfs-misc-fixes-for-4.1' into for-nextDave Chinner1-4/+9
2015-02-23xfs: inodes are new until the dentry cache is set upDave Chinner1-4/+9
2015-02-23xfs: Fix quota type in quota structures when reusing quota fileJan Kara1-0/+5
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov1-2/+3
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov1-4/+3
2015-01-22xfs: consolidate superblock logging functionsDave Chinner1-25/+2
2015-01-22xfs: remove bitfield based superblock updatesDave Chinner1-21/+5
2014-12-01Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner1-7/+5
2014-12-01xfs: remove unnecessary null checksMarkus Elfring1-7/+5
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-09-29xfs: xfs_qm_dquot_isolate needs locking annotations for sparseDave Chinner1-0/+1
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner1-1/+7
2014-08-04xfs: quotacheck leaves dquot buffers without verifiersDave Chinner1-1/+7
2014-07-24xfs: mark xfs_qm_quotacheck as staticJie Liu1-95/+94
2014-06-25xfs: global error sign conversionDave Chinner1-12/+12
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-3/+3
2014-06-22xfs: return is not a functionEric Sandeen1-2/+2
2014-05-15Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner1-193/+21
2014-05-15Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner1-2/+1
2014-05-15xfs: list_lru_init returns a negative errorDave Chinner1-12/+14
2014-05-05xfs: remove dquot hintsDave Chinner1-193/+21
2014-04-14xfs: remove unused mp arg from xfs_calc_dquots_per_chunk()Eric Sandeen1-2/+1
2013-12-18xfs: use xfs_ilock_data_map_shared in xfs_qm_dqiterateChristoph Hellwig1-2/+4
2013-12-09xfs: fix infinite loop by detaching the group/project hints from user dquotJie Liu1-21/+50
2013-12-06xfs: fix false assertion at xfs_qm_vop_create_dqattachJie Liu1-6/+3
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-8/+3
2013-10-23xfs: decouple log and transaction headersDave Chinner1-4/+5
2013-10-23xfs: split dquot buffer operations outDave Chinner1-18/+4
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-0/+1