summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: remove own inode hash used for GCRyusuke Konishi2010-10-237-142/+64Star
* nilfs2: separate initializer of metadata file inodeRyusuke Konishi2010-10-233-19/+35
* nilfs2: use iget5_locked to get inodeRyusuke Konishi2010-10-232-3/+35
* nilfs2: keep zero value in i_cno except for gc-inodesRyusuke Konishi2010-10-233-16/+24
* nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirtyRyusuke Konishi2010-10-231-0/+5
* nilfs2: allow nilfs_destroy_inode to destroy metadata file inodesRyusuke Konishi2010-10-232-2/+6
* nilfs2: accept future revisionsRyusuke Konishi2010-10-232-2/+3
* Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-10-223-2/+5
|\
| * pcmcia: fix ni_daq_700 compilationDominik Brodowski2010-10-221-1/+0Star
| * pcmcia: IOCARD is also required for using IRQsDominik Brodowski2010-10-222-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2010-10-229-85/+86
|\ \
| * | asm-generic/io.h: allow people to override individual funcsMike Frysinger2010-10-181-0/+26
| * | bitops: remove duplicated extern declarationsAkinobu Mita2010-10-092-25/+12Star
| * | bitops: make asm-generic/bitops/find.h more genericAkinobu Mita2010-10-094-22/+28
| * | asm-generic: kdebug.h: Checkpatch cleanupAndrea Gelmini2010-10-091-1/+1
| * | asm-generic: fcntl: make exported headers use strict posix typesLucian Adrian Grijincu2010-10-091-1/+1
| * | asm-generic: cmpxchg does not handle non-long argumentsMathieu Lacage2010-10-091-19/+1Star
| * | asm-generic: make atomic_add_unless a functionMathieu Lacage2010-10-091-17/+17
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22370-77/+601
|\ \ \
| * | | vfs: make no_llseek the defaultArnd Bergmann2010-10-151-1/+0Star
| * | | vfs: don't use BKL in default_llseekArnd Bergmann2010-10-151-2/+2
| * | | llseek: automatically add .llseek fopArnd Bergmann2010-10-15339-73/+538
| * | | libfs: use generic_file_llseek for simple_attrArnd Bergmann2010-09-161-0/+1
| * | | mac80211: disallow seeks in minstrel debug codeArnd Bergmann2010-09-161-1/+2
| * | | lirc: make chardev nonseekableArnd Bergmann2010-09-164-0/+5
| * | | viotape: use noop_llseekArnd Bergmann2010-09-161-0/+1
| * | | raw: use explicit llseek file operationsArnd Bergmann2010-09-161-0/+2
| * | | ibmasmfs: use generic_file_llseekArnd Bergmann2010-09-161-0/+4
| * | | spufs: use llseek in all file operationsArnd Bergmann2010-09-161-0/+18
| * | | arm/omap: use generic_file_llseek in iommu_debugArnd Bergmann2010-09-161-0/+2
| * | | lkdtm: use generic_file_llseek in debugfsArnd Bergmann2010-09-161-0/+9
| * | | net/wireless: use generic_file_llseek in debugfsArnd Bergmann2010-09-1613-0/+22
| * | | drm: use noop_llseekArnd Bergmann2010-09-1613-0/+13
* | | | Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-2259-711/+691Star
|\ \ \ \
| * | | | BKL: remove BKL from freevxfsArnd Bergmann2010-10-212-22/+2Star
| * | | | BKL: remove BKL from qnx4Arnd Bergmann2010-10-213-21/+1Star
| * | | | autofs4: Only declare function when CONFIG_COMPAT is definedFelipe Contreras2010-10-051-0/+2
| * | | | autofs: Only declare function when CONFIG_COMPAT is definedMárton Németh2010-10-051-0/+2
| * | | | ncpfs: Lock socket in ncpfs while setting its callbacksPetr Vandrovec2010-10-051-5/+9
| * | | | fs/locks.c: prepare for BKL removalArnd Bergmann2010-10-058-66/+97
| * | | | BKL: Remove BKL from ncpfsPetr Vandrovec2010-10-0410-429/+487
| * | | | BKL: Remove BKL from OCFS2Arnd Bergmann2010-10-043-23/+1Star
| * | | | BKL: Remove BKL from squashfsArnd Bergmann2010-10-041-11/+0Star
| * | | | BKL: Remove BKL from jffs2Arnd Bergmann2010-10-042-15/+1Star
| * | | | BKL: Remove BKL from ecryptfsArnd Bergmann2010-10-042-7/+0Star
| * | | | BKL: Remove BKL from afsArnd Bergmann2010-10-041-10/+0Star
| * | | | BKL: Remove BKL from USB gadgetfsArnd Bergmann2010-10-041-1/+0Star
| * | | | BKL: Remove BKL from autofs4Arnd Bergmann2010-10-041-5/+7
| * | | | BKL: Remove BKL from isofsArnd Bergmann2010-10-045-27/+15Star
| * | | | BKL: Remove BKL from fatArnd Bergmann2010-10-043-13/+6Star