summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | cpuset: simplify proc_cpuset_show()Zefan Li2014-09-18
| * | | | | | | | | | | | | | | | | | | | | | cgroup: simplify proc_cgroup_show()Zefan Li2014-09-18
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | fs/buffer.c: increase the buffer-head per-CPU LRU sizeSebastien Buisson2014-10-09
* | | | | | | | | | | | | | | | | | | | | | mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | mm: softdirty: unmapped addresses between VMAs are cleanPeter Feiner2014-10-09
* | | | | | | | | | | | | | | | | | | | | | ocfs2: fix a deadlock while o2net_wq doing direct memory reclaimXue jiufei2014-10-09
* | | | | | | | | | | | | | | | | | | | | | mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() raceOleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | block_dev: implement readpages() to optimize sequential readAkinobu Mita2014-10-09
* | | | | | | | | | | | | | | | | | | | | | vfs: guard end of device for mpage interfaceAkinobu Mita2014-10-09
* | | | | | | | | | | | | | | | | | | | | | vfs: make guard_bh_eod() more genericAkinobu Mita2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore rangeBaoquan He2014-10-09
* | | | | | | | | | | | | | | | | | | | | | proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | proc/maps: replace proc_maps_private->pid with "struct inode *inode"Oleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/proc/task_nommu.c: don't use priv->task->mmOleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()Oleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/proc/task_mmu.c: update m->version in the main loop in m_start()Oleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/proc/task_mmu.c: reintroduce m->version logicOleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/proc/task_mmu.c: introduce m_next_vma() helperOleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/proc/task_mmu.c: simplify m_start() to make it readableOleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logicOleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()Oleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()Oleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/proc/task_mmu.c: simplify the vma_stop() logicOleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | proc: introduce proc_mem_open()Oleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()Oleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()Oleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | ocfs2: fix deadlock due to wrong locking orderJunxiao Bi2014-10-09
* | | | | | | | | | | | | | | | | | | | | | ocfs2: fix deadlock between o2hb thread and o2net_wqJoseph Qi2014-10-09
* | | | | | | | | | | | | | | | | | | | | | ocfs2: don't fire quorum before connection establishedJunxiao Bi2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open()Rob Jones2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open()Rob Jones2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open()Rob Jones2014-10-09
* | | | | | | | | | | | | | | | | | | | | | ocfs2: remove unused code in dlm_new_lockres()Xue jiufei2014-10-09
* | | | | | | | | | | | | | | | | | | | | | ocfs2/dlm: call dlm_lockres_put without resource spinlockalex chen2014-10-09
* | | | | | | | | | | | | | | | | | | | | | ocfs2: call o2quo_exit() if malloc failed in o2net_init()Joseph Qi2014-10-09
* | | | | | | | | | | | | | | | | | | | | | ocfs2: fix shift left operations overflowJoseph Qi2014-10-09
* | | | | | | | | | | | | | | | | | | | | | ocfs2/dlm: refactor error handling in dlm_alloc_ctxtJoseph Qi2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release()Andrew Morton2014-10-09
* | | | | | | | | | | | | | | | | | | | | | ntfs: remove bogus spaceAndrea Gelmini2014-10-09
* | | | | | | | | | | | | | | | | | | | | | ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...Anton Altaparmakov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fsnotify: don't put user context if it was never assignedSasha Levin2014-10-09
* | | | | | | | | | | | | | | | | | | | | | fs/notify/group.c: make fsnotify_final_destroy_group() staticAndrew Morton2014-10-09
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | timerfd: Remove an always true checkDan Carpenter2014-08-27
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge tag 'f2fs-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2014-10-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | f2fs: support volatile operations for transient dataJaegeuk Kim2014-10-07
| * | | | | | | | | | | | | | | | | | | | | | f2fs: support atomic writesJaegeuk Kim2014-10-06