aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ext4: Add mount option to set kjournald's I/O priorityTheodore Ts'o2009-01-051-0/+2
* ext4: Remove code to create the journal inodeTheodore Ts'o2009-01-061-1/+0
* add releasepage hooks to block devices which can be used by file systemsTheodore Ts'o2009-01-031-0/+2
* jbd2: Call journal commit callback without holding j_list_lockAneesh Kumar K.V2008-11-061-2/+2
* jbd2: Remove a large array of bh's from the stack of the checkpoint routineTheodore Ts'o2008-11-051-0/+10
* ext4: add fsync batch tuning knobsTheodore Ts'o2009-01-031-0/+8
* jbd2: improve jbd2 fsync batchingJosef Bacik2008-11-261-0/+15
* jbd2: Add BH_JBDPrivateStartMark Fasheh2008-11-251-0/+1
* ext3: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o2008-10-282-1/+28
* Merge branch 'audit.b61' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-01-041-50/+48
|\
| * audit: validate comparison operations, store them in sane formAl Viro2009-01-041-0/+12
| * audit rules ordering, part 2Al Viro2009-01-041-0/+1
| * fixing audit rule ordering mess, part 1Al Viro2009-01-041-0/+1
| * sanitize audit_log_capset()Al Viro2009-01-041-5/+4
| * sanitize audit_fd_pair()Al Viro2009-01-041-5/+4
| * sanitize audit_mq_open()Al Viro2009-01-041-5/+4
| * sanitize AUDIT_MQ_SENDRECVAl Viro2009-01-041-13/+4
| * sanitize audit_mq_notify()Al Viro2009-01-041-5/+4
| * sanitize audit_mq_getsetattr()Al Viro2009-01-041-5/+4
| * sanitize audit_ipc_set_perm()Al Viro2009-01-041-5/+4
| * sanitize audit_ipc_obj()Al Viro2009-01-041-5/+4
| * sanitize audit_socketcallAl Viro2009-01-041-2/+2
* | rtc: add alarm/update irq interfacesAlessandro Zummo2009-01-041-1/+7
* | fs: symlink write_begin allocation context fixNick Piggin2009-01-042-2/+6
* | fs: introduce bgl_lock_ptr()Pekka Enberg2009-01-043-2/+17
* | spi.h uses/needs device.hRandy Dunlap2009-01-041-0/+2
|/
* Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-0316-175/+196
|\
| * cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_tRusty Russell2009-01-031-2/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Ingo Molnar2009-01-034-0/+36
| |\
| | * xtensa: define __flsRusty Russell2009-01-031-0/+11
| | * mn10300: define __flsRusty Russell2009-01-031-0/+11
| | * m32r: define __flsRusty Russell2009-01-031-0/+1
| | * frv: define __flsRusty Russell2009-01-031-0/+13
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-03263-2877/+11044
| |\ \ | | |/
| | * cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONSRusty Russell2009-01-011-1/+10
| | * cpumask: convert rest of files in kernel/Rusty Russell2009-01-011-3/+3
| | * cpumask: convert RCU implementationsRusty Russell2009-01-011-2/+2
| | * cpumask: convert kernel/irqRusty Russell2009-01-011-1/+1
| | * cpumask: convert kernel time functionsRusty Russell2009-01-011-2/+2
| | * bitmap: find_last_bit()Rusty Russell2009-01-011-1/+12
| | * m68k: define __flsRusty Russell2009-01-011-0/+5
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-31113-1032/+6927
| | |\
| | * | cpumask: Use nr_cpu_ids in seq_cpumaskRusty Russell2008-12-301-1/+1
| | * | cpumask: smp_call_function_many()Rusty Russell2008-12-301-7/+8
| | * | cpumask: make set_cpu_*/init_cpu_* out-of-lineRusty Russell2008-12-301-46/+7
| | * | cpumask: make cpumask.h eat its own dogfood.Rusty Russell2008-12-301-37/+38
| | * | cpumask: switch over to cpu_online/possible/active/present_mask: coreRusty Russell2008-12-301-46/+29
| | * | bitmap: fix seq_bitmap and seq_cpumask to take const pointerRusty Russell2008-12-301-2/+3
| | * | bitmap: test for constant as well as small size for inline versionsRusty Russell2008-12-301-16/+19
| | * | cpumask: make CONFIG_NR_CPUS always valid.Rusty Russell2008-12-301-8/+8