summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-09-10fs/proc/task_mmu.c: reintroduce m->version logicOleg Nesterov
2014-09-10fs/proc/task_mmu.c: introduce m_next_vma() helperOleg Nesterov
2014-09-10fs/proc/task_mmu.c: simplify m_start() to make it readableOleg Nesterov
2014-09-10fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logicOleg Nesterov
2014-09-10fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()Oleg Nesterov
2014-09-10fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()Oleg Nesterov
2014-09-10fs-proc-task_mmuc-simplify-the-vma_stop-logic-checkpatch-fixesAndrew Morton
2014-09-10fs/proc/task_mmu.c: simplify the vma_stop() logicOleg Nesterov
2014-09-10fs-proc-task_mmuc-shift-mm_access-from-m_start-to-proc_maps_open-checkpatch-f...Andrew Morton
2014-09-10fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov
2014-09-10proc: introduce proc_mem_open()Oleg Nesterov
2014-09-10fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()Oleg Nesterov
2014-09-10fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()Oleg Nesterov
2014-09-10ocfs2: fix deadlock between o2hb thread and o2net_wqJoseph Qi
2014-09-10ocfs2: fix journal commit deadlockJunxiao Bi
2014-09-10ocfs2: reflink: fix slow unlink for refcounted fileJunxiao Bi
2014-09-10ocfs2/dlm: fix race between dispatched_work and dlm_lockres_grab_inflight_workerJoseph Qi
2014-09-10ocfs2-avoid-access-invalid-address-when-read-o2dlm-debug-messages-v2jiangyiwen
2014-09-10ocfs2: avoid access invalid address when read o2dlm debug messagesjiangyiwen
2014-09-10ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_w...yangwenfang
2014-09-10ocfs2: free inode when i_count becomes zeroXue jiufei
2014-09-10ocfs2: remove unused code in dlm_new_lockres()Xue jiufei
2014-09-10o2dlm-fix-null-pointer-dereference-in-o2dlm_blocking_ast_wrapper-checkpatch-f...Andrew Morton
2014-09-10o2dlm: fix NULL pointer dereference in o2dlm_blocking_ast_wrapperSrinivas Eeda
2014-09-10ocfs2: fix shift left operations overflowJoseph Qi
2014-09-10ocfs2/dlm: refactor error handling in dlm_alloc_ctxtJoseph Qi
2014-09-10fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release()Andrew Morton
2014-09-10fs/ext4/fsync.c: generic_file_fsync call based on barrier flagFabian Frederick
2014-09-10ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...Anton Altaparmakov
2014-09-10fs/cifs/smb2file.c: replace count*size kzalloc by kcallocFabian Frederick
2014-09-10fs/cifs/file.c: replace count*size kzalloc by kcallocFabian Frederick
2014-09-10fs/cifs: remove obsolete __constantFabian Frederick
2014-09-10fs/notify: don't show f_handle if exportfs_encode_inode_fh failedAndrey Vagin
2014-09-10fsnotify/fdinfo: use named constants instead of hardcoded valuesAndrey Vagin
2014-09-10eventpoll: fix uninitialized variable in epoll_ctlNicolas Iooss
2014-09-09f2fs: fix negative value for lseek offsetJaegeuk Kim
2014-09-09f2fs: avoid node page to be written twice in gc_node_segmentHuang Ying
2014-09-09f2fs: use lock-less list(llist) to simplify the flush cmd managementGu Zheng
2014-09-09f2fs: refactor flush_sit_entries codes for reducing SIT writesChao Yu
2014-09-09f2fs: remove unneeded sit_i in macro SIT_BLOCK_OFFSET/START_SEGNOChao Yu
2014-09-09f2fs: need fsck.f2fs if the recovery was failedJaegeuk Kim
2014-09-09f2fs: handle bug cases by letting fsck.f2fs initiateJaegeuk Kim
2014-09-09f2fs: add BUG cases to initiate fsck.f2fsJaegeuk Kim
2014-09-09f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim
2014-09-09f2fs: retain inconsistency information to initiate fsck.f2fsJaegeuk Kim
2014-09-09locks: flock_make_lock should return a struct file_lock (or PTR_ERR)Jeff Layton
2014-09-09locks: set fl_owner for leases to filp instead of current->filesJeff Layton
2014-09-09locks: give lm_break a return valueJeff Layton
2014-09-09locks: __break_lease cleanup in preparation of allowing direct removal of leasesJeff Layton
2014-09-09locks: remove i_have_this_lease check from __break_leaseJeff Layton