summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-05-01coredump: ensure that SIGKILL always kills the dumping threadOleg Nesterov
2013-05-01coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov
2013-05-01usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi
2013-05-01coredump: remove trailling whitespaceLucas De Marchi
2013-05-01hfsplus: remove duplicated message prefix in hfsplus_block_free()Vyacheslav Dubeyko
2013-05-01hfsplus: add error propagation to __hfsplus_ext_write_extent()Alexey Khoroshilov
2013-05-01hfs/hfsplus: convert printks to pr_<level>Joe Perches
2013-05-01hfs/hfsplus: convert dprint to hfs_dbgJoe Perches
2013-05-01hfsplus: fix warnings in fs/hfsplus/bfind.cVyacheslav Dubeyko
2013-05-01hfs: add error checking for hfs_find_init()Alexey Khoroshilov
2013-05-01nilfs2: remove unneeded test in nilfs_writepage()Vyacheslav Dubeyko
2013-05-01nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page()Vyacheslav Dubeyko
2013-05-01nilfs2: fix issue with flush kernel thread after remount in RO mode because o...Vyacheslav Dubeyko
2013-05-01binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurateJiri Kosina
2013-05-01fs: make binfmt support for #! scripts modular and removableJosh Triplett
2013-05-01epoll: cleanup: use RCU_INIT_POINTER when nullingEric Wong
2013-05-01epoll: cleanup: hoist out f_op->poll callsEric Wong
2013-05-01epoll: lock ep->mtx in ep_free to silence lockdepEric Wong
2013-05-01epoll: use RCU to protect wakeup_source in epitemEric Wong
2013-05-01epoll: trim epitem by one cache lineEric Wong
2013-05-01binfmt_misc: reuse string_unescape_inplace()Andy Shevchenko
2013-05-01writeback: set worker desc to identify writeback workers in task dumpsTejun Heo
2013-05-01fs/dcache.c: add cond_resched() to shrink_dcache_parent()Greg Thelen
2013-05-01fs/block_dev.c: no need to check inode->i_bdev in bd_forget()Yan Hong
2013-05-01inotify: invalid mask should return a error number but not set itZhao Hongjiang
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2013-04-30NFSD: SECINFO doesn't handle unsupported pseudoflavors correctlyChuck Lever
2013-04-30NFSD: Simplify GSS flavor encoding in nfsd4_do_encode_secinfo()Chuck Lever
2013-04-30nfsd: make symbol nfsd_reply_cache_shrinker staticWei Yongjun
2013-04-30nfsd4: don't remap EISDIR errors in renameJ. Bruce Fields
2013-04-30Merge tag 'dlm-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2013-04-30xfs: Teach dquot recovery about CONFIG_XFS_QUOTADave Chinner
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-30Merge tag 'v3.9' into efi-for-tip2Matt Fleming
2013-04-30inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton
2013-04-30nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic()Jeff Layton
2013-04-30fat (exportfs): rebuild directory-inode if fat_dget()Namjae Jeon
2013-04-30fat (exportfs): rebuild inode if ilookup() failsNamjae Jeon
2013-04-30fat: restructure export_operationsNamjae Jeon
2013-04-30fat: introduce a helper fat_get_blknr_offset()Namjae Jeon
2013-04-30fat: move fat_i_pos_read to fat.hNamjae Jeon
2013-04-30fat: introduce 2 new values for the -o nfs mount optionNamjae Jeon
2013-04-29fs/buffer.c: remove unnecessary init operation after allocating buffer_head.majianpeng
2013-04-29fs/proc/kcore.c: use register_hotmemory_notifier()Andrew Morton
2013-04-29mm: allow arch code to control the user page table ceilingHugh Dickins
2013-04-29mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim
2013-04-29mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong