aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-09proc: introduce proc_mem_open()Oleg Nesterov2-15/+23
2014-10-09fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()Oleg Nesterov1-28/+16
2014-10-09fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()Oleg Nesterov1-5/+3
2014-10-09ocfs2: fix deadlock due to wrong locking orderJunxiao Bi2-31/+31
2014-10-09ocfs2: fix deadlock between o2hb thread and o2net_wqJoseph Qi3-1/+21
2014-10-09ocfs2: don't fire quorum before connection establishedJunxiao Bi1-2/+3
2014-10-09fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open()Rob Jones1-18/+5
2014-10-09fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open()Rob Jones1-59/+19
2014-10-09fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open()Rob Jones1-25/+14
2014-10-09ocfs2: remove unused code in dlm_new_lockres()Xue jiufei1-3/+0
2014-10-09ocfs2/dlm: call dlm_lockres_put without resource spinlockalex chen1-2/+5
2014-10-09ocfs2: call o2quo_exit() if malloc failed in o2net_init()Joseph Qi1-7/+11
2014-10-09ocfs2: fix shift left operations overflowJoseph Qi2-2/+2
2014-10-09ocfs2/dlm: refactor error handling in dlm_alloc_ctxtJoseph Qi1-20/+22
2014-10-09fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release()Andrew Morton1-1/+1
2014-10-09ntfs: remove bogus spaceAndrea Gelmini1-1/+1
2014-10-09ntfs: use find_get_page_flags() to mark page accessed as it is no longer marked later onAnton Altaparmakov2-3/+4
2014-10-09fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud1-1/+1
2014-10-09fsnotify: don't put user context if it was never assignedSasha Levin1-2/+4
2014-10-09fs/notify/group.c: make fsnotify_final_destroy_group() staticAndrew Morton2-4/+1
2014-10-09udf: Fix loading of special inodesJan Kara3-11/+26
2014-10-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2014-10-09ncpfs: use list_for_each_entry() for d_subdirs walkAl Viro2-17/+3
2014-10-09vfs: move getname() from callers to do_mount()Seunghun Lee2-30/+9
2014-10-09gfs2_atomic_open(): skip lookups on hashed dentryAl Viro1-0/+5
2014-10-09jfs: don't hash direct inodeAl Viro1-1/+1
2014-10-09ecryptfs: ->f_op is never NULLAl Viro1-1/+1
2014-10-09missing annotation in fs/file.cAl Viro1-0/+1
2014-10-09fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner3-23/+15
2014-10-09cachefiles_write_page(): switch to __kernel_write()Al Viro2-29/+21
2014-10-099p: switch to %p[dD]Al Viro7-34/+34
2014-10-09cifs: switch to use of %p[dD]Al Viro3-19/+19
2014-10-09fs: make cont_expand_zero interruptibleMikulas Patocka1-0/+5
2014-10-09fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa1-0/+2
2014-10-09dcache: Fix no spaces at the start of a line in dcache.cDaeseok Youn1-4/+4
2014-10-09[jffs2] kill wbuf_queued/wbuf_dwork_lockAl Viro2-17/+2
2014-10-09handle suicide on late failure exits in execve() in search_binary_handler()Al Viro4-61/+30
2014-10-09dcache.c: call ->d_prune() regardless of d_unhashed()Al Viro1-1/+1
2014-10-09d_prune_alias(): just lock the parent and call __dentry_kill()Al Viro1-14/+7
2014-10-09proc: Update proc_flush_task_mnt to use d_invalidateEric W. Biederman1-4/+2
2014-10-09vfs: Remove d_drop calls from d_revalidate implementationsEric W. Biederman3-7/+0
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman6-31/+12
2014-10-09vfs: Merge check_submounts_and_drop and d_invalidateEric W. Biederman1-33/+22
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman5-26/+0
2014-10-09vfs: Lazily remove mounts on unlinked files and directories.Eric W. Biederman2-33/+39
2014-10-09vfs: Add a function to lazily unmount all mounts from any dentry.Eric W. Biederman2-0/+40
2014-10-09vfs: factor out lookup_mountpoint from new_mountpointEric W. Biederman1-3/+12
2014-10-09vfs: Keep a list of mounts on a mount pointEric W. Biederman2-0/+8
2014-10-09vfs: Don't allow overwriting mounts in the current mount namespaceEric W. Biederman3-1/+49
2014-10-09vfs: More precise tests in d_invalidateEric W. Biederman1-34/+4