summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-04-031-0/+2
|\
| * proc: bootconfig: Add null pointer checkLv Ruyi2022-04-021-0/+2
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-016-22/+16
|\ \
| * | aio: drop needless assignment in aio_read()Lukas Bulwahn2022-03-151-1/+0
| * | clean overflow checks in count_mounts() a bitAl Viro2022-02-131-9/+10
| * | seq_file: fix NULL pointer arithmetic warningMaĆ­ra Canal2022-02-012-8/+3
| * | constify struct path argument of finish_automount()/do_add_mount()Al Viro2022-01-302-3/+3
| * | fs: Remove FIXME comment in generic_write_checks()Tal Zussman2022-01-301-1/+0
* | | Merge tag 'vfs-5.18-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-04-011-1/+1
|\ \ \
| * | | fs: fix an infinite loop in iomap_fiemapGuo Xuenan2022-03-301-1/+1
* | | | Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-04-0118-246/+347
|\ \ \ \
| * | | | xfs: drop async cache flushes from CIL commits.Dave Chinner2022-03-295-93/+25
| * | | | xfs: shutdown during log recovery needs to mark the log shutdownDave Chinner2022-03-291-8/+10
| * | | | xfs: xfs_trans_commit() path must check for log shutdownDave Chinner2022-03-291-15/+33
| * | | | xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner2022-03-293-1/+17
| * | | | xfs: log shutdown triggers should only shut down the logDave Chinner2022-03-295-18/+33
| * | | | xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacksDave Chinner2022-03-291-9/+13
| * | | | xfs: shutdown in intent recovery has non-intent items in the AILDave Chinner2022-03-291-33/+17
| * | | | xfs: aborting inodes on shutdown may need buffer lockDave Chinner2022-03-294-31/+136
| * | | | xfs: don't report reserved bnobt space as availableDarrick J. Wong2022-03-282-2/+3
| * | | | xfs: fix overfilling of reserve poolDarrick J. Wong2022-03-281-7/+6
| * | | | xfs: always succeed at setting the reserve pool sizeDarrick J. Wong2022-03-281-4/+5
| * | | | xfs: remove infinite loop when reserving free block poolDarrick J. Wong2022-03-281-30/+20
| * | | | xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong2022-03-283-2/+17
| * | | | xfs: document the XFS_ALLOC_AGFL_RESERVE constantDarrick J. Wong2022-03-212-6/+23
* | | | | Merge tag 'for-5.18/io_uring-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-011-23/+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-241-2/+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 '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-04-013-15/+14
|\ \ \ \ \ \
| * | | | | | 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
| * | | | | | ksmbd: shorten experimental warning on loading the moduleSteve French2022-03-301-1/+1
| * | | | | | ksmbd: use netif_is_bridge_portTobias Klauser2022-03-201-2/+2