| Commit message (Expand) | Author | Age |
... | |
| * | | | fsnotify: split generic and inode specific mark code | Eric Paris | 2010-07-28 |
| * | | | fanotify: sys_fanotify_mark declartion | Eric Paris | 2010-07-28 |
| * | | | fanotify: fanotify_init syscall declaration | Eric Paris | 2010-07-28 |
| * | | | fsnotify: take inode->i_lock inside fsnotify_find_mark_entry() | Andreas Gruenbacher | 2010-07-28 |
| * | | | fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_mark | Eric Paris | 2010-07-28 |
| * | | | fsnotify: rename fsnotify_mark_entry to just fsnotify_mark | Eric Paris | 2010-07-28 |
| * | | | fsnotify: put inode specific fields in an fsnotify_mark in a union | Eric Paris | 2010-07-28 |
| * | | | fsnotify: include vfsmount in should_send_event when appropriate | Eric Paris | 2010-07-28 |
| * | | | fsnotify: drop mask argument from fsnotify_alloc_group | Eric Paris | 2010-07-28 |
| * | | | Audit: only set group mask when something is being watched | Eric Paris | 2010-07-28 |
| * | | | fsnotify: fsnotify_obtain_group should be fsnotify_alloc_group | Eric Paris | 2010-07-28 |
| * | | | fsnotify: remove group_num altogether | Eric Paris | 2010-07-28 |
| * | | | fsnotify: include data in should_send calls | Eric Paris | 2010-07-28 |
| * | | | fsnotify: provide the data type to should_send_event | Eric Paris | 2010-07-28 |
| * | | | inotify: remove inotify in kernel interface | Eric Paris | 2010-07-28 |
| * | | | Audit: audit watch init should not be before fsnotify init | Eric Paris | 2010-07-28 |
| * | | | Audit: split audit watch Kconfig | Eric Paris | 2010-07-28 |
| * | | | audit: reimplement audit_trees using fsnotify rather than inotify | Eric Paris | 2010-07-28 |
| * | | | fsnotify: allow addition of duplicate fsnotify marks | Eric Paris | 2010-07-28 |
| * | | | audit: do not get and put just to free a watch | Eric Paris | 2010-07-28 |
| * | | | audit: redo audit watch locking and refcnt in light of fsnotify | Eric Paris | 2010-07-28 |
| * | | | audit: convert audit watches to use fsnotify instead of inotify | Eric Paris | 2010-07-28 |
| * | | | Audit: clean up the audit_watch split | Eric Paris | 2010-07-28 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-10 |
|\ \ \ \ |
|
| * | | | | pass a struct path to vfs_statfs | Christoph Hellwig | 2010-08-09 |
| | |_|/
| |/| | |
|
* | | | | gcc-4.6: printk: use stable variable to dump kmsg buffer | Andi Kleen | 2010-08-09 |
* | | | | stop_machine: struct cpu_stopper, remove alignment padding on 64 bits | Richard Kennedy | 2010-08-09 |
* | | | | kernel/range: remove unused definition of ARRAY_SIZE() | Geert Uytterhoeven | 2010-08-09 |
* | | | | sys_personality: remove the bogus checks in sys_personality()->__set_personal... | Oleg Nesterov | 2010-08-09 |
* | | | | hibernation: freeze swap at hibernation | KAMEZAWA Hiroyuki | 2010-08-09 |
* | | | | oom: badness heuristic rewrite | David Rientjes | 2010-08-09 |
* | | | | oom: move sysctl declarations to oom.h | David Rientjes | 2010-08-09 |
* | | | | workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_... | Tejun Heo | 2010-08-09 |
* | | | | workqueue: add missing __percpu markup in kernel/workqueue.c | Namhyung Kim | 2010-08-08 |
* | | | | Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred... | Linus Torvalds | 2010-08-07 |
|\ \ \ \ |
|
| * | | | | init: Remove the BKL from startup code | Arnd Bergmann | 2010-07-09 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2010-08-07 |
|\ \ \ \ |
|
| * | | | | workqueue: mark init_workqueues() as early_initcall() | Suresh Siddha | 2010-08-01 |
| * | | | | workqueue: explain for_each_*cwq_cpu() iterators | Tejun Heo | 2010-08-01 |
| * | | | | slow-work: kill it | Tejun Heo | 2010-07-23 |
| * | | | | workqueue: fix how cpu number is stored in work->data | Tejun Heo | 2010-07-22 |
| * | | | | workqueue: fix mayday_mask handling on UP | Tejun Heo | 2010-07-20 |
| * | | | | workqueue: fix build problem on !CONFIG_SMP | Tejun Heo | 2010-07-20 |
| * | | | | workqueue: fix locking in retry path of maybe_create_worker() | Tejun Heo | 2010-07-14 |
| * | | | | async: use workqueue for worker pool | Tejun Heo | 2010-07-14 |
| * | | | | workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND instead | Tejun Heo | 2010-07-02 |
| * | | | | workqueue: implement unbound workqueue | Tejun Heo | 2010-07-02 |
| * | | | | workqueue: prepare for WQ_UNBOUND implementation | Tejun Heo | 2010-07-02 |
| * | | | | workqueue: fix worker management invocation without pending works | Tejun Heo | 2010-07-02 |
| * | | | | workqueue: fix incorrect cpu number BUG_ON() in get_work_gcwq() | Tejun Heo | 2010-07-02 |