Age | Commit message (Expand) | Author |
2013-11-15 | seq_file: remove "%n" usage from seq_file users | Tetsuo Handa |
2013-11-15 | seq_file: introduce seq_setwidth() and seq_pad() | Tetsuo Handa |
2013-11-15 | mm, hugetlb: convert hugetlbfs to use split pmd lock | Kirill A. Shutemov |
2013-11-15 | mm, thp: change pmd_trans_huge_lock() to return taken lock | Kirill A. Shutemov |
2013-11-15 | mm: convert mm->nr_ptes to atomic_long_t | Kirill A. Shutemov |
2013-11-14 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2013-11-14 | Merge tag 'xfs-for-linus-v3.13-rc1' of git://oss.sgi.com/xfs/xfs | Linus Torvalds |
2013-11-14 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2013-11-14 | Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd | Linus Torvalds |
2013-11-14 | Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2013-11-13 | prepend_path() needs to reinitialize dentry/vfsmount/mnt on restarts | Al Viro |
2013-11-13 | fix unpaired rcu lock in prepend_path() | Li Zhong |
2013-11-13 | locks: missing unlock on error in generic_add_lease() | Dan Carpenter |
2013-11-13 | aio: checking for NULL instead of IS_ERR | Dan Carpenter |
2013-11-13 | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds |
2013-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-11-13 | Merge tag 'dlm-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan... | Linus Torvalds |
2013-11-13 | Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds |
2013-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds |
2013-11-13 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2013-11-13 | Merge tag 'for-f2fs-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds |
2013-11-13 | devpts: plug the memory leak in kill_sb | Ilija Hadzic |
2013-11-13 | exec/ptrace: fix get_dumpable() incorrect tests | Kees Cook |
2013-11-13 | kcore: add Kconfig help text | Randy Dunlap |
2013-11-13 | procfs: clean up proc_reg_get_unmapped_area for 80-column limit | HATAYAMA Daisuke |
2013-11-13 | hfsplus: implement attributes file creation functionality | Vyacheslav Dubeyko |
2013-11-13 | hfsplus: implement attributes file's header node initialization code | Vyacheslav Dubeyko |
2013-11-13 | hfsplus: add metadata file's clump size calculation functionality | Vyacheslav Dubeyko |
2013-11-13 | fs/hfs/btree.h: remove duplicate defines | Michael Opdenacker |
2013-11-13 | epoll: do not take global 'epmutex' for simple topologies | Jason Baron |
2013-11-13 | epoll: optimize EPOLL_CTL_DEL using rcu | Jason Baron |
2013-11-13 | debugfs: use list_next_entry() in debugfs_remove_recursive() | Oleg Nesterov |
2013-11-13 | cramfs: mark as obsolete | Michael Opdenacker |
2013-11-13 | mm: factor commit limit calculation | Jerome Marchand |
2013-11-13 | writeback: do not sync data dirtied after sync start | Jan Kara |
2013-11-13 | /proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags line | Naoya Horiguchi |
2013-11-13 | mm, mempolicy: make mpol_to_str robust and always succeed | David Rientjes |
2013-11-13 | mm: use pgdat_end_pfn() to simplify the code in others | Xishi Qiu |
2013-11-13 | ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage() | Jan Kara |
2013-11-13 | ocfs2: convert use of typedef ctl_table to struct ctl_table | Joe Perches |
2013-11-13 | ocfs2: fix possible double free in ocfs2_write_begin_nolock | Xue jiufei |
2013-11-13 | ocfs2: add missing errno in ocfs2_ioctl_move_extents() | Younger Liu |
2013-11-13 | ocfs2: do not call brelse() if group_bh is not initialized in ocfs2_group_add() | Younger Liu |
2013-11-13 | ocfs2: rollback transaction in ocfs2_group_add() | Younger Liu |
2013-11-13 | ocfs2: break useless while loop | Junxiao Bi |
2013-11-13 | ocfs2: use find_last_bit() | Akinobu Mita |
2013-11-13 | ocfs2: delay migration when the lockres is in migration state | Xue jiufei |
2013-11-13 | ocfs2: skip locks in the blocked list | Xue jiufei |
2013-11-13 | ocfs2: use bitmap_weight() | Akinobu Mita |
2013-11-13 | ocfs2: don't spam on -EDQUOT | Joel Becker |