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
/
zfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add script for builtin module building.
Etienne Dechamps
2012-07-26
1
-5
/
+2
*
Linux 3.5 compat, end_writeback() changed to clear_inode()
Richard Yao
2012-07-23
1
-5
/
+10
*
Linux 3.5 compat, iops->truncate_range() removed
Richard Yao
2012-07-23
1
-0
/
+4
*
Linux 3.5 compat, eops->encode_fh() takes inodes
Richard Yao
2012-07-23
1
-1
/
+6
*
Disable .zfs directory on 32-bit systems
Brian Behlendorf
2012-07-20
1
-2
/
+9
*
Add ddt_object_load() error handling
Brian Behlendorf
2012-07-20
1
-1
/
+3
*
Add 'inline' keyword
Brian Behlendorf
2012-07-19
1
-4
/
+4
*
Fix build failures on PaX/GRSecurity patched kernels
Richard Yao
2012-07-17
2
-27
/
+26
*
Move partition scanning from userspace to module.
Etienne Dechamps
2012-07-17
1
-2
/
+70
*
Illumos #1949, #1953
George Wilson
2012-07-11
2
-6
/
+12
*
Illumos #1748: desire support for reguid in zfs
Garrett D'Amore
2012-07-11
5
-10
/
+83
*
Update incorrect ddt_zap_lookup() assertion
Brian Behlendorf
2012-07-03
1
-1
/
+1
*
Add ZIL statistics.
Etienne Dechamps
2012-06-29
1
-2
/
+61
*
Speed up 'zfs list -t snapshot -o name -s name'
Pawel Jakub Dawidek
2012-06-14
1
-2
/
+3
*
Add zvol_inhibit_dev module option.
Darik Horn
2012-06-13
1
-0
/
+10
*
Make zil_slog_limit a tunable module parameter.
Etienne Dechamps
2012-06-12
1
-1
/
+4
*
Linux 3.4 compat, d_make_root() replaces d_alloc_root()
Richard Yao
2012-06-11
1
-1
/
+1
*
Honor logbias when writing to ZVOLs.
Etienne Dechamps
2012-06-11
1
-2
/
+6
*
Revert "Disable direct reclaim on zvols"
Brian Behlendorf
2012-04-30
1
-7
/
+1
*
Linux 3.3 compat, iops->create()/mkdir()/mknod()
Brian Behlendorf
2012-04-30
2
-5
/
+6
*
Disable direct reclaim on zvols
Richard Yao
2012-04-30
1
-1
/
+7
*
Update ARC memory limits to account for SLUB internal fragmentation
Richard Yao
2012-04-30
1
-5
/
+1
*
Integrate ARC more tightly with Linux
Brian Behlendorf
2012-04-30
1
-155
/
+131
*
Add zfs_mdcomp_disable module option
Brian Behlendorf
2012-04-27
1
-0
/
+3
*
Illumos #1909: disk sync write perf regression when slog is used post oi_148
Brian Behlendorf
2012-04-19
2
-7
/
+16
*
Use KM_PUSHPAGE in l2arc_write_buffers
Prakash Surya
2012-04-17
1
-4
/
+6
*
Illumos #1346: zfs incremental receive may leave behind temporary clones
Martin Matuska
2012-04-11
1
-2
/
+4
*
Illumos #1475: zfs spill block hold can access invalid spill blkptr
Albert Lee
2012-04-11
1
-10
/
+14
*
Illumos #1951: leaking a vdev when removing an l2cache device
George Wilson
2012-04-11
3
-9
/
+20
*
OS-926: zfs panic in zfs_fill_zplprops_impl()
Martin Matuska
2012-04-11
1
-6
/
+12
*
Illumos #1680: zfs vdev_file_io_start: validate vdev before using vdev_tsd
Andriy Gapon
2012-04-11
1
-7
/
+8
*
Export additional dsl symbols
Brian Behlendorf
2012-04-11
2
-1
/
+12
*
Fixed a NULL pointer dereference bug in zfs_preumount
Gunnar Beutner
2012-04-05
1
-1
/
+1
*
Properly expose the mfu ghost list kstats
Brian Behlendorf
2012-03-27
1
-1
/
+1
*
Add --enable-debug-dmu-tx configure option
Brian Behlendorf
2012-03-23
1
-7
/
+7
*
Enhance a dmu_tx_dirty_buf() assertion
Brian Behlendorf
2012-03-23
1
-1
/
+2
*
Add ZFS_META_RELEASE to module load/unload messages
Brian Behlendorf
2012-03-23
1
-6
/
+7
*
Account for .zfs ctldir inodes
Brian Behlendorf
2012-03-22
1
-0
/
+1
*
Add .zfs control directory
Brian Behlendorf
2012-03-22
13
-83
/
+1675
*
Add zio constructor/destructor
Brian Behlendorf
2012-03-21
1
-15
/
+63
*
Revert "Add zio constructor/destructor"
Brian Behlendorf
2012-03-21
1
-62
/
+15
*
Add missing NULL in zpl_xattr_handlers
Brian Behlendorf
2012-03-15
1
-0
/
+1
*
Add sa_spill_rele() interface
Brian Behlendorf
2012-03-07
1
-0
/
+14
*
Add zio constructor/destructor
Brian Behlendorf
2012-03-07
1
-15
/
+62
*
Use SA_HDL_PRIVATE for SA xattrs
Brian Behlendorf
2012-03-02
1
-5
/
+28
*
Add 'dmu_tx' kstats entry
Brian Behlendorf
2012-02-27
6
-4
/
+65
*
Add arc_state_t stats to arcstats
Brian Behlendorf
2012-02-27
1
-0
/
+73
*
Export symbols for zero-copy
Alex Zhuravlev
2012-02-17
1
-0
/
+2
*
Export symbols for zero-copy
Brian Behlendorf
2012-02-10
1
-4
/
+4
*
Use spl_debug_* helpers
Brian Behlendorf
2012-02-09
1
-2
/
+2
[next]