Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | |
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | |||
2015-01-13 | udev: make use of new one_zero() helper where appropriate | Lennart Poettering | |
2014-12-12 | udev-builtin-btrfs: properly initialize ioctl struct to zeroes | Lennart Poettering | |
2014-08-03 | Move BTRFS_IOC_DEVICES_READY to missing.h | Zbigniew Jędrzejewski-Szmek | |
2014-08-03 | util.h: include missing.h, for struct file_handle | Simon 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-29 | udev: place opening { at the same line as the function declaration | Kay Sievers | |
2014-02-13 | everywhere: always use O_CLOEXEC where it makes sense | Lennart Poettering | |
2013-01-09 | udev: move string copy functions to shared/ | Kay Sievers | |
2012-11-09 | udev: update file headers | Kay Sievers | |
2012-09-17 | udev: add btrfs support | Kay 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. |