summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-07-17btrfs: fix assertion when building free space treeFilipe Manana1-4/+12
2025-07-17erofs: fix to add missing tracepoint in erofs_readahead()Chao Yu1-0/+3
2025-07-17erofs: refine readahead tracepointGao Xiang2-4/+3
2025-07-17erofs: fix large fragment handlingGao Xiang3-7/+8
2025-07-17erofs: address D-cache aliasingGao Xiang5-19/+21
2025-07-17erofs: fix to add missing tracepoint in erofs_read_folio()Chao Yu1-0/+2
2025-07-17ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()Al Viro1-0/+1
2025-07-17smb: server: make use of rdma_destroy_qp()Stefan Metzmacher1-2/+3
2025-07-17mm: fix the inaccurate memory statistics issue for usersBaolin Wang1-7/+7
2025-07-17fix proc_sys_compare() handling of in-lookup dentriesAl Viro2-8/+12
2025-07-17eventpoll: don't decrement ep refcount while still holding the ep mutexLinus Torvalds1-7/+5
2025-07-10cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N3-7/+8
2025-07-10smb: client: fix readdir returning wrong type with POSIX extensionsPhilipp Kerling1-1/+1
2025-07-10netfs: Fix double put of requestDavid Howells1-2/+7
2025-07-10smb: client: fix native SMB symlink traversalPaulo Alcantara2-19/+20
2025-07-10smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong2-3/+5
2025-07-10netfs: Fix i_size updatingDavid Howells2-2/+8
2025-07-10smb: client: set missing retry flag in cifs_writev_callback()Paulo Alcantara1-0/+1
2025-07-10smb: client: set missing retry flag in cifs_readv_callback()Paulo Alcantara1-0/+1
2025-07-10smb: client: set missing retry flag in smb2_writev_callback()Paulo Alcantara1-0/+1
2025-07-10netfs: Fix ref leak on inserted extra subreq in write retryDavid Howells1-1/+1
2025-07-10netfs: Fix looping in wait functionsDavid Howells1-4/+11
2025-07-10netfs: Fix hang due to missing case in final DIO read result collectionDavid Howells1-2/+4
2025-07-10smb: client: fix warning when reconnecting channelPaulo Alcantara2-6/+5
2025-07-10btrfs: use btrfs_record_snapshot_destroy() during rmdirFilipe Manana1-1/+1
2025-07-10btrfs: propagate last_unlink_trans earlier when doing a rmdirFilipe Manana1-18/+18
2025-07-10btrfs: record new subvolume in parent dir earlier to avoid dir logging racesFilipe Manana2-2/+4
2025-07-10btrfs: fix inode lookup error handling during log replayFilipe Manana1-65/+62
2025-07-10btrfs: fix iteration of extrefs during log replayFilipe Manana1-2/+2
2025-07-10btrfs: fix missing error handling when searching for inode refs during log re...Filipe Manana1-1/+3
2025-07-10btrfs: fix failure to rebuild free space tree using multiple transactionsFilipe Manana2-0/+42
2025-07-10NFSv4/flexfiles: Fix handling of NFS level errors in I/OTrond Myklebust1-34/+84
2025-07-10flexfiles/pNFS: update stats on NFS4ERR_DELAY for v4.1 DSesTigran Mkrtchyan1-0/+2
2025-07-10NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAINBenjamin Coddington1-1/+3
2025-07-10nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails.Kuniyuki Iwashima1-3/+14
2025-07-10fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg1-5/+18
2025-07-10anon_inode: rework assertionsChristian Brauner3-8/+11
2025-07-10xfs: actually use the xfs_growfs_check_rtgeom tracepointDarrick J. Wong1-0/+2
2025-07-06f2fs: fix to zero post-eof pageChao Yu1-0/+38
2025-07-06btrfs: fix invalid inode pointer dereferences during log replayFilipe Manana1-8/+6
2025-07-06btrfs: update superblock's device bytes_used when dropping chunkMark Harmstone1-0/+6
2025-07-06btrfs: fix a race between renames and directory loggingFilipe Manana1-17/+64
2025-07-06smb: client: fix potential deadlock when reconnecting channelsPaulo Alcantara2-22/+37
2025-07-06userns and mnt_idmap leak in open_tree_attr(2)Al Viro1-7/+3
2025-07-06attach_recursive_mnt(): do not lock the covering tree when sliding something ...Al Viro1-4/+4
2025-07-06fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folioDavid Hildenbrand1-1/+1
2025-07-06smb: client: fix regression with native SMB symlinksPaulo Alcantara1-16/+4
2025-07-06smb: client: remove \t from TP_printk statementsStefan Metzmacher1-12/+12
2025-07-06fuse: fix runtime warning on truncate_folio_batch_exceptionals()Haiyue Wang1-0/+4
2025-07-06f2fs: don't over-report free space or inodes in statvfsChao Yu1-12/+18