summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore rangeBaoquan He2014-10-101-1/+3
* proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov2014-10-102-5/+41
* proc/maps: replace proc_maps_private->pid with "struct inode *inode"Oleg Nesterov2014-10-103-5/+5
* fs/proc/task_nommu.c: don't use priv->task->mmOleg Nesterov2014-10-101-8/+10
* fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov2014-10-101-6/+26
* fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()Oleg Nesterov2014-10-101-14/+7Star
* fs/proc/task_mmu.c: update m->version in the main loop in m_start()Oleg Nesterov2014-10-101-1/+4
* fs/proc/task_mmu.c: reintroduce m->version logicOleg Nesterov2014-10-101-0/+21
* fs/proc/task_mmu.c: introduce m_next_vma() helperOleg Nesterov2014-10-101-5/+10
* fs/proc/task_mmu.c: simplify m_start() to make it readableOleg Nesterov2014-10-101-24/+10Star
* fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logicOleg Nesterov2014-10-101-34/+1Star
* fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()Oleg Nesterov2014-10-101-6/+3Star
* fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()Oleg Nesterov2014-10-101-5/+3Star
* fs/proc/task_mmu.c: simplify the vma_stop() logicOleg Nesterov2014-10-101-16/+19
* fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov2014-10-102-9/+29
* proc: introduce proc_mem_open()Oleg Nesterov2014-10-102-15/+23
* fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()Oleg Nesterov2014-10-101-28/+16Star
* fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()Oleg Nesterov2014-10-101-5/+3Star
* ocfs2: fix deadlock due to wrong locking orderJunxiao Bi2014-10-102-31/+31
* ocfs2: fix deadlock between o2hb thread and o2net_wqJoseph Qi2014-10-103-1/+21
* ocfs2: don't fire quorum before connection establishedJunxiao Bi2014-10-101-2/+3
* fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open()Rob Jones2014-10-101-18/+5Star
* fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open()Rob Jones2014-10-101-59/+19Star
* fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open()Rob Jones2014-10-101-25/+14Star
* ocfs2: remove unused code in dlm_new_lockres()Xue jiufei2014-10-101-3/+0Star
* ocfs2/dlm: call dlm_lockres_put without resource spinlockalex chen2014-10-101-2/+5
* ocfs2: call o2quo_exit() if malloc failed in o2net_init()Joseph Qi2014-10-101-7/+11
* ocfs2: fix shift left operations overflowJoseph Qi2014-10-102-2/+2
* ocfs2/dlm: refactor error handling in dlm_alloc_ctxtJoseph Qi2014-10-101-20/+22
* fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release()Andrew Morton2014-10-101-1/+1
* ntfs: remove bogus spaceAndrea Gelmini2014-10-101-1/+1
* ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...Anton Altaparmakov2014-10-102-3/+4
* fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud2014-10-101-1/+1
* fsnotify: don't put user context if it was never assignedSasha Levin2014-10-101-2/+4
* fs/notify/group.c: make fsnotify_final_destroy_group() staticAndrew Morton2014-10-102-4/+1Star
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-2/+1Star
|\
| * timerfd: Remove an always true checkDan Carpenter2014-08-271-2/+1Star
* | Merge tag 'f2fs-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2014-10-0817-786/+1421
|\ \
| * | f2fs: support volatile operations for transient dataJaegeuk Kim2014-10-074-2/+25
| * | f2fs: support atomic writesJaegeuk Kim2014-10-078-5/+139
| * | f2fs: remove unused return valueJaegeuk Kim2014-10-061-3/+2Star
| * | f2fs: clean up f2fs_ioctl functionsJaegeuk Kim2014-10-011-63/+75
| * | f2fs: potential shift wrapping buf in f2fs_trim_fs()Dan Carpenter2014-10-011-1/+1
| * | f2fs: call f2fs_unlock_op after error was handledJaegeuk Kim2014-10-013-21/+35
| * | f2fs: check the use of macros on block counts and addressesJaegeuk Kim2014-10-016-103/+81Star
| * | f2fs: refactor flush_nat_entries to remove costly reorganizing opsJaegeuk Kim2014-10-013-159/+162
| * | f2fs: introduce FITRIM in f2fs_ioctlJaegeuk Kim2014-10-015-13/+134
| * | f2fs: introduce cp_control structureJaegeuk Kim2014-10-015-15/+37
| * | f2fs: use more free segments until SSR is activatedJaegeuk Kim2014-09-231-2/+4
| * | f2fs: change the ipu_policy option to enable combinationsJaegeuk Kim2014-09-232-24/+17Star