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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check large block feature flag on volumes
Brian Behlendorf
2015-08-28
4
-5
/
+36
*
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
*
Add compatibility layer for {kmap,kunmap}_atomic
Chunwei Chen
2015-08-24
4
-1
/
+63
*
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
*
Fix zvol detection
Richard Yao
2015-08-19
1
-0
/
+6
*
Add parenthesis to the ternary operator
tuxoko
2015-08-19
1
-1
/
+1
*
Fix build failure with Linux 4.1 and FTRACE
Chris Dunlop
2015-08-18
1
-0
/
+3
*
Linux 4.1 compat: configure bdi_setup_and_register()
Chris Dunlop
2015-08-18
1
-2
/
+2
*
ztest: display non-index properties properly at verbose level 6
Tim Chase
2015-07-30
1
-3
/
+10
*
Rework zed_notify_email for configurable PROG/OPTS
Chris Dunlap
2015-07-30
2
-11
/
+51
*
Fix whitespace in zed_log_err
Chris Dunlap
2015-07-30
1
-1
/
+1
*
Update arc_memory_throttle() to check pageout
Brian Behlendorf
2015-07-30
2
-13
/
+44
*
Update arc_available_memory() to check freemem
Brian Behlendorf
2015-07-30
2
-31
/
+46
*
Bound zvol_threads module option
Brian Behlendorf
2015-07-29
2
-4
/
+5
*
Fix "BUG: Bad page state" caused by writeback flag
Chunwei Chen
2015-07-29
1
-0
/
+50
*
Fix build failure with Linux 4.1 and FTRACE
Frédéric VANNIÈRE
2015-07-29
8
-0
/
+24
*
Align thread priority with Linux defaults
Brian Behlendorf
2015-07-28
12
-20
/
+29
*
Check for NULL in dmu_free_long_range_impl()
Brian Behlendorf
2015-07-28
1
-1
/
+5
*
Make sure that POOL_IMPORTED is set, unset and checked where appropriate.
Turbo Fredriksson
2015-07-28
1
-10
/
+17
*
Fix some minor issues with the SYSV init and initramfs scripts.
Turbo Fredriksson
2015-07-24
8
-20
/
+27
*
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
2
-2
/
+26
*
Illumos 5817 - change type of arcs_size from uint64_t to refcount_t
Prakash Surya
2015-07-23
2
-28
/
+113
*
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
3
-157
/
+374
*
Set default _initconfdir directory
Brian Behlendorf
2015-07-21
1
-0
/
+5
*
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
42
-388
/
+476
*
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
6
-8
/
+80
*
Linux 4.2 compat: remove bio->bi_cnt access
Brian Behlendorf
2015-07-17
1
-9
/
+0
*
Linux 4.2 compat: bdi_setup_and_register()
Brian Behlendorf
2015-07-17
1
-0
/
+1
*
Illumos 5347 - idle pool may run itself out of space
Matthew Ahrens
2015-07-14
4
-25
/
+51
*
Illumos 5764 - "zfs send -nv" directs output to stderr
Manoj Joseph
2015-07-14
2
-10
/
+18
*
Illumos 5610 - zfs clone from different source and target pools produces core...
Alexander Eremin
2015-07-14
1
-11
/
+2
*
Illumos 1765 - assert triggered in libzfs_import.c
Prasad Joshi
2015-07-14
1
-1
/
+4
*
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
*
Disable gcc bool-compare warning
Brian Behlendorf
2015-07-13
4
-0
/
+30
*
Use truncate instead of fallocate in ziltest.sh
Brian Behlendorf
2015-07-13
1
-2
/
+2
*
Fix Xen Virtual Block Device detection
Richard Yao
2015-07-10
2
-2
/
+11
*
Illumos 5813 - zfs_setprop_error(): Handle errno value E2BIG.
Will Andrews
2015-07-10
1
-0
/
+6
*
Illumos 5661 - ZFS: "compression = on" should use lz4 if feature is enabled
Justin T. Gibbs
2015-07-10
5
-31
/
+61
*
Illumos 5427 - memory leak in libzfs when doing rollback
Jan Kryl
2015-07-10
1
-4
/
+1
*
Illumos 5118 - When verifying or creating a storage pool, error messages only...
Basil Crow
2015-07-10
1
-16
/
+18
[next]