aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-3/+2
2018-02-01Merge branch 'KASAN-read_word_at_a_time'Gravatar Linus Torvalds 1-6/+1
2018-02-01fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan...Gravatar Andrey Ryabinin 1-5/+0
2018-02-01fs/dcache: Use read_word_at_a_time() in dentry_string_cmp()Gravatar Andrey Ryabinin 1-1/+1
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-19/+10
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 20-6864/+0
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxGravatar Linus Torvalds 13-54/+12
2018-01-31Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-7/+16
2018-01-31Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 26-179/+658
2018-01-31userfaultfd: convert to use anon_inode_getfd()Gravatar Eric Biggers 1-61/+9
2018-01-31hugetlb: implement memfd sealingGravatar Marc-André Lureau 1-2/+27
2018-01-31hugetlb: expose hugetlbfs_inode_info in headerGravatar Marc-André Lureau 1-10/+0
2018-01-31shmem: rename functions that are memfd-relatedGravatar Marc-André Lureau 1-1/+1
2018-01-31mm: use updated pmdp_invalidate() interface to track dirty/accessed bitsGravatar Kirill A. Shutemov 1-4/+4
2018-01-31mm: add unmap_mapping_pages()Gravatar Matthew Wilcox 1-13/+6
2018-01-31mm, userfaultfd, THP: avoid waiting when PMD under THP migrationGravatar Huang Ying 1-1/+4
2018-01-31fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual me...Gravatar Konstantin Khlebnikov 1-3/+8
2018-01-31ocfs2: return error when we attempt to access a dirty bh in jbd2Gravatar piaojun 1-11/+12
2018-01-31ocfs2: unlock bh_state if bg check failsGravatar Changwei Ge 1-0/+2
2018-01-31ocfs2: nowait aio supportGravatar Gang He 6-33/+104
2018-01-31ocfs2: add ocfs2_overwrite_io()Gravatar Gang He 2-0/+48
2018-01-31ocfs2: add ocfs2_try_rw_lock() and ocfs2_try_inode_lock()Gravatar Gang He 2-0/+25
2018-01-31ocfs2: add trimfs lock to avoid duplicated trims in clusterGravatar Gang He 1-0/+44
2018-01-31ocfs2: add trimfs dlm lock resourceGravatar Gang He 4-0/+121
2018-01-31ocfs2: try to reuse extent block in dealloc without meta_allocGravatar Changwei Ge 3-10/+203
2018-01-31ocfs2: make metadata estimation accurate and clearGravatar Changwei Ge 1-1/+3
2018-01-31ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributeGravatar piaojun 2-0/+8
2018-01-31ocfs2: clean up dead code in alloc.cGravatar Changwei Ge 1-9/+2
2018-01-31ocfs2/xattr: assign errno to 'ret' in ocfs2_calc_xattr_init()Gravatar piaojun 1-0/+1
2018-01-31ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGEGravatar Gang He 1-0/+9
2018-01-31ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidGravatar piaojun 1-3/+2
2018-01-31ocfs2: clean dead code in suballoc.cGravatar Changwei Ge 1-3/+3
2018-01-31ocfs2: use the OCFS2_XATTR_ROOT_SIZE macro in ocfs2_reflink_xattr_header()Gravatar alex chen 1-1/+1
2018-01-31ocfs2/cluster: close a race that fence can't be triggeredGravatar Yang Zhang 1-2/+3
2018-01-31ocfs2: give an obvious tip for mismatched cluster namesGravatar Gang He 1-2/+6
2018-01-31ocfs2/cluster: neaten a member of o2net_msg_handlerGravatar Changwei Ge 1-1/+1
2018-01-31fs/ocfs2/dlm/dlmmaster.c: clean up dead codeGravatar Changwei Ge 1-7/+0
2018-01-31fs/dax.c: release PMD lock even when there is no PMD support in DAXGravatar Jan H. Schönherr 1-1/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 4-8/+32
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 96-1558/+4600
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 9-176/+74
2018-01-31Merge tag 'gfs2-4.16.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 23-422/+701
2018-01-31devpts: fix error handling in devpts_mntget()Gravatar Eric Biggers 1-2/+2
2018-01-30Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 21-446/+1040
2018-01-30Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 25-131/+287
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-4/+6
2018-01-30Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+21
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 26-74/+77
2018-01-30Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-5/+2
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1