summaryrefslogtreecommitdiff
path: root/src/udev/udev-builtin-btrfs.c
AgeCommit message (Collapse)Author
2014-12-12udev-builtin-btrfs: properly initialize ioctl struct to zeroesLennart Poettering
2014-08-03Move BTRFS_IOC_DEVICES_READY to missing.hZbigniew Jędrzejewski-Szmek
2014-08-03util.h: include missing.h, for struct file_handleSimon McVittie
This breaks udev-builtin-btrfs.c, which reinvents some of missing.h, so use missing.h there too. [zj: removed #include "config.h" and wrapped #include <linux/btrfs.h> in ifdef HAVE_LINUX_BTRFS_H as discussed on the mailing list.]
2014-07-29udev: place opening { at the same line as the function declarationKay Sievers
2014-02-13everywhere: always use O_CLOEXEC where it makes senseLennart Poettering
2013-01-09udev: move string copy functions to shared/Kay Sievers
2012-11-09udev: update file headersKay Sievers
2012-09-17udev: add btrfs supportKay Sievers
All "btrfs" file systems will be registered with the kernel when they show up. Incomplete multi-device volumes will set SYSTEMD_READY=0, to prevent access until the volume is complete and fully registered.