summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-06-27Revert "jbd2: speedup jbd2_journal_dirty_metadata()"Linus Torvalds1-27/+6
2015-06-27Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-1/+0
2015-06-27Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+4
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-39/+227
2015-06-26coredump: add __printf attribute to cn_*printf functionsNicolas Iooss1-4/+7
2015-06-26coredump: use from_kuid/kgid when formatting corenameNicolas Iooss1-2/+6
2015-06-26fs/reiserfs: remove unneeded castFiro Yang1-2/+1
2015-06-26NILFS2: support NFSv2 exportNeilBrown1-3/+2
2015-06-26fs/befs/btree.c: remove unneeded initializationsFabian Frederick1-3/+3
2015-06-26fs/minix: remove unneeded castFiro Yang1-1/+1
2015-06-26fs/efs: femove unneeded castFiro Yang1-1/+1
2015-06-26fs/ext4/super.c: use strreplace() in ext4_fill_super()Rasmus Villemoes1-3/+1
2015-06-26fs/jbd2/journal.c: use strreplace()Rasmus Villemoes1-8/+2
2015-06-26fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras3-3/+7
2015-06-26proc: fix PAGE_SIZE limit of /proc/$PID/cmdlineAlexey Dobriyan1-9/+196
2015-06-26Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds27-274/+1079
2015-06-26Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds8-52/+10
2015-06-26Merge tag 'upstream-4.2-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-1/+4
2015-06-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds27-1347/+1457
2015-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds21-177/+180
2015-06-25Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-19/+39
2015-06-25Merge tag 'for-f2fs-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds29-616/+3775
2015-06-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds7-59/+120
2015-06-25mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko2-2/+3
2015-06-25mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hookZhang Zhen1-1/+0
2015-06-25procfs: treat parked tasks as sleeping for task stateChris Metcalf1-0/+8
2015-06-25ocfs2: mark local functions as staticJoseph Qi2-6/+6
2015-06-25ocfs2: use swap() in ocfs2_double_lock()Fabian Frederick1-9/+2
2015-06-25ocfs2: use swap() in swap_refcount_rec()Fabian Frederick1-4/+2
2015-06-25ocfs2: use swap() in dx_leaf_sort_swap()Fabian Frederick1-4/+1
2015-06-25ocfs2: fix wrong check in ocfs2_direct_IO_get_blocksJoseph Qi2-3/+15
2015-06-25ocfs2: fix NULL pointer dereference in function ocfs2_abort_trigger()Xue jiufei1-3/+1
2015-06-25ocfs2: o2net: should remove debugfs in o2net_init() out branchalex chen1-1/+1
2015-06-25ocfs2: remove OCFS2_IOCB_SEM lock type in direct ioWeiWei Wang3-37/+4
2015-06-25ocfs2: do not BUG if jbd2_journal_dirty_metadata failsJoseph Qi1-1/+14
2015-06-25ocfs2: remove BUG_ON(!empty_extent) in __ocfs2_rotate_tree_left()Xue jiufei1-1/+2
2015-06-25ocfs2: return error when ocfs2_figure_merge_contig_type() failsXue jiufei1-10/+24
2015-06-25ocfs2/dlm: cleanup unused function __dlm_wait_on_lockres_flags_setJoseph Qi1-1/+0
2015-06-25ocfs2: use retval instead of status for checking errorDaeseok Youn1-10/+10
2015-06-25ocfs2: fix a tiny race when truncate dio orohaned entryJoseph Qi4-46/+39
2015-06-25ocfs2: remove __mlog_cpu_guessAndrew Morton1-16/+3
2015-06-25ocfs2: reduce object size of mlog usesJoe Perches2-30/+59
2015-06-25configfs: unexport/make static config_item_init()Fabian Frederick1-2/+1
2015-06-25NTFS: use kvfree() in ntfs_free()Pekka Enberg1-6/+1
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-9/+10
2015-06-24Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtdLinus Torvalds2-28/+6
2015-06-23ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o1-0/+3
2015-06-23Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+8
2015-06-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds68-1376/+1065