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_dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ENOSPC when unlinking multiple files from full pool
Brian Behlendorf
2022-03-08
1
-6
/
+14
*
Remove unneeded "extern inline" function declarations
Tomohiro Kusumi
2022-02-08
1
-2
/
+0
*
dsl_dir_tempreserve_impl: remove unused `deferred` variable
Christian Schwarz
2022-02-04
1
-2
/
+1
*
module: zfs: fix unused, remove argsused
наб
2021-12-23
1
-1
/
+4
*
Introduce dsl_dir_diduse_transfer_space()
Alexander Motin
2021-07-16
1
-33
/
+79
*
Annotated dprintf as printf-like
Rich Ercolani
2021-06-22
1
-5
/
+6
*
Add 'zfs rename -u' to rename without remounting
Ryan Moeller
2020-09-01
1
-3
/
+3
*
Always track temporary fses and snapshots for accounting
Paul Dagnelie
2020-08-26
1
-17
/
+6
*
Fix i/o error handling of livelists and zap iteration
Matthew Ahrens
2020-08-05
1
-60
/
+61
*
Make use of ZFS_DEBUG consistent within kmod sources
Matthew Macy
2020-07-25
1
-1
/
+1
*
filesystem_limit/snapshot_limit is incorrectly enforced against root
Matthew Ahrens
2020-07-11
1
-9
/
+20
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-1
/
+1
*
Replace sprintf()->snprintf() and strcpy()->strlcpy()
Jorgen Lundman
2020-06-07
1
-2
/
+3
*
Add 'zfs wait' command
Paul Dagnelie
2020-04-01
1
-0
/
+113
*
Refactor dnode dirty context from dbuf_dirty
Matthew Macy
2020-02-26
1
-3
/
+3
*
Add FreeBSD jail support hooks
Matthew Macy
2019-12-11
1
-1
/
+3
*
Replace ASSERTV macro with compiler annotation
Matthew Macy
2019-12-05
1
-1
/
+1
*
Fix typos in module/zfs/
Andrea Gelmini
2019-09-02
1
-2
/
+2
*
Fast Clone Deletion
Sara Hartse
2019-07-26
1
-1
/
+103
*
Remove code for zfs remap
Matthew Ahrens
2019-06-24
1
-46
/
+0
*
Fix TXG_MASK cstyle
Brian Behlendorf
2019-04-12
1
-3
/
+3
*
ZVOLs should not be allowed to have children
loli10K
2019-02-08
1
-0
/
+26
*
zfs_ioc_unload_key can drop extra spa ref
Don Brady
2018-08-03
1
-1
/
+2
*
OpenZFS 9465 - ARC check for 'anon_size > arc_c/2' can stall the system
Don Brady
2018-07-30
1
-1
/
+1
*
OpenZFS 9330 - stack overflow when creating a deeply nested dataset
Serapheim Dimitropoulos
2018-07-09
1
-5
/
+26
*
OpenZFS 9166 - zfs storage pool checkpoint
Serapheim Dimitropoulos
2018-06-26
1
-13
/
+24
*
Linux 4.18 compat: inode timespec -> timespec64
Brian Behlendorf
2018-06-19
1
-3
/
+3
*
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
-1
/
+51
*
OpenZFS 7431 - ZFS Channel Programs
Chris Williamson
2018-02-08
1
-35
/
+112
*
Encryption Stability and On-Disk Format Fixes
Tom Caputi
2018-02-02
1
-0
/
+7
*
Native Encryption for ZFS on Linux
Tom Caputi
2017-08-14
1
-13
/
+30
*
Reduce stack usage of dsl_dir_tempreserve_impl
DeHackEd
2017-06-12
1
-6
/
+19
*
OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_space
Brian Behlendorf
2017-03-07
1
-22
/
+18
*
OpenZFS 6676 - Race between unique_insert() and unique_remove() causes ZFS fs...
George Melikov
2017-01-26
1
-3
/
+4
*
Fix coverity defects: 147658, 147652, 147651
cao
2016-09-29
1
-1
/
+2
*
Fix coverity defects: CID 147650, 147649, 147647, 147646
cao
2016-09-25
1
-1
/
+2
*
OpenZFS 6314 - buffer overflow in dsl_dataset_name
Igor Kozhukhov
2016-06-28
1
-12
/
+15
*
Add support for asynchronous zvol minor operations
Boris Protopopov
2016-03-10
1
-3
/
+3
*
Illumos 6171 - dsl_prop_unregister() slows down dataset eviction.
Justin T. Gibbs
2016-01-12
1
-8
/
+4
*
Illumos 4951 - ZFS administrative commands should use reserved space
Matthew Ahrens
2015-05-04
1
-5
/
+7
*
Illumos 4901 - zfs filesystem/snapshot limit leaks
Jerry Jelinek
2015-05-04
1
-5
/
+11
*
Illumos 5056 - ZFS deadlock on db_mtx and dn_holds
Justin T. Gibbs
2015-04-28
1
-10
/
+28
*
Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFS
Justin T. Gibbs
2015-04-28
1
-89
/
+100
*
Illumos 3897 - zfs filesystem and snapshot limits (fix leak)
Alex Reece
2015-04-28
1
-0
/
+1
*
Illumos 3897 - zfs filesystem and snapshot limits
Jerry Jelinek
2015-04-28
1
-3
/
+588
*
Change KM_PUSHPAGE -> KM_SLEEP
Brian Behlendorf
2015-01-16
1
-5
/
+5
*
Correct error returns to unify cross-pool operation error handling
Boris Protopopov
2014-12-19
1
-2
/
+2
*
Illumos 4171, 4172
Matthew Ahrens
2014-07-25
1
-1
/
+9
*
dmu_tx kstat cleanup
Ned Bass
2014-03-04
1
-0
/
+2
[next]