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