Linus Torvalds
|
e93b1cc8a8
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
|
8 years ago |
Al Viro
|
8c54ca9c68
quota: constify struct path in quota_on
|
8 years ago |
Jan Kara
|
9d1ccbe70e
quota: Use s_umount protection for quota operations
|
8 years ago |
Jan Kara
|
7d6cd73d33
quota: Hold s_umount in exclusive mode when enabling / disabling quotas
|
8 years ago |
Eric Sandeen
|
3cd0126dca
quota: fill in Q_XGETQSTAT inode information for inactive quotas
|
9 years ago |
Eric W. Biederman
|
cfd4c70a18
quota: Handle quota data stored in s_user_ns in quota_setxquota
|
9 years ago |
Eric W. Biederman
|
d49d37624a
quota: Ensure qids map to the filesystem
|
9 years ago |
Jan Kara
|
ccf370e43e
quota: Forbid Q_GETQUOTA and Q_GETNEXTQUOTA for frozen filesystem
|
9 years ago |
Jan Kara
|
7955118eaf
quota: Allow Q_GETQUOTA for frozen filesystem
|
9 years ago |
Eric Sandeen
|
ba58148b6f
quota: Fixup comments about return value of Q_[X]GETNEXTQUOTA
|
9 years ago |
Eric Sandeen
|
926132c025
quota: add new quotactl Q_GETNEXTQUOTA
|
9 years ago |
Eric Sandeen
|
8b37524962
quota: add new quotactl Q_XGETNEXTQUOTA
|
9 years ago |
Eric Sandeen
|
3218a3ec87
quota: remove unused cmd argument from quota_quotaon()
|
9 years ago |
Dan Carpenter
|
72d4d0e489
quota: remove an unneeded condition
|
10 years ago |
Jan Kara
|
c39fb53b48
quota: Hook up Q_XSETQLIM for id 0 to ->set_info
|
10 years ago |
Jan Kara
|
5eacb2ac02
quota: Make ->set_info use structure with neccesary info to VFS and XFS
|
10 years ago |
Jan Kara
|
59b6ba6990
quota: Remove ->get_xstate and ->get_xstatev callbacks
|
10 years ago |
Jan Kara
|
bc230e4a23
quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_state
|
10 years ago |
Jan Kara
|
0a240339a8
quota: Make VFS quotas use new interface for getting quota info
|
10 years ago |
Jan Kara
|
aaa3daed15
quota: Remove quota_on_meta callback
|
10 years ago |
Jan Kara
|
d3b8632485
quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}
|
10 years ago |
Jan Kara
|
38e478c448
quota: Split ->set_xstate callback into two
|
10 years ago |
Jan Kara
|
14bf61ffe6
quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units
|
10 years ago |
Jan Kara
|
2c5f648aa2
quota: Allow each filesystem to specify which quota types it supports
|
11 years ago |
Niu Yawei
|
606cdcca04
quota: protect Q_GETFMT by dqonoff_mutex
|
11 years ago |
Eric Sandeen
|
9da93f9b7c
xfs: fix Q_XQUOTARM ioctl
|
11 years ago |
Dan Carpenter
|
18da65e7d3
quota: info leak in quota_getquota()
|
11 years ago |
Chandra Seetharaman
|
af30cb446d
quota: Add a new quotactl command Q_XGETQSTATV
|
12 years ago |
Lee Jones
|
56df127855
quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_BLOCK
|
12 years ago |
Jeff Layton
|
91a27b2a75
vfs: define struct filename and have getname() return it
|
13 years ago |