aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds11-233/+170
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds45-441/+652
2013-04-30exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov1-0/+3
2013-04-30set_task_comm: kill the pointless memset() + wmb()Oleg Nesterov1-10/+0
2013-04-30fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytesDavid Rientjes1-3/+2
2013-04-30coredump: change wait_for_dump_helpers() to use wait_event_interruptible()Oleg Nesterov1-6/+9
2013-04-30coredump: factor out the setting of PF_DUMPCOREOleg Nesterov4-5/+2
2013-04-30coredump: introduce dump_interrupted()Oleg Nesterov1-3/+17
2013-04-30coredump: sanitize the setting of signal->group_exit_codeOleg Nesterov1-5/+6
2013-04-30coredump: ensure that SIGKILL always kills the dumping threadOleg Nesterov1-2/+8
2013-04-30coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov1-8/+5
2013-04-30usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi1-3/+9
2013-04-30coredump: remove trailling whitespaceLucas De Marchi1-3/+3
2013-04-30hfsplus: remove duplicated message prefix in hfsplus_block_free()Vyacheslav Dubeyko1-2/+1
2013-04-30hfsplus: add error propagation to __hfsplus_ext_write_extent()Alexey Khoroshilov1-8/+13
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches24-190/+185
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches19-98/+127
2013-04-30hfsplus: fix warnings in fs/hfsplus/bfind.cVyacheslav Dubeyko1-2/+6
2013-04-30hfs: add error checking for hfs_find_init()Alexey Khoroshilov6-24/+61
2013-04-30nilfs2: remove unneeded test in nilfs_writepage()Vyacheslav Dubeyko1-1/+1
2013-04-30nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page()Vyacheslav Dubeyko1-1/+1
2013-04-30nilfs2: fix issue with flush kernel thread after remount in RO mode because of driver's internal error or metadata corruptionVyacheslav Dubeyko4-23/+86
2013-04-30binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurateJiri Kosina1-1/+2
2013-04-30fs: make binfmt support for #! scripts modular and removableJosh Triplett2-4/+15
2013-04-30epoll: cleanup: use RCU_INIT_POINTER when nullingEric Wong1-1/+1
2013-04-30epoll: cleanup: hoist out f_op->poll callsEric Wong1-10/+12
2013-04-30epoll: lock ep->mtx in ep_free to silence lockdepEric Wong1-0/+4
2013-04-30epoll: use RCU to protect wakeup_source in epitemEric Wong1-21/+71
2013-04-30epoll: trim epitem by one cache lineEric Wong1-1/+9
2013-04-30binfmt_misc: reuse string_unescape_inplace()Andy Shevchenko1-20/+4
2013-04-30writeback: set worker desc to identify writeback workers in task dumpsTejun Heo1-0/+1
2013-04-30fs/dcache.c: add cond_resched() to shrink_dcache_parent()Greg Thelen1-1/+3
2013-04-30fs/block_dev.c: no need to check inode->i_bdev in bd_forget()Yan Hong1-5/+3
2013-04-30inotify: invalid mask should return a error number but not set itZhao Hongjiang1-2/+4
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-2/+1
2013-04-30Merge tag 'dlm-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds1-3/+15
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds25-483/+844
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds16-242/+188
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds9-12/+11
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+100
2013-04-29inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton1-6/+2
2013-04-29nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic()Jeff Layton1-6/+1
2013-04-29fat (exportfs): rebuild directory-inode if fat_dget()Namjae Jeon4-2/+78
2013-04-29fat (exportfs): rebuild inode if ilookup() failsNamjae Jeon3-5/+52
2013-04-29fat: restructure export_operationsNamjae Jeon4-20/+136
2013-04-29fat: introduce a helper fat_get_blknr_offset()Namjae Jeon2-4/+12
2013-04-29fat: move fat_i_pos_read to fat.hNamjae Jeon2-14/+14
2013-04-29fat: introduce 2 new values for the -o nfs mount optionNamjae Jeon2-9/+21
2013-04-29fs/buffer.c: remove unnecessary init operation after allocating buffer_head.majianpeng3-6/+0
2013-04-29fs/proc/kcore.c: use register_hotmemory_notifier()Andrew Morton1-3/+6