Commit Graph

147897 Commits (7aa79f948749da7de3de0c427e9c9ee0ff595243)
 

Author SHA1 Message Date
Eric Paris e42e27736d inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILD 16 years ago
Eric Paris ce61856bd2 dnotify: do not bother to lock entry->lock when reading mask 16 years ago
Eric Paris 5ac697b793 dnotify: do not use ?true:false when assigning to a bool 16 years ago
Eric Paris ff52cc2158 fsnotify: move events should indicate the event was on a child 16 years ago
Eric Paris 63c882a054 inotify: reimplement inotify using fsnotify 16 years ago
Eric Paris 164bc61951 fsnotify: handle filesystem unmounts with fsnotify marks 16 years ago
Eric Paris 1ef5f13c6c fsnotify: fsnotify marks on inodes pin them in core 16 years ago
Eric Paris e4aff11736 fsnotify: allow groups to add private data to events 16 years ago
Eric Paris 47882c6f51 fsnotify: add correlations between events 16 years ago
Eric Paris 62ffe5dfba fsnotify: include pathnames with entries when possible 16 years ago
Eric Paris a2d8bc6cb4 fsnotify: generic notification queue and waitq 16 years ago
Eric Paris 3c5119c05d dnotify: reimplement dnotify using fsnotify 16 years ago
Eric Paris c28f7e56e9 fsnotify: parent event notification 16 years ago
Eric Paris 3be25f49b9 fsnotify: add marks to inodes so groups can interpret how to handle those inodes 16 years ago
Eric Paris 90586523eb fsnotify: unified filesystem notification backend 16 years ago
Linus Torvalds 871fa90791 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 16 years ago
Linus Torvalds 7702667bb4 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 16 years ago
Oleg Nesterov b415c49a86 slow_work_thread() should do the exclusive wait 16 years ago
Linus Torvalds 6adc74b7d0 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev 16 years ago
Linus Torvalds c9059598ea Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block 16 years ago
Linus Torvalds 0a33f80a83 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw 16 years ago
Linus Torvalds c29f5ec022 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp 16 years ago
Linus Torvalds d3d07d941f Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 16 years ago
Linus Torvalds 6cd8e300b4 Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm 16 years ago
Linus Torvalds ddbb868493 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 16 years ago
Linus Torvalds 3296ca27f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 16 years ago
Linus Torvalds e893123c73 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 16 years ago
Linus Torvalds 27951daa71 Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 16 years ago
Pekka Enberg b8ec757390 vgacon: use slab allocator instead of the bootmem allocator 16 years ago
Pekka Enberg 22fb4e71e6 irq: use kcalloc() instead of the bootmem allocator 16 years ago
Pekka Enberg 0fb5302916 sched: use slab in cpupri_init() 16 years ago
Pekka Enberg 4bdddf8ff9 sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var() 16 years ago
Yinghai Lu 959982fee4 memcg: don't use bootmem allocator in setup code 16 years ago
Yinghai Lu dad213aeb5 irq/cpumask: make memoryless node zero happy 16 years ago
Yinghai Lu 38c7fed2f5 x86: remove some alloc_bootmem_cpumask_var calling 16 years ago
Pekka Enberg a5f4f52e82 vt: use kzalloc() instead of the bootmem allocator 16 years ago
Pekka Enberg 36b7b6d465 sched: use kzalloc() instead of the bootmem allocator 16 years ago
Pekka Enberg 444f478f65 init: introduce mm_init() 16 years ago
Pekka Enberg 43ebdac42f vmalloc: use kzalloc() instead of alloc_bootmem() 16 years ago
Pekka Enberg 83b519e8b9 slab: setup allocators earlier in the boot sequence 16 years ago
Pekka Enberg c91c4773b3 bootmem: fix slab fallback on numa 16 years ago
Pekka Enberg 441c7e0a2e bootmem: use slab if bootmem is no longer available 16 years ago
Catalin Marinas 3aa27bbe7a kmemleak: Add the corresponding MAINTAINERS entry 16 years ago
Catalin Marinas 0822ee4ac1 kmemleak: Simple testing module for kmemleak 16 years ago
Catalin Marinas 3bba00d7bd kmemleak: Enable the building of the memory leak detector 16 years ago
Catalin Marinas 2e1483c995 kmemleak: Remove some of the kmemleak false positives 16 years ago
Catalin Marinas 4f2294b6dc kmemleak: Add modules support 16 years ago
Catalin Marinas dbb1f81ca6 kmemleak: Add kmemleak_alloc callback from alloc_large_system_hash 16 years ago
Catalin Marinas 89219d37a2 kmemleak: Add the vmalloc memory allocation/freeing hooks 16 years ago
Catalin Marinas 06f22f13f3 kmemleak: Add the slub memory allocation/freeing hooks 16 years ago