]> git.ozlabs.org Git - petitboot/history - discover/device-handler.c
discover: Mount with norecovery, avoid rw mount of XFS filesystems
[petitboot] / discover / device-handler.c
2015-03-26 Samuel Mendoza-Jonasdiscover: Mount with norecovery, avoid rw mount of...
2015-02-16 Jeremy Kerrdiscover/platform: rename finalise_config hook
2014-12-15 Jeremy Kerrdiscover: Integrate ipmi bootdev settings into the...
2014-12-03 Samuel Mendoza-Jonasdiscover/pxe: Format IPAPPEND mac addresses correctly
2014-09-30 Jeremy Kerrdiscover/platform: Add finalise_config_hook
2014-09-04 Samuel Mendoza-Jonasdiscover: Reject ADD_URL actions without configured...
2014-08-01 Jeremy Kerrdiscover: Add missing include
2014-07-28 Samuel Mendoza-Jonasdiscover: Enable 'url' pb-events
2014-07-28 Jeremy Kerrdiscover: Use translated strings for boot status messages
2014-07-28 Jeremy Kerrdiscover: Add setlocale calls in discover server
2014-07-28 Jeremy Kerrdiscover: Only update our config if the config_set...
2014-07-22 Jeremy Kerrdiscover: Add safe mode
2014-07-21 Jeremy Kerrdiscover: check config.boot_device before setting a...
2014-07-21 Jeremy Kerrdiscover: allow separate lifetimes for network interfac...
2014-07-16 Jeremy Kerrdiscover: place countdown earlier in boot status messages
2014-04-02 Jeremy Kerrprotocol: expose discovery reinit over client/server...
2014-04-02 Jeremy Kerrdiscover: add reinit path
2014-04-02 Jeremy Kerrdiscover: move device sources to the device handler
2014-03-14 Jeremy Kerrdiscover: Call mount syscall directly
2014-03-14 Jeremy Kerrdiscover: Use ID_FS_TYPE property for filesystem type...
2014-03-07 Jeremy Kerrdiscover: Print error message on mount failure
2014-03-07 Jeremy Kerrdiscover: don't retry mount without ro option
2014-03-06 Jeremy Kerrdiscover: fix return value for discover_device_get_param
2014-01-30 Jeremy Kerrdiscover: Add DEVICE_TYPE_ANY for matching any device
2014-01-30 Jeremy Kerrdiscover: Make boot_priorities more flexible
2014-01-30 Jeremy Kerrpb-config: Move config storage modules to "platform...
2013-12-02 Jeremy Kerrdiscover/device-handler: Ensure we free unresolved...
2013-11-22 Jeremy Kerrdiscover: populate sysinfo with block devices
2013-11-13 Jeremy Kerrdiscover: Handle incoming configuration messages
2013-11-13 Jeremy Kerrlib/types: use unsigned int for interface, dns and...
2013-11-06 Neelesh Guptadiscover: Change parsers to explicitly request configur...
2013-11-06 Jeremy Kerrdiscover: Allocate contexts with talloc_zero
2013-11-01 Jeremy Kerrlogging: Clean up debug logs
2013-10-15 Jeremy Kerrdiscover: Allow an in-progress boot to be cancelled
2013-10-10 Jeremy Kerrdiscover: Allow device_handler_boot with no option
2013-10-09 Jeremy Kerrdiscover/device-handler: Fix use-after-free when unmounting
2013-10-01 Jeremy Kerrdiscover: Add device_{request,release}_write
2013-10-01 Jeremy Kerrdiscover: Add test_data member to struct discover_context
2013-10-01 Jeremy Kerrdiscover: Don't continue discovery if mount fails
2013-10-01 Jeremy Kerrdiscover: Allow for already-mounted devices
2013-09-24 Jeremy Kerrdiscover: Check for devices with duplicate serial prope...
2013-09-23 Jeremy Kerrdiscover: clear default_timeout waiter on timeout
2013-09-23 Jeremy Kerrdiscover: Don't register multiple boot_timeout waiters
2013-09-19 Jeremy Kerrdiscover: Implement device priorities
2013-09-19 Jeremy Kerrdiscover: Remove unnecessary event passing
2013-09-19 Jeremy Kerrdiscover: Consolidate device path, name and ID.
2013-09-18 Jeremy Kerrdiscover: populate udev device types
2013-09-18 Jeremy Kerrlib/pb-config: Add autoboot timeout to configuration...
2013-08-19 Jeremy Kerrlib/process: replace pb_run_cmd
2013-07-23 Geoff Levanddiscover: Log autoboot timeout
2013-07-23 Geoff Levanddiscover: Rename default_enabled
2013-07-02 Jeremy Kerrdiscover/device-handler: hook up autoboot_enabled confi...
2013-06-24 Geoff LevandAdd initial dtb support
2013-06-24 Jeremy Kerrdiscover: Add logging for default boot option behaviour
2013-06-24 Jeremy Kerrdiscover: Add "cancel default boot" messages
2013-06-24 Jeremy Kerrdiscover: Add countdown before default boot
2013-06-24 Jeremy Kerrdiscover: implement default booting
2013-05-21 Geoff Levanddiscover: Send options to client in order
2013-05-16 Jeremy Kerrdiscover: log cleanup
2013-05-15 Jeremy Kerrdiscover: Make device handler a little more testable
2013-05-15 Jeremy Kerrdiscover: Allow devices with no device_path
2013-05-09 Jeremy Kerrdiscover: handle boot_option->device_id entirely within...
2013-05-08 Jeremy Kerrdiscover: Don't invert option discovery order
2013-05-06 Jeremy Kerrdiscover: log unresolved boot options
2013-05-06 Jeremy Kerrdiscover: detect unresolvable resources
2013-05-06 Jeremy Kerrdiscover: Send boot status messages during boot()
2013-04-29 Jeremy Kerrdiscover: Add configuration events & DHCP handler
2013-04-29 Jeremy Kerrdiscover: Add configuration methods
2013-04-29 Jeremy Kerrdiscover: Handle unresolved resources
2013-04-29 Jeremy Kerrdiscover: Finalise boot options during commit
2013-04-29 Jeremy Kerrdiscover/device-handler: Initialise existing_device...
2013-04-29 Jeremy Kerrdiscover: Change parsers to emit resources rather than...
2013-04-29 Jeremy Kerrdiscover: Introduce a container type for boot options
2013-04-29 Jeremy Kerrdiscover: Add device lookup functions
2013-04-29 Jeremy Kerrdiscover: Add uuid and label parameters to persistent...
2013-04-29 Jeremy Kerrdevice-handler: Don't unmount non-mounted devices
2013-04-16 Jeremy Kerrdiscover: Separate temporary and permanent device data
2013-04-16 Jeremy Kerrdiscover: Consolidate user events by device ID
2013-04-16 Jeremy Kerrprotocol: Separate device add from boot-option add...
2013-04-15 Jeremy KerrMove --dry-run option to discover server
2013-04-15 Jeremy Kerrdiscover: Implement device handler boot path
2013-04-10 Jeremy Kerrlib/types: Create common file for type definitions
2013-03-05 Jeremy Kerrdiscover: Remove {U,}MOUNT_BIN defines
2013-03-05 Jeremy Kerrdiscover: remove (unused) duplicate struct mount_map
2013-03-05 Jeremy Kerrdiscover: simplify handler switch statement
2012-03-31 Geoff LevandCleanup --dry-run option code
2012-03-27 Geoff Levandpb-discover: Ignore ram, loop and no-name devices
2012-03-27 Geoff LevandFix device mount retry
2012-03-09 Geoff LevandAdd --start-daemon option to ui programs
2012-03-09 Geoff LevandRetry device mount without 'ro' option
2009-06-30 Geoff LevandAdd discover user event
2009-06-30 Geoff LevandMake udev_event a generic event
2009-06-30 Geoff LevandSwitch device-handler to system helpers
2009-06-30 Geoff LevandAdd discover device report
2009-06-30 Geoff LevandRemove device handler test code
2009-03-30 Geoff Levandlog discover mount failure
2009-02-01 Geoff LevandMake device instance constant
2009-02-01 Geoff LevandMove log to library
2009-02-01 Jeremy KerrFix unused parameter warnings
2009-02-01 Geoff LevandFix build warnings
next