summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gfs2-v5.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-184-19/+18
|\
| * gfs2: Prevent endless loops in gfs2_file_buffered_writeAndreas Gruenbacher2021-11-101-0/+3
| * gfs2: Fix "Introduce flag for glock holder auto-demotion"Andreas Gruenbacher2021-11-081-2/+2
| * gfs2: Fix length of holes reported at end-of-fileAndreas Gruenbacher2021-11-061-1/+1
| * gfs2: release iopen glock early in evictBob Peterson2021-11-061-7/+7
| * gfs2: Fix atomic bug in gfs2_instantiateAndreas Gruenbacher2021-11-051-6/+2
| * gfs2: Only dereference i->iov when iter_is_iovec(i)Andreas Gruenbacher2021-11-031-3/+3
* | Merge tag 'nfsd-5.16-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-171-5/+2
|\ \
| * | NFSD: Fix exposure in nfsd4_decode_bitmap()Chuck Lever2021-11-151-5/+2
* | | Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-11-144-7/+12
|\ \ \
| * | | xfs: sync xfs_btree_split macros with userspace libxfsDarrick J. Wong2021-11-111-0/+4
| * | | xfs: #ifdef out perag code for userspaceEric Sandeen2021-11-102-3/+7
| * | | xfs: use swap() to make dabtree code cleanerYang Guang2021-11-081-4/+1
* | | | Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds2021-11-145-72/+72
|\ \ \ \
| * | | | lib: zstd: Add kernel-specific APINick Terrell2021-11-095-72/+72
* | | | | Merge tag 'io_uring-5.16-2021-11-13' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-131-2/+15
|\ \ \ \ \
| * | | | | io-wq: serialize hash clear with wakeupJens Axboe2021-11-121-2/+15
* | | | | | Merge tag '5.16-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds2021-11-1318-933/+1184
|\ \ \ \ \ \
| * | | | | | cifs: do not duplicate fscache cookie for secondary channelsShyam Prasad N2021-11-131-2/+7
| * | | | | | cifs: connect individual channel servers to primary channel serverShyam Prasad N2021-11-136-14/+36
| * | | | | | cifs: protect session channel fields with chan_lockShyam Prasad N2021-11-126-15/+71
| * | | | | | cifs: do not negotiate session if session already existsShyam Prasad N2021-11-121-8/+10
| * | | | | | smb3: do not setup the fscache_super_cookie until fsinfo initializedSteve French2021-11-122-2/+14
| * | | | | | cifs: fix potential use-after-free bugsPaulo Alcantara2021-11-121-22/+19
| * | | | | | cifs: fix memory leak of smb3_fs_context_dup::server_hostnamePaulo Alcantara2021-11-121-0/+2
| * | | | | | smb3: add additional null check in SMB311_posix_mkdirSteve French2021-11-121-0/+11
| * | | | | | cifs: release lock earlier in dequeue_mid error caseSteve French2021-11-121-3/+4
| * | | | | | smb3: add additional null check in SMB2_tconSteve French2021-11-121-1/+1
| * | | | | | smb3: add additional null check in SMB2_openSteve French2021-11-121-1/+3
| * | | | | | smb3: add additional null check in SMB2_ioctlSteve French2021-11-111-0/+10
| * | | | | | smb3: remove trivial dfs compile warningSteve French2021-11-101-2/+2
| * | | | | | cifs: support nested dfs links over reconnectPaulo Alcantara2021-11-109-693/+660
| * | | | | | smb3: do not error on fsync when readonlySteve French2021-11-101-6/+29
| * | | | | | cifs: for compound requests, use open handle if possibleShyam Prasad N2021-11-101-5/+17
| * | | | | | cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara2021-11-102-2/+3
| * | | | | | cifs: split out dfs code from cifs_reconnect()Paulo Alcantara2021-11-101-133/+162
| * | | | | | cifs: convert list_for_each to entry variantPaulo Alcantara2021-11-101-19/+13
| * | | | | | cifs: introduce new helper for cifs_reconnect()Paulo Alcantara2021-11-101-64/+75
| * | | | | | cifs: fix print of hdr_flags in dfscache_proc_show()Paulo Alcantara2021-11-101-1/+1
| * | | | | | cifs: send workstation name during ntlmssp session setupShyam Prasad N2021-11-088-85/+170
| * | | | | | cifs: nosharesock should not share socket with future sessionsShyam Prasad N2021-11-073-1/+10
| | |/ / / / | |/| | | |
* | | | | | Merge tag '5.16-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2021-11-1317-1139/+372
|\ \ \ \ \ \
| * | | | | | ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg2021-11-125-265/+37
| * | | | | | ksmbd: Move more definitions into the shared areaRonnie Sahlberg2021-11-122-192/+4
| * | | | | | ksmbd: use the common definitions for NEGOTIATE_PROTOCOLRonnie Sahlberg2021-11-124-167/+15
| * | | | | | ksmbd: switch to use shared definitions where availableRonnie Sahlberg2021-11-125-180/+2
| * | | | | | ksmbd: change LeaseKey data type to u8 arrayNamjae Jeon2021-11-123-23/+14
| * | | | | | ksmbd: remove smb2_buf_length in smb2_transform_hdrNamjae Jeon2021-11-124-30/+21
| * | | | | | ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon2021-11-1210-262/+260
| * | | | | | ksmbd: remove md4 leftoversNamjae Jeon2021-11-122-2/+0