Activity for Linux DiskQuota

  • Jan Kara Jan Kara committed [147804] on Code

    Drop support for V0 and V1 kernel interfaces

  • Jan Kara Jan Kara committed [7293bd] on Code

    Drop support for old quotactl(2) syscall

  • Jan Kara Jan Kara committed [e98cee] on Code

    Provide quotactl_mnt() helper and use it where possible

  • Jan Kara Jan Kara committed [d52cc4] on Code

    quotaon: Fix handling of filesystems without single device

  • Jan Kara Jan Kara committed [41ba70] on Code

    setproject: Fix openWRT build

  • Jan Kara Jan Kara modified ticket #20

    bcachefs support

  • Jan Kara Jan Kara posted a comment on ticket #20

    I have pushed out a bunch of changes that should fix this.

  • Jan Kara Jan Kara modified ticket #20

    bcachefs support

  • Jan Kara Jan Kara posted a comment on ticket #20

    I have pushed out a bunch of changes that should fix this.

  • Jan Kara Jan Kara committed [620784] on Code

    Drop support for V0 and V1 kernel interfaces

  • Jan Kara Jan Kara committed [c3a55e] on Code

    Drop support for old quotactl(2) syscall

  • Jan Kara Jan Kara committed [cd4ffb] on Code

    Provide quotactl_mnt() helper and use it where possible

  • Jan Kara Jan Kara committed [8af177] on Code

    quotaon: Fix handling of filesystems without single device

  • Jan Kara Jan Kara committed [bc2b39] on Code

    setproject: Fix openWRT build

  • Jan Kara Jan Kara committed [d9852b] on Code

    setproject: fix openat() call

  • Jan Kara Jan Kara modified ticket #20

    bcachefs support

  • Jan Kara Jan Kara posted a comment on ticket #20

    OK, so still broken with 4.10 version. I'll have a look...

  • Jan Kara Jan Kara posted a comment on ticket #145

    Thanks! I've fixed this in setproject.c directly. If you give me your email address, I can properly credit you in the changelog :).

  • Anonymous posted a comment on ticket #20

    # quotaon -P / quotaon: Cannot stat() mounted device /dev/sdc:/dev/sda:/dev/sdb: No such file or directory quotaon: Mountpoint (or device) / not found or has no quota enabled. # quota -V Quota utilities version 4.09. Compiled with: EXT2_DIRECT BSD_BEHAVIOUR Bugs to jack@suse.cz

  • Anonymous posted a comment on ticket #20

    # repquota -Pa *** Report for project quotas on device /dev/sdb:/dev/sdc Block grace time: 7days; Inode grace time: 7days Block limits File limits Project used soft hard grace used soft hard grace ---------------------------------------------------------------------- #0 -- 42113329 0 0 1060684 0 0 #42 -- 0 0 0 1 0 0 # quotaon -Pv -F vfsv1 / quotaon: cannot find . on /dev/sdb:/dev/sdc [/] # quotaon -V Quota utilities version 4.10. Compiled with: USE_LDAP_MAIL_LOOKUP EXT2_DIRECT Bugs to jack@suse....

  • Anonymous posted a comment on ticket #21

    Sorry, that's "accept" not "access"

  • Jan Kara Jan Kara posted a comment on ticket #21

    I guess it depends how much special ZFS is. If it just means hooking up another syscall for ZFS filesystem I guess that would be OK.

  • W. Michael Petullo W. Michael Petullo created ticket #145

    Does not compile with GCC 14 within the OpenWrt build environment

  • Anonymous created ticket #21

    zfs

  • Jan Kara Jan Kara created a blog post

    Quota tools 4.10 released

  • Linux DiskQuota Linux DiskQuota released /quota-tools/4.10/quota-tools-4.10-README.txt

  • Linux DiskQuota Linux DiskQuota released /quota-tools/4.10/quota-4.10.tar.gz

  • Jan Kara Jan Kara modified ticket #20

    bcachefs support

  • Jan Kara Jan Kara posted a comment on ticket #20

    No response from reporter.

  • Jan Kara Jan Kara committed [097f3e] on Code

    Release quota-tools 4.10

  • Jan Kara Jan Kara committed [4a4a3e] on Code

    Update Polish translation

  • Jan Kara Jan Kara posted a comment on ticket #20

    Thanks for report! Which version of quota tools are you using? Because the latest version of quota-tools in current git should handle this fine?

  • Anonymous created ticket #20

    bcachefs support

  • Jan Kara Jan Kara committed [b7c7b3] on Code

    quotasys: Make detection of QF_META format work for bcachefs

  • Jan Kara Jan Kara committed [c59b85] on Code

    quotaio_xfs: Fix memory leak

  • Jan Kara Jan Kara committed [e61d46] on Code

    setproject: Add support for bcachefs REINHERIT_ATTRS ioctl

  • Jan Kara Jan Kara committed [ac6bac] on Code

    setproject: Simple utility for setting projects on files/directories

  • Jan Kara Jan Kara committed [5ba8a3] on Code

    Move user/group/project name translation into common.[ch]

  • Jan Kara Jan Kara committed [26a83e] on Code

    Add support for bcachefs

  • Jan Kara Jan Kara modified ticket #144

    Build fails on musl with implicit declaration of function basename error

  • Jan Kara Jan Kara posted a comment on ticket #144

    Thanks for the patch! After some thought I think this is actually going to be the most futureproof solution. I've just fixed up quota_nld.c (and removed the change to rquota.c) in your patch.

  • Jan Kara Jan Kara committed [e73c5b] on Code

    Fix building on musl

  • listout listout posted a comment on ticket #144

    Please refer: https://bugs.gentoo.org/935812

  • listout listout created ticket #144

    Build fails on musl with implicit declaration of function basename error

  • Jan Kara Jan Kara modified ticket #143

    Userspace permission checks (BSD_BEHAVIOUR) are inaccurate and unnecessary

  • Jan Kara Jan Kara posted a comment on ticket #143

    Thanks for the detailed report! Indeed all good points, I'm particularly puzzled how the bug in xfs_read_dquot() got there. Apparently it is there over 23 years since the initial XFS support written by SGI guys back then :) Problems fixed and a few more I've found on top when testing this :)

  • Jan Kara Jan Kara committed [051518] on Code

    quotaio_xfs: Convert remaining quotactl(2) calls to quotactl_handle()

  • Jan Kara Jan Kara committed [bd13b7] on Code

    quotaio_xfs: Fix quota-tools on XFS

  • Jan Kara Jan Kara committed [dba8c5] on Code

    quotaio_xfs: Fix error handling in xfs_read_dquot()

  • Jan Kara Jan Kara committed [c41dbb] on Code

    Disable BSD_BEHAVIOUR by default

  • Jan Kara Jan Kara committed [44613c] on Code

    quotaops: Checking egid with BSD_BEHAVIOR

  • Anonymous created ticket #143

    Userspace permission checks (BSD_BEHAVIOUR) are inaccurate and unnecessary

  • Jan Kara Jan Kara committed [00534e] on Code

    Enable support for tmpfs quotas

  • Jan Kara Jan Kara committed [ded570] on Code

    Add quotactl_fd() support

  • Jan Kara Jan Kara committed [c18e5a] on Code

    Rename searched_dir->sd_dir to sd_isdir

  • Jan Kara Jan Kara committed [d90b7d] on Code

    quota-nld: fix open PID file failed when systemd read it

  • Jan Kara Jan Kara committed [06b93e] on Code

    quota-nld: fix open PID file failed when systemd read it

  • Jan Kara Jan Kara committed [f7e24e]

    edquota: Fix editing of individual user grace times

  • Jan Kara Jan Kara committed [037eaa]

    setquota: Avoid false error messages when setting grace times

  • Sam James Sam James posted a comment on ticket #56

    Thank you very much!

  • Jan Kara Jan Kara modified ticket #56

    Fix Bashism in configure

  • Jan Kara Jan Kara posted a comment on ticket #56

    Thanks. Applied!

  • Jan Kara Jan Kara committed [bd94d7]

    Make configure.ac POSIX compliant

  • Jan Kara Jan Kara committed [8986f2]

    Update required gettext version

  • Sam James Sam James posted a comment on ticket #56

    Sure, thanks! Signed-off-by: Sam James <sam@gentoo.org>

  • Jan Kara Jan Kara posted a comment on ticket #56

    Thanks for the patch! It looks good. Can you please provide your attribution (Signed-off-by line) so that I can include it in the repository? Thanks!

  • Jan Kara Jan Kara modified ticket #142

    Update m4/ macros

  • Jan Kara Jan Kara posted a comment on ticket #142

    Thanks for report. I've updated gettext version to 0.19 and refreshed m4 macros.

  • Sam James Sam James posted a comment on ticket #142

    This will require changing AM_GNU_GETTEXT_VERSION in configure.ac, as it happens to control the versions of the macros too, unfortunately. But most projects use at minimum 0.18 or 0.19. 0.20.x should be fine even at this point.

  • Sam James Sam James posted a comment on ticket #142

    On my system, they're available in /usr/share/aclocal, although it may vary on other systems if development tools are not installed.

  • Sam James Sam James created ticket #142

    Update m4/ macros

  • Sam James Sam James created ticket #56

    Fix Bashism in configure

  • Linux DiskQuota Linux DiskQuota released /quota-tools/4.09/quota-tools-4.09-README.txt

  • Linux DiskQuota Linux DiskQuota released /quota-tools/4.09/quota-4.09.tar.gz

  • Jan Kara Jan Kara committed [87d2fd]

    Release quota-tools 4.09

  • Jan Kara Jan Kara committed [ef40e8]

    Avoid including manpages multiple times in man_MANS

  • Linux DiskQuota Linux DiskQuota released /quota-tools/4.08/quota-tools-4.08-README.txt

  • Linux DiskQuota Linux DiskQuota released /quota-tools/4.08/quota-4.08.tar.gz

  • Jan Kara Jan Kara committed [0f1a46]

    Release quota-tools 4.08

  • Jan Kara Jan Kara committed [118c54]

    Include unconfigured manpages into distribution

  • Jan Kara Jan Kara modified ticket #19

    Default Quota

  • Linux DiskQuota Linux DiskQuota released /quota-tools/4.07/quota-tools-4.07-README.txt

  • Linux DiskQuota Linux DiskQuota released /quota-tools/4.07/quota-4.07.tar.gz

  • Jan Kara Jan Kara modified ticket #140

    Project limit Not effect

  • Jan Kara Jan Kara committed [b74e95]

    Release quota-tools 4.07

  • Jan Kara Jan Kara posted a comment on ticket #19

    Well, the decision to set quotas was always on userspace - e.g. your user creation script to call setquota(8) or something like that. Now what you ask for would either have to happen inside Singularity (it certainly needs to track somehow used/unused subuids and it could set quota when allocating new subuid) or it could happen inside the kernel when we notice some UID is doing allocation for the first time and we are creating structure in our space tracking. Quota tools (whose tracker you are using...

  • Anonymous created ticket #19

    Default Quota

  • Jan Kara Jan Kara posted a comment on discussion Help

    Yes, this is the right answer :)

  • Raph R Raph R posted a comment on discussion Help

    Hello again, I finally found answers in the quotalctl(2) man page. Thi is by the way new feature from Filesystems : Quota information can be also stored in hidden system inodes for ext4, XFS, and other filesystems if the filesystem is configured so. In this case, there are no visible quota files and there is no need to use quotacheck(8). Quota information is always kept consistent by the filesystem and the Q_QUOTAON operation serves only to enable enforcement of quota limits. The presence of hidden...

  • Raph R Raph R posted a comment on discussion Help

    Hello again, my apologize for this request. after further tests, on windows client, mapped drive appears with the correct quota. All is OK ! One question remaining : what could be the replacement for quotacheck ? Regards

  • Raph R Raph R posted a comment on discussion Help

    Hello, I write here because I haven't found any information by googleing. I have installed new Debian 11, , It is intend to share home directories via samba+winbind to users from Windows 2008 R2 Active Directory forest (not yet upgraded) I need to activate user quotas on the home partition with usrquota in fstab as i'm used to. Thi seems working as expected but things have changed. There is no more aquota.user file in the home's root directory which prevent (I think) Samba to report free space to...

  • Jan Kara Jan Kara modified ticket #18

    copilar facebook

  • Anonymous created ticket #18

    copilar facebook

  • Jan Kara Jan Kara committed [b0f95e]

    common.c: fix strncat usage

  • Jan Kara Jan Kara committed [d2256a]

    quotasys.c: fix strncpy usage

  • Jan Kara Jan Kara committed [100b8a]

    quotacheck, quotaon: Always display message about deprecated usage

  • Jan Kara Jan Kara modified ticket #141

    Unitialized sa_mask in quota_nld

  • Jan Kara Jan Kara posted a comment on ticket #141

    Thanks, merged.

  • Jan Kara Jan Kara committed [25f16b]

    quota_nld: Initialize sa_mask when registering PID file removal

  • Petr Písař Petr Písař created ticket #141

    Unitialized sa_mask in quota_nld

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.