summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-11mm/page_allo.c: restructure free-page stealing code and fix a bugSrivatsa S. Bhat
2013-09-11mm/page_alloc.c: fix coding style and spellingPintu Kumar
2013-09-11swap: make cluster allocation per-cpuShaohua Li
2013-09-11swap: fix races exposed by swap discardShaohua Li
2013-09-11swap: make swap discard asyncShaohua Li
2013-09-11swap: change block allocation algorithm for SSDShaohua Li
2013-09-11mm/page_alloc.c: use '__paginginit' instead of '__init'Chen Gang
2013-09-11mm: fix negative left shift count when PAGE_SHIFT > 20Jerry Zhou
2013-09-11mm: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-09-11mm: vmstats: track TLB flush stats on UP tooDave Hansen
2013-09-11mm: vmstats: tlb flush countersDave Hansen
2013-09-11mm/zswap.c: get swapper address_space by using macroSunghan Suh
2013-09-11mm: mmap_region: kill correct_wcount/inode, use allow_write_access()Oleg Nesterov
2013-09-11mm: do_mmap_pgoff: cleanup the usage of file_inode()Oleg Nesterov
2013-09-11mm: shift VM_GROWS* check from mmap_region() to do_mmap_pgoff()Oleg Nesterov
2013-09-11mm/swapfile.c: convert to pr_foo()Andrew Morton
2013-09-11swap: warn when a swap area overflows the maximum sizeRaymond Jennings
2013-09-11mm/madvise.c: fix coding-style errorsVladimir Cernov
2013-09-11mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov
2013-09-11drivers/block/swim.c: remove unnecessary platform_set_drvdata()Jingoo Han
2013-09-11cciss: set max scatter gather entries to 32 on P600Mike Miller
2013-09-11drivers/block/mg_disk.c: make mg_times_out() staticJingoo Han
2013-09-11block: support embedded device command line partitionCai Zhiyong
2013-09-11block/blk-sysfs.c: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-09-11block: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-09-11include/linux/sched.h: don't use task->pid/tgid in same_thread_group/has_grou...Oleg Nesterov
2013-09-11ocfs2: fix the end cluster offset of FIEMAPJie Liu
2013-09-11ocfs2: remove unused variable ip in dlmfs_get_root_inode()Joseph Qi
2013-09-11ocfs2: fix a tiny race case when firing callbacksJoyce
2013-09-11ocfs2: avoid possible NULL pointer dereference in o2net_accept_one()Joseph Qi
2013-09-11ocfs2: adjust code style for o2net_handler_tree_lookup()Joseph Qi
2013-09-11ocfs2: free path in ocfs2_remove_inode_range()Younger Liu
2013-09-11ocfs2: fix possible double free in ocfs2_reflink_xattr_recJoseph Qi
2013-09-11ocfs2/dlm: force clean refmap when doing local cleanupXue jiufei
2013-09-11ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_s...Younger Liu
2013-09-11ocfs2: add the missing return value check of ocfs2_xattr_get_clustersJoseph Qi
2013-09-11ocfs2: fix a memory leak in __ocfs2_move_extents()Jie Liu
2013-09-11ocfs2: add missing return value check of ocfs2_get_clusters()Joseph Qi
2013-09-11ocfs2: clean up dead code in ocfs2_acl_from_xattr()Joseph Qi
2013-09-11ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang
2013-09-11fs/ocfs2/cluster/tcp.c: fix possible null pointer dereferencesSunil Mushran
2013-09-11ocfs2: ac_bits_wanted should be local_alloc_bits when returns -ENOSPCYounger Liu
2013-09-11ocfs2: dlm_request_all_locks() should deal with the status sent from target nodeXue jiufei
2013-09-11ocfs2: use i_size_read() to access i_sizeJunxiao Bi
2013-09-11ocfs2: lighten up allocate transactionYounger Liu
2013-09-11drivers/iommu: remove unnecessary platform_set_drvdata()Jingoo Han
2013-09-11drivers/video/acornfb.c: remove dead codePaul Bolle
2013-09-11fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checksOleg Nesterov
2013-09-11pidns: kill the unnecessary CLONE_NEWPID in copy_process()Oleg Nesterov
2013-09-11pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov