Age | Commit message (Expand) | Author |
2013-09-10 | shrinker: convert remaining shrinkers to count/scan API | Dave Chinner |
2013-09-10 | staging/lustre/libcfs: cleanup linux-mem.h | Peng Tao |
2013-09-10 | staging/lustre/ptlrpc: convert to new shrinker API | Peng Tao |
2013-09-10 | staging/lustre/obdclass: convert lu_object shrinker to count/scan API | Peng Tao |
2013-09-10 | staging/lustre/ldlm: convert to shrinkers to count/scan API | Peng Tao |
2013-09-10 | hugepage: convert huge zero page shrinker to new shrinker API | Glauber Costa |
2013-09-10 | i915: bail out earlier when shrinker cannot acquire mutex | Glauber Costa |
2013-09-10 | drivers: convert shrinkers to new count/scan API | Dave Chinner |
2013-09-10 | fs: convert fs shrinkers to new scan/count API | Dave Chinner |
2013-09-10 | xfs: fix dquot isolation hang | Dave Chinner |
2013-09-10 | xfs-convert-dquot-cache-lru-to-list_lru-fix | Andrew Morton |
2013-09-10 | xfs: convert dquot cache lru to list_lru | Dave Chinner |
2013-09-10 | xfs: rework buffer dispose list tracking | Dave Chinner |
2013-09-10 | xfs-convert-buftarg-lru-to-generic-code-fix | Andrew Morton |
2013-09-10 | xfs: convert buftarg LRU to generic code | Dave Chinner |
2013-09-10 | fs: convert inode and dentry shrinking to be node aware | Dave Chinner |
2013-09-10 | vmscan: per-node deferred work | Glauber Costa |
2013-09-10 | shrinker: add node awareness | Dave Chinner |
2013-09-10 | list_lru: remove special case function list_lru_dispose_all. | Glauber Costa |
2013-09-10 | list_lru: per-node API | Glauber Costa |
2013-09-10 | list_lru: fix broken LRU_RETRY behaviour | Dave Chinner |
2013-09-10 | list_lru: per-node list infrastructure | Dave Chinner |
2013-09-10 | dcache: convert to use new lru list infrastructure | Dave Chinner |
2013-09-10 | inode: move inode to a different list inside lock | Glauber Costa |
2013-09-10 | inode: convert inode lru list to generic lru list code. | Dave Chinner |
2013-09-10 | list: add a new LRU list type | Dave Chinner |
2013-09-10 | shrinker: convert superblock shrinkers to new API | Dave Chinner |
2013-09-10 | mm: new shrinker API | Dave Chinner |
2013-09-10 | dcache: remove dentries from LRU before putting on dispose list | Dave Chinner |
2013-09-10 | dentry: move to per-sb LRU locks | Dave Chinner |
2013-09-10 | dcache: convert dentry_stat.nr_unused to per-cpu counters | Dave Chinner |
2013-09-10 | super: fix calculation of shrinkable objects for small numbers | Glauber Costa |
2013-09-10 | fs: bump inode and dentry counters to long | Glauber Costa |
2013-09-10 | Add missing unlocks to error paths of mountpoint_last. | Dave Jones |
2013-09-10 | ... and fold the renamed __vfs_follow_link() into its only caller | Al Viro |
2013-09-10 | fs: remove vfs_follow_link | Christoph Hellwig |
2013-09-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-09-10 | vfs: make sure we don't have a stale root path if unlazy_walk() fails | Linus Torvalds |
2013-09-09 | Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds |
2013-09-09 | dmaengine: dma_sync_wait and dma_find_channel undefined | Jon Mason |
2013-09-09 | Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2013-09-09 | Merge tag 'renesas-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2013-09-09 | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2013-09-09 | Merge tag 'clk-for-linus-3.12' of git://git.linaro.org/people/mturquette/linux | Linus Torvalds |
2013-09-09 | Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2013-09-09 | clk: only call get_parent if there is one | Alex Elder |
2013-09-09 | split read_seqretry_or_unlock(), convert d_walk() to resulting primitives | Al Viro |
2013-09-09 | Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfs | Linus Torvalds |
2013-09-09 | direct-io: Use return from cmpxchg to decide of assignment happened | Olof Johansson |
2013-09-09 | dcache: Translating dentry into pathname without taking rename_lock | Waiman Long |