summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gfs2-v5.18-rc4-fix2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-281-4/+0
|\
| * gfs2: No short reads or writes upon glock contentionAndreas Gruenbacher2022-04-281-4/+0
* | Merge tag 'xfs-5.18-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-04-284-36/+38
|\ \
| * | xfs: reorder iunlink remove operation in xfs_ifreeDave Chinner2022-04-211-11/+13
| * | xfs: convert buffer flags to unsigned.Dave Chinner2022-04-213-25/+25
* | | Merge tag 'zonefs-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-04-271-5/+41
|\ \ \ | |_|/ |/| |
| * | zonefs: Fix management of open zonesDamien Le Moal2022-04-211-5/+40
| * | zonefs: Clear inode information flags on inode creationDamien Le Moal2022-04-211-0/+1
* | | Merge tag 'gfs2-v5.18-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-261-1/+1
|\ \ \
| * | | gfs2: Don't re-check for write past EOF unnecessarilyAndreas Gruenbacher2022-04-261-1/+1
* | | | Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-269-29/+76
|\ \ \ \
| * | | | btrfs: zoned: use dedicated lock for data relocationNaohiro Aota2022-04-213-2/+4
| * | | | btrfs: fix assertion failure during scrub due to block group reallocationFilipe Manana2022-04-212-2/+31
| * | | | btrfs: fix direct I/O writes for split bios on zoned devicesChristoph Hellwig2022-04-191-2/+3
| * | | | btrfs: fix direct I/O read repair for split biosChristoph Hellwig2022-04-193-8/+9
| * | | | btrfs: fix and document the zoned device choice in alloc_new_bioChristoph Hellwig2022-04-191-15/+28
| * | | | btrfs: fix leaked plug after failure syncing log on zoned filesystemsFilipe Manana2022-04-191-0/+1
* | | | | Merge tag 'f2fs-fix-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2022-04-256-151/+27
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | f2fs: should not truncate blocks during roll-forward recoveryJaegeuk Kim2022-04-211-1/+2
| * | | | f2fs: fix wrong condition check when failing metapage readJaegeuk Kim2022-04-201-3/+3
| * | | | f2fs: keep io_flags to avoid IO split due to different op_flags in two fio ho...Jaegeuk Kim2022-04-201-12/+21
| * | | | f2fs: remove obsolete whint_modeJaegeuk Kim2022-04-203-135/+1
| | |_|/ | |/| |
* | | | Merge tag '5.18-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-04-238-66/+52
|\ \ \ \
| * | | | ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATIONNamjae Jeon2022-04-141-4/+7
| * | | | ksmbd: increment reference count of parent fpNamjae Jeon2022-04-142-0/+3
| * | | | ksmbd: remove filename in ksmbd_fileNamjae Jeon2022-04-148-62/+42
| |/ / /
* | | | Merge tag 'io_uring-5.18-2022-04-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-231-4/+7
|\ \ \ \
| * | | | io_uring: fix leaks on IOPOLL and CQE_SKIPPavel Begunkov2022-04-171-2/+1
| * | | | io_uring: free iovec if file assignment failsJens Axboe2022-04-161-2/+6
* | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-228-25/+100
|\ \ \ \ \
| * | | | | jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin2022-04-211-1/+3
| * | | | | ext4: update the cached overhead value in the superblockTheodore Ts'o2022-04-143-0/+19
| * | | | | ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o2022-04-141-3/+12
| * | | | | ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o2022-04-141-1/+3
| * | | | | ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk2022-04-121-1/+10
| * | | | | ext4: fix use-after-free in ext4_search_dirYe Bin2022-04-122-2/+6
| * | | | | ext4: fix bug_on in start_this_handle during umount filesystemYe Bin2022-04-121-7/+12
| * | | | | ext4: fix symlink file size not match to file contentYe Bin2022-04-121-1/+3
| * | | | | ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong2022-04-123-9/+32
* | | | | | Merge tag '5.18-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-04-224-10/+31
|\ \ \ \ \ \
| * | | | | | cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg2022-04-201-0/+8
| * | | | | | cifs: use correct lock type in cifs_reconnect()Paulo Alcantara2022-04-201-1/+8
| * | | | | | cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara2022-04-202-7/+14
| * | | | | | cifs: Use kzalloc instead of kmalloc/memsetHaowen Bai2022-04-181-2/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'fs.fixes.v5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-221-1/+13
|\ \ \ \ \ \
| * | | | | | fs: unset MNT_WRITE_HOLD on failureChristian Brauner2022-04-211-1/+13
| |/ / / / /
* | | | | | mm, hugetlb: allow for "high" userspace addressesChristophe Leroy2022-04-211-4/+5
* | | | | | Merge tag 'erofs-for-5.18-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-202-9/+5
|\ \ \ \ \ \
| * | | | | | erofs: fix use-after-free of on-stack io[]Hongyu Jin2022-04-152-9/+5
* | | | | | | Revert "fs/pipe: use kvcalloc to allocate a pipe_buffer array"Linus Torvalds2022-04-201-4/+5