summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update zio.cShen Yan2013-07-091-1/+1
* Fix the comment in zfs.hShen Yan2013-07-091-2/+2
* Add zfs_autoimport_disable tunableBrian Behlendorf2013-07-091-0/+8
* Explicitly flush output at end of each zeventCraig Loomis2013-07-081-0/+1
* 3.10 API change: block_device_operations->release() returns voidChris Dunlop2013-07-084-2/+37
* Add conditional chkconfig to packagingBrian Behlendorf2013-07-031-0/+2
* Add conditional chkconfig to packagingBrian Behlendorf2013-07-031-1/+8
* Remove zfs-dracut and zfs-test dependenciesBrian Behlendorf2013-07-031-2/+0
* Open pools asynchronously after module loadBrian Behlendorf2013-07-033-4/+5
* Cleanup zvol initialization codeRichard Yao2013-07-031-10/+18
* Call zvol_create_minors() in spa_open_common() when initializing poolPawel Jakub Dawidek2013-07-032-3/+13
* Fix parse_dataset error handlingBrian Behlendorf2013-07-031-4/+6
* Illumos #3498 panic in arc_read()George Wilson2013-07-0216-196/+75
* Illumos #3122 zfs destroy filesystem should prefetch blocksMatthew Ahrens2013-07-023-16/+86
* Use MAXPATHLEN instead of sizeof in snprintfRichard Yao2013-07-021-1/+1
* Add zfs_sync_pass_* tunable parametersCyril Plisko2013-07-021-0/+12
* Add SEEK_DATA/SEEK_HOLE to lseek()/llseek()Li Dongyang2013-07-026-11/+97
* Readd zfs_holey() from OpenSolarisMatthew Ahrens2013-07-021-0/+45
* kmem_zalloc(..., KM_SLEEP) will never failshenyan12013-07-012-5/+1
* Fix zfs_sb_teardown/zfs_resume_fs NULL dereferenceTim Chase2013-07-011-5/+8
* Override default SPA config location via environmentCyril Plisko2013-07-011-0/+10
* Add absent \n at the end of the help text lineCyril Plisko2013-06-281-1/+1
* Formating changes for zpool manpageSteven Burgess2013-06-281-0/+8
* Add error message for missing /etc/mtabAaron Fineman2013-06-271-0/+2
* Fix module probe failure on 32-bit systemsYing Zhu2013-06-271-2/+2
* Return -EOPNOTSUPP for ZFS_IOC_{GET|SET}FLAGSBrian Behlendorf2013-06-262-0/+32
* Allow fetching the pool from the device at mountBrian Behlendorf2013-06-261-4/+42
* Make spl directory setable when building rpms and add --buildrootNathaniel Clark2013-06-213-11/+61
* Register correct handlers in nvlist_alloc()Brian Behlendorf2013-06-203-4/+38
* Illumos #3805 arc shouldn't cache freed blocksMatthew Ahrens2013-06-203-0/+32
* Fix compile warning on 32-bit systemsYing Zhu2013-06-191-1/+1
* Illumos #3552, #3564George Wilson2013-06-196-110/+325
* Illumos #3006Madhav Suresh2013-06-1932-187/+199
* Improve OpenRC init scriptRichard Yao2013-06-181-2/+9
* Modified arcstat.py to run on linuxChrist Schlacta2013-06-185-20/+10
* Added arcstat.py from FreeNASChrist Schlacta2013-06-181-0/+454
* Don't leak mount flags into kernelNed Bass2013-06-182-13/+4
* Adds zpool split to man pageSteven Burgess2013-06-181-0/+50
* Only check directory xattr on ENOENTBrian Behlendorf2013-05-101-1/+1
* zfs_scrub_limit tunable is not used anywhereCyril Plisko2013-05-061-6/+0
* Fix incorrect assertions in ddt_phys_decref and ddt_sync_entryYing Zhu2013-05-061-2/+1
* Use taskq for dump_bytes()Brian Behlendorf2013-05-065-6/+69
* Illumos #3581 spa_zio_taskq[ZIO_TYPE_FREE][ZIO_TASKQ_ISSUE]->tq_lock contentionAdam Leventhal2013-05-064-79/+170
* Illumos #3329, #3330, #3331, #3335George Wilson2013-05-069-22/+75
* Illumos #3306, #3321George Wilson2013-05-037-65/+169
* Ensure --with-spl-timeout waits for spl_config.h and symversCarlos Alberto Lopez Perez2013-05-021-56/+67
* Silence 'old_umask' uninit variable warningBrian Behlendorf2013-05-011-1/+1
* Fix zinject list handlersBrian Behlendorf2013-05-011-10/+10
* 3246 ZFS I/O deadman threadGeorge.Wilson2013-05-0120-50/+275
* Fix txg_quiesce thread deadlockBrian Behlendorf2013-04-262-8/+8