aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-10smb3: do not error on fsync when readonlySteve French1-6/+29
2021-11-10cifs: for compound requests, use open handle if possibleShyam Prasad N1-5/+17
2021-11-09cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara2-2/+3
2021-11-09cifs: split out dfs code from cifs_reconnect()Paulo Alcantara1-133/+162
2021-11-09cifs: convert list_for_each to entry variantPaulo Alcantara1-19/+13
2021-11-09cifs: introduce new helper for cifs_reconnect()Paulo Alcantara1-64/+75
2021-11-09cifs: fix print of hdr_flags in dfscache_proc_show()Paulo Alcantara1-1/+1
2021-11-08cifs: send workstation name during ntlmssp session setupShyam Prasad N8-85/+170
2021-11-07cifs: nosharesock should not share socket with future sessionsShyam Prasad N3-1/+10
2021-11-06Merge tag '5.16-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds15-1091/+1299
2021-11-06Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds10-69/+307
2021-11-06Merge tag 'fs_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-6/+17
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-77/+84
2021-11-06mm, thp: fix incorrect unmap behavior for private pagesRongwei Wang1-1/+10
2021-11-06mm, thp: lock filemap when truncating page cacheRongwei Wang1-1/+4
2021-11-06fs: explicitly unregister per-superblock BDIsChristoph Hellwig1-0/+3
2021-11-06mm/smaps: simplify shmem handling of pte holesPeter Xu1-10/+12
2021-11-06mm/smaps: fix shmem pte hole swap calculationPeter Xu1-2/+4
2021-11-06d_path: fix Kernel doc validator complainingJia He1-5/+3
2021-11-06fs/posix_acl.c: avoid -Wempty-body warningArnd Bergmann1-2/+1
2021-11-06ocfs2: do not zero pages beyond i_sizeJan Kara1-7/+12
2021-11-06ocfs2: fix data corruption on truncateJan Kara1-2/+6
2021-11-06ocfs2/dlm: remove redundant assignment of variable retColin Ian King1-1/+0
2021-11-06ocfs2: cleanup journal init and shutdownValentin Vidic4-46/+27
2021-11-06ocfs2: fix handle refcount leak in two exception handling pathsChenyuan Mi1-0/+2
2021-11-05smb3: add dynamic trace points for socket connectionSteve French2-1/+73
2021-11-05cifs: Move SMB2_Create definitions to the shared areaRonnie Sahlberg5-176/+215
2021-11-05cifs: Move more definitions into the shared areaRonnie Sahlberg3-226/+276
2021-11-05cifs: move NEGOTIATE_PROTOCOL definitions out into the common areaRonnie Sahlberg3-222/+231
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg12-476/+493
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-80/+89
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds5-91/+23
2021-11-03Merge tag 'jfs-5.16' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-29/+22
2021-11-02Merge tag 'xfs-5.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds88-900/+1649
2021-11-02Merge tag 'afs-next-20211102' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds4-28/+27
2021-11-02Merge tag 'gfs2-v5.15-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds11-136/+186
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds17-190/+544
2021-11-02cifs: add mount parameter tcpnodelaySteve French2-0/+9
2021-11-02cifs: To match file servers, make sure the server hostname matchesShyam Prasad N3-8/+20
2021-11-02afs: Set mtime from the client for yfs create operationsMarc Dionne1-19/+13
2021-11-02afs: Sort out symlink readingDavid Howells3-9/+14
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-0/+2
2021-11-01Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds5-11/+99
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+2
2021-11-01Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds3-8/+7
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-8/+6
2021-11-01Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-20/+24
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds51-2903/+4439
2021-11-01btrfs: fix lzo_decompress_bio() kmap leakageLinus Torvalds1-1/+2