Files
mirror_zfs/include/sys
Brian Behlendorf 30315d237b Increase ZFS_OBJ_MTX_SZ to 256
Increasing this limit costs us 6144 bytes of memory per mounted
filesystem, but this is small price to pay for accomplishing
the following:

* Allows for up to 256-way concurreny when performing lookups
  which helps performance when there are a large number of
  processes.

* Minimizes the likelyhood of encountering the deadlock
  described in issue #1101.  Because vmalloc() won't strictly
  honor __GFP_FS there is still a very remote chance of a
  deadlock.  See the zfsonlinux/spl@043f9b57 commit.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1101
2012-11-27 13:46:32 -08:00
..
2012-08-27 12:01:37 -07:00
2012-10-29 08:57:45 -07:00
2011-05-04 10:02:37 -07:00
2012-08-27 12:01:37 -07:00
2012-11-02 15:45:56 -07:00
2012-03-22 13:03:47 -07:00
2012-03-07 16:28:00 -08:00
2012-08-27 12:01:37 -07:00
2012-10-11 15:07:09 -07:00
2011-02-10 09:21:43 -08:00
2012-07-11 13:33:31 -07:00
2011-03-02 11:43:50 -08:00
2011-09-27 16:12:36 -07:00
2012-10-03 13:32:48 -07:00
2012-07-10 11:31:55 -07:00
2012-02-27 14:08:17 -08:00
2011-02-10 09:27:21 -08:00
2011-11-28 15:45:51 -08:00
2012-11-27 13:46:32 -08:00
2011-08-02 10:34:55 -07:00
2012-03-22 13:03:47 -07:00
2012-06-29 09:56:51 -07:00
2011-02-23 12:29:38 -08:00