aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-22userfaultfd: non-cooperative: optimize mremap_userfaultfd_complete()Andrea Arcangeli1-2/+2
2017-02-22userfaultfd: non-cooperative: add mremap() eventPavel Emelyanov1-0/+37
2017-02-22userfaultfd: non-cooperative: dup_userfaultfd: use mm_count instead of mm_usersMike Rapoport1-1/+1
2017-02-22userfaultfd: non-cooperative: Add fork() eventPavel Emelyanov1-3/+145
2017-02-22userfaultfd: non-cooperative: report all available features to userlandAndrea Arcangeli1-4/+7
2017-02-22userfaultfd: non-cooperative: add ability to report non-PF events from uffd descriptorPavel Emelyanov1-2/+96
2017-02-22userfaultfd: non-cooperative: Split the find_userfault() routinePavel Emelyanov1-6/+11
2017-02-22userfaultfd: use vma_is_anonymousAndrea Arcangeli1-4/+4
2017-02-22userfaultfd: convert BUG() to WARN_ON_ONCE()Andrea Arcangeli1-1/+2
2017-02-22userfaultfd: correct comment about UFFD_FEATURE_PAGEFAULT_FLAG_WPAndrea Arcangeli1-1/+1
2017-02-229p: fix a potential acl leakCong Wang1-0/+2
2017-02-22ocfs2: fix deadlock issue when taking inode lock at vfs entry pointsEric Ren2-29/+58
2017-02-22ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lockEric Ren3-3/+121
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang3-37/+32
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang3-28/+19
2017-02-22dax: add tracepoints to dax_pmd_insert_mapping()Ross Zwisler1-3/+9
2017-02-22dax: add tracepoints to dax_pmd_load_hole()Ross Zwisler1-4/+10
2017-02-22dax: add tracepoint infrastructure, PMD tracingRoss Zwisler1-10/+20
2017-02-22Btrfs: use the correct type when creating cow dio extentLiu Bo1-1/+1
2017-02-22Btrfs: fix deadlock between dedup on same file and starting writebackFilipe Manana1-2/+12
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+14
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-419/+561
2017-02-21Merge tag 'pstore-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-7/+10
2017-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-4/+9
2017-02-21block: Revalidate i_bdev reference in bd_aquire()Jan Kara1-1/+10
2017-02-22proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman1-13/+18
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds11-16/+76
2017-02-21Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds8-60/+105
2017-02-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds11-193/+205
2017-02-20Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds19-479/+1582
2017-02-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds20-136/+455
2017-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds20-376/+278
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-16/+16
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-82/+66
2017-02-20ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWNTheodore Ts'o2-5/+5
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+16
2017-02-17xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig2-18/+2
2017-02-17xfs: simplify xfs_rtallocate_extentChristoph Hellwig3-27/+13
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe11-16/+76
2017-02-17gfs2: Use rhashtable walk interface in glock_hash_walkHerbert Xu1-11/+17
2017-02-17btrfs: use btrfs_debug instead of pr_debug in transaction abortJeff Mahoney1-1/+2
2017-02-17btrfs: btrfs_truncate_free_space_cache always allocates pathJeff Mahoney1-7/+7
2017-02-17btrfs: free-space-cache, clean up unnecessary root argumentsJeff Mahoney5-26/+22
2017-02-17btrfs: convert btrfs_inc_block_group_ro to accept fs_infoJeff Mahoney4-6/+5
2017-02-17btrfs: flush_space always takes fs_info->fs_rootJeff Mahoney1-10/+10
2017-02-17btrfs: pass fs_info to (more) routines that are only called with extent_rootJeff Mahoney1-50/+53
2017-02-17btrfs: qgroup: Move half of the qgroup accounting time out of commit transQu Wenruo3-11/+75
2017-02-17btrfs: remove unused parameter from adjust_slots_upwardsDavid Sterba1-3/+2
2017-02-17btrfs: remove unused parameters from __btrfs_write_out_cacheDavid Sterba1-8/+3
2017-02-17btrfs: remove unused parameter from cleanup_write_cache_enospcDavid Sterba1-3/+2