| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | Allow upper layers to discover than BIO_DELETE and/or BIO_FLUSH is not | pjd | 2011-10-25 | 1 | -3/+3 |
* | Improve style a bit. | pjd | 2011-10-25 | 1 | -5/+7 |
* | Simplify disk_alloc(). | pjd | 2011-10-25 | 1 | -4/+2 |
* | Include sys/sbuf.h directly. | ae | 2011-07-11 | 1 | -0/+1 |
* | Plumb device physical path reporting from CAM devices, through GEOM and | gibbs | 2011-06-14 | 1 | -0/+21 |
* | Update disk's stripesize and stripeoffset parameters on provider open. | mav | 2011-06-03 | 1 | -0/+6 |
* | MFgraid/head r218212, r218257: | mav | 2011-03-24 | 1 | -9/+90 |
* | MFgraid/head r217827: | mav | 2011-03-24 | 1 | -12/+8 |
* | Add the disk ident and a human-meaningful description (here, the disk model | nwhitehorn | 2011-02-26 | 1 | -0/+2 |
* | Remove the CTLFLAG_NOLOCK as it seems to be both unused and | mdf | 2011-01-26 | 1 | -1/+2 |
* | Add reporting of GEOM::candelete BIO_GETATTR for md(4) and geom_disk(4). | kib | 2010-12-29 | 1 | -1/+5 |
* | Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to | mav | 2010-07-25 | 1 | -0/+12 |
* | Simplify g_disk_ident_adjust() function and allow any printable character | pjd | 2009-09-04 | 1 | -28/+15 |
* | Revert r190676,190677 | thompsa | 2009-04-10 | 1 | -2/+0 |
* | Add interleaving root hold tokens from the CAM probe to disk_create and geom | thompsa | 2009-04-03 | 1 | -0/+2 |
* | Revert r184136. Instead, push the check for crashdumpmap overflow into the | kib | 2008-10-31 | 1 | -1/+1 |
* | Do not overflow crashdumpmap. | kib | 2008-10-21 | 1 | -1/+1 |
* | Add sbuf_new_auto as a shortcut for the very common case of creating a | des | 2008-08-09 | 1 | -1/+1 |
* | Teach the dump and minidump code to respect the maxioszie attribute of | scottl | 2008-02-15 | 1 | -0/+1 |
* | Allow to use ':' in d_ident, which is quite handy character. | pjd | 2007-05-05 | 1 | -1/+2 |
* | Because there are many strange hardware out there, allow to use only | pjd | 2007-05-05 | 1 | -0/+39 |
* | - Extend disk structure to allow to store disk's serial number, which can be | pjd | 2007-05-05 | 1 | -1/+3 |
* | Reduce the noise when plugging in (USB) mass storage devices, like a 4 port | n_hibma | 2007-02-21 | 1 | -1/+1 |
* | Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the disk | pjd | 2006-10-31 | 1 | -1/+21 |
* | Add g_wither_provider() to abstract the details of destroying a | marcel | 2006-04-10 | 1 | -1/+1 |
* | Fix a bug that caused some /dev entries to continue to exist after | jdp | 2005-11-18 | 1 | -0/+12 |
* | Move some devstat collection to below where large IO operations are chopped | tegge | 2005-09-30 | 1 | -3/+3 |
* | After rejecting the bio request early, return instead of panicing. | phk | 2005-03-18 | 1 | -1/+3 |
* | Make various random things static | phk | 2005-02-10 | 1 | -1/+1 |
* | When dumping to a unpartitioned disk, make sure to chop the | phk | 2005-01-29 | 1 | -0/+2 |
* | CAM will sometimes remove a disk again even before it finished being | phk | 2005-01-14 | 1 | -2/+4 |
* | Pass the file->flags down to geom ioctl handlers. | phk | 2004-12-12 | 1 | -2/+2 |
* | Tag all geom classes in the tree with a version number. | phk | 2004-08-08 | 1 | -0/+1 |
* | Use default method initialization on geoms. | phk | 2004-08-08 | 1 | -4/+7 |
* | Fix regression in last commit. | phk | 2004-06-29 | 1 | -1/+1 |
* | Make sure to kill the devstat entry for disappearing disks. | phk | 2004-06-27 | 1 | -1/+3 |
* | Zap a redundant NULL | phk | 2004-05-30 | 1 | -1/+1 |
* | Dont try to finish devstat's if the disk pointer is NULL, this can happen | sos | 2004-05-11 | 1 | -2/+2 |
* | Change the disk(9) API in order to make device removal more robust. | phk | 2004-02-18 | 1 | -23/+31 |
* | don't call sbuf_clear() right after sbuf_new(), it is not necessary. | phk | 2004-02-10 | 1 | -1/+0 |
* | Allow decreasing access count even if there is no disk anymore. | pjd | 2004-02-06 | 1 | -3/+11 |
* | Remove no longer necessary debug printfs | phk | 2004-01-23 | 1 | -6/+0 |
* | Correct usage of mtx_init() API. This is not a functional change since | truckman | 2003-12-07 | 1 | -1/+1 |
* | Retire bio_blkno entirely. | phk | 2003-10-18 | 1 | -1/+0 |
* | Return ENODEV in case the driver has no dump routine. | phk | 2003-09-29 | 1 | -0/+4 |
* | Be more careful in dumpconf: softc may be NULL for departing devices. | phk | 2003-09-23 | 1 | -3/+6 |
* | Simplify the ioctl handling in GEOM. | phk | 2003-09-01 | 1 | -10/+20 |
* | Try to close the race between disk_destroy() and a subsequent disk_create(). | phk | 2003-09-01 | 1 | -19/+17 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |