summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+10
* fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logicOleg Nesterov2014-10-101-34/+1
* fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()Oleg Nesterov2014-10-101-6/+3
* fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()Oleg Nesterov2014-10-101-5/+3
* 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/+16
* fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()Oleg Nesterov2014-10-101-5/+3
* 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/+5
* fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open()Rob Jones2014-10-101-59/+19
* fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open()Rob Jones2014-10-101-25/+14
* ocfs2: remove unused code in dlm_new_lockres()Xue jiufei2014-10-101-3/+0
* 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/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-2/+1
|\
| * timerfd: Remove an always true checkDan Carpenter2014-08-271-2/+1
* | 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/+2
| * | 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/+81
| * | 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/+17
| * | f2fs: fix to search whole dirty segmap when get_victimChao Yu2014-09-231-2/+2
| * | f2fs: fix to clean previous mount option when remount_fsChao Yu2014-09-231-0/+3
| * | f2fs: skip punching hole in special conditionChao Yu2014-09-231-0/+7
| * | f2fs: support large sector sizeChao Yu2014-09-234-14/+22
| * | f2fs: fix to truncate blocks past EOF in ->setattrChao Yu2014-09-231-5/+12
| * | f2fs: update i_size when __allocate_data_blockJaegeuk Kim2014-09-231-0/+8
| * | f2fs: use MAX_BIO_BLOCKS(sbi)Jaegeuk Kim2014-09-235-9/+8