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
path:
root
/
module
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch KM_SLEEP to KM_PUSHPAGE
Ned Bass
2013-02-06
2
-3
/
+3
*
Cast 'zfs bad bloc' to ULL for x86
Brian Behlendorf
2013-02-04
1
-1
/
+1
*
Add zfs_arc_memory_throttle_disable module option
Brian Behlendorf
2013-02-01
1
-0
/
+7
*
Add zfs_disable_dup_eviction module option
Brian Behlendorf
2013-02-01
1
-0
/
+3
*
Fix mismatch between SA header size and layout
Ned Bass
2013-01-31
1
-0
/
+16
*
Fix rounding discrepancy in sa_find_sizes()
Ned Bass
2013-01-31
1
-0
/
+5
*
Illumos #3447 improve the comment in txg.c
Adam H. Leventhal
2013-01-30
1
-2
/
+71
*
Illumos #3035 LZ4 compression support in ZFS and GRUB
Eric Dillmann
2013-01-29
7
-1
/
+1128
*
Avoid gcc -Werror=maybe-uninitialized warnings
Chris Wedgwood
2013-01-28
1
-2
/
+2
*
Use dsl_dataset_snap_lookup()
Brian Behlendorf
2013-01-25
3
-34
/
+5
*
Add d_clear_d_op() compatibility
Brian Behlendorf
2013-01-23
1
-0
/
+2
*
fzap_cursor_move_to_key() should drop l_rwlock
Ned Bass
2013-01-23
1
-6
/
+6
*
Fix zpl_revalidate() NULL deref
Brian Behlendorf
2013-01-22
1
-1
/
+1
*
Use sb->s_d_op default dentry operations
Brian Behlendorf
2013-01-18
2
-11
/
+9
*
Fix zpool on zvol deadlock
Massimo Maggi
2013-01-18
1
-13
/
+13
*
Revert "Revert "Fix unlink/xattr deadlock""
Brian Behlendorf
2013-01-17
2
-55
/
+90
*
Fix 'zfs rollback' on mounted file systems
Brian Behlendorf
2013-01-17
5
-41
/
+131
*
Fix false ENOENT on snapshot control dentries
Ned Bass
2013-01-16
1
-58
/
+66
*
Fix quoting error in unmount command
Ned Bass
2013-01-16
1
-1
/
+1
*
Illumos #3189 kernel panic in test hotspare_onoffline_004_neg
Christopher Siden
2013-01-14
1
-1
/
+1
*
Illumos #1862 incremental zfs receive fails for sparse file > 8PB
Arne Jansen
2013-01-14
1
-15
/
+27
*
Illumos #3208 cross-endian incorrect user/group accounting
Matthew Ahrens
2013-01-14
1
-9
/
+25
*
Illumos #2618 arc.c mistypes in the comments
Bart Coddens
2013-01-11
1
-4
/
+4
*
call_usermodehelper() should wait for process
Ned Bass
2013-01-09
3
-4
/
+4
*
Revert "Avoid ELOOP on auto-mounted snapshots"
Brian Behlendorf
2013-01-09
1
-7
/
+0
*
Only reduce __zio_execute() stack usage in kernel space
Brian Behlendorf
2013-01-09
1
-0
/
+2
*
Illumos #3145, #3212
George Wilson
2013-01-08
2
-2
/
+101
*
Illumos #3104: eliminate empty bpobjs
Matthew Ahrens
2013-01-08
6
-11
/
+130
*
Fix __zio_execute() asynchronous dispatch
Brian Behlendorf
2013-01-08
1
-9
/
+17
*
Illumos #3349: zpool upgrade -V bumps the on disk version number
George Wilson
2013-01-08
1
-0
/
+8
*
Illumos #3086: unnecessarily setting DS_FLAG_INCONSISTENT on async
Matthew Ahrens
2013-01-08
7
-113
/
+192
*
Illumos #2762: zpool command should have better support for feature flags
Christopher Siden
2013-01-08
2
-10
/
+20
*
Illumos #3090 and #3102
George Wilson
2013-01-08
4
-51
/
+125
*
Illumos #2619 and #2747
Christopher Siden
2013-01-08
30
-365
/
+2454
*
Fix gcc array subscript above bounds warning
Ned Bass
2013-01-07
1
-3
/
+4
*
Use cv_wait_io() which will will account for iowait
Matt Johnston
2013-01-07
1
-1
/
+1
*
Revert part of "Log I/Os longer than zio_delay_max (30s default)"
Matt Johnston
2013-01-07
1
-22
/
+10
*
Fix zpool on zvol lock inversion deadlock
Brian Behlendorf
2012-12-20
1
-0
/
+28
*
Revert "Remove TSD zfs_fsyncer_key"
Brian Behlendorf
2012-12-20
3
-1
/
+14
*
Remove TSD zfs_fsyncer_key
Brian Behlendorf
2012-12-19
3
-14
/
+1
*
Set elevator for DM devices despite vdev_wholedisk
Prakash Surya
2012-12-18
1
-2
/
+9
*
Fix using zvol as slog device
Jorgen Lundman
2012-12-18
2
-13
/
+30
*
Update SAs when an inode is dirtied
Brian Behlendorf
2012-12-14
2
-23
/
+71
*
Avoid ELOOP on auto-mounted snapshots
Ned Bass
2012-12-13
1
-0
/
+7
*
Linux 3.7 compat, schedule_delayed_work()
Brian Behlendorf
2012-12-12
1
-11
/
+20
*
Switch KM_SLEEP to KM_PUSHPAGE
Richard Yao
2012-12-10
1
-1
/
+1
*
Revert "Fix unlink/xattr deadlock"
Brian Behlendorf
2012-12-05
2
-90
/
+55
*
Preserve inode mtime/ctime in .writepage()
Brian Behlendorf
2012-12-05
1
-4
/
+32
*
Directory xattr znodes hold a reference on their parent
Brian Behlendorf
2012-12-03
3
-29
/
+57
*
Add load_nvlist() error handling
Brian Behlendorf
2012-11-30
1
-1
/
+4
[next]