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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add temporary mount options
Brian Behlendorf
2015-09-03
13
-62
/
+332
*
Dbuf hash table should be sized as is the arc hash table
Tim Chase
2015-09-02
2
-3
/
+7
*
Add spa_slop_shift module option
Brian Behlendorf
2015-09-02
2
-0
/
+19
*
Reorder zfs-* services to allow /var on separate dataset
James Lee
2015-09-02
5
-46
/
+45
*
Disable LBA weighting on files and SSDs
Richard Yao
2015-09-01
5
-2
/
+17
*
Check for RW_WRITE_HELD in zfs_inactive
tuxoko
2015-09-01
1
-3
/
+10
*
Remove blk_queue_io_opt() autotools check
Richard Yao
2015-09-01
3
-34
/
+0
*
Remove blk_queue_physical_block_size() autotools check
Richard Yao
2015-09-01
3
-36
/
+0
*
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
13
-419
/
+496
*
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
*
Some OpenRC dependency logic belongs in mount
Richard Yao
2015-08-30
2
-10
/
+12
*
Initialize the taskq entry embedded within struct vdev
Tim Chase
2015-08-30
1
-0
/
+1
*
Add extra keyword 'slot' to vdev_id.conf
Andreas Buschmann
2015-08-30
2
-1
/
+40
*
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
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
[next]