summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Fix zfs_txg_timeout module parameterBrian Behlendorf2012-10-112-6/+6
* Fix zfs_write_limit_max integer size mismatch on 32-bit systemsRichard Yao2012-10-111-4/+0
* Make zfs_immediate_write_sz a module paramaterCyril Plisko2012-10-111-2/+7
* txg is spelled as tgx in placesCyril Plisko2012-10-111-5/+5
* Switch KM_SLEEP to KM_PUSHPAGEMassimo Maggi2012-10-081-1/+1
* Set default zvol elevator to noopBrian Behlendorf2012-10-051-0/+10
* Align DISCARD requests on zvols.Etienne Dechamps2012-10-041-9/+18
* Switch KM_SLEEP to KM_PUSHPAGEChris Dunlop2012-10-041-1/+1
* Illumos #3100: zvol rename fails with EBUSY when dirty.Matthew Ahrens2012-10-035-30/+26
* Illumos #3129, #3130George Wilson2012-10-032-5/+17
* Modify vdev_elevator_switch() to use elevator_change()Brian Behlendorf2012-10-031-18/+23
* Implement .commit_metadata hook for NFS exportCyril Plisko2012-10-031-1/+21
* zvol_probe should return NULL when the device isn't found.Chris Wedgwood2012-10-031-1/+1
* Illumos #2703: add mechanism to report ZFS send progressBill Pijewski2012-09-193-123/+183
* Illumos #1948: zpool list should show more detailed pool infoChris Siden2012-09-199-15/+82
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-09-191-3/+3
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-09-171-1/+1
* ZFS replay transaction error 5Cyril Plisko2012-09-171-8/+7
* Clear PG_writeback for sync I/O error caseBrian Behlendorf2012-09-141-0/+9
* Move iput() after zfs_inode_update()Brian Behlendorf2012-09-121-2/+2
* Remove zvol device nodeBrian Behlendorf2012-09-101-0/+1
* Make ZFS filesystem id persistent across different machinesCyril Plisko2012-09-061-2/+4
* Disable page allocation warnings for ARC buffersBrian Behlendorf2012-09-061-2/+3
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-09-052-3/+3
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-09-041-2/+2
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-09-041-1/+1
* Switch KM_SLEEP to KM_PUSHPAGEChris Dunlop2012-09-022-6/+6
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-08-311-2/+2
* Clear PG_writeback after zil_commit() for sync I/OBrian Behlendorf2012-08-301-3/+8
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-2740-169/+171
* mzap_upgrade() must use kmem_alloc()Brian Behlendorf2012-08-271-3/+3
* Annotate KM_PUSHPAGE call paths with PF_NOFSBrian Behlendorf2012-08-273-5/+42
* Pre-allocate vdev I/O buffersBrian Behlendorf2012-08-272-2/+56
* Revert Disable direct reclaim for z_wr_* threadsRichard Yao2012-08-271-6/+3
* Revert Fix zpl_writepage() deadlockRichard Yao2012-08-271-14/+1
* Revert Fix ASSERTION(!dsl_pool_sync_context(tx->tx_pool))Richard Yao2012-08-271-13/+0
* rmdir(2) should return ENOTEMPTYBrian Behlendorf2012-08-261-3/+3
* Illumos #3085: zfs diff panics, then panics in a loop on bootingChristopher Siden2012-08-251-4/+5
* Illumos #2901: zfs receive fails for exabyte sparse filesSimon Klinkert2012-08-251-0/+3
* Drop spill buffer referenceJaven Wu2012-08-251-2/+22
* Revert "Use SA_HDL_PRIVATE for SA xattrs"Brian Behlendorf2012-08-251-28/+5
* Wrap smp_processor_id in kpreempt_[dis|en]ablePrakash Surya2012-08-242-2/+18
* Export dmu_buf_rele() symbolBrian Behlendorf2012-08-141-0/+1
* Suppress 'zfs_sb_create' memory warningBrian Behlendorf2012-08-101-1/+1
* Export dbuf_* symbolsBrian Behlendorf2012-08-101-1/+33
* Illumos #1693: persistent 'comment' field for a zpoolDan McDonald2012-08-082-1/+50
* Set zvol discard_granularity to the volblocksize.Etienne Dechamps2012-08-071-0/+1
* Limit the number of blocks to discard at once.Etienne Dechamps2012-07-311-1/+6
* Illumos #1644, #1645, #1646, #1647, #1708Matthew Ahrens2012-07-319-126/+577
* Add script for builtin module building.Etienne Dechamps2012-07-261-5/+2