summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-04-08coredump: Use the vma snapshot in fill_files_noteEric W. Biederman2-13/+33
2022-04-08coredump/elf: Pass coredump_params into fill_note_infoEric W. Biederman1-11/+11
2022-04-08coredump: Remove the WARN_ON in dump_vma_snapshotEric W. Biederman1-6/+0
2022-04-08coredump: Snapshot the vmas in do_coredumpEric W. Biederman3-43/+36
2022-04-08proc: bootconfig: Add null pointer checkLv Ruyi1-0/+2
2022-04-08io_uring: fix memory leak of uid in files registrationPavel Begunkov1-0/+1
2022-04-08gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price1-1/+2
2022-04-08ubifs: rename_whiteout: correct old_dir size computingBaokun Li1-0/+3
2022-04-08ubifs: Fix to add refcount once page is set privateZhihao Cheng1-7/+7
2022-04-08ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng1-4/+30
2022-04-08ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng1-1/+1
2022-04-08ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng1-0/+2
2022-04-08ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng1-10/+15
2022-04-08ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng1-2/+0
2022-04-08ntfs: add sanity check on allocation sizeDongliang Mu1-0/+4
2022-04-08f2fs: compress: fix to print raw data size in error path of lz4 decompressionChao Yu1-3/+2
2022-04-08NFSD: Fix nfsd_breaker_owns_lease() return valuesChuck Lever1-2/+10
2022-04-08f2fs: fix to do sanity check on curseg->alloc_typeChao Yu1-0/+7
2022-04-08ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o1-0/+25
2022-04-08ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commitRitesh Harjani1-55/+76
2022-04-08ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bbRitesh Harjani1-7/+12
2022-04-08fs/binfmt_elf: Fix AT_PHDR for unusual ELF filesAkira Kawata1-6/+18
2022-04-08fs: fix fd table size alignment properlyLinus Torvalds1-2/+1
2022-04-08fs: fd tables have to be multiples of BITS_PER_LONGLinus Torvalds1-0/+30
2022-04-08NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust3-18/+22
2022-04-08NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorOlga Kornievskaia1-0/+1
2022-04-08jfs: fix divide error in dbNextAGPavel Skripkin1-0/+7
2022-04-08NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov1-4/+0
2022-04-08NFS: Return valid errors from nfs2/3_decode_dirent()Trond Myklebust2-16/+7
2022-04-08NFS: Use of mapping_set_error() results in spurious errorsTrond Myklebust1-1/+4
2022-04-08ext2: correct max file size computingZhang Yi1-1/+5
2022-04-08f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang2-2/+5
2022-04-08f2fs: compress: remove unneeded read when rewrite whole clusterFengnan Chang1-0/+3
2022-04-08btrfs: fix unexpected error path when reflinking an inline extentFilipe Manana1-2/+5
2022-04-08f2fs: fix to avoid potential deadlockChao Yu2-2/+10
2022-04-08nfsd: more robust allocation failure handling in nfsd_file_cache_initAmir Goldstein1-3/+3
2022-04-08f2fs: fix missing free nid in f2fs_handle_failed_inodeJaegeuk Kim1-0/+1
2022-04-08f2fs: fix to enable ATGC correctly via gc_idle sysfs interfaceChao Yu1-1/+1
2022-04-08io_uring: terminate manual loop iterator loop correctly for non-vecsJens Axboe1-2/+4
2022-04-08exec: Force single empty string when argv is emptyKees Cook1-1/+25
2022-04-08pstore: Don't use semaphores in always-atomic-context codeJann Horn1-20/+18
2022-04-08ext4: fix fs corruption when tring to remove a non-empty directory with IO errorYe Bin2-10/+9
2022-04-08coredump: Also dump first pages of non-executable ELF librariesJann Horn1-5/+34
2022-04-08cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara1-59/+65
2022-04-08cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara1-6/+10
2022-04-08jffs2: fix memory leak in jffs2_scan_mediumBaokun Li1-2/+4
2022-04-08jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li1-1/+3
2022-04-08jffs2: fix use-after-free in jffs2_clear_xattr_subsystemBaokun Li1-1/+1
2022-04-08f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu1-3/+5
2022-04-08f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park1-3/+3