Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | KEYS: Fix RCU handling in key_gc_keyring() | David Howells | 2010-05-05 | 1 | -3/+6 | |
| | * | | | | | | | | | KEYS: Fix an RCU warning in the reading of user keys | David Howells | 2010-05-05 | 1 | -1/+2 | |
| * | | | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o... | Linus Torvalds | 2010-05-04 | 8 | -74/+110 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | ocfs2: Avoid a gcc warning in ocfs2_wipe_inode(). | Joel Becker | 2010-05-03 | 1 | -1/+1 | |
| | * | | | | | | | | | ocfs2: Avoid direct write if we fall back to buffered I/O | Li Dongyang | 2010-04-30 | 1 | -11/+14 | |
| | * | | | | | | | | | Merge branch 'skip_delete_inode' of git://git.kernel.org/pub/scm/linux/kernel... | Joel Becker | 2010-04-30 | 4745 | -8116/+30968 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | ocfs2: Add directory entry later in ocfs2_symlink() and ocfs2_mknod() | Mark Fasheh | 2010-04-23 | 1 | -15/+25 | |
| | | * | | | | | | | | | ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_mknod error path | Li Dongyang | 2010-04-23 | 1 | -5/+11 | |
| | | * | | | | | | | | | ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_symlink error path | Li Dongyang | 2010-04-23 | 1 | -0/+1 | |
| | | * | | | | | | | | | ocfs2: add OCFS2_INODE_SKIP_ORPHAN_DIR flag and honor it in the inode wipe code | Li Dongyang | 2010-04-23 | 3 | -29/+39 | |
| | * | | | | | | | | | | ocfs2_dlmfs: Fix math error when reading LVB. | Joel Becker | 2010-04-23 | 1 | -1/+1 | |
| | * | | | | | | | | | | ocfs2: Update VFS inode's id info after reflink. | Tao Ma | 2010-04-23 | 1 | -0/+3 | |
| | * | | | | | | | | | | ocfs2: potential ERR_PTR dereference on error paths | Dan Carpenter | 2010-04-23 | 1 | -0/+1 | |
| | * | | | | | | | | | | ocfs2: Reset status if we want to restart file extension. | Tao Ma | 2010-04-16 | 1 | -0/+1 | |
| | * | | | | | | | | | | ocfs2: Compute metaecc for superblocks during online resize. | Joel Becker | 2010-03-31 | 1 | -0/+2 | |
| | * | | | | | | | | | | ocfs2: Check the owner of a lockres inside the spinlock | Wengang Wang | 2010-03-30 | 1 | -3/+2 | |
| | * | | | | | | | | | | ocfs2: one more warning fix in ocfs2_file_aio_write(), v2 | Coly Li | 2010-03-30 | 1 | -3/+3 | |
| | * | | | | | | | | | | ocfs2_dlmfs: User DLM_* when decoding file open flags. | Tao Ma | 2010-03-30 | 1 | -6/+6 | |
| * | | | | | | | | | | | Fix the x86_64 implementation of call_rwsem_wait() | David Howells | 2010-05-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2010-05-04 | 3 | -23/+47 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | i2c-core: Use per-adapter userspace device lists | Jean Delvare | 2010-05-04 | 2 | -16/+20 | |
| | * | | | | | | | | | | | i2c: Fix probing of FSC hardware monitoring chips | Jean Delvare | 2010-05-04 | 1 | -5/+16 | |
| | * | | | | | | | | | | | i2c-core: Erase pointer to clientdata on removal | Wolfram Sang | 2010-05-04 | 2 | -2/+11 | |
| * | | | | | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-05-04 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | perf: Fix resource leak in failure path of perf_event_open() | Tejun Heo | 2010-05-01 | 1 | -1/+1 | |
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-05-04 | 2 | -5/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | rcu: Fix RCU lockdep splat on freezer_fork path | Paul E. McKenney | 2010-04-30 | 1 | -1/+4 | |
| | * | | | | | | | | | | | rcu: Fix RCU lockdep splat in set_task_cpu on fork path | Peter Zijlstra | 2010-04-30 | 1 | -0/+10 | |
| | * | | | | | | | | | | | mutex: Don't spin when the owner CPU is offline or other weird cases | Benjamin Herrenschmidt | 2010-04-23 | 1 | -4/+4 | |
| | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2010-05-03 | 12 | -38/+71 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | ceph: remove bad auth_x kmem_cache | Sage Weil | 2010-05-03 | 1 | -22/+10 | |
| | * | | | | | | | | | | | ceph: fix lockless caps check | Sage Weil | 2010-05-03 | 1 | -1/+1 | |
| | * | | | | | | | | | | | ceph: clear dir complete, invalidate dentry on replayed rename | Sage Weil | 2010-05-03 | 1 | -0/+9 | |
| | * | | | | | | | | | | | ceph: fix direct io truncate offset | Sage Weil | 2010-05-03 | 1 | -1/+2 | |
| | * | | | | | | | | | | | ceph: discard incoming messages with bad seq # | Sage Weil | 2010-05-03 | 1 | -0/+20 | |
| | * | | | | | | | | | | | ceph: fix seq counting for skipped messages | Sage Weil | 2010-05-03 | 1 | -0/+2 | |
| | * | | | | | | | | | | | ceph: add missing #includes | Sage Weil | 2010-05-03 | 3 | -0/+4 | |
| | * | | | | | | | | | | | ceph: fix leaked spinlock during mds reconnect | Sage Weil | 2010-05-03 | 1 | -1/+1 | |
| | * | | | | | | | | | | | ceph: print more useful version info on module load | Sage Weil | 2010-05-03 | 1 | -3/+4 | |
| | * | | | | | | | | | | | ceph: fix snap realm splits | Sage Weil | 2010-05-03 | 1 | -10/+14 | |
| | * | | | | | | | | | | | ceph: clear dir complete on d_move | Sage Weil | 2010-05-03 | 1 | -0/+4 | |
| | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2010-05-03 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | watchdog: ep93xx_wdt.c fix default timout value in MODULE_PARM_DESC string. | Wim Van Sebroeck | 2010-05-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | | nilfs2: fix sync silent failure | Ryusuke Konishi | 2010-05-03 | 1 | -0/+1 | |
| * | | | | | | | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2010-04-30 | 30 | -190/+598 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | MIPS: Loongson 2F: Fix of problems introduced by -mfix-loongson2f-jump | Wu Zhangjin | 2010-04-30 | 1 | -1/+19 | |
| | * | | | | | | | | | | | MIPS: Loongson-2F: Use CONFIG_CPU_JUMP_WORKAROUNDS to control workarounds. | Wu Zhangjin | 2010-04-30 | 1 | -1/+1 | |
| | * | | | | | | | | | | | MIPS: Loongson 2F: Enable fixups of the latest binutils | Wu Zhangjin | 2010-04-30 | 1 | -0/+13 | |
| | * | | | | | | | | | | | MIPS: Loongson: Add CPU_LOONGSON2F_WORKAROUNDS | Wu Zhangjin | 2010-04-30 | 1 | -0/+27 | |
| | * | | | | | | | | | | | MIPS: Kconfig: Make Broadcom SoC support naming consistent | Florian Fainelli | 2010-04-30 | 1 | -1/+1 |