summaryrefslogtreecommitdiff
path: root/src/udev/udev-builtin-btrfs.c
Commit message (Expand)AuthorAgeFilesLines
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-4/+0
* udev: make use of new one_zero() helper where appropriateLennart Poettering2015-01-131-1/+1
* udev-builtin-btrfs: properly initialize ioctl struct to zeroesLennart Poettering2014-12-121-1/+2
* Move BTRFS_IOC_DEVICES_READY to missing.hZbigniew Jędrzejewski-Szmek2014-08-031-2/+0
* util.h: include missing.h, for struct file_handleSimon McVittie2014-08-031-6/+4
* udev: place opening { at the same line as the function declarationKay Sievers2014-07-291-2/+1
* everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2014-02-131-3/+2
* udev: move string copy functions to shared/Kay Sievers2013-01-091-1/+1
* udev: update file headersKay Sievers2012-11-091-10/+18
* udev: add btrfs supportKay Sievers2012-09-171-0/+57