| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/... | Linus Torvalds | 2010-10-22 | 3 | -2/+5 |
|\ |
|
| * | pcmcia: fix ni_daq_700 compilation | Dominik Brodowski | 2010-10-22 | 1 | -1/+0 |
| * | pcmcia: IOCARD is also required for using IRQs | Dominik Brodowski | 2010-10-22 | 2 | -1/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic | Linus Torvalds | 2010-10-22 | 9 | -85/+86 |
|\ \ |
|
| * | | asm-generic/io.h: allow people to override individual funcs | Mike Frysinger | 2010-10-18 | 1 | -0/+26 |
| * | | bitops: remove duplicated extern declarations | Akinobu Mita | 2010-10-09 | 2 | -25/+12 |
| * | | bitops: make asm-generic/bitops/find.h more generic | Akinobu Mita | 2010-10-09 | 4 | -22/+28 |
| * | | asm-generic: kdebug.h: Checkpatch cleanup | Andrea Gelmini | 2010-10-09 | 1 | -1/+1 |
| * | | asm-generic: fcntl: make exported headers use strict posix types | Lucian Adrian Grijincu | 2010-10-09 | 1 | -1/+1 |
| * | | asm-generic: cmpxchg does not handle non-long arguments | Mathieu Lacage | 2010-10-09 | 1 | -19/+1 |
| * | | asm-generic: make atomic_add_unless a function | Mathieu Lacage | 2010-10-09 | 1 | -17/+17 |
* | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 370 | -77/+601 |
|\ \ \ |
|
| * | | | vfs: make no_llseek the default | Arnd Bergmann | 2010-10-15 | 1 | -1/+0 |
| * | | | vfs: don't use BKL in default_llseek | Arnd Bergmann | 2010-10-15 | 1 | -2/+2 |
| * | | | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 339 | -73/+538 |
| * | | | libfs: use generic_file_llseek for simple_attr | Arnd Bergmann | 2010-09-16 | 1 | -0/+1 |
| * | | | mac80211: disallow seeks in minstrel debug code | Arnd Bergmann | 2010-09-16 | 1 | -1/+2 |
| * | | | lirc: make chardev nonseekable | Arnd Bergmann | 2010-09-16 | 4 | -0/+5 |
| * | | | viotape: use noop_llseek | Arnd Bergmann | 2010-09-16 | 1 | -0/+1 |
| * | | | raw: use explicit llseek file operations | Arnd Bergmann | 2010-09-16 | 1 | -0/+2 |
| * | | | ibmasmfs: use generic_file_llseek | Arnd Bergmann | 2010-09-16 | 1 | -0/+4 |
| * | | | spufs: use llseek in all file operations | Arnd Bergmann | 2010-09-16 | 1 | -0/+18 |
| * | | | arm/omap: use generic_file_llseek in iommu_debug | Arnd Bergmann | 2010-09-16 | 1 | -0/+2 |
| * | | | lkdtm: use generic_file_llseek in debugfs | Arnd Bergmann | 2010-09-16 | 1 | -0/+9 |
| * | | | net/wireless: use generic_file_llseek in debugfs | Arnd Bergmann | 2010-09-16 | 13 | -0/+22 |
| * | | | drm: use noop_llseek | Arnd Bergmann | 2010-09-16 | 13 | -0/+13 |
* | | | | Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 59 | -711/+691 |
|\ \ \ \ |
|
| * | | | | BKL: remove BKL from freevxfs | Arnd Bergmann | 2010-10-21 | 2 | -22/+2 |
| * | | | | BKL: remove BKL from qnx4 | Arnd Bergmann | 2010-10-21 | 3 | -21/+1 |
| * | | | | autofs4: Only declare function when CONFIG_COMPAT is defined | Felipe Contreras | 2010-10-05 | 1 | -0/+2 |
| * | | | | autofs: Only declare function when CONFIG_COMPAT is defined | Márton Németh | 2010-10-05 | 1 | -0/+2 |
| * | | | | ncpfs: Lock socket in ncpfs while setting its callbacks | Petr Vandrovec | 2010-10-05 | 1 | -5/+9 |
| * | | | | fs/locks.c: prepare for BKL removal | Arnd Bergmann | 2010-10-05 | 8 | -66/+97 |
| * | | | | BKL: Remove BKL from ncpfs | Petr Vandrovec | 2010-10-04 | 10 | -429/+487 |
| * | | | | BKL: Remove BKL from OCFS2 | Arnd Bergmann | 2010-10-04 | 3 | -23/+1 |
| * | | | | BKL: Remove BKL from squashfs | Arnd Bergmann | 2010-10-04 | 1 | -11/+0 |
| * | | | | BKL: Remove BKL from jffs2 | Arnd Bergmann | 2010-10-04 | 2 | -15/+1 |
| * | | | | BKL: Remove BKL from ecryptfs | Arnd Bergmann | 2010-10-04 | 2 | -7/+0 |
| * | | | | BKL: Remove BKL from afs | Arnd Bergmann | 2010-10-04 | 1 | -10/+0 |
| * | | | | BKL: Remove BKL from USB gadgetfs | Arnd Bergmann | 2010-10-04 | 1 | -1/+0 |
| * | | | | BKL: Remove BKL from autofs4 | Arnd Bergmann | 2010-10-04 | 1 | -5/+7 |
| * | | | | BKL: Remove BKL from isofs | Arnd Bergmann | 2010-10-04 | 5 | -27/+15 |
| * | | | | BKL: Remove BKL from fat | Arnd Bergmann | 2010-10-04 | 3 | -13/+6 |
| * | | | | BKL: Remove BKL from ext2 filesystem | Jan Blunck | 2010-10-04 | 1 | -4/+0 |
| * | | | | BKL: Remove BKL from do_new_mount() | Jan Blunck | 2010-10-04 | 1 | -2/+0 |
| * | | | | BKL: Remove BKL from cgroup | Jan Blunck | 2010-10-04 | 1 | -8/+0 |
| * | | | | BKL: Remove BKL from NTFS | Jan Blunck | 2010-10-04 | 1 | -27/+2 |
| * | | | | BKL: Remove BKL from NILFS2 | Jan Blunck | 2010-10-04 | 2 | -18/+1 |
| * | | | | BKL: Remove BKL from JFS | Jan Blunck | 2010-10-04 | 1 | -28/+7 |
| * | | | | BKL: Remove BKL from HFS | Jan Blunck | 2010-10-04 | 1 | -12/+2 |