| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+3 |
| 2021-11-06 | mm/swapfile: fix an integer overflow in swap_show() | Rafael Aquini | 1 | -2/+2 |
| 2021-11-06 | mm/swapfile: remove needless request_queue NULL pointer check | Xu Wang | 1 | -1/+1 |
| 2021-11-01 | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2021-10-18 | mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h> | Christoph Hellwig | 1 | -1/+1 |
| 2021-09-27 | mm/util: Add folio_mapping() and folio_file_mapping() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2021-09-03 | mm, memcg: inline swap-related functions to improve disabled memcg config | Suren Baghdasaryan | 1 | -4/+1 |
| 2021-09-03 | mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related func... | Suren Baghdasaryan | 1 | -0/+3 |
| 2021-09-03 | fs, mm: fix race in unlinking swapfile | Hugh Dickins | 1 | -0/+6 |
| 2021-07-01 | mm: fix spelling mistakes | Zhen Lei | 1 | -1/+1 |
| 2021-06-29 | mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info() | Huang Ying | 1 | -9/+6 |
| 2021-06-29 | mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATION | Miaohe Lin | 1 | -52/+31 |
| 2021-06-29 | mm/swapfile: use percpu_ref to serialize against concurrent swapoff | Miaohe Lin | 1 | -30/+49 |
| 2021-06-16 | mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when compare | Peter Xu | 1 | -1/+1 |
| 2021-05-05 | mm/mempool: minor coding style tweaks | Zhiyuan Dai | 1 | -2/+2 |
| 2021-03-02 | swap: fix swapfile read/write offset | Jens Axboe | 1 | -0/+13 |
| 2021-02-24 | mm/swapfile.c: fix debugging information problem | Stephen Zhang | 1 | -4/+4 |
| 2021-02-21 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -5/+6 |
| 2021-02-10 | mm: simplify swapdev_block | Christoph Hellwig | 1 | -27/+3 |
| 2021-01-27 | mm: only make map_swap_entry available for CONFIG_HIBERNATION | Jens Axboe | 1 | -1/+5 |
| 2021-01-27 | mm: remove get_swap_bio | Christoph Hellwig | 1 | -10/+0 |
| 2021-01-21 | mm: Use static initialisers for immutable fields of 'struct vm_fault' | Will Deacon | 1 | -5/+6 |
| 2020-12-15 | mm: fix a race on nr_swap_pages | Zhaoyang Huang | 1 | -5/+6 |
| 2020-12-15 | mm/swapfile.c: use memset to fill the swap_map with SWAP_HAS_CACHE | Miaohe Lin | 1 | -5/+2 |
| 2020-12-15 | mm/swapfile.c: remove unnecessary out label in __swap_duplicate() | Miaohe Lin | 1 | -3/+2 |
| 2020-12-15 | mm/swapfile.c: use helper function swap_count() in add_swap_count_continuation() | Miaohe Lin | 1 | -1/+1 |
| 2020-12-06 | mm/swapfile: do not sleep with a spin lock held | Qian Cai | 1 | -1/+3 |
| 2020-10-13 | mm/swapfile.c: fix potential memory leak in sys_swapon | Miaohe Lin | 1 | -1/+3 |
| 2020-10-13 | mm/swapfile.c: remove unnecessary goto out in _swap_info_get() | Miaohe Lin | 1 | -1/+0 |
| 2020-10-13 | mm: remove activate_page() from unuse_pte() | Yu Zhao | 1 | -5/+0 |
| 2020-10-13 | swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity | Gao Xiang | 1 | -1/+1 |
| 2020-10-13 | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -23/+26 |
| 2020-10-12 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+2 |
| 2020-09-26 | mm, THP, swap: fix allocating cluster for swapfile by mistake | Gao Xiang | 1 | -1/+1 |
| 2020-09-24 | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag | Christoph Hellwig | 1 | -1/+1 |
| 2020-09-24 | bdi: remove BDI_CAP_SYNCHRONOUS_IO | Christoph Hellwig | 1 | -1/+1 |
| 2020-09-23 | mm: split swap_type_of | Christoph Hellwig | 1 | -18/+21 |
| 2020-09-23 | mm: cleanup claim_swapfile | Christoph Hellwig | 1 | -3/+3 |
| 2020-09-04 | mm: Add arch hooks for saving/restoring tags | Steven Price | 1 | -0/+2 |
| 2020-08-14 | mm/swapfile: fix and annotate various data races | Qian Cai | 1 | -13/+18 |
| 2020-08-14 | mm: replace hpage_nr_pages with thp_nr_pages | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2020-08-12 | mm/swapcache: support to handle the shadow entries | Joonsoo Kim | 1 | -0/+2 |
| 2020-08-12 | mm/vmscan: protect the workingset on anonymous LRU | Joonsoo Kim | 1 | -1/+1 |
| 2020-07-01 | block: remove the bd_queue field from struct block_device | Christoph Hellwig | 1 | -1/+1 |
| 2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -2/+2 |
| 2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 1 | -1/+0 |
| 2020-06-03 | mm: memcontrol: charge swapin pages on instantiation | Johannes Weiner | 1 | -6/+0 |
| 2020-06-03 | mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API | Johannes Weiner | 1 | -5/+1 |
| 2020-06-03 | mm: memcontrol: switch to native NR_ANON_MAPPED counter | Johannes Weiner | 1 | -2/+2 |
| 2020-06-03 | mm: memcontrol: move out cgroup swaprate throttling | Johannes Weiner | 1 | -7/+7 |
| 2020-06-03 | mm: memcontrol: drop @compound parameter from memcg charging API | Johannes Weiner | 1 | -5/+4 |
| 2020-06-02 | mm: swapfile: fix /proc/swaps heading and Size/Used/Priority alignment | Randy Dunlap | 1 | -4/+8 |
| 2020-06-02 | swap: reduce lock contention on swap cache from swap slots allocation | Huang Ying | 1 | -5/+56 |
| 2020-06-02 | mm/swapfile.c: use prandom_u32_max() | Huang Ying | 1 | -1/+1 |
| 2020-06-02 | mm/swapfile.c: __swap_entry_free() always free 1 entry | Wei Yang | 1 | -4/+5 |
| 2020-06-02 | swap: try to scan more free slots even when fragmented | Huang Ying | 1 | -0/+22 |
| 2020-06-02 | mm/swapfile.c: omit a duplicate code by compare tmp and max first | Wei Yang | 1 | -10/+8 |
| 2020-06-02 | mm/swapfile.c: tmp is always smaller than max | Wei Yang | 1 | -1/+1 |
| 2020-06-02 | mm/swapfile.c: found_free could be represented by (tmp < max) | Wei Yang | 1 | -8/+3 |
| 2020-06-02 | mm/swapfile.c: remove the extra check in scan_swap_map_slots() | Wei Yang | 1 | -3/+0 |
| 2020-06-02 | mm/swapfile.c: simplify the calculation of n_goal | Wei Yang | 1 | -5/+1 |
| 2020-06-02 | mm/swapfile.c: remove the unnecessary goto for SSD case | Wei Yang | 1 | -5/+1 |
| 2020-06-02 | mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusive | Wei Yang | 1 | -7/+3 |
| 2020-06-02 | mm/swapfile.c: offset is only used when there is more slots | Wei Yang | 1 | -3/+1 |
| 2020-06-02 | mm: swap: properly update readahead statistics in unuse_pte_range() | Andrea Righi | 1 | -4/+8 |
| 2020-06-02 | mm/swapfile: use list_{prev,next}_entry() instead of open-coding | chenqiwu | 1 | -10/+6 |
| 2020-04-07 | proc: faster open/read/close with "permanent" files | Alexey Dobriyan | 1 | -0/+1 |
| 2020-04-02 | mm/swapfile: fix data races in try_to_unuse() | Qian Cai | 1 | -4/+4 |
| 2020-04-02 | mm/swapfile.c: fix comments for swapcache_prepare | Chen Wandun | 1 | -1/+1 |
| 2020-03-29 | mm/swapfile.c: move inode_lock out of claim_swapfile | Naohiro Aota | 1 | -21/+20 |
| 2020-02-21 | mm/swapfile.c: fix a comment in sys_swapon() | Christoph Hellwig | 1 | -1/+1 |
| 2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 1 | -7/+7 |
| 2020-01-31 | mm/swapfile.c: swap_next should increase position index | Vasily Averin | 1 | -1/+1 |
| 2019-12-01 | mm, swap: disallow swapon() on zoned block devices | Naohiro Aota | 1 | -0/+7 |
| 2019-08-20 | vfs: don't allow writes to swap files | Darrick J. Wong | 1 | -1/+11 |
| 2019-08-20 | mm: set S_SWAPFILE on blockdev swap devices | Darrick J. Wong | 1 | -16/+15 |
| 2019-07-12 | mm, swap: use rbtree for swap_extent | Aaron Lu | 1 | -62/+75 |
| 2019-07-12 | mm, swap: fix race between swapoff and some swap operations | Huang Ying | 1 | -32/+122 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-19 | mm: swapoff: shmem_unuse() stop eviction without igrab() | Hugh Dickins | 1 | -6/+5 |
| 2019-04-19 | mm: swapoff: take notice of completion sooner | Hugh Dickins | 1 | -8/+11 |
| 2019-04-19 | mm: swapoff: remove too limiting SWAP_UNUSE_MAX_TRIES | Hugh Dickins | 1 | -8/+8 |
| 2019-03-05 | mm/swapfile.c: use struct_size() in kvzalloc() | Gustavo A. R. Silva | 1 | -2/+1 |
| 2019-03-05 | numa: make "nr_node_ids" unsigned int | Alexey Dobriyan | 1 | -1/+1 |
| 2019-03-05 | mm, swap: bounds check swap_info array accesses to avoid NULL derefs | Daniel Jordan | 1 | -22/+29 |
| 2019-03-05 | mm: rid swapoff of quadratic complexity | Vineeth Remanan Pillai | 1 | -270/+163 |
| 2018-12-28 | mm, swap: fix swapoff with KSM pages | Huang Ying | 1 | -1/+2 |
| 2018-12-28 | mm/swap: use nr_node_ids for avail_lists in swap_info_struct | Aaron Lu | 1 | -1/+2 |
| 2018-11-18 | mm/swapfile.c: use kvzalloc for swap_info_struct allocation | Vasily Averin | 1 | -3/+3 |
| 2018-10-26 | mm: export add_swap_extent() | Omar Sandoval | 1 | -0/+1 |
| 2018-10-26 | mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS | Omar Sandoval | 1 | -5/+8 |
| 2018-10-26 | mm/swapfile.c: clear si->swap_map[] in swap_free_cluster() | Huang Ying | 1 | -3/+1 |
| 2018-10-26 | mm/swapfile.c: call free_swap_slot() in __swap_entry_free() | Huang Ying | 1 | -6/+4 |
| 2018-10-26 | mm/swapfile.c: use __try_to_reclaim_swap() in free_swap_and_cache() | Huang Ying | 1 | -32/+25 |
| 2018-08-22 | mm/swapfile.c: put_swap_page: share more between huge/normal code path | Huang Ying | 1 | -10/+10 |
| 2018-08-22 | mm/swapfile.c: add __swap_entry_free_locked() | Huang Ying | 1 | -6/+14 |
| 2018-08-22 | mm, swap, get_swap_pages: use entry_size instead of cluster in parameter | Huang Ying | 1 | -8/+8 |
| 2018-08-22 | mm/swapfile.c: unify normal/huge code path in put_swap_page() | Huang Ying | 1 | -46/+37 |
| 2018-08-22 | mm/swapfile.c: unify normal/huge code path in swap_page_trans_huge_swapped() | Huang Ying | 1 | -4/+3 |
| 2018-08-22 | mm/swapfile.c: use swap_count() in swap_page_trans_huge_swapped() | Huang Ying | 1 | -2/+2 |
| 2018-08-22 | mm/swapfile.c: replace some #ifdef with IS_ENABLED() | Huang Ying | 1 | -40/+20 |
| 2018-08-22 | mm: swap: add comments to lock_cluster_or_swap_info() | Huang Ying | 1 | -2/+7 |
| 2018-08-14 | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+31 |
| 2018-07-09 | memcontrol: schedule throttling if we are congested | Tejun Heo | 1 | -0/+31 |
| 2018-06-20 | x86/speculation/l1tf: Limit swap file size to MAX_PA/2 | Andi Kleen | 1 | -16/+30 |
| 2018-06-15 | mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONT | Daniel Jordan | 1 | -1/+1 |
| 2018-06-12 | treewide: kvzalloc() -> kvcalloc() | Kees Cook | 1 | -2/+3 |
| 2018-05-25 | mm: fix nr_rotate_swap leak in swapon() error case | Omar Sandoval | 1 | -1/+6 |
| 2018-04-11 | mm/swapfile.c: make pointer swap_avail_heads static | Colin Ian King | 1 | -1/+1 |
| 2018-04-11 | swap: divide-by-zero when zero length swap file on ssd | Tom Abraham | 1 | -0/+4 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -2/+2 |
| 2017-11-27 | ipc, kernel, mm: annotate ->poll() instances | Al Viro | 1 | -1/+1 |
| 2017-11-15 | mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no othe... | Minchan Kim | 1 | -0/+7 |
| 2017-11-15 | mm, swap: skip swapcache for swapin of synchronous device | Minchan Kim | 1 | -4/+7 |
| 2017-11-15 | mm, swap: introduce SWP_SYNCHRONOUS_IO | Minchan Kim | 1 | -0/+3 |
| 2017-11-03 | mm, swap: fix race between swap count continuation operations | Huang Ying | 1 | -6/+17 |
| 2017-09-08 | mm/swapfile.c: fix swapon frontswap_map memory leak on error | David Rientjes | 1 | -0/+1 |
| 2017-09-08 | mm: kvfree the swap cluster info if the swap file is unsatisfactory | Darrick J. Wong | 1 | -1/+1 |
| 2017-09-06 | swap: choose swap device according to numa node | Aaron Lu | 1 | -26/+94 |
| 2017-09-06 | mm, swap: don't use VMA based swap readahead if HDD is used as swap | Huang Ying | 1 | -1/+7 |
| 2017-09-06 | mm, THP, swap: support splitting THP for THP swap out | Huang Ying | 1 | -0/+15 |
| 2017-09-06 | mm, THP, swap: don't allocate huge cluster for file backed swap device | Huang Ying | 1 | -3/+4 |
| 2017-09-06 | mm, THP, swap: make reuse_swap_page() works for THP swapped out | Huang Ying | 1 | -9/+93 |
| 2017-09-06 | mm, THP, swap: support to reclaim swap space for THP swapped out | Huang Ying | 1 | -7/+71 |
| 2017-09-06 | mm, THP, swap: support to clear swap cache flag for THP swapped out | Huang Ying | 1 | -7/+25 |
| 2017-07-10 | swap: add block io poll in swapin path | Shaohua Li | 1 | -1/+1 |
| 2017-07-06 | mm/swapfile.c: sort swap entries before free | Huang Ying | 1 | -0/+16 |
| 2017-07-06 | mm, THP, swap: unify swap slot free functions to put_swap_page | Minchan Kim | 1 | -2/+14 |
| 2017-07-06 | mm, THP, swap: delay splitting THP during swap out | Huang Ying | 1 | -69/+190 |
| 2017-05-08 | mm, swap: use kvzalloc to allocate some swap data structures | Huang Ying | 1 | -4/+6 |
| 2017-05-03 | mm/swapfile.c: fix swap space leak in error path of swap_free_entries() | Huang Ying | 1 | -2/+0 |
| 2017-05-03 | mm, swap: avoid lock swap_avail_lock when held cluster lock | Huang Ying | 1 | -3/+3 |
| 2017-05-03 | mm, swap: improve readability via make spin_lock/unlock balanced | Huang Ying | 1 | -1/+1 |
| 2017-05-03 | mm, swap: Fix a race in free_swap_and_cache() | Huang Ying | 1 | -9/+16 |
| 2017-03-09 | mm: convert generic code to 5-level paging | Kirill A. Shutemov | 1 | -3/+23 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-02-27 | mm: use mmget_not_zero() helper | Vegard Nossum | 1 | -1/+1 |
| 2017-02-27 | mm: add new mmget() helper | Vegard Nossum | 1 | -5/+5 |
| 2017-02-22 | mm/swap: enable swap slots cache usage | Tim Chen | 1 | -0/+7 |
| 2017-02-22 | mm/swap: add cache for swap slots allocation | Tim Chen | 1 | -11/+15 |
| 2017-02-22 | mm/swap: free swap slots in batch | Tim Chen | 1 | -61/+94 |
| 2017-02-22 | mm/swap: allocate swap slots in batches | Tim Chen | 1 | -25/+111 |
| 2017-02-22 | mm/swap: skip readahead for unreferenced swap slots | Tim Chen | 1 | -6/+41 |
| 2017-02-22 | mm/swap: split swap cache into 64MB trunks | Huang, Ying | 1 | -2/+14 |
| 2017-02-22 | mm/swap: add cluster lock | Huang, Ying | 1 | -42/+173 |
| 2017-02-22 | mm/swap: fix kernel message in swap_info_get() | Huang, Ying | 1 | -4/+4 |
| 2017-01-10 | mm: support anonymous stable page | Minchan Kim | 1 | -1/+19 |
| 2016-12-12 | mm: add three more cond_resched() in swapoff | Hugh Dickins | 1 | -7/+6 |
| 2016-11-11 | swapfile: fix memory corruption via malformed swapfile | Jann Horn | 1 | -0/+2 |
| 2016-10-07 | mm, swap: use offset of swap entry as key of swap cache | Huang Ying | 1 | -2/+2 |
| 2016-10-07 | mm, swap: add swap_cluster_list | Huang Ying | 1 | -70/+63 |
| 2016-09-19 | mm: fix the page_swap_info() BUG_ON check | Santosh Shilimkar | 1 | -1/+0 |
| 2016-07-26 | mm, frontswap: convert frontswap_enabled to static key | Vlastimil Babka | 1 | -1/+1 |
| 2016-05-12 | mm: thp: calculate the mapcount correctly for THP pages during WP faults | Andrea Arcangeli | 1 | -6/+7 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -6/+6 |
| 2016-03-21 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+6 |
| 2016-03-17 | mm: coalesce split strings | Joe Perches | 1 | -2/+1 |
| 2016-02-09 | Merge tag 'drm-intel-next-2016-01-24' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 1 | -0/+6 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -6/+6 |
| 2016-01-20 | mm: free swap cache aggressively if memcg swap is full | Vladimir Davydov | 1 | -1/+1 |
| 2016-01-20 | mm: memcontrol: charge swap to cgroup2 | Vladimir Davydov | 1 | -3/+1 |
| 2016-01-15 | mm: make swapoff more robust against soft dirty | Hugh Dickins | 1 | -14/+4 |
| 2016-01-15 | mm, thp: adjust conditions when we can reuse the page on WP fault | Kirill A. Shutemov | 1 | -0/+3 |
| 2016-01-15 | memcg: adjust to support new THP refcounting | Kirill A. Shutemov | 1 | -4/+5 |
| 2016-01-15 | rmap: add argument to charge compound page | Kirill A. Shutemov | 1 | -2/+2 |
| 2016-01-14 | mm/swapfile.c: use list_for_each_entry_safe in free_swap_count_continuations | Geliang Tang | 1 | -5/+4 |
| 2016-01-14 | mm/swapfile.c: use list_{next,first}_entry | Geliang Tang | 1 | -10/+4 |
| 2016-01-05 | mm: Export nr_swap_pages | Chris Wilson | 1 | -0/+6 |
| 2015-09-08 | mm: /proc/pid/smaps:: show proportional swap share of the mapping | Minchan Kim | 1 | -0/+42 |
| 2015-08-21 | mm: fix potential data race in SyS_swapon | Hugh Dickins | 1 | -18/+7 |
| 2015-06-23 | vfs: add seq_file_path() helper | Miklos Szeredi | 1 | -1/+1 |
| 2015-04-15 | mm: remove rest of ACCESS_ONCE() usages | Jason Low | 1 | -1/+1 |
| 2014-12-10 | mm: page_cgroup: rename file to mm/swap_cgroup.c | Johannes Weiner | 1 | -1/+1 |
| 2014-08-08 | mm: memcontrol: rewrite uncharge API | Johannes Weiner | 1 | -5/+2 |
| 2014-08-08 | mm: memcontrol: rewrite charge API | Johannes Weiner | 1 | -6/+8 |
| 2014-06-04 | mm/swapfile.c: delete the "last_in_cluster < scan_base" loop in the body of s... | Chen Yucong | 1 | -26/+3 |
| 2014-06-04 | swap: change swap_list_head to plist, add swap_avail_head | Dan Streetman | 1 | -54/+91 |
| 2014-06-04 | swap: change swap_info singly-linked list to list_head | Dan Streetman | 1 | -99/+72 |
| 2014-02-06 | mm/swap: fix race on swap_info reuse between swapoff and swapon | Weijie Yang | 1 | -1/+10 |
| 2014-01-23 | mm/swapfile.c: do not skip lowest_bit in scan_swap_map() scan loop | Jamie Liu | 1 | -1/+2 |
| 2014-01-23 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin | 1 | -4/+4 |
| 2013-11-13 | frontswap: enable call to invalidate area on swapoff | Krzysztof Kozlowski | 1 | -1/+1 |
| 2013-11-13 | mm/swapfile.c: fix comment typos | Seth Jennings | 1 | -7/+7 |
| 2013-10-16 | swap: fix set_blocksize race during swapon/swapoff | Krzysztof Kozlowski | 1 | -1/+3 |
| 2013-09-11 | swap: make cluster allocation per-cpu | Shaohua Li | 1 | -34/+91 |
| 2013-09-11 | swap: fix races exposed by swap discard | Shaohua Li | 1 | -4/+27 |
| 2013-09-11 | swap: make swap discard async | Shaohua Li | 1 | -78/+114 |
| 2013-09-11 | swap: change block allocation algorithm for SSD | Shaohua Li | 1 | -38/+250 |
| 2013-09-11 | mm/swapfile.c: convert to pr_foo() | Andrew Morton | 1 | -17/+13 |
| 2013-09-11 | swap: warn when a swap area overflows the maximum size | Raymond Jennings | 1 | -2/+10 |
| 2013-08-13 | mm: save soft-dirty bits on swapped pages | Cyrill Gorcunov | 1 | -2/+17 |
| 2013-07-03 | swap: discard while swapping only if SWAP_FLAG_DISCARD_PAGES | Rafael Aquini | 1 | -5/+50 |
| 2013-06-12 | frontswap: fix incorrect zeroing and allocation size for frontswap_map | Akinobu Mita | 1 | -1/+1 |
| 2013-04-30 | frontswap: get rid of swap_lock dependency | Minchan Kim | 1 | -8/+9 |
| 2013-04-29 | mm/: rename random32() to prandom_u32() | Akinobu Mita | 1 | -1/+1 |
| 2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2013-02-23 | mm,ksm: swapoff might need to copy | Hugh Dickins | 1 | -1/+14 |
| 2013-02-23 | swap: add per-partition lock for swapfile | Shaohua Li | 1 | -46/+108 |
| 2013-02-23 | swap: make each swap partition have one address_space | Shaohua Li | 1 | -2/+3 |