| Commit message (Expand) | Author | Age | Files | Lines |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 4208 | -717/+3717 |
* | iwlwifi: don't include iwl-dev.h from iwl-devtrace.h | Tejun Heo | 2010-03-30 | 3 | -1/+3 |
* | x86: don't include slab.h from arch/x86/include/asm/pgtable_32.h | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-03-29 | 11 | -74/+223 |
|\ |
|
| * | ocfs2: Fix a race in o2dlm lockres mastery | Srinivas Eeda | 2010-03-24 | 1 | -3/+1 |
| * | Ocfs2: Handle deletion of reflinked oprhan inodes correctly. | Tristan Ye | 2010-03-24 | 1 | -0/+15 |
| * | Ocfs2: Journaling i_flags and i_orphaned_slot when adding inode to orphan dir. | Tristan Ye | 2010-03-24 | 1 | -5/+23 |
| * | ocfs2: Clear undo bits when local alloc is freed | Mark Fasheh | 2010-03-24 | 4 | -46/+95 |
| * | ocfs2: Init meta_ac properly in ocfs2_create_empty_xattr_block. | Tao Ma | 2010-03-19 | 1 | -6/+4 |
| * | ocfs2: Fix the update of name_offset when removing xattrs | Tao Ma | 2010-03-19 | 1 | -1/+1 |
| * | ocfs2: Always try for maximum bits with new local alloc windows | Mark Fasheh | 2010-03-18 | 1 | -2/+2 |
| * | ocfs2: set i_mode on disk during acl operations | Mark Fasheh | 2010-03-17 | 1 | -5/+72 |
| * | ocfs2: Update i_blocks in reflink operations. | Tao Ma | 2010-03-17 | 1 | -0/+1 |
| * | ocfs2: Change bg_chain check for ocfs2_validate_gd_parent. | Tao Ma | 2010-03-17 | 1 | -5/+8 |
| * | [PATCH] Skip check for mandatory locks when unlocking | Sachin Prabhu | 2010-03-17 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2010-03-29 | 15 | -97/+191 |
|\ \ |
|
| * | | ceph: update discussion list address in MAINTAINERS | Sage Weil | 2010-03-29 | 1 | -1/+1 |
| * | | ceph: some documentations fixes | Cheng Renquan | 2010-03-29 | 2 | -4/+7 |
| * | | ceph: fix use after free on mds __unregister_request | Sage Weil | 2010-03-29 | 1 | -1/+2 |
| * | | ceph: avoid loaded term 'OSD' in documention | Sage Weil | 2010-03-23 | 1 | -1/+1 |
| * | | ceph: fix possible double-free of mds request reference | Sage Weil | 2010-03-23 | 1 | -1/+3 |
| * | | ceph: fix session check on mds reply | Sage Weil | 2010-03-23 | 1 | -1/+1 |
| * | | ceph: handle kmalloc() failure | Dan Carpenter | 2010-03-23 | 1 | -0/+2 |
| * | | ceph: propagate mds session allocation failures to caller | Sage Weil | 2010-03-23 | 1 | -1/+6 |
| * | | ceph: make write_begin wait propagate ERESTARTSYS | Sage Weil | 2010-03-23 | 1 | -2/+8 |
| * | | ceph: fix snap rebuild condition | Sage Weil | 2010-03-23 | 1 | -2/+2 |
| * | | ceph: avoid reopening osd connections when address hasn't changed | Sage Weil | 2010-03-23 | 3 | -1/+23 |
| * | | ceph: rename r_sent_stamp r_stamp | Sage Weil | 2010-03-23 | 2 | -7/+7 |
| * | | ceph: fix connection fault con_work reentrancy problem | Sage Weil | 2010-03-23 | 1 | -2/+0 |
| * | | ceph: prevent dup stale messages to console for restarting mds | Sage Weil | 2010-03-23 | 1 | -1/+1 |
| * | | ceph: fix pg pool decoding from incremental osdmap update | Sage Weil | 2010-03-23 | 1 | -7/+10 |
| * | | ceph: fix mds sync() race with completing requests | Sage Weil | 2010-03-23 | 1 | -7/+20 |
| * | | ceph: only release unused caps with mds requests | Sage Weil | 2010-03-23 | 1 | -3/+10 |
| * | | ceph: clean up handle_cap_grant, handle_caps wrt session mutex | Sage Weil | 2010-03-23 | 1 | -32/+25 |
| * | | ceph: fix session locking in handle_caps, ceph_check_caps | Sage Weil | 2010-03-23 | 1 | -5/+9 |
| * | | ceph: drop unnecessary WARN_ON in caps migration | Sage Weil | 2010-03-23 | 1 | -2/+1 |
| * | | ceph: fix null pointer deref of r_osd in debug output | Sage Weil | 2010-03-23 | 1 | -1/+1 |
| * | | ceph: clean up service ticket decoding | Sage Weil | 2010-03-23 | 1 | -8/+20 |
| * | | ceph: release old ticket_blob buffer | Sage Weil | 2010-03-21 | 1 | -1/+5 |
| * | | ceph: fix authenticator buffer size calculation | Sage Weil | 2010-03-21 | 1 | -6/+13 |
| * | | ceph: fix authenticator timeout | Sage Weil | 2010-03-21 | 1 | -8/+1 |
| * | | ceph: fix inode removal from snap realm when racing with migration | Sage Weil | 2010-03-21 | 1 | -0/+16 |
| * | | ceph: add missing locking to protect i_snap_realm_item during split | Sage Weil | 2010-03-21 | 1 | -0/+2 |
| * | | ceph: implemented caps should always be superset of issued caps | Sage Weil | 2010-03-21 | 1 | -0/+2 |
* | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2010-03-29 | 3 | -5/+5 |
|\ \ \ |
|
| * | | | hwmon: (asc7621) Add X58 entry in Kconfig | Jaswinder Singh Rajput | 2010-03-29 | 1 | -2/+2 |
| * | | | hwmon: (w83793) Saving negative errors in unsigned | Dan Carpenter | 2010-03-29 | 1 | -1/+1 |
| * | | | hwmon: (coretemp) Add missing newline to dev_warn() message | Dean Nelson | 2010-03-29 | 1 | -1/+1 |
| * | | | hwmon: (coretemp) Fix cpu model output | Prarit Bhargava | 2010-03-29 | 1 | -1/+1 |
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-03-29 | 1 | -0/+4 |
|\ \ \ \ |
|