summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-12-13ubifs: Pass node length in all node dumping callersZhihao Cheng
2020-12-13Revert "ubifs: Fix out-of-bounds memory access caused by abnormal value of no...Zhihao Cheng
2020-12-13ubifs: Limit dumping length by size of memory which is allocated for the nodeZhihao Cheng
2020-12-13ubifs: Remove the redundant return in dbg_check_nondata_nodes_orderChengsong Ke
2020-12-13jffs2: Fix NULL pointer dereference in rp_size fs option parsingJamie Iles
2020-12-13ubifs: Fixed print foramt mismatch in ubifsFangping Liang
2020-12-13jffs2: remove trailing semicolon in macro definitionTom Rix
2020-12-13ubifs: Fix error return code in ubifs_init_authentication()Wang ShaoBo
2020-12-13ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger
2020-12-13ubifs: Fix the printing type of c->big_lptChengsong Ke
2020-12-13jffs2: Allow setting rp_size to zero during remountinglizhe
2020-12-13jffs2: Fix ignoring mounting options problem during remountinglizhe
2020-12-13jffs2: Fix GC exit abnormallyZhe Li
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu
2020-12-13jffs2: Fix if/else empty body warningsRandy Dunlap
2020-12-13ubifs: Delete duplicated words + other fixesRandy Dunlap
2020-12-12fs/xfs: convert comma to semicolonZheng Yongjun
2020-12-12xfs: open code updating i_mode in xfs_set_aclChristoph Hellwig
2020-12-12xfs: remove xfs_vn_setattr_nonsizeChristoph Hellwig
2020-12-12xfs: kill ialloced in xfs_dialloc()Gao Xiang
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsDave Chinner
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner
2020-12-12xfs: introduce xfs_dialloc_roll()Dave Chinner
2020-12-12xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang
2020-12-12Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-12io_uring: remove 'twa_signal_ok' deadlock work-aroundJens Axboe
2020-12-12io_uring: JOBCTL_TASK_WORK is no longer used by task_workJens Axboe
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-11Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-12-11proc: use untagged_addr() for pagemap_read addressesMiles Chen
2020-12-11fsnotify: fix events reported to watching parent and childAmir Goldstein
2020-12-10Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-12-10Make sure that make_create_in_sticky() never sees uninitialized value of dir_...Al Viro
2020-12-10fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is setHao Li
2020-12-10fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li
2020-12-10fs/namespace.c: WARN if mnt_count has become negativeEric Biggers
2020-12-10NFS: Disable READ_PLUS by defaultAnna Schumaker
2020-12-10NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo
2020-12-10NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman
2020-12-10exec: Move io_uring_task_cancel after the point of no returnEric W. Biederman
2020-12-10coredump: Document coredump code exclusively used by cell spufsEric W. Biederman
2020-12-10file: Remove get_files_structEric W. Biederman
2020-12-10file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman
2020-12-10file: Replace ksys_close with close_fdEric W. Biederman
2020-12-10file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman
2020-12-10file: Merge __alloc_fd into alloc_fdEric W. Biederman
2020-12-10file: In f_dupfd read RLIMIT_NOFILE once.Eric W. Biederman
2020-12-10file: Merge __fd_install into fd_installEric W. Biederman