summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-02-22userfaultfd: convert BUG() to WARN_ON_ONCE()Andrea Arcangeli
2017-02-22userfaultfd: correct comment about UFFD_FEATURE_PAGEFAULT_FLAG_WPAndrea Arcangeli
2017-02-229p: fix a potential acl leakCong Wang
2017-02-22ocfs2: fix deadlock issue when taking inode lock at vfs entry pointsEric Ren
2017-02-22ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lockEric Ren
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang
2017-02-22dax: add tracepoints to dax_pmd_insert_mapping()Ross Zwisler
2017-02-22dax: add tracepoints to dax_pmd_load_hole()Ross Zwisler
2017-02-22dax: add tracepoint infrastructure, PMD tracingRoss Zwisler
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-21Merge tag 'pstore-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-02-21Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-02-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2017-02-20Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2017-02-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-02-20ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWNTheodore Ts'o
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-17gfs2: Use rhashtable walk interface in glock_hash_walkHerbert Xu
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-16vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi
2017-02-16fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi
2017-02-15fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala
2017-02-15ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-02-14ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o
2017-02-13Merge tag 'rxrpc-rewrite-20170210' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller
2017-02-13pstore: Check for prz allocation in walkerKees Cook
2017-02-13pstore: Correctly initialize spinlock and flagsKees Cook
2017-02-11Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-10Btrfs: fix btrfs_decompress_buf2page()Omar Sandoval
2017-02-10Merge tag 'nfsd-4.10-3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-02-10afs: Use core kernel UUID generationArnd Bergmann
2017-02-10afs: Move UUID struct to linux/uuid.hDavid Howells
2017-02-10kernfs: handle null pointers while printing node name and pathKonstantin Khlebnikov
2017-02-10timerfd: Protect the might cancel mechanism properThomas Gleixner
2017-02-10ext4: do not use stripe_width if it is not setJan Kara
2017-02-10ext4: fix stripe-unaligned allocationsJan Kara
2017-02-09nfsd: Revert "nfsd: special case truncates some more"J. Bruce Fields
2017-02-09pstore: don't OOPS when there are no ftrace zonesBrian Norris
2017-02-09fanotify: simplify the code of fanotify_mergeKinglong Mee
2017-02-08dax: assert that i_rwsem is held exclusive for writesChristoph Hellwig
2017-02-08ext4: fix DAX write lockingChristoph Hellwig