]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
2017-03-30 Heinz Mauelshagenman: pregen file change
2017-03-30 Heinz Mauelshagenman-generator: shutdown stdout buffer
2017-03-30 Heinz Mauelshagenman-generator: enhance performance
2017-03-30 Heinz Mauelshagenman-generator: don't ignore description file errors
2017-03-30 Heinz Mauelshagenraid: more coverity issues
2017-03-30 Heinz Mauelshagenraid: favour dm_list_first()
2017-03-30 Heinz Mauelshagenraid: address coverity issues
2017-03-30 Heinz Mauelshagenman-generator: add '.' to all messages
2017-03-30 Heinz Mauelshagenman: add minor regexp
2017-03-30 Bryn M. Reevesdmsetup: replace (f)printf("\n") with putchar/putc
2017-03-30 Bryn M. Reeveslibdm: use correct FMTu32 format specifier for uint32_t
2017-03-30 Bryn M. Reeveslibdm: fix incorrect format specifier in _stats_resize_...
2017-03-30 Nir Sofferdmsetup: Flush ouptut when using --interval
2017-03-30 Bryn M. Reeveslibdm: use uint64_t where possible in filemap routines
2017-03-30 Bryn M. Reeveslibdm: use size_t for buflen in _stats_group_file_regions()
2017-03-30 Bryn M. Reeveslibdm: make _stats_resize_group() num_regions argument...
2017-03-30 Bryn M. Reeveslibdm: make _find_extent() nr_extents argument uint64_t
2017-03-30 Bryn M. Reevesdmfilemapd: cast return value of strto* functions when...
2017-03-30 Bryn M. Reevesdmfilemapd: use log_sys_error in _filemap_monitor_set_n...
2017-03-30 Bryn M. Reevesdmfilemapd: cast sysconf() return value to int
2017-03-30 Bryn M. Reevesdmfilemapd: fix len type in _filemap_monitor_check_file...
2017-03-30 Bryn M. Reevesdmfilemapd: make filemap_monitor->nr_regions uint64_t
2017-03-30 Bryn M. Reeveslibdm: use DM_STATS_GROUP_* constants in dm_stats_creat...
2017-03-30 Bryn M. Reevesdmsetup: simplify branching in _stats_update_file()
2017-03-29 Heinz Mauelshagenman: raid cleanup
2017-03-29 Heinz Mauelshagenman: Copyright
2017-03-29 Heinz Mauelshagenman: use variable in Makefile / regexp
2017-03-29 Heinz Mauelshagenman-generator: catch missing command name
2017-03-29 Zdenek Kabelactests: fix typo in makefile
2017-03-29 Zdenek Kabelacman: fix type
2017-03-29 Zdenek Kabelacvgrename: use long enough buffer for path
2017-03-29 Bryn M. Reeveslibdm: use log_sys_error if dmfilemapd exec fails
2017-03-29 Bryn M. Reevesdmsetup: always close fd when leaving _stats_update_fil...
2017-03-29 Bryn M. Reevesdmsetup: do not start dmfilemapd if region creation...
2017-03-29 Bryn M. Reeveslibdm: do not attempt filemap cleanup if dm_stats_list...
2017-03-29 Bryn M. Reeveslibdm: abort filemap update if pool allocation fails...
2017-03-29 Bryn M. Reeveslibdm: do not leak FIEMAP extent buffer if pool allocat...
2017-03-29 Bryn M. Reevesdmfilemapd: free region table at end of _update_regions...
2017-03-29 Bryn M. Reevesdmfilemapd: fix off-by-one in fd comparison (coverity)
2017-03-29 Bryn M. Reevesdmfilemapd: always close link check file descriptor...
2017-03-29 Bryn M. Reevesdmfilemapd: always terminate link buffer after readlink...
2017-03-29 Bryn M. Reevesdmfilemapd: always close check file descriptor (coverity)
2017-03-29 Bryn M. Reevesdmfilemapd: use *argv[0] when testing for absolute...
2017-03-29 Bryn M. Reevesdmfilemapd: pass correct dirp to closedir()
2017-03-29 Bryn M. Reevesdmfilemapd: do not closdir(pid_d) unless it is open
2017-03-29 Bryn M. Reevesdmfilemapd: log closedir errors with log_sys_error()
2017-03-29 Marian Csontosdmstats: Fix path to static dmstats
2017-03-29 Heinz Mauelshagenman: ranges/LV names/symbolic use regexp
2017-03-28 Heinz Mauelshagenman: simplify by avoiding different headers on de-dupli...
2017-03-28 Heinz Mauelshagenman: de-duplicate lvmconfig, lvm-config and lvm-dumpcon...
2017-03-28 Marian Csontosspec: Add dmfilemapd
2017-03-28 Marian Csontosdmfilemapd: Fix install target
2017-03-28 Heinz Mauelshagenman: regexp readability / use $(SED)
2017-03-28 Alasdair G... post-release
2017-03-28 Alasdair G... pre-release v2_02_169
2017-03-28 Alasdair G... man: pre-generated files weren't committed
2017-03-27 Heinz Mauelshagenman: fix / typo
2017-03-27 Heinz Mauelshagenman: enhance man postprocessing regexp
2017-03-27 Zdenek Kabelactests: update to better fit
2017-03-27 Zdenek Kabelaccleanup: use more common FMTd64 type
2017-03-27 Mikulas Patockabuild: fix x32 arch
2017-03-27 Heinz Mauelshagenman-generator/man/help: simplify hyphen escaping
2017-03-26 Heinz Mauelshagenlvchange: reject setting all raid1 images to writemostly
2017-03-25 Heinz Mauelshagenman: a few more missed '-' to escape
2017-03-24 Heinz Mauelshagenman-generator: more escaped '-'
2017-03-24 Heinz Mauelshagenman-generator: fix buffer length calculation
2017-03-24 Alasdair G... make: Don't hard-code SHELL as /bin/sh
2017-03-24 Heinz Mauelshagenman/help: avoid escaping of '-' with --help
2017-03-24 Heinz MauelshagenWHATS_NEW: man-generator escape '-'
2017-03-24 Heinz Mauelshagenman-generator: cleanup escape '-'
2017-03-24 Heinz Mauelshagenman-generator: emit escaped '-'
2017-03-24 Heinz Mauelshagenman: escape all single '-'
2017-03-24 Heinz Mauelshagenman: revert erouneous '-' escapes in Makefine.in
2017-03-24 Heinz Mauelshagenman: escape all double '-'
2017-03-23 Alasdair G... tools: Reinstate lvm script processing.
2017-03-23 Heinz Mauelshagenlibdm: typo
2017-03-23 David Teiglandcommands: improve error message for unknown command
2017-03-23 David Teiglandcommands: fix commands with run with path basename
2017-03-23 Alasdair G... tools: Show configuration command line in lvm version.
2017-03-23 Heinz Mauelshagenraid: adjust to misordered raid table line output
2017-03-23 Heinz MauelshagenRevert "raid: adjust to misordered raid table line...
2017-03-22 David Teiglandcommands: fix combined thin pool and vol create defs
2017-03-22 David TeiglandRevert "lvcreate: continue to accept --thinpool with...
2017-03-21 Heinz Mauelshagenmetadata: cleanup flags definition to be consistent
2017-03-21 Heinz MauelshagenWHATS_NEW: adjust to misordered raid parameters
2017-03-21 Heinz Mauelshagenraid: adjust to misordered raid table line output
2017-03-20 Alasdair G... lvcreate: continue to accept --thinpool with -L and...
2017-03-20 Alasdair G... man-generator: Remove unused variable.
2017-03-20 Tony Aslesonlvmdbusd: Rename ee to got_external_event
2017-03-20 Tony Aslesonlvmdbusd: Update state during pv move
2017-03-20 Tony Aslesonlvmdbusd: Limit state refreshes for udev events
2017-03-20 Tony Aslesonlvmdbusd: Call add_no_notify for *move commands
2017-03-20 Tony Aslesonlvmdbusd: Only disable notify_dbus after getting extern...
2017-03-20 Zdenek Kabelactests: early detect leaking error dev
2017-03-17 David Teiglandman: advise against mirrored mirror log
2017-03-17 David Teiglandhelp: align option list in pv/lv/vgchange cases
2017-03-17 Heinz Mauelshagenraid: check target version for shrink support
2017-03-17 Heinz Mauelshagenraid: conditionally reject convert to striped/raid...
2017-03-17 Heinz MauelshagenWHATS_NEW: conditionally reject raid convert
2017-03-17 Heinz Mauelshagenraid: cleanup; remove unused function
next
This page took 0.056708 seconds and 5 git commands to generate.