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
Commit message (
Expand
)
Author
Age
Files
Lines
*
zvol processing should use struct bio
Richard Yao
2015-09-04
3
-204
/
+124
*
Dbuf hash table should be sized as is the arc hash table
Tim Chase
2015-09-02
1
-3
/
+4
*
Add spa_slop_shift module option
Brian Behlendorf
2015-09-02
1
-0
/
+3
*
Disable LBA weighting on files and SSDs
Richard Yao
2015-09-01
4
-2
/
+16
*
Check for RW_WRITE_HELD in zfs_inactive
tuxoko
2015-09-01
1
-3
/
+10
*
Linux 4.2 compat: misc_deregister()
Brian Behlendorf
2015-09-01
2
-10
/
+2
*
Linux 3.18 compat: Snapshot auto-mounting
Brian Behlendorf
2015-08-31
8
-398
/
+454
*
zfsctl: No need to sync ctldir inodes
Andrey Vesnovaty
2015-08-31
1
-0
/
+3
*
Clear QUEUE_FLAG_ADD_RANDOM on zvols
Richard Yao
2015-08-30
1
-0
/
+3
*
Fix small typo
loli10K
2015-08-30
1
-1
/
+1
*
Initialize the taskq entry embedded within struct vdev
Tim Chase
2015-08-30
1
-0
/
+1
*
Allow recovery from corrupted snapshot maps
Tim Chase
2015-08-28
1
-0
/
+6
*
Check large block feature flag on volumes
Brian Behlendorf
2015-08-28
2
-2
/
+27
*
Limit max_hw_sectors_kb to 16M
Brian Behlendorf
2015-08-28
1
-1
/
+1
*
Linux 4.1 compat: loop device on ZFS
Chunwei Chen
2015-08-24
5
-137
/
+162
*
Linux 4.2 compat: vfs_rename()
Brian Behlendorf
2015-08-19
1
-0
/
+22
*
Handle zap_lookup() failure in ddt_object_load()
Brian Behlendorf
2015-08-19
1
-3
/
+4
*
Add parenthesis to the ternary operator
tuxoko
2015-08-19
1
-1
/
+1
*
Update arc_memory_throttle() to check pageout
Brian Behlendorf
2015-07-30
1
-7
/
+37
*
Update arc_available_memory() to check freemem
Brian Behlendorf
2015-07-30
1
-31
/
+33
*
Bound zvol_threads module option
Brian Behlendorf
2015-07-29
1
-3
/
+4
*
Fix "BUG: Bad page state" caused by writeback flag
Chunwei Chen
2015-07-29
1
-0
/
+50
*
Align thread priority with Linux defaults
Brian Behlendorf
2015-07-28
9
-16
/
+18
*
Check for NULL in dmu_free_long_range_impl()
Brian Behlendorf
2015-07-28
1
-1
/
+5
*
Minor style cleanup
Brian Behlendorf
2015-07-23
1
-10
/
+7
*
Remove double counting HDR_L2ONLY_SIZE
Brian Behlendorf
2015-07-23
1
-3
/
+0
*
Add hdr_recl() reclaim callback
Brian Behlendorf
2015-07-23
1
-2
/
+18
*
Reinstate zfs_arc_p_min_shift
Brian Behlendorf
2015-07-23
1
-2
/
+14
*
Illumos 5817 - change type of arcs_size from uint64_t to refcount_t
Prakash Surya
2015-07-23
1
-27
/
+112
*
Illumos 5445 - Add more visibility via arcstats
Prakash Surya
2015-07-23
1
-40
/
+151
*
Illumos 5376 - arc_kmem_reap_now() should not result in clearing arc_no_grow
Matthew Ahrens
2015-07-23
1
-156
/
+369
*
Add logic to try and recover an inode with an invalid mode
Brian Behlendorf
2015-07-17
1
-4
/
+11
*
Support parallel build trees (VPATH builds)
Turbo Fredriksson
2015-07-17
7
-115
/
+137
*
Update inode under range lock
Brian Behlendorf
2015-07-17
1
-1
/
+1
*
Linux 4.2 compat: follow_link() / put_link()
Brian Behlendorf
2015-07-17
1
-4
/
+27
*
Linux 4.2 compat: remove bio->bi_cnt access
Brian Behlendorf
2015-07-17
1
-9
/
+0
*
Illumos 5347 - idle pool may run itself out of space
Matthew Ahrens
2015-07-14
3
-23
/
+46
*
Illumos 5610 - zfs clone from different source and target pools produces core...
Alexander Eremin
2015-07-14
1
-11
/
+2
*
Failure of userland copy should return EFAULT
Richard Yao
2015-07-14
1
-1
/
+1
*
Translate sync zio to sync bio
Boris Protopopov
2015-07-13
1
-2
/
+8
*
Fix switch-bool warning
Brian Behlendorf
2015-07-13
1
-1
/
+1
*
Illumos 5661 - ZFS: "compression = on" should use lz4 if feature is enabled
Justin T. Gibbs
2015-07-10
3
-20
/
+27
*
Illumos 4745 - fix AVL code misspellings
Josef 'Jeff' Sipek
2015-07-10
1
-5
/
+6
*
Prevent reclaim in metaslab preload threads
Tim Chase
2015-07-06
1
-0
/
+2
*
Illumos 5008 - lock contention (rrw_exit) while running a read only load
Alexander Motin
2015-07-06
3
-10
/
+98
*
Illumos 5911 - ZFS "hangs" while deleting file
Matthew Ahrens
2015-07-06
4
-32
/
+89
*
Illumos 5981 - Deadlock in dmu_objset_find_dp
Arne Jansen
2015-07-06
3
-4
/
+38
*
Illumos 5946, 5945
Andriy Gapon
2015-07-06
2
-0
/
+12
*
Illumos 5870 - dmu_recv_end_check() leaks origin_head hold if error happens i...
Andriy Gapon
2015-07-06
1
-2
/
+6
*
Illumos 5909 - ensure that shared snap names don't become too long after prom...
Andriy Gapon
2015-07-06
1
-0
/
+6
[next]