summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2017-05-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-12dax: fix PMD data corruption when fault races with writeRoss Zwisler
2017-05-12dax: fix data corruption when fault races with writeJan Kara
2017-05-12ext4: return to starting transaction in ext4_dax_huge_fault()Jan Kara
2017-05-12mm: fix data corruption due to stale mmap readsJan Kara
2017-05-12dax: prevent invalidation of mapped DAX entriesRoss Zwisler
2017-05-12Tigran has movedAndrew Morton
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-12Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-11Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtdLinus Torvalds
2017-05-10filesystem-dax: fix broken __dax_zero_page_range() conversionDan Williams
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-10Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-05-10nfsd: Fix up the "supattr_exclcreat" attributesTrond Myklebust
2017-05-10nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-10Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-05-09nfsd: fix undefined behavior in nfsd4_layout_verifyAri Kauppi
2017-05-09pNFS/flexfiles: Always attempt to call layoutstats when flexfiles is enabledTrond Myklebust
2017-05-09NFSv4.1: Work around a Linux server bug...Trond Myklebust
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-05-09proc: try to remove use of FOLL_FORCE entirelyLinus Torvalds
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-08dax: add tracepoint to dax_insert_mapping()Ross Zwisler
2017-05-08dax: add tracepoint to dax_writeback_one()Ross Zwisler
2017-05-08dax: add tracepoints to dax_writeback_mapping_range()Ross Zwisler
2017-05-08dax: add tracepoints to dax_load_hole()Ross Zwisler
2017-05-08dax: add tracepoints to dax_pfn_mkwrite()Ross Zwisler
2017-05-08dax: add tracepoints to dax_iomap_pte_fault()Ross Zwisler
2017-05-08gfs2: replace CURRENT_TIME with current_timeStephen Rothwell
2017-05-08fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani
2017-05-08fs: ufs: use ktime_get_real_ts64() for birthtimeDeepa Dinamani
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani
2017-05-08fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani
2017-05-08fs: f2fs: use ktime_get_real_seconds for sit_info timesDeepa Dinamani
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-08fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-08pidns: expose task pid_ns_for_children to userspaceKirill Tkhai
2017-05-08ns: allow ns_entries to have custom symlink contentKirill Tkhai
2017-05-08reiserfs: use designated initializersKees Cook
2017-05-08fs/proc/inode.c: remove cast from memory allocationTobin C. Harding