summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-05-30Merge branch 'guilt/xfs-5.19-larp-cleanups' into xfs-5.19-for-nextDave 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
2022-05-27xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner
2022-05-27xfs: don't assert fail on perag references on teardownDave Chinner
2022-05-27xfs: avoid unnecessary runtime sibling pointer endian conversionsDave Chinner
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-26NFSD: nfsd_file_put() can sleepChuck Lever
2022-05-26NFSD: Add documenting comment for nfsd4_release_lockowner()Chuck Lever
2022-05-26NFSD: Modernize nfsd4_release_lockowner()Chuck Lever
2022-05-26NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever
2022-05-25Merge tag 'xfs-5.19-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-05-25Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-25Merge tag 'fs_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-25Merge tag 'size_t-saturating-helpers-5.19-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds
2022-05-25ocfs2: dlmfs: fix error handling of user_dlm_destroy_lockJunxiao Bi via Ocfs2-devel
2022-05-25ocfs2: dlmfs: don't clear USER_LOCK_ATTACHED when destroying lockJunxiao Bi
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-25ceph: fix decoding of client session messages flagsLuís Henriques
2022-05-25ceph: switch TASK_INTERRUPTIBLE to TASK_KILLABLEXiubo Li
2022-05-25ceph: remove redundant variable inoColin Ian King