summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-3/+2Star
|\
| * sysfs: do not use print_symbol()Sergey Senozhatsky2018-01-051-3/+2Star
* | Merge branch 'KASAN-read_word_at_a_time'Linus Torvalds2018-02-011-6/+1Star
|\ \
| * | fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan...Andrey Ryabinin2018-02-011-5/+0Star
| * | fs/dcache: Use read_word_at_a_time() in dentry_string_cmp()Andrey Ryabinin2018-02-011-1/+1
* | | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-016-19/+10Star
|\ \ \
| * | | sysfs: remove DEBUG definesGreg Kroah-Hartman2018-01-232-3/+0Star
| * | | sysfs: use SPDX identifiersGreg Kroah-Hartman2018-01-236-13/+6Star
| * | | sysfs: turn WARN() into pr_warn()Greg Kroah-Hartman2018-01-221-2/+3
| * | | Merge 4.15-rc6 into driver-core-nextGreg Kroah-Hartman2018-01-0251-236/+501
| |\ \ \
| * | | | sysfs: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-12-181-1/+1
* | | | | Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-0120-6864/+0Star
|\ \ \ \ \
| * \ \ \ \ Merge 4.15-rc6 into staging-nextGreg Kroah-Hartman2018-01-0219-97/+258
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge 4.15-rc4 into staging-nextGreg Kroah-Hartman2017-12-1844-158/+265
| |\ \ \ \ \
| * \ \ \ \ \ Merge Linus's staging merge point into staging-nextGreg Kroah-Hartman2017-12-06151-766/+1230
| |\ \ \ \ \ \
| * | | | | | | ncpfs: move net/ncpfs to drivers/staging/ncpfsStephen Hemminger2017-11-2820-6863/+0Star
* | | | | | | | Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2018-02-0113-54/+12Star
|\ \ \ \ \ \ \ \
| * | | | | | | | fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski2018-01-0113-54/+12Star
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-02-011-7/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | VFS: close race between getcwd() and d_move()NeilBrown2017-12-281-7/+16
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-0126-179/+658
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | userfaultfd: convert to use anon_inode_getfd()Eric Biggers2018-02-011-61/+9Star
| * | | | | | | | | hugetlb: implement memfd sealingMarc-André Lureau2018-02-011-2/+27
| * | | | | | | | | hugetlb: expose hugetlbfs_inode_info in headerMarc-André Lureau2018-02-011-10/+0Star
| * | | | | | | | | shmem: rename functions that are memfd-relatedMarc-André Lureau2018-02-011-1/+1
| * | | | | | | | | mm: use updated pmdp_invalidate() interface to track dirty/accessed bitsKirill A. Shutemov2018-02-011-4/+4
| * | | | | | | | | mm: add unmap_mapping_pages()Matthew Wilcox2018-02-011-13/+6Star
| * | | | | | | | | mm, userfaultfd, THP: avoid waiting when PMD under THP migrationHuang Ying2018-02-011-1/+4
| * | | | | | | | | fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual me...Konstantin Khlebnikov2018-02-011-3/+8
| * | | | | | | | | ocfs2: return error when we attempt to access a dirty bh in jbd2piaojun2018-02-011-11/+12
| * | | | | | | | | ocfs2: unlock bh_state if bg check failsChangwei Ge2018-02-011-0/+2
| * | | | | | | | | ocfs2: nowait aio supportGang He2018-02-016-33/+104
| * | | | | | | | | ocfs2: add ocfs2_overwrite_io()Gang He2018-02-012-0/+48
| * | | | | | | | | ocfs2: add ocfs2_try_rw_lock() and ocfs2_try_inode_lock()Gang He2018-02-012-0/+25
| * | | | | | | | | ocfs2: add trimfs lock to avoid duplicated trims in clusterGang He2018-02-011-0/+44
| * | | | | | | | | ocfs2: add trimfs dlm lock resourceGang He2018-02-014-0/+121
| * | | | | | | | | ocfs2: try to reuse extent block in dealloc without meta_allocChangwei Ge2018-02-013-10/+203
| * | | | | | | | | ocfs2: make metadata estimation accurate and clearChangwei Ge2018-02-011-1/+3
| * | | | | | | | | ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun2018-02-012-0/+8
| * | | | | | | | | ocfs2: clean up dead code in alloc.cChangwei Ge2018-02-011-9/+2Star
| * | | | | | | | | ocfs2/xattr: assign errno to 'ret' in ocfs2_calc_xattr_init()piaojun2018-02-011-0/+1
| * | | | | | | | | ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGEGang He2018-02-011-0/+9
| * | | | | | | | | ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun2018-02-011-3/+2Star
| * | | | | | | | | ocfs2: clean dead code in suballoc.cChangwei Ge2018-02-011-3/+3
| * | | | | | | | | ocfs2: use the OCFS2_XATTR_ROOT_SIZE macro in ocfs2_reflink_xattr_header()alex chen2018-02-011-1/+1
| * | | | | | | | | ocfs2/cluster: close a race that fence can't be triggeredYang Zhang2018-02-011-2/+3
| * | | | | | | | | ocfs2: give an obvious tip for mismatched cluster namesGang He2018-02-011-2/+6
| * | | | | | | | | ocfs2/cluster: neaten a member of o2net_msg_handlerChangwei Ge2018-02-011-1/+1
| * | | | | | | | | fs/ocfs2/dlm/dlmmaster.c: clean up dead codeChangwei Ge2018-02-011-7/+0Star
| * | | | | | | | | fs/dax.c: release PMD lock even when there is no PMD support in DAXJan H. Schönherr2018-02-011-1/+1