summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-04-19udf: Add support for decoding UTF-16 charactersJan Kara1-35/+68
2018-04-19udf: Add support for encoding UTF-16 charactersJan Kara1-36/+43
2018-04-19udf: Push sb argument to udf_name_[to|from]_CS0()Jan Kara1-33/+24
2018-04-19udf: Convert ident strings to proper charsetJan Kara3-6/+14
2018-04-19udf: Use UTF-32 <-> UTF-8 conversion functions from NLSJan Kara1-63/+17
2018-04-19udf: Always require NLS supportJan Kara2-13/+1
2018-04-18udf: Fix leak of UTF-16 surrogates into encoded stringsJan Kara1-0/+6
2018-04-16fs: ext2: Adding new return type vm_fault_tSouptick Joarder1-2/+2
2018-04-16isofs: fix potential memory leak in mount option parsingChengguang Xu1-0/+3
2018-04-13fsnotify: fix ignore mask logic in send_to_group()Amir Goldstein1-14/+11
2018-04-11isofs compress: Remove VLA usageKyle Spiers1-3/+16
2018-04-09fs: quota: Replace GFP_ATOMIC with GFP_KERNEL in dquot_initJia-Ju Bai1-1/+1
2018-04-09fanotify: fix logic of events on childAmir Goldstein1-19/+15
2018-04-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2018-04-07Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds31-937/+986
2018-04-06Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2018-04-06Merge tag 'pstore-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-284/+225
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds32-406/+375
2018-04-06Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds1-32/+5
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds14-54/+36
2018-04-06fscache: Maintain a catalogue of allocated cookiesDavid Howells3-117/+265
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells18-119/+78
2018-04-05block_invalidatepage(): only release page if the full page was invalidatedJeff Moyer1-1/+1
2018-04-05fs/direct-io.c: minor cleanups in do_blockdev_direct_IONikolay Borisov1-5/+4
2018-04-05fs: don't flush pagecache when expanding block deviceshunki-fujita1-2/+4
2018-04-05fs/9p: don't set SB_NOATIME by defaultYiwen Jiang1-1/+1
2018-04-059p: check memory allocation result for cachetagChengguang Xu1-0/+7
2018-04-059p: don't maintain dir i_nlink if the exported fs doesn't eitherEryu Guan1-4/+22
2018-04-05ocfs2/dlm: clean up unused variable in dlm_process_recovery_dataChangwei Ge1-4/+0
2018-04-05ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect biopiaojun1-1/+10
2018-04-05ocfs2: add duplicated ino number checkGang He1-1/+20
2018-04-05ocfs2: add kobject for online file checkGang He4-202/+155
2018-04-05ocfs2: fix some small problemsGang He1-4/+4
2018-04-05ocfs2: move some definitions to header fileGang He2-27/+27
2018-04-05ocfs2: correct spelling mistake for migratable for allChangwei Ge1-4/+4
2018-04-05ocfs2: fix spelling mistake: "Migrateable" -> "Migratable"Colin Ian King1-1/+1
2018-04-05ocfs2/dlm: wait for dlm recovery done when migrating all lock resourcespiaojun3-3/+26
2018-04-05ocfs2/dlm: clean up unused stack variable in dlm_do_local_ast()Changwei Ge1-2/+0
2018-04-05ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area()Changwei Ge1-4/+4
2018-04-05fs/ocfs2/dlm/dlmrecovery.c: remove unrelated commentChangwei Ge1-7/+0
2018-04-05ocfs2: remove two unused functions from suballoc.cChangwei Ge1-49/+0
2018-04-05ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()piaojun4-26/+13
2018-04-05ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao3-15/+33
2018-04-05ocfs2: keep the trace point consistent with the function nameJia Guo3-8/+8
2018-04-05ocfs2: remove some unused function declarationspiaojun1-3/+0
2018-04-05ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun6-12/+12
2018-04-05ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun9-26/+21
2018-04-05hugetlbfs: fix bug in pgoff overflow checkingMike Kravetz1-3/+7
2018-04-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds14-159/+219