| Commit message (Expand) | Author | Age |
* | nilfs2: do not allocate multiple super block instances for a device | Ryusuke Konishi | 2010-10-22 |
* | nilfs2: split out nilfs_attach_snapshot | Ryusuke Konishi | 2010-10-22 |
* | nilfs2: split out nilfs_get_root_dentry | Ryusuke Konishi | 2010-10-22 |
* | nilfs2: deny write access to inodes in snapshots | Ryusuke Konishi | 2010-10-22 |
* | nilfs2: use checkpoint tree for mount check of snapshots | Ryusuke Konishi | 2010-10-22 |
* | nilfs2: move inode count and block count into root object | Ryusuke Konishi | 2010-10-22 |
* | nilfs2: use root object to get ifile | Ryusuke Konishi | 2010-10-22 |
* | nilfs2: make snapshots in checkpoint tree exportable | Ryusuke Konishi | 2010-10-22 |
* | nilfs2: set pointer to root object in inodes | Ryusuke Konishi | 2010-10-22 |
* | nilfs2: add checkpoint tree to nilfs object | Ryusuke Konishi | 2010-10-22 |
* | nilfs2: remove own inode hash used for GC | Ryusuke Konishi | 2010-10-22 |
* | nilfs2: separate initializer of metadata file inode | Ryusuke Konishi | 2010-10-22 |
* | nilfs2: use iget5_locked to get inode | Ryusuke Konishi | 2010-10-22 |
* | nilfs2: keep zero value in i_cno except for gc-inodes | Ryusuke Konishi | 2010-10-22 |
* | nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirty | Ryusuke Konishi | 2010-10-22 |
* | nilfs2: allow nilfs_destroy_inode to destroy metadata file inodes | Ryusuke Konishi | 2010-10-22 |
* | nilfs2: accept future revisions | Ryusuke Konishi | 2010-10-22 |
* | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/... | Linus Torvalds | 2010-10-22 |
|\ |
|
| * | pcmcia: fix ni_daq_700 compilation | Dominik Brodowski | 2010-10-22 |
| * | pcmcia: IOCARD is also required for using IRQs | Dominik Brodowski | 2010-10-22 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic | Linus Torvalds | 2010-10-22 |
|\ \ |
|
| * | | asm-generic/io.h: allow people to override individual funcs | Mike Frysinger | 2010-10-18 |
| * | | bitops: remove duplicated extern declarations | Akinobu Mita | 2010-10-09 |
| * | | bitops: make asm-generic/bitops/find.h more generic | Akinobu Mita | 2010-10-09 |
| * | | asm-generic: kdebug.h: Checkpatch cleanup | Andrea Gelmini | 2010-10-09 |
| * | | asm-generic: fcntl: make exported headers use strict posix types | Lucian Adrian Grijincu | 2010-10-09 |
| * | | asm-generic: cmpxchg does not handle non-long arguments | Mathieu Lacage | 2010-10-09 |
| * | | asm-generic: make atomic_add_unless a function | Mathieu Lacage | 2010-10-09 |
* | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 |
|\ \ \ |
|
| * | | | vfs: make no_llseek the default | Arnd Bergmann | 2010-10-15 |
| * | | | vfs: don't use BKL in default_llseek | Arnd Bergmann | 2010-10-15 |
| * | | | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 |
| * | | | libfs: use generic_file_llseek for simple_attr | Arnd Bergmann | 2010-09-16 |
| * | | | mac80211: disallow seeks in minstrel debug code | Arnd Bergmann | 2010-09-16 |
| * | | | lirc: make chardev nonseekable | Arnd Bergmann | 2010-09-16 |
| * | | | viotape: use noop_llseek | Arnd Bergmann | 2010-09-16 |
| * | | | raw: use explicit llseek file operations | Arnd Bergmann | 2010-09-16 |
| * | | | ibmasmfs: use generic_file_llseek | Arnd Bergmann | 2010-09-16 |
| * | | | spufs: use llseek in all file operations | Arnd Bergmann | 2010-09-16 |
| * | | | arm/omap: use generic_file_llseek in iommu_debug | Arnd Bergmann | 2010-09-16 |
| * | | | lkdtm: use generic_file_llseek in debugfs | Arnd Bergmann | 2010-09-16 |
| * | | | net/wireless: use generic_file_llseek in debugfs | Arnd Bergmann | 2010-09-16 |
| * | | | drm: use noop_llseek | Arnd Bergmann | 2010-09-16 |
* | | | | Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 |
|\ \ \ \ |
|
| * | | | | BKL: remove BKL from freevxfs | Arnd Bergmann | 2010-10-21 |
| * | | | | BKL: remove BKL from qnx4 | Arnd Bergmann | 2010-10-21 |
| * | | | | autofs4: Only declare function when CONFIG_COMPAT is defined | Felipe Contreras | 2010-10-05 |
| * | | | | autofs: Only declare function when CONFIG_COMPAT is defined | Márton Németh | 2010-10-05 |
| * | | | | ncpfs: Lock socket in ncpfs while setting its callbacks | Petr Vandrovec | 2010-10-05 |
| * | | | | fs/locks.c: prepare for BKL removal | Arnd Bergmann | 2010-10-05 |