Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tag spl-0.6.4 | Brian Behlendorf | 2015-04-08 | 3 | -1/+5 |
* | Clear PF_FSTRANS over vfs_sync() | Brian Behlendorf | 2015-04-07 | 1 | -1/+15 |
* | Don't allow shrinking a PF_FSTRANS context | Tim Chase | 2015-04-03 | 2 | -35/+27 |
* | Add crgetzoneid() stub | Chris Dunlop | 2015-04-02 | 1 | -2/+5 |
* | Add RHEL style kmod packages | Brian Behlendorf | 2015-03-27 | 8 | -2/+116 |
* | Remove rpm/fedora directory | Brian Behlendorf | 2015-03-27 | 8 | -13/+2 |
* | Fix warning about AM_INIT_AUTOMAKE arguments | Hajo Möller | 2015-03-25 | 1 | -2/+3 |
* | Set HAVE_FS_STRUCT_SPINLOCK correctly when CONFIG_FRAME_WARN==1024 | Tim Chase | 2015-03-24 | 1 | -1/+1 |
* | Add mutex_enter_nested() which maps to mutex_lock_nested() | Tim Chase | 2015-03-20 | 1 | -2/+17 |
* | Reduce splat_taskq_test2_impl() stack frame size | Brian Behlendorf | 2015-03-03 | 1 | -20/+31 |
* | Add MUTEX_FSTRANS mutex type | Brian Behlendorf | 2015-03-03 | 2 | -21/+31 |
* | Retire MUTEX_OWNER checks | Brian Behlendorf | 2015-03-03 | 2 | -127/+19 |
* | Fix cstyle issue in mutex.h | Brian Behlendorf | 2015-03-03 | 1 | -87/+83 |
* | Retire spl_module_init()/spl_module_fini() | Brian Behlendorf | 2015-02-27 | 4 | -95/+8 |
* | Fix spl_hostid module parameter | Chunwei Chen | 2015-02-04 | 1 | -1/+3 |
* | Optimize vmem_alloc() retry path | Brian Behlendorf | 2015-02-02 | 1 | -1/+11 |
* | Fix GFP_KERNEL allocations flags | Brian Behlendorf | 2015-01-21 | 3 | -4/+4 |
* | Merge branch 'kmem-rework' | Brian Behlendorf | 2015-01-16 | 24 | -2624/+2997 |
|\ | |||||
| * | Use __get_free_pages() for emergency objects | Brian Behlendorf | 2015-01-16 | 2 | -11/+13 |
| * | Fix kmem cache deadlock logic | Brian Behlendorf | 2015-01-16 | 1 | -10/+25 |
| * | Refine slab cache sizing | Brian Behlendorf | 2015-01-16 | 4 | -143/+247 |
| * | Reduce kmem cache deadlock threshold | Brian Behlendorf | 2015-01-16 | 1 | -1/+1 |
| * | Update spl-module-parameters(5) man page | Brian Behlendorf | 2015-01-16 | 1 | -28/+103 |
| * | Make slab reclaim more aggressive | Brian Behlendorf | 2015-01-16 | 2 | -29/+69 |
| * | Enforce architecture-specific barriers around clear_bit() | Richard Yao | 2015-01-16 | 1 | -3/+20 |
| * | Add hooks for disabling direct reclaim | Richard Yao | 2015-01-16 | 5 | -2/+64 |
| * | Refactor generic memory allocation interfaces | Brian Behlendorf | 2015-01-16 | 10 | -775/+469 |
| * | Fix kmem cstyle issues | Brian Behlendorf | 2015-01-16 | 6 | -313/+335 |
| * | Refactor existing code | Brian Behlendorf | 2015-01-16 | 23 | -2115/+2506 |
| * | Revert "Add PF_NOFS debugging flag" | Richard Yao | 2015-01-16 | 1 | -49/+0 |
|/ | |||||
* | Use current_kernel_time() in the time compatibility wrappers | Tim Chase | 2015-01-16 | 1 | -5/+2 |
* | Fix debug object on stack warning | Brian Behlendorf | 2015-01-07 | 1 | -34/+57 |
* | mutex: force serialization on mutex_exit() to fix races | Chunwei Chen | 2014-12-19 | 1 | -1/+31 |
* | Remove compat includes from sys/types.h | Ned Bass | 2014-11-19 | 15 | -22/+28 |
* | Retire legacy debugging infrastructure | Brian Behlendorf | 2014-11-19 | 26 | -3000/+389 |
* | Lower minimum objects/slab threshold | Brian Behlendorf | 2014-11-05 | 2 | -1/+10 |
* | Add config/compile to config/.gitignore | Marcel Wysocki | 2014-10-31 | 1 | -0/+1 |
* | Fix modules installation directory | Alexander Pyhalov | 2014-10-28 | 1 | -1/+2 |
* | Kernel header installation should respect --prefix | Richard Yao | 2014-10-28 | 12 | -13/+13 |
* | kmem_cache: Call constructor/destructor on each alloc/free | Richard Yao | 2014-10-28 | 1 | -21/+16 |
* | Linux 3.12 compat: shrinker semantics | Tim Chase | 2014-10-28 | 3 | -25/+57 |
* | Merge branch 'cleanup' | Brian Behlendorf | 2014-10-20 | 45 | -3478/+251 |
|\ | |||||
| * | Remove vfs_fsync() wrapper | Brian Behlendorf | 2014-10-17 | 2 | -30/+6 |
| * | Remove kern_path() wrapper | Brian Behlendorf | 2014-10-17 | 2 | -55/+0 |
| * | Remove kvasprintf() wrapper | Brian Behlendorf | 2014-10-17 | 2 | -42/+0 |
| * | Remove proc_handler() wrapper | Brian Behlendorf | 2014-10-17 | 5 | -139/+39 |
| * | Update put_task_struct() comments | Brian Behlendorf | 2014-10-17 | 1 | -2/+2 |
| * | Remove credential configure checks. | Brian Behlendorf | 2014-10-17 | 3 | -175/+24 |
| * | Add vfs_unlink() and vfs_rename() comments | Brian Behlendorf | 2014-10-17 | 1 | -0/+8 |
| * | Remove set_fs_pwd() configure check | Brian Behlendorf | 2014-10-17 | 2 | -31/+10 |