aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse1-2/+2
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse1-1/+2
2019-05-14hugetlb: use same fault hash key for shared and private mappingsMike Kravetz1-5/+2
2019-05-14mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V1-1/+1
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+1
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny1-2/+3
2019-05-14userfaultfd/sysctl: add vm.unprivileged_userfaultfdPeter Xu1-0/+5
2019-05-14ocfs2: fix ocfs2 read inode data panic in ocfs2_igetShuning Zhang1-1/+29
2019-05-14ocfs2: use common file type conversionPhillip Potter2-43/+5
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addressesDan Williams1-4/+2
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds14-176/+332
2019-05-12Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-1/+1
2019-05-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2019-05-09Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds32-271/+523
2019-05-09NFS: Fix a double unlock from nfs_match,get_clientBenjamin Coddington1-1/+1
2019-05-09nfs: pass the correct prototype to read_cache_pageChristoph Hellwig2-6/+8
2019-05-09NFSv4: don't mark all open state for recovery when handling recallable state revoked flagScott Mayhew3-2/+14
2019-05-09NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu1-0/+4
2019-05-09PNFS fallback to MDS if no deviceid foundOlga Kornievskaia1-1/+1
2019-05-09Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds14-490/+1300
2019-05-09do_move_mount(): fix an unsafe use of is_anon_ns()Al Viro1-1/+1
2019-05-08Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds20-293/+437
2019-05-08Merge tag '5.2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds21-2184/+2582
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-4/+22
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds16-121/+241
2019-05-07cifs: update module internal version numberSteve French1-1/+1
2019-05-07SMB3: Clean up query symlink when reparse pointRonnie Sahlberg4-17/+118
2019-05-07cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst1-6/+8
2019-05-07Negotiate and save preferred compression algorithmsSteve French4-7/+61
2019-05-07cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg4-107/+14
2019-05-07cifs: fix credits leak for SMB1 oplock breaksRonnie Sahlberg3-6/+7
2019-05-07smb3: Add protocol structs for change notify supportSteve French1-0/+36
2019-05-07cifs: fix smb3_zero_range for AzureRonnie Sahlberg1-47/+7
2019-05-07cifs: zero-range does not require the file is sparseRonnie Sahlberg1-12/+0
2019-05-07Add new flag on SMB3.1.1 readSteve French1-0/+1
2019-05-07cifs: add fiemap supportRonnie Sahlberg8-2/+132
2019-05-07SMB3: Add defines for new negotiate contextsSteve French2-4/+27
2019-05-07cifs: fix bi-directional fsctl passthrough callsRonnie Sahlberg1-1/+8
2019-05-07cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li3-30/+32
2019-05-07SMB3: Add handling for different FSCTL access flagsSteve French1-1/+9
2019-05-07cifs: Add support for FSCTL passthrough that write data to the serverRonnie Sahlberg2-2/+42
2019-05-07cifs: remove superfluous inode_lock in cifs_{strict_}fsyncJeff Layton1-5/+0
2019-05-07cifs: Call MID callback before destroying transportLong Li1-17/+19
2019-05-07cifs: smbd: Retry on memory registration failureLong Li1-2/+2
2019-05-07cifs: smbd: Indicate to retry on transport sending failureLong Li1-2/+3
2019-05-07cifs: smbd: Return EINTR when interruptedLong Li1-1/+1
2019-05-07cifs: smbd: Don't destroy transport on RDMA disconnectLong Li3-127/+10
2019-05-07smbd: Make upper layer decide when to destroy the transportLong Li3-27/+101
2019-05-07SMB3: update comment to clarify enumerating snapshotsSteve French1-0/+8
2019-05-07CIFS: check CIFS_MOUNT_NO_DFS when trying to reuse existing sbAurelien Aptel1-1/+10