summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-0111-233/+170Star
|\
| * consolidate compat lookup_dcookie()Al Viro2013-03-041-0/+12
| * convert vmsplice to COMPAT_SYSCALL_DEFINEAl Viro2013-03-042-20/+22
| * switch epoll_pwait to COMPAT_SYSCALL_DEFINEAl Viro2013-03-042-49/+47Star
| * convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-043-26/+42
| * switch signalfd{,4}() to COMPAT_SYSCALL_DEFINEAl Viro2013-03-042-30/+31
| * make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro2013-03-042-22/+4Star
| * teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro2013-03-045-89/+15Star
* | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-0145-441/+652
|\ \
| * | exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov2013-05-011-0/+3
| * | set_task_comm: kill the pointless memset() + wmb()Oleg Nesterov2013-05-011-10/+0Star
| * | fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytesDavid Rientjes2013-05-011-3/+2Star
| * | coredump: change wait_for_dump_helpers() to use wait_event_interruptible()Oleg Nesterov2013-05-011-6/+9
| * | coredump: factor out the setting of PF_DUMPCOREOleg Nesterov2013-05-014-5/+2Star
| * | coredump: introduce dump_interrupted()Oleg Nesterov2013-05-011-3/+17
| * | coredump: sanitize the setting of signal->group_exit_codeOleg Nesterov2013-05-011-5/+6
| * | coredump: ensure that SIGKILL always kills the dumping threadOleg Nesterov2013-05-011-2/+8
| * | coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov2013-05-011-8/+5Star
| * | usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi2013-05-011-3/+9
| * | coredump: remove trailling whitespaceLucas De Marchi2013-05-011-3/+3
| * | hfsplus: remove duplicated message prefix in hfsplus_block_free()Vyacheslav Dubeyko2013-05-011-2/+1Star
| * | hfsplus: add error propagation to __hfsplus_ext_write_extent()Alexey Khoroshilov2013-05-011-8/+13
| * | hfs/hfsplus: convert printks to pr_<level>Joe Perches2013-05-0124-190/+185Star
| * | hfs/hfsplus: convert dprint to hfs_dbgJoe Perches2013-05-0119-98/+127
| * | hfsplus: fix warnings in fs/hfsplus/bfind.cVyacheslav Dubeyko2013-05-011-2/+6
| * | hfs: add error checking for hfs_find_init()Alexey Khoroshilov2013-05-016-24/+61
| * | nilfs2: remove unneeded test in nilfs_writepage()Vyacheslav Dubeyko2013-05-011-1/+1
| * | nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page()Vyacheslav Dubeyko2013-05-011-1/+1
| * | nilfs2: fix issue with flush kernel thread after remount in RO mode because o...Vyacheslav Dubeyko2013-05-014-23/+86
| * | binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurateJiri Kosina2013-05-011-1/+2
| * | fs: make binfmt support for #! scripts modular and removableJosh Triplett2013-05-012-4/+15
| * | epoll: cleanup: use RCU_INIT_POINTER when nullingEric Wong2013-05-011-1/+1
| * | epoll: cleanup: hoist out f_op->poll callsEric Wong2013-05-011-10/+12
| * | epoll: lock ep->mtx in ep_free to silence lockdepEric Wong2013-05-011-0/+4
| * | epoll: use RCU to protect wakeup_source in epitemEric Wong2013-05-011-21/+71
| * | epoll: trim epitem by one cache lineEric Wong2013-05-011-1/+9
| * | binfmt_misc: reuse string_unescape_inplace()Andy Shevchenko2013-05-011-20/+4Star
| * | writeback: set worker desc to identify writeback workers in task dumpsTejun Heo2013-05-011-0/+1
| * | fs/dcache.c: add cond_resched() to shrink_dcache_parent()Greg Thelen2013-05-011-1/+3
| * | fs/block_dev.c: no need to check inode->i_bdev in bd_forget()Yan Hong2013-05-011-5/+3Star
| * | inotify: invalid mask should return a error number but not set itZhao Hongjiang2013-05-011-2/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2013-05-011-2/+1Star
|\ \ \
| * | | selinux: make security_sb_clone_mnt_opts return an error on context mismatchJeff Layton2013-04-021-2/+1Star
* | | | Merge tag 'dlm-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2013-04-301-3/+15
|\ \ \ \
| * | | | dlm: avoid unnecessary posix unlockDavid Teigland2013-04-081-3/+15
* | | | | Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-04-3025-483/+844
|\ \ \ \ \
| * | | | | NFSv4: Warn once about servers that incorrectly apply open mode to setattrTrond Myklebust2013-04-291-0/+7
| * | | | | NFSv4: Servers should only check SETATTR stateid open mode on size changeTrond Myklebust2013-04-291-4/+9
| * | | | | Merge branch 'bugfixes' into linux-nextTrond Myklebust2013-04-233-17/+37
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'rpcsec_gss-from_cel' into linux-nextTrond Myklebust2013-04-238-180/+164Star
| |\ \ \ \ \ \