summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-056-55/+81
|\
| * btrfs: prevent subvol with swapfile from being deletedKaiwen Hu2022-03-241-0/+22
| * btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik2022-03-241-1/+0
| * btrfs: avoid defragging extents whose next extents are not targetsQu Wenruo2022-03-241-6/+14
| * btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong2022-03-241-2/+11
| * btrfs: remove device item and update super block in the same transactionQu Wenruo2022-03-241-37/+28
| * btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien2022-03-231-1/+1
| * btrfs: zoned: remove left over ASSERT checking for single profileJohannes Thumshirn2022-03-231-4/+0
| * btrfs: zoned: traverse devices under chunk_mutex in btrfs_can_activate_zoneJohannes Thumshirn2022-03-231-4/+5
* | 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-026-22/+16
|\ \ \
| * | | aio: drop needless assignment in aio_read()Lukas Bulwahn2022-03-161-1/+0
| * | | clean overflow checks in count_mounts() a bitAl Viro2022-02-141-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-312-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-021-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-0218-246/+347
|\ \ \ \ \
| * | | | | xfs: drop async cache flushes from CIL commits.Dave Chinner2022-03-305-93/+25
| * | | | | xfs: shutdown during log recovery needs to mark the log shutdownDave Chinner2022-03-301-8/+10
| * | | | | xfs: xfs_trans_commit() path must check for log shutdownDave Chinner2022-03-301-15/+33
| * | | | | xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner2022-03-303-1/+17
| * | | | | xfs: log shutdown triggers should only shut down the logDave Chinner2022-03-305-18/+33
| * | | | | xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacksDave Chinner2022-03-301-9/+13
| * | | | | xfs: shutdown in intent recovery has non-intent items in the AILDave Chinner2022-03-301-33/+17
| * | | | | xfs: aborting inodes on shutdown may need buffer lockDave Chinner2022-03-304-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-021-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-251-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