summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-3045-441/+652
|\
| * exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov2013-04-301-0/+3
| * set_task_comm: kill the pointless memset() + wmb()Oleg Nesterov2013-04-301-10/+0
| * fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytesDavid Rientjes2013-04-301-3/+2
| * coredump: change wait_for_dump_helpers() to use wait_event_interruptible()Oleg Nesterov2013-04-301-6/+9
| * coredump: factor out the setting of PF_DUMPCOREOleg Nesterov2013-04-304-5/+2
| * coredump: introduce dump_interrupted()Oleg Nesterov2013-04-301-3/+17
| * coredump: sanitize the setting of signal->group_exit_codeOleg Nesterov2013-04-301-5/+6
| * coredump: ensure that SIGKILL always kills the dumping threadOleg Nesterov2013-04-301-2/+8
| * coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov2013-04-301-8/+5
| * usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi2013-04-301-3/+9
| * coredump: remove trailling whitespaceLucas De Marchi2013-04-301-3/+3
| * hfsplus: remove duplicated message prefix in hfsplus_block_free()Vyacheslav Dubeyko2013-04-301-2/+1
| * hfsplus: add error propagation to __hfsplus_ext_write_extent()Alexey Khoroshilov2013-04-301-8/+13
| * hfs/hfsplus: convert printks to pr_<level>Joe Perches2013-04-3024-190/+185
| * hfs/hfsplus: convert dprint to hfs_dbgJoe Perches2013-04-3019-98/+127
| * hfsplus: fix warnings in fs/hfsplus/bfind.cVyacheslav Dubeyko2013-04-301-2/+6
| * hfs: add error checking for hfs_find_init()Alexey Khoroshilov2013-04-306-24/+61
| * nilfs2: remove unneeded test in nilfs_writepage()Vyacheslav Dubeyko2013-04-301-1/+1
| * nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page()Vyacheslav Dubeyko2013-04-301-1/+1
| * nilfs2: fix issue with flush kernel thread after remount in RO mode because o...Vyacheslav Dubeyko2013-04-304-23/+86
| * binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurateJiri Kosina2013-04-301-1/+2
| * fs: make binfmt support for #! scripts modular and removableJosh Triplett2013-04-302-4/+15
| * epoll: cleanup: use RCU_INIT_POINTER when nullingEric Wong2013-04-301-1/+1
| * epoll: cleanup: hoist out f_op->poll callsEric Wong2013-04-301-10/+12
| * epoll: lock ep->mtx in ep_free to silence lockdepEric Wong2013-04-301-0/+4
| * epoll: use RCU to protect wakeup_source in epitemEric Wong2013-04-301-21/+71
| * epoll: trim epitem by one cache lineEric Wong2013-04-301-1/+9
| * binfmt_misc: reuse string_unescape_inplace()Andy Shevchenko2013-04-301-20/+4
| * writeback: set worker desc to identify writeback workers in task dumpsTejun Heo2013-04-301-0/+1
| * fs/dcache.c: add cond_resched() to shrink_dcache_parent()Greg Thelen2013-04-301-1/+3
| * fs/block_dev.c: no need to check inode->i_bdev in bd_forget()Yan Hong2013-04-301-5/+3
| * inotify: invalid mask should return a error number but not set itZhao Hongjiang2013-04-301-2/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2013-04-301-2/+1
|\ \
| * | selinux: make security_sb_clone_mnt_opts return an error on context mismatchJeff Layton2013-04-021-2/+1
* | | 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/+164
| |\ \ \ \ \
| | * | | | | NFS: Retry SETCLIENTID with AUTH_SYS instead of AUTH_NONEChuck Lever2013-04-221-1/+1
| | * | | | | NFSv4: Don't clear the machine cred when client establish returns EACCESTrond Myklebust2013-04-051-16/+0
| | * | | | | NFSv4: Fix issues in nfs4_discover_server_trunkingTrond Myklebust2013-04-051-1/+6
| | * | | | | NFSv4: Fix the fallback to AUTH_NULL if krb5i is not availableTrond Myklebust2013-04-041-0/+2
| | * | | | | NFS: Use server-recommended security flavor by default (NFSv3)Chuck Lever2013-04-042-38/+44
| | * | | | | NFS: Use "krb5i" to establish NFSv4 state whenever possibleChuck Lever2013-03-292-33/+6
| | * | | | | NFS: Try AUTH_UNIX when PUTROOTFH gets NFS4ERR_WRONGSECChuck Lever2013-03-291-0/+1
| | * | | | | NFS: Use static list of security flavors during root FH lookup recoveryChuck Lever2013-03-291-12/+20