summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.18/io_uring-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-012-25/+110
|\
| * io_uring: defer msg-ring file validity check until command issueJens Axboe2022-03-291-4/+7
| * io_uring: fail links if msg-ring doesn't succeeedJens Axboe2022-03-291-0/+2
| * io_uring: fix memory leak of uid in files registrationPavel Begunkov2022-03-251-0/+1
| * io_uring: fix put_kbuf without proper lockingPavel Begunkov2022-03-251-1/+12
| * io_uring: fix invalid flags for io_put_kbuf()Pavel Begunkov2022-03-251-1/+3
| * io_uring: improve req fields commentsPavel Begunkov2022-03-251-1/+2
| * io_uring: enable EPOLLEXCLUSIVE for accept pollDylan Yudaken2022-03-251-1/+4
| * io_uring: improve task work cache utilizationJens Axboe2022-03-241-1/+5
| * io_uring: fix async accept on O_NONBLOCK socketsDylan Yudaken2022-03-241-3/+0
| * io_uring: remove IORING_CQE_F_MSGJens Axboe2022-03-242-4/+1
| * io_uring: add flag for disabling provided buffer recyclingJens Axboe2022-03-231-0/+8
| * io_uring: ensure recv and recvmsg handle MSG_WAITALL correctlyJens Axboe2022-03-231-0/+28
| * io_uring: don't recycle provided buffer if punted to async workerJens Axboe2022-03-231-3/+8
| * io_uring: fix assuming triggered poll waitqueue is the single pollJens Axboe2022-03-231-4/+12
| * io_uring: bump poll refs to full 31-bitsJens Axboe2022-03-231-1/+1
| * io_uring: remove poll entry from list when canceling allJens Axboe2022-03-211-0/+1
| * io_uring: fix memory ordering when SQPOLL thread goes to sleepAlmog Khaikin2022-03-211-0/+7
| * io_uring: ensure that fsnotify is always calledJens Axboe2022-03-201-1/+7
| * io_uring: recycle provided before arming pollJens Axboe2022-03-201-1/+2
* | Merge tag 'for-5.18/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-04-015-14/+33
|\ \
| * | dm: fix bio polling to handle possibile BLK_STS_AGAINMing Lei2022-04-011-7/+13
| * | dm: fix dm_io and dm_target_io flags race condition on AlphaMikulas Patocka2022-04-012-2/+4
| * | dm integrity: set journal entry unused when shrinking deviceMikulas Patocka2022-04-011-2/+4
| * | dm ioctl: log an error if the ioctl structure is corruptedMikulas Patocka2022-04-011-3/+12
* | | Merge tag '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-04-015-18/+17
|\ \ \
| * | | ksmbd: replace usage of found with dedicated list iterator variableJakob Koschel2022-03-301-11/+10
| * | | ksmbd: Remove a redundant zeroing of memoryChristophe JAILLET2022-03-301-1/+1
| * | | MAINTAINERS: ksmbd: switch Sergey to reviewerNamjae Jeon2022-03-301-1/+1
| * | | ksmbd: shorten experimental warning on loading the moduleSteve French2022-03-301-1/+1
| * | | ksmbd: use netif_is_bridge_portTobias Klauser2022-03-201-2/+2
| * | | Documentation: ksmbd: update Feature Status tableNamjae Jeon2022-03-201-2/+2
* | | | Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-04-0118-1377/+924
|\ \ \ \
| * | | | cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara2022-03-311-59/+65
| * | | | cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara2022-03-311-6/+10
| * | | | smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French2022-03-315-191/+119
| * | | | smb3: cleanup and clarify status of tree connectionsSteve French2022-03-287-33/+40
| * | | | smb3: move defines for query info and query fsinfo to smbfs_commonSteve French2022-03-265-603/+335
| * | | | smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French2022-03-267-143/+88
| * | | | [smb3] move more common protocol header definitions to smbfs_commonSteve French2022-03-255-206/+112
| * | | | cifs: fix incorrect use of list iterator after the loopXiaomeng Tong2022-03-231-2/+4
| * | | | ksmbd: store fids as opaque u64 integersPaulo Alcantara2022-03-232-72/+56
| * | | | cifs: fix bad fids sent over wirePaulo Alcantara2022-03-234-53/+46
| * | | | cifs: change smb2_query_info_compound to use a cached fid, if availableRonnie Sahlberg2022-03-231-10/+35
| * | | | cifs: convert the path to utf16 in smb2_query_info_compoundRonnie Sahlberg2022-03-232-12/+13
| * | | | cifs: writeback fixDavid Howells2022-03-221-1/+7
| * | | | cifs: do not skip link targets when an I/O failsPaulo Alcantara2022-03-211-3/+11
* | | | | Merge tag 'exfat-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-014-30/+47
|\ \ \ \ \
| * | | | | exfat: do not clear VolumeDirty in writebackYuezhang Mo2022-04-013-15/+2
| * | | | | exfat: allow access to paths with trailing dotsVasant Karasulli2022-04-013-15/+45