summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-05-31NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington
2022-05-31cifs: remove repeated debug message on cifs_put_smb_ses()Enzo Matsumiya
2022-05-31erofs: fix 'backmost' member of z_erofs_decompress_frontendWeizhao Ouyang
2022-05-31erofs: simplify z_erofs_pcluster_readmore()Gao Xiang
2022-05-31erofs: get rid of label `restart_now'Gao Xiang
2022-05-31erofs: get rid of `struct z_erofs_collection'Gao Xiang
2022-05-31fs/ntfs3: Fix invalid free in log_replayNamjae Jeon
2022-05-31Merge tag 'v5.18'Konstantin Komarov
2022-05-31io_uring: let IORING_OP_FILES_UPDATE support choosing fixed file slotsXiaoguang Wang
2022-05-31io_uring: defer alloc_hint update to io_file_bitmap_set()Xiaoguang Wang
2022-05-31io_uring: ensure fput() called correspondingly when direct install failsXiaoguang Wang
2022-05-31io_uring: wire up allocated direct descriptors for socketJens Axboe
2022-05-31io_uring: fix a memory leak of buffer group list on exitJens Axboe
2022-05-31io_uring: move shutdown under the general net sectionJens Axboe
2022-05-31io_uring: unify calling convention for async prep handlingJens Axboe
2022-05-31io_uring: add io_op_defs 'def' pointer in req init and issueJens Axboe
2022-05-30cifs: fix potential double free during failed mountRonnie Sahlberg
2022-05-30Merge tag 'ovl-update-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-30Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-30Merge branch 'guilt/xfs-5.19-larp-cleanups' into xfs-5.19-for-nextxfs-5.19-for-linus-2Dave Chinner
2022-05-30Merge branch 'guilt/xfs-5.19-recovery-buf-cancel' into xfs-5.19-for-nextDave Chinner
2022-05-30xfs: fix xfs_ifree() error handling to not leak perag refBrian Foster
2022-05-29erofs: fix crash when enable tracepoint cachefiles_prep_readXin Yin
2022-05-29erofs: leave compressed inodes unsupported in fscache mode for nowJeffle Xu
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-05-27ksmbd: smbd: relax the count of sges requiredHyunchul Lee
2022-05-27Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/...Linus Torvalds
2022-05-27Merge tag 'jfs-5.19' of https://github.com/kleikamp/linux-shaggyLinus Torvalds
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-27f2fs: fix to tag gcing flag on page during file defragmentChao Yu
2022-05-27f2fs: replace F2FS_I(inode) and sbi by the local variableYufen Yu
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-27pipe: Fix missing lock in pipe_resize_ring()David Howells
2022-05-27smb3: remove unneeded null check in cifs_readdirSteve French
2022-05-27ubifs: Use NULL instead of using plain integer as pointerHaowen Bai
2022-05-27ubifs: Simplify the return expression of run_gc()Minghao Chi
2022-05-27jffs2: fix memory leak in jffs2_do_fill_superBaokun Li
2022-05-27jffs2: Use kzalloc instead of kmalloc/memsetHaowen Bai
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-05-26Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-05-27xfs: move xfs_attr_use_log_assist usage out of libxfsDarrick J. Wong
2022-05-27xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong
2022-05-27xfs: warn about LARP once per mountDarrick J. Wong
2022-05-27xfs: implement per-mount warnings for scrub and shrink usageDarrick J. Wong
2022-05-27xfs: don't log every time we clear the log incompat flagsDarrick J. Wong
2022-05-27xfs: convert buf_cancel_table allocation to kmalloc_arrayDarrick J. Wong
2022-05-27xfs: don't leak xfs_buf_cancel structures when recovery failsDarrick J. Wong
2022-05-27xfs: refactor buffer cancellation table allocationDarrick J. Wong
2022-05-27xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong
2022-05-27xfs: purge dquots after inode walk fails during quotacheckDarrick J. Wong