Age | Commit message (Expand) | Author | Files | Lines |
2014-10-09 | mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race | Oleg Nesterov | 1 | -24/+9 |
2014-10-09 | block_dev: implement readpages() to optimize sequential read | Akinobu Mita | 1 | -0/+7 |
2014-10-09 | vfs: guard end of device for mpage interface | Akinobu Mita | 3 | -1/+8 |
2014-10-09 | vfs: make guard_bh_eod() more generic | Akinobu Mita | 1 | -14/+12 |
2014-10-09 | fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore range | Baoquan He | 1 | -1/+3 |
2014-10-09 | proc/maps: make vm_is_stack() logic namespace-friendly | Oleg Nesterov | 2 | -5/+41 |
2014-10-09 | proc/maps: replace proc_maps_private->pid with "struct inode *inode" | Oleg Nesterov | 3 | -5/+5 |
2014-10-09 | fs/proc/task_nommu.c: don't use priv->task->mm | Oleg Nesterov | 1 | -8/+10 |
2014-10-09 | fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open() | Oleg Nesterov | 1 | -6/+26 |
2014-10-09 | fs/proc/task_nommu.c: change maps_open() to use __seq_open_private() | Oleg Nesterov | 1 | -14/+7 |
2014-10-09 | fs/proc/task_mmu.c: update m->version in the main loop in m_start() | Oleg Nesterov | 1 | -1/+4 |
2014-10-09 | fs/proc/task_mmu.c: reintroduce m->version logic | Oleg Nesterov | 1 | -0/+21 |
2014-10-09 | fs/proc/task_mmu.c: introduce m_next_vma() helper | Oleg Nesterov | 1 | -5/+10 |
2014-10-09 | fs/proc/task_mmu.c: simplify m_start() to make it readable | Oleg Nesterov | 1 | -24/+10 |
2014-10-09 | fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logic | Oleg Nesterov | 1 | -34/+1 |
2014-10-09 | fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop() | Oleg Nesterov | 1 | -6/+3 |
2014-10-09 | fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next() | Oleg Nesterov | 1 | -5/+3 |
2014-10-09 | fs/proc/task_mmu.c: simplify the vma_stop() logic | Oleg Nesterov | 1 | -16/+19 |
2014-10-09 | fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open() | Oleg Nesterov | 2 | -9/+29 |
2014-10-09 | proc: introduce proc_mem_open() | Oleg Nesterov | 2 | -15/+23 |
2014-10-09 | fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open() | Oleg Nesterov | 1 | -28/+16 |
2014-10-09 | fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map() | Oleg Nesterov | 1 | -5/+3 |
2014-10-09 | ocfs2: fix deadlock due to wrong locking order | Junxiao Bi | 2 | -31/+31 |
2014-10-09 | ocfs2: fix deadlock between o2hb thread and o2net_wq | Joseph Qi | 3 | -1/+21 |
2014-10-09 | ocfs2: don't fire quorum before connection established | Junxiao Bi | 1 | -2/+3 |
2014-10-09 | fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open() | Rob Jones | 1 | -18/+5 |
2014-10-09 | fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open() | Rob Jones | 1 | -59/+19 |
2014-10-09 | fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open() | Rob Jones | 1 | -25/+14 |
2014-10-09 | ocfs2: remove unused code in dlm_new_lockres() | Xue jiufei | 1 | -3/+0 |
2014-10-09 | ocfs2/dlm: call dlm_lockres_put without resource spinlock | alex chen | 1 | -2/+5 |
2014-10-09 | ocfs2: call o2quo_exit() if malloc failed in o2net_init() | Joseph Qi | 1 | -7/+11 |
2014-10-09 | ocfs2: fix shift left operations overflow | Joseph Qi | 2 | -2/+2 |
2014-10-09 | ocfs2/dlm: refactor error handling in dlm_alloc_ctxt | Joseph Qi | 1 | -20/+22 |
2014-10-09 | fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release() | Andrew Morton | 1 | -1/+1 |
2014-10-09 | ntfs: remove bogus space | Andrea Gelmini | 1 | -1/+1 |
2014-10-09 | ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark... | Anton Altaparmakov | 2 | -3/+4 |
2014-10-09 | fanotify: enable close-on-exec on events' fd when requested in fanotify_init() | Yann Droneaud | 1 | -1/+1 |
2014-10-09 | fsnotify: don't put user context if it was never assigned | Sasha Levin | 1 | -2/+4 |
2014-10-09 | fs/notify/group.c: make fsnotify_final_destroy_group() static | Andrew Morton | 2 | -4/+1 |
2014-10-09 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+1 |
2014-10-08 | Merge tag 'f2fs-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 17 | -786/+1421 |
2014-10-08 | Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 26 | -331/+866 |
2014-10-08 | Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 38 | -3190/+2373 |
2014-10-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+3 |
2014-10-07 | f2fs: support volatile operations for transient data | Jaegeuk Kim | 4 | -2/+25 |
2014-10-06 | f2fs: support atomic writes | Jaegeuk Kim | 8 | -5/+139 |
2014-10-05 | f2fs: remove unused return value | Jaegeuk Kim | 1 | -3/+2 |
2014-10-03 | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 3 | -8/+4 |
2014-10-02 | ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handler | alex chen | 1 | -0/+4 |
2014-10-02 | CIFS: Fix readpages retrying on reconnects | Pavel Shilovsky | 1 | -7/+1 |