Age | Commit message (Expand) | Author | Files | Lines |
2007-07-19 | coda: block signals during upcall processing | Jan Harkes | 2 | -22/+60 |
2007-07-19 | coda: cleanup for upcall handling path | Jan Harkes | 1 | -63/+58 |
2007-07-19 | coda: cleanup /dev/cfs open and close handling | Jan Harkes | 2 | -38/+32 |
2007-07-19 | coda: use ilookup5 | Jan Harkes | 1 | -6/+1 |
2007-07-19 | coda: coda doesn't track atime | Jan Harkes | 1 | -8/+8 |
2007-07-19 | coda: allow removal of busy directories | Jan Harkes | 1 | -14/+9 |
2007-07-19 | coda: fix nlink updates for directories | Jan Harkes | 1 | -46/+60 |
2007-07-19 | coda: correctly invalidate cached access rights | Jan Harkes | 1 | -1/+1 |
2007-07-19 | coda: do not grab an uninitialized fd when the open upcall returns an error | Jan Harkes | 3 | -8/+12 |
2007-07-19 | Use --build-id ld option | Roland McGrath | 1 | -0/+6 |
2007-07-19 | Add /sys/kernel/notes | Roland McGrath | 1 | -0/+28 |
2007-07-19 | s390: Put allocated ELF notes in read-only data segment | Roland McGrath | 1 | -0/+2 |
2007-07-19 | powerpc: Put allocated ELF notes in read-only data segment | Roland McGrath | 1 | -0/+2 |
2007-07-19 | alpha: Put allocated ELF notes in read-only data segment | Roland McGrath | 1 | -1/+4 |
2007-07-19 | x86_64: Put allocated ELF notes in read-only data segment | Roland McGrath | 1 | -1/+3 |
2007-07-19 | i386: Put allocated ELF notes in read-only data segment | Roland McGrath | 2 | -4/+8 |
2007-07-19 | fix ext4/JBD2 build warnings | Mingming Cao | 2 | -4/+4 |
2007-07-19 | update checkpatch.pl to version 0.08 | Andy Whitcroft | 2 | -33/+145 |
2007-07-19 | Typo: fro -> from | Rolf Eike Beer | 1 | -1/+1 |
2007-07-19 | add POSIX clocks and timers maintainer | Ingo Molnar | 1 | -2/+2 |
2007-07-19 | kernel/relay.c: make functions static | Adrian Bunk | 1 | -7/+6 |
2007-07-19 | coredump masking: documentation for /proc/pid/coredump_filter | Kawai, Hidehiro | 1 | -0/+38 |
2007-07-19 | coredump masking: ELF-FDPIC: enable core dump filtering | Kawai, Hidehiro | 1 | -17/+35 |
2007-07-19 | coredump masking: ELF-FDPIC: remove an unused argument | Kawai, Hidehiro | 1 | -4/+4 |
2007-07-19 | coredump masking: ELF: enable core dump filtering | Kawai, Hidehiro | 1 | -9/+21 |
2007-07-19 | coredump masking: add an interface for core dump filter | Kawai, Hidehiro | 3 | -0/+105 |
2007-07-19 | coredump masking: reimplementation of dumpable using two flags | Kawai, Hidehiro | 8 | -25/+82 |
2007-07-19 | coredump masking: bound suid_dumpable sysctl | Kawai, Hidehiro | 1 | -1/+5 |
2007-07-19 | docbook: don't reference file without kernel-doc | Randy Dunlap | 1 | -1/+0 |
2007-07-19 | kernel-doc: fix leading dot in man-mode output | Randy Dunlap | 1 | -1/+5 |
2007-07-19 | kernel-doc: strip C99 comments | Randy Dunlap | 1 | -1/+7 |
2007-07-19 | kernel-doc: fix unnamed struct/union warning | Randy Dunlap | 1 | -4/+10 |
2007-07-19 | kernel-doc: add tools doc in Makefile | Randy Dunlap | 1 | -5/+5 |
2007-07-19 | fs: remove path_walk export | Josef 'Jeff' Sipek | 2 | -3/+1 |
2007-07-19 | fs: mark link_path_walk static | Josef 'Jeff' Sipek | 2 | -2/+3 |
2007-07-19 | nfsctl: use vfs_path_lookup | Josef 'Jeff' Sipek | 1 | -10/+6 |
2007-07-19 | sunrpc: use vfs_path_lookup | Josef 'Jeff' Sipek | 1 | -9/+7 |
2007-07-19 | fs: introduce vfs_path_lookup | Josef 'Jeff' Sipek | 2 | -0/+34 |
2007-07-19 | mm: variable length argument support | Ollie Wild | 15 | -453/+554 |
2007-07-19 | audit: rework execve audit | Peter Zijlstra | 5 | -21/+85 |
2007-07-19 | arch: personality independent stack top | Peter Zijlstra | 22 | -1/+28 |
2007-07-19 | use the new percpu interface for shared data | Fenghua Yu | 5 | -5/+5 |
2007-07-19 | define new percpu interface for shared data | Fenghua Yu | 26 | -53/+84 |
2007-07-19 | jprobes: make jprobes a little safer for users | Michael Ellerman | 4 | -4/+24 |
2007-07-19 | jprobes: remove JPROBE_ENTRY() | Michael Ellerman | 10 | -18/+6 |
2007-07-19 | jprobes: make struct jprobe.entry a void * | Michael Ellerman | 1 | -1/+1 |
2007-07-19 | readahead: sanify file_ra_state names | Fengguang Wu | 2 | -98/+31 |
2007-07-19 | readahead: split ondemand readahead interface into two functions | Rusty Russell | 6 | -56/+85 |
2007-07-19 | mm: share PG_readahead and PG_reclaim | Fengguang Wu | 4 | -8/+10 |
2007-07-19 | readahead: pass real splice size | Fengguang Wu | 1 | -7/+5 |