Age | Commit message (Expand) | Author | Files | Lines |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 353 | -72/+300 |
2010-03-29 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 11 | -74/+223 |
2010-03-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 12 | -91/+182 |
2010-03-29 | ext3: fix broken handling of EXT3_STATE_NEW | Linus Torvalds | 2 | -2/+4 |
2010-03-29 | SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUG | David Howells | 2 | -5/+5 |
2010-03-28 | ceph: fix use after free on mds __unregister_request | Sage Weil | 1 | -1/+2 |
2010-03-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2 | -12/+11 |
2010-03-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -8/+10 |
2010-03-26 | Restore LOOKUP_DIRECTORY hint handling in final lookup on open() | Al Viro | 1 | -8/+10 |
2010-03-25 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 3 | -15/+22 |
2010-03-24 | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2 | -1/+4 |
2010-03-24 | fscache: add missing unlock | Dan Carpenter | 1 | -0/+1 |
2010-03-24 | do_sync_read/write() should set kiocb.ki_nbytes to be consistent | David Howells | 1 | -0/+2 |
2010-03-24 | FDPIC: For-loop in elf_core_vma_data_size() is incorrect | David Howells | 1 | -1/+1 |
2010-03-24 | fs/partition/msdos: fix unusable extended partition for > 512B sector | OGAWA Hirofumi | 1 | -3/+10 |
2010-03-24 | fs/partitions/msdos: add support for large disks | Daniel Taylor | 1 | -34/+38 |
2010-03-24 | kcore: fix test for end of list | Dan Carpenter | 1 | -1/+1 |
2010-03-24 | reiserfs: properly honor read-only devices | Jeff Mahoney | 1 | -6/+9 |
2010-03-24 | reiserfs: fix oops while creating privroot with selinux enabled | Jeff Mahoney | 1 | -1/+1 |
2010-03-24 | fs/binfmt_aout.c: fix pointer warnings | Borislav Petkov | 1 | -6/+8 |
2010-03-23 | ext4: Fixed inode allocator to correctly track a flex_bg's used_dirs | Eric Sandeen | 1 | -2/+2 |
2010-03-24 | ext4: Don't use delayed allocation by default when used instead of ext3 | Jan Kara | 1 | -9/+16 |
2010-03-24 | ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3 | Theodore Ts'o | 1 | -2/+2 |
2010-03-23 | ocfs2: Fix a race in o2dlm lockres mastery | Srinivas Eeda | 1 | -3/+1 |
2010-03-23 | Ocfs2: Handle deletion of reflinked oprhan inodes correctly. | Tristan Ye | 1 | -0/+15 |
2010-03-23 | Ocfs2: Journaling i_flags and i_orphaned_slot when adding inode to orphan dir. | Tristan Ye | 1 | -5/+23 |
2010-03-23 | ocfs2: Clear undo bits when local alloc is freed | Mark Fasheh | 4 | -46/+95 |
2010-03-24 | nilfs2: fix imperfect completion wait in nilfs_wait_on_logs | Ryusuke Konishi | 1 | -4/+4 |
2010-03-24 | nilfs2: fix hang-up of cleaner after log writer returned with error | Ryusuke Konishi | 1 | -2/+1 |
2010-03-23 | ceph: fix possible double-free of mds request reference | Sage Weil | 1 | -1/+3 |
2010-03-23 | ceph: fix session check on mds reply | Sage Weil | 1 | -1/+1 |
2010-03-23 | ceph: handle kmalloc() failure | Dan Carpenter | 1 | -0/+2 |
2010-03-23 | ceph: propagate mds session allocation failures to caller | Sage Weil | 1 | -1/+6 |
2010-03-23 | ceph: make write_begin wait propagate ERESTARTSYS | Sage Weil | 1 | -2/+8 |
2010-03-23 | ceph: fix snap rebuild condition | Sage Weil | 1 | -2/+2 |
2010-03-23 | ceph: avoid reopening osd connections when address hasn't changed | Sage Weil | 3 | -1/+23 |
2010-03-23 | ceph: rename r_sent_stamp r_stamp | Sage Weil | 2 | -7/+7 |
2010-03-23 | ceph: fix connection fault con_work reentrancy problem | Sage Weil | 1 | -2/+0 |
2010-03-23 | ceph: prevent dup stale messages to console for restarting mds | Sage Weil | 1 | -1/+1 |
2010-03-23 | ceph: fix pg pool decoding from incremental osdmap update | Sage Weil | 1 | -7/+10 |
2010-03-23 | ceph: fix mds sync() race with completing requests | Sage Weil | 1 | -7/+20 |
2010-03-23 | ceph: only release unused caps with mds requests | Sage Weil | 1 | -3/+10 |
2010-03-23 | ceph: clean up handle_cap_grant, handle_caps wrt session mutex | Sage Weil | 1 | -32/+25 |
2010-03-23 | ceph: fix session locking in handle_caps, ceph_check_caps | Sage Weil | 1 | -5/+9 |
2010-03-23 | ceph: drop unnecessary WARN_ON in caps migration | Sage Weil | 1 | -2/+1 |
2010-03-23 | ceph: fix null pointer deref of r_osd in debug output | Sage Weil | 1 | -1/+1 |
2010-03-23 | ceph: clean up service ticket decoding | Sage Weil | 1 | -8/+20 |
2010-03-22 | AFS: Potential null dereference | Dan Carpenter | 1 | -2/+3 |
2010-03-22 | NFS: don't try to decode GETATTR if DELEGRETURN returned error | Jeff Layton | 1 | -0/+2 |
2010-03-22 | nilfs2: fix duplicate call to nilfs_segctor_cancel_freev | Ryusuke Konishi | 1 | -6/+6 |