summaryrefslogtreecommitdiff
path: root/src/udev/udev-builtin-btrfs.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-4/+0
2015-01-13udev: make use of new one_zero() helper where appropriateLennart Poettering1-1/+1
2014-12-12udev-builtin-btrfs: properly initialize ioctl struct to zeroesLennart Poettering1-1/+2
2014-08-03Move BTRFS_IOC_DEVICES_READY to missing.hZbigniew Jędrzejewski-Szmek1-2/+0
2014-08-03util.h: include missing.h, for struct file_handleSimon McVittie1-6/+4
2014-07-29udev: place opening { at the same line as the function declarationKay Sievers1-2/+1
2014-02-13everywhere: always use O_CLOEXEC where it makes senseLennart Poettering1-3/+2
2013-01-09udev: move string copy functions to shared/Kay Sievers1-1/+1
2012-11-09udev: update file headersKay Sievers1-10/+18
2012-09-17udev: add btrfs supportKay Sievers1-0/+57