| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark QStorageInfo security significant | Matthias Rauter | 2025-07-04 | 1 | -0/+1 |
| * | QStorageInfo/Unix: reset the valid state when doStat()ing again | Thiago Macieira | 2024-10-05 | 1 | -4/+2 |
| * | Android: support uncompressed native libs within APKs | Assam Boudjelthia | 2024-10-05 | 1 | -0/+10 |
| * | qstorageinfo_p.h: fix -Wunused-function | Marc Mutz | 2024-09-18 | 1 | -1/+2 |
| * | QDirListing: add flags to handle entries filtering | Ahmad Samir | 2024-06-27 | 1 | -3/+1 |
| * | Core: Clean up qstorageinfo_linux{_p.h|.cpp} | Ulf Hermann | 2024-06-08 | 1 | -1/+210 |
| * | QStorageInfo/Linux: reuse the file descriptor | Thiago Macieira | 2024-06-01 | 1 | -9/+7 |
| * | QStorageInfo/Linux: use the mount ID to match paths to mountinfo lines | Thiago Macieira | 2024-06-01 | 1 | -30/+85 |
| * | QStorageInfo/Linux: re-work the mountedVolumes() check for mounted-overs | Thiago Macieira | 2024-06-01 | 1 | -3/+10 |
| * | QStorageInfo/Linux: remove dependency on linux/mount.h | Thiago Macieira | 2024-04-03 | 1 | -2/+6 |
| * | QStorageInfo: fix use-after-move | Marc Mutz | 2024-03-25 | 1 | -2/+3 |
| * | Port to QDirListing | Ahmad Samir | 2024-03-03 | 1 | -14/+9 |
| * | QStorageInfo/Linux: use FS_IOC_GETFSLABEL to get the labels | Thiago Macieira | 2024-01-22 | 1 | -7/+46 |
| * | QStorageInfo/Linux: merge doStat() and initRootPath() | Thiago Macieira | 2024-01-22 | 1 | -24/+8 |
| * | QStorageInfo/Linux: move retrieveVolumeInfo() up because it won't fail | Thiago Macieira | 2024-01-22 | 1 | -1/+1 |
| * | QStorageInfo/Linux: fix getting information on unmounted btrfs subvols | Thiago Macieira | 2024-01-21 | 1 | -5/+23 |
| * | Rename EINTR_LOOP -> QT_EINTR_LOOP | Marc Mutz | 2023-11-30 | 1 | -1/+1 |
| * | QStorageInfo/Linux: include linux/mount.h instead of sys/mount.h | Ahmad Samir | 2023-11-25 | 1 | -1/+1 |
| * | QStorageInfo/Linux: switch the non-Android version to also use statfs() | Thiago Macieira | 2023-11-17 | 1 | -28/+5 |
| * | QStorageInfo: change private blockSize member to int | Thiago Macieira | 2023-11-17 | 1 | -1/+1 |
| * | QStorageInfoPrivate/Linux: de-duplicate some code | Ahmad Samir | 2023-11-04 | 1 | -5/+3 |
| * | QStorageInfo/Unix: exclude invalid volumes from mountedVolumes() | Thiago Macieira | 2023-10-21 | 1 | -1/+1 |
| * | QStorageInfo/Linux: decode the names encoded by udev in-place | Thiago Macieira | 2023-10-21 | 1 | -18/+31 |
| * | QStorageInfo/Linux: avoid parsing /dev/disks/by-label for every entry | Thiago Macieira | 2023-10-21 | 1 | -4/+40 |
| * | QStorageInfo/Linux: rewrite the label retriever to use device IDs | Thiago Macieira | 2023-10-21 | 1 | -14/+48 |
| * | QStorageInfo/Linux: fix mountedVolumes() for paths mounted over | Thiago Macieira | 2023-10-21 | 1 | -0/+2 |
| * | QStorageInfo/Linux: fix setPath() for paths mounted over | Thiago Macieira | 2023-10-21 | 1 | -18/+27 |
| * | QStorageInfo/Linux: include QDir::Hidden in the search for labels | Thiago Macieira | 2023-10-16 | 1 | -1/+2 |
| * | QStorageInfo/Linux: simplify the code to deal with skipped entries | Thiago Macieira | 2023-10-16 | 1 | -4/+3 |
| * | QStorageInfo/Linux: avoid parsing /proc/self/mountinfo N+1 times | Thiago Macieira | 2023-10-16 | 1 | -4/+4 |
| * | QStorageInfo/Linux: remove const to enable moving from MountInfo | Thiago Macieira | 2023-10-11 | 1 | -2/+2 |
| * | QStorageInfo/Unix: check the mount point length before isParentOf() | Thiago Macieira | 2023-09-29 | 1 | -1/+1 |
| * | QStorageInfo/Linux: move from MountInfo's contents | Thiago Macieira | 2023-09-29 | 1 | -4/+4 |
| * | QStorageInfo/Linux: don't copy the mount info's contents until the end | Thiago Macieira | 2023-09-29 | 1 | -5/+9 |
| * | QStorageInfo/Linux: remove unnecessary isSymlink() call | Thiago Macieira | 2023-09-29 | 1 | -1/+3 |
| * | QStorageInfo: split Linux specific code to a separate source file | Ahmad Samir | 2023-07-09 | 1 | -0/+172 |