index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
module
/
zfs
/
dsl_pool.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Address Clang's static analyzer's unused code complaints
Richard Yao
2022-10-14
1
-1
/
+0
*
Cleanup: 64-bit kernel module parameters should use fixed width types
Richard Yao
2022-10-13
1
-8
/
+8
*
Cleanup: Specify unsignedness on things that should not be signed
Richard Yao
2022-09-27
1
-8
/
+8
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Enable -Wwrite-strings
наб
2022-06-29
1
-5
/
+5
*
Fix and disable blocks statistics during scrub
Alexander Motin
2022-06-28
1
-3
/
+1
*
Refactor Log Size Limit
Alexander Motin
2022-05-24
1
-6
/
+11
*
Fix ENOSPC when unlinking multiple files from full pool
Brian Behlendorf
2022-03-08
1
-0
/
+6
*
module: mark arguments used
наб
2022-02-18
1
-2
/
+0
*
Clean up CSTYLEDs
наб
2022-01-26
1
-2
/
+0
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-5
/
+5
*
module: zfs: fix unused, remove argsused
наб
2021-12-23
1
-2
/
+2
*
module: zfs: dsl: pool: shim out dsl_early_sync_task_verify()
наб
2021-12-23
1
-0
/
+3
*
Add Module Parameter Regarding Log Size Limit
Kevin Jin
2021-07-20
1
-0
/
+57
*
Optimize txg_kick() process (#12274)
Kevin Jin
2021-07-01
1
-6
/
+19
*
Re-embed multilist_t storage
Alexander Motin
2021-06-10
1
-2
/
+1
*
dsl_pool: extend comment on DSL Pool Configuration Lock
Christian Schwarz
2020-12-19
1
-2
/
+29
*
Improve zfs receive performance with lightweight write
Matthew Ahrens
2020-12-11
1
-2
/
+7
*
Implement memory and CPU hotplug
Paul Dagnelie
2020-12-10
1
-4
/
+5
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-1
/
+1
*
Use boot_ncpus in place of max_ncpus in taskq_create
DeHackEd
2020-05-20
1
-3
/
+3
*
Eliminate Linux specific inode usage from common code
Matthew Macy
2019-12-11
1
-4
/
+4
*
Enable use of DTRACE_PROBE* macros in "spl" module
Prakash Surya
2019-11-01
1
-1
/
+1
*
Fix strdup conflict on other platforms
Matthew Macy
2019-10-10
1
-1
/
+1
*
OpenZFS restructuring - move linux tracing code to platform directories
Matthew Macy
2019-09-11
1
-1
/
+1
*
Make module tunables cross platform
Matthew Macy
2019-09-05
1
-30
/
+20
*
dmu_tx_wait() hang likely due to cv_signal() in dsl_pool_dirty_delta()
Serapheim Dimitropoulos
2019-08-15
1
-9
/
+15
*
lockdep false positive - move txg_kick() outside of ->dp_lock
jdike
2019-07-31
1
-5
/
+5
*
Fast Clone Deletion
Sara Hartse
2019-07-26
1
-1
/
+2
*
Log Spacemap Project
Serapheim Dimitropoulos
2019-07-16
1
-2
/
+2
*
Implement Redacted Send/Receive
Paul Dagnelie
2019-06-19
1
-2
/
+1
*
port async unlinked drain from illumos-nexenta
Alek P
2019-02-12
1
-0
/
+10
*
ztest: creates partially initialized root dataset
loli10K
2019-01-18
1
-8
/
+10
*
Fix zfs_dirty_data_sync_percent documentation
Tom Caputi
2018-12-18
1
-2
/
+3
*
OpenZFS 9617 - too-frequent TXG sync causes excessive write inflation
Matthew Ahrens
2018-10-04
1
-4
/
+8
*
Refcounted DSL Crypto Key Mappings
Tom Caputi
2018-10-03
1
-2
/
+25
*
OpenZFS 9166 - zfs storage pool checkpoint
Serapheim Dimitropoulos
2018-06-26
1
-12
/
+101
*
Update build system and packaging
Brian Behlendorf
2018-05-29
1
-1
/
+1
*
OpenZFS 7614, 9064 - zfs device evacuation/removal
Matthew Ahrens
2018-04-14
1
-9
/
+55
*
Project Quota on ZFS
Nasf-Fan
2018-02-13
1
-1
/
+1
*
Sequential scrub and resilvers
Tom Caputi
2017-11-15
1
-1
/
+3
*
OpenZFS 8607 - variable set but not used
Brian Behlendorf
2017-11-08
1
-6
/
+8
*
OpenZFS 8558, 8602 - lwp_create() returns EAGAIN
Brian Behlendorf
2017-10-26
1
-0
/
+50
*
Native Encryption for ZFS on Linux
Tom Caputi
2017-08-14
1
-3
/
+16
*
Multi-modifier protection (MMP)
Olaf Faaland
2017-07-13
1
-0
/
+3
*
OpenZFS 8063 - verify that we do not attempt to access inactive txg
Matthew Ahrens
2017-05-10
1
-4
/
+4
*
Add missing *_destroy/*_fini calls
Gvozden Neskovic
2017-05-04
1
-0
/
+1
*
OpenZFS 8026 - retire zfs_throttle_delay and zfs_throttle_resolution
Andriy Gapon
2017-04-14
1
-3
/
+0
*
OpenZFS 8027 - tighten up dsl_pool_dirty_delta
Andriy Gapon
2017-04-09
1
-1
/
+1
*
OpenZFS 3821 - Race in rollback, zil close, and zil flush
George Wilson
2017-03-23
1
-1
/
+8
[next]