aboutsummaryrefslogtreecommitdiffstats
path: root/mm/migrate.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-24mm: Place preemption point in do_mlockall() loopPaul E. McKenney1-0/+1
2013-09-24MAINTAINERS: update mach-bcm related email addressChristian Daudt1-1/+2
2013-09-24checkpatch: make extern in .h prototypes quieterJoe Perches1-2/+2
2013-09-24cciss: fix info leak in cciss_ioctl32_passthru()Dan Carpenter1-0/+1
2013-09-24cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter1-0/+1
2013-09-24kernel/reboot.c: re-enable the function of variable reboot_defaultChuansheng Liu1-1/+8
2013-09-24audit: fix endless wait in audit_log_start()Konstantin Khlebnikov1-2/+3
2013-09-24revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"Andrew Morton3-60/+175
2013-09-24revert "memcg: get rid of soft-limit tree infrastructure"Andrew Morton1-2/+263
2013-09-24revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"Andrew Morton3-15/+9
2013-09-24revert "memcg: enhance memcg iterator to support predicates"Andrew Morton3-103/+32
2013-09-24revert "memcg: track children in soft limit excess to improve soft limit"Andrew Morton1-71/+0
2013-09-24revert "memcg, vmscan: do not attempt soft limit reclaim if it would not scan anything"Andrew Morton2-8/+2
2013-09-24revert "memcg: track all children over limit in the root"Andrew Morton1-9/+0
2013-09-24revert "memcg, vmscan: do not fall into reclaim-all pass too quickly"Andrew Morton1-17/+2
2013-09-24fs/ocfs2/super.c: use a bigger nodestr in ocfs2_dismount_volumeGoldwyn Rodrigues1-1/+1
2013-09-24watchdog: update watchdog_thresh properlyMichal Hocko2-3/+56
2013-09-24watchdog: update watchdog attributes atomicallyMichal Hocko1-2/+5
2013-09-24bcache: Fix flushes in writeback modeKent Overstreet1-6/+9
2013-09-24bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet1-11/+28
2013-09-24bcache: Fix a shrinker deadlockKent Overstreet1-1/+1
2013-09-24bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet1-2/+1
2013-09-24bcache: Fix a flush/fua performance bugKent Overstreet1-0/+1
2013-09-24bcache: Fix a writeback performance regressionKent Overstreet4-30/+43
2013-09-24bcache: Correct printf()-style format length modifierGeert Uytterhoeven1-1/+1
2013-09-24bcache: Fix for when no journal entries are foundKent Overstreet1-12/+18
2013-09-24bcache: Strip endline when writing the label through sysfsGabriel de Perthuis1-2/+7
2013-09-24bcache: Fix a dumb journal discard bugKent Overstreet1-1/+1
2013-09-24block: Fix bio_copy_data()Kent Overstreet1-2/+2
2013-09-24drm/i2c: tda998x: fix audio mutingRussell King1-2/+1
2013-09-24ipc: fix race with LSMsDavidlohr Bueso5-48/+64
2013-09-23Linux 3.12-rc2Linus Torvalds1-1/+1
2013-09-22cfq: explicitly use 64bit divide operation for 64bit argumentsAnatol Pomozov1-1/+1
2013-09-21block: Add nr_bios to block_rq_remap tracepointJun'ichi Nomura2-2/+15
2013-09-21Btrfs: create the uuid tree on remount rwJosef Bacik1-0/+10
2013-09-21btrfs: change extent-same to copy entire argument structMark Fasheh1-31/+45
2013-09-21Btrfs: dir_inode_operations should use btrfs_update_time alsoGuangyu Sun1-0/+2
2013-09-21btrfs: Add btrfs: prefix to kernel log outputFrank Holton1-2/+2
2013-09-21btrfs: refuse to remount read-write after abortDavid Sterba1-0/+6
2013-09-21Btrfs: btrfs_ioctl_default_subvol: Revert back to toplevel subvolume when arg is 0chandan1-1/+1
2013-09-21Btrfs: don't leak transaction in btrfs_sync_file()Filipe David Borba Manana1-2/+2
2013-09-21Btrfs: add the missing mutex unlock in write_all_supers()Stefan Behrens1-0/+1
2013-09-21Btrfs: iput inode on allocation failureJosef Bacik1-0/+4
2013-09-21Btrfs: remove space_info->reservation_progressJosef Bacik2-12/+0
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik8-33/+14
2013-09-21Btrfs: fix worst case calculator for space usageJosef Bacik1-1/+1
2013-09-21Revert "Btrfs: rework the overcommit logic to be based on the total size"Josef Bacik1-12/+3
2013-09-21Btrfs: improve replacing nocow extentsJosef Bacik1-14/+98
2013-09-21Btrfs: drop dir i_size when adding new names on replayJosef Bacik1-0/+27
2013-09-21Btrfs: replay dir_index items before other itemsJosef Bacik1-3/+12