aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds21-177/+180
2015-06-24Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds2-19/+39
2015-06-24Merge tag 'for-f2fs-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds29-616/+3775
2015-06-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds7-59/+120
2015-06-24mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko2-2/+3
2015-06-24mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hookZhang Zhen1-1/+0
2015-06-24procfs: treat parked tasks as sleeping for task stateChris Metcalf1-0/+8
2015-06-24ocfs2: mark local functions as staticJoseph Qi2-6/+6
2015-06-24ocfs2: use swap() in ocfs2_double_lock()Fabian Frederick1-9/+2
2015-06-24ocfs2: use swap() in swap_refcount_rec()Fabian Frederick1-4/+2
2015-06-24ocfs2: use swap() in dx_leaf_sort_swap()Fabian Frederick1-4/+1
2015-06-24ocfs2: fix wrong check in ocfs2_direct_IO_get_blocksJoseph Qi2-3/+15
2015-06-24ocfs2: fix NULL pointer dereference in function ocfs2_abort_trigger()Xue jiufei1-3/+1
2015-06-24ocfs2: o2net: should remove debugfs in o2net_init() out branchalex chen1-1/+1
2015-06-24ocfs2: remove OCFS2_IOCB_SEM lock type in direct ioWeiWei Wang3-37/+4
2015-06-24ocfs2: do not BUG if jbd2_journal_dirty_metadata failsJoseph Qi1-1/+14
2015-06-24ocfs2: remove BUG_ON(!empty_extent) in __ocfs2_rotate_tree_left()Xue jiufei1-1/+2
2015-06-24ocfs2: return error when ocfs2_figure_merge_contig_type() failsXue jiufei1-10/+24
2015-06-24ocfs2/dlm: cleanup unused function __dlm_wait_on_lockres_flags_setJoseph Qi1-1/+0
2015-06-24ocfs2: use retval instead of status for checking errorDaeseok Youn1-10/+10
2015-06-24ocfs2: fix a tiny race when truncate dio orohaned entryJoseph Qi4-46/+39
2015-06-24ocfs2: remove __mlog_cpu_guessAndrew Morton1-16/+3
2015-06-24ocfs2: reduce object size of mlog usesJoe Perches2-30/+59
2015-06-24configfs: unexport/make static config_item_init()Fabian Frederick1-2/+1
2015-06-24NTFS: use kvfree() in ntfs_free()Pekka Enberg1-6/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-9/+10
2015-06-23Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtdLinus Torvalds2-28/+6
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+8
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds68-1376/+1065
2015-06-19seqcount: Rename write_seqcount_barrier()Peter Zijlstra1-8/+8
2015-06-11f2fs: do not trim preallocated blocks when truncating after i_sizeChao Yu1-4/+4
2015-06-11f2fs crypto: add alloc_bounce_pageJaegeuk Kim1-8/+15
2015-06-11f2fs crypto: fix to handle errors likewise ext4Jaegeuk Kim1-3/+3
2015-06-09f2fs: drop the volatile_write flag onlyJaegeuk Kim1-4/+2
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2015-06-08f2fs: skip committing valid superblockChao Yu3-5/+7
2015-06-08f2fs: setting discard option in parse_options()Chao Yu1-11/+9
2015-06-02f2fs: fix to return exact trimmed sizeJaegeuk Kim1-1/+1
2015-06-02vfs: read file_handle only once in handle_to_pathSasha Levin1-2/+3
2015-06-02f2fs: support FALLOC_FL_INSERT_RANGEChao Yu1-2/+100
2015-06-02f2fs: hide common code in f2fs_replace_blockChao Yu4-20/+23
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-172/+393
2015-06-01f2fs: disable the discard option when device doesn't supportChenxi Mao1-1/+3
2015-06-01f2fs crypto: remove alloc_page for bounce_pageJaegeuk Kim2-23/+13
2015-06-01f2fs: fix a deadlock for summary page lock vs. sentry_lockJaegeuk Kim1-1/+10
2015-06-01f2fs crypto: clean up error handling in f2fs_fname_setup_filenameJaegeuk Kim1-14/+10
2015-06-01f2fs crypto: avoid f2fs_inherit_context for symlinkJaegeuk Kim1-4/+0
2015-06-01f2fs crypto: do not set encryption policy for non-directory by ioctlChao Yu2-6/+3
2015-06-01f2fs crypto: allow setting encryption policy onceChao Yu1-2/+2