aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-13ubifs: Pass node length in all node dumping callersZhihao Cheng15-52/+54
2020-12-13Revert "ubifs: Fix out-of-bounds memory access caused by abnormal value of no...Zhihao Cheng1-14/+2
2020-12-13ubifs: Limit dumping length by size of memory which is allocated for the nodeZhihao Cheng2-14/+52
2020-12-13ubifs: Remove the redundant return in dbg_check_nondata_nodes_orderChengsong Ke1-1/+0
2020-12-13jffs2: Fix NULL pointer dereference in rp_size fs option parsingJamie Iles1-5/+5
2020-12-13ubifs: Fixed print foramt mismatch in ubifsFangping Liang1-1/+1
2020-12-13jffs2: remove trailing semicolon in macro definitionTom Rix1-2/+2
2020-12-13ubifs: Fix error return code in ubifs_init_authentication()Wang ShaoBo1-1/+3
2020-12-13ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger1-2/+11
2020-12-13ubifs: Fix the printing type of c->big_lptChengsong Ke2-3/+3
2020-12-13jffs2: Allow setting rp_size to zero during remountinglizhe2-2/+6
2020-12-13jffs2: Fix ignoring mounting options problem during remountinglizhe1-0/+17
2020-12-13jffs2: Fix GC exit abnormallyZhe Li1-0/+16
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu4-10/+4
2020-12-13jffs2: Fix if/else empty body warningsRandy Dunlap1-11/+12
2020-12-13ubifs: Delete duplicated words + other fixesRandy Dunlap7-8/+7
2020-12-12fs/xfs: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-12xfs: open code updating i_mode in xfs_set_aclChristoph Hellwig3-31/+27
2020-12-12xfs: remove xfs_vn_setattr_nonsizeChristoph Hellwig2-20/+7
2020-12-12xfs: kill ialloced in xfs_dialloc()Gao Xiang1-13/+9
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsDave Chinner3-37/+48
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner3-94/+24
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner3-161/+86
2020-12-12xfs: introduce xfs_dialloc_roll()Dave Chinner3-30/+41
2020-12-12xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang1-4/+4
2020-12-12Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+11
2020-12-12io_uring: remove 'twa_signal_ok' deadlock work-aroundJens Axboe1-15/+6
2020-12-12io_uring: JOBCTL_TASK_WORK is no longer used by task_workJens Axboe1-7/+2
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-104/+162
2020-12-11Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+8
2020-12-11proc: use untagged_addr() for pagemap_read addressesMiles Chen1-2/+6
2020-12-11fsnotify: fix events reported to watching parent and childAmir Goldstein2-37/+54
2020-12-10Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-26/+72
2020-12-10Make sure that make_create_in_sticky() never sees uninitialized value of dir_...Al Viro1-1/+3
2020-12-10fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is setHao Li1-1/+8
2020-12-10fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li1-1/+3
2020-12-10fs/namespace.c: WARN if mnt_count has become negativeEric Biggers2-4/+7
2020-12-10NFS: Disable READ_PLUS by defaultAnna Schumaker2-1/+10
2020-12-10NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo1-1/+1
2020-12-10NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever2-9/+13
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2-11/+11
2020-12-10exec: Move io_uring_task_cancel after the point of no returnEric W. Biederman1-5/+5
2020-12-10coredump: Document coredump code exclusively used by cell spufsEric W. Biederman2-0/+3
2020-12-10file: Remove get_files_structEric W. Biederman1-13/+0
2020-12-10file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman2-3/+3
2020-12-10file: Replace ksys_close with close_fdEric W. Biederman1-2/+3
2020-12-10file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman2-7/+5
2020-12-10file: Merge __alloc_fd into alloc_fdEric W. Biederman1-8/+3
2020-12-10file: In f_dupfd read RLIMIT_NOFILE once.Eric W. Biederman1-4/+5
2020-12-10file: Merge __fd_install into fd_installEric W. Biederman1-19/+6