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