summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy2022-05-051-3/+3
* mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...Christophe Leroy2022-05-051-4/+13
* 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
* | | | | | fs: fix acl translationChristian Brauner2022-04-192-2/+14
| |/ / / / |/| | | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-04-151-2/+2
|\ \ \ \ \
| * | | | | revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"Andrew Morton2022-04-151-2/+2
| * | | | | revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"Andrew Morton2022-04-151-1/+1
* | | | | | Merge tag 'io_uring-5.18-2022-04-14' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-152-41/+58
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | io_uring: abort file assignment prior to assigning credsJens Axboe2022-04-141-2/+3
| * | | | | io_uring: fix poll error reportingPavel Begunkov2022-04-131-3/+2
| * | | | | io_uring: fix poll file assign deadlockPavel Begunkov2022-04-131-1/+2
| * | | | | io_uring: use right issue_flags for splice/teePavel Begunkov2022-04-131-2/+2
| * | | | | io_uring: verify pad field is 0 in io_get_ext_argDylan Yudaken2022-04-121-0/+2
| * | | | | io_uring: verify resv is 0 in ringfd register/unregisterDylan Yudaken2022-04-121-1/+6
| * | | | | io_uring: verify that resv2 is 0 in io_uring_rsrc_update2Dylan Yudaken2022-04-121-2/+3
| * | | | | io_uring: move io_uring_rsrc_update2 validationDylan Yudaken2022-04-121-2/+2
| * | | | | io_uring: fix assign file locking issuePavel Begunkov2022-04-121-4/+6
| * | | | | io_uring: stop using io_wq_work as an fd placeholderJens Axboe2022-04-112-5/+8
| * | | | | io_uring: move apoll->events cacheJens Axboe2022-04-111-9/+12
| * | | | | io_uring: io_kiocb_update_pos() should not touch file for non -1 offsetJens Axboe2022-04-111-11/+10
| * | | | | io_uring: flag the fact that linked file assignment is saneJens Axboe2022-04-101-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag '5.18-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-04-146-20/+35
|\ \ \ \ \
| * | | | | cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg2022-04-141-3/+3