summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-08-01ext4: correct the error handle in ext4_fallocate()Zhang Yi1-1/+1
2025-08-01ext4: fix incorrect punch max_endZhang Yi1-3/+9
2025-08-01ext4: move out common parts into ext4_fallocate()Zhang Yi2-104/+45
2025-08-01ext4: move out inode_lock into ext4_fallocate()Zhang Yi2-70/+33
2025-08-01ext4: factor out ext4_do_fallocate()Zhang Yi1-65/+60
2025-08-01ext4: refactor ext4_insert_range()Zhang Yi1-53/+48
2025-08-01ext4: refactor ext4_collapse_range()Zhang Yi1-55/+48
2025-08-01ext4: refactor ext4_zero_range()Zhang Yi1-85/+57
2025-08-01ext4: refactor ext4_punch_hole()Zhang Yi2-66/+55
2025-08-01ext4: don't explicit update times in ext4_fallocate()Zhang Yi2-6/+0
2025-08-01erofs: fix large fragment handlingGao Xiang3-6/+7
2025-08-01erofs: clean up header parsing for ztailpacking and fragmentsGao Xiang1-25/+14
2025-08-01erofs: simplify tail inline pcluster handlingGao Xiang2-17/+12
2025-08-01erofs: use Z_EROFS_LCLUSTER_TYPE_MAX to simplify switchesHongzhen Luo1-39/+24
2025-08-01erofs: refine z_erofs_get_extent_compressedlen()Gao Xiang1-20/+16
2025-08-01erofs: simplify z_erofs_load_compact_lcluster()Gao Xiang1-53/+36
2025-08-01jfs: reject on-disk inodes of an unsupported typeDmitry Antipov1-2/+11
2025-08-01nilfs2: reject invalid file types when reading inodesRyusuke Konishi1-1/+8
2025-07-24smb: client: let smbd_post_send_iter() respect the peers max_send_size and tr...Stefan Metzmacher1-4/+27
2025-07-24btrfs: fix block group refcount race in btrfs_create_pending_block_groups()Boris Burkov1-0/+3
2025-07-24clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right usernsAl Viro1-0/+5
2025-07-24efivarfs: Fix memory leak of efivarfs_fs_info in fs_context error pathsBreno Leitao1-0/+6
2025-07-24fix a leak in fcntl_dirnotify()Al Viro1-4/+4
2025-07-24smb: client: fix use-after-free in cifs_oplock_breakWang Zhaolong1-1/+9
2025-07-24cachefiles: Fix the incorrect return value in __cachefiles_write()Zizhi Wo2-5/+1
2025-07-24smb: client: fix use-after-free in crypt_message when using async cryptoWang Zhaolong1-1/+6
2025-07-24isofs: Verify inode mode when loading from diskJan Kara1-1/+8
2025-07-17ksmbd: fix potential use-after-free in oplock/lease break ackNamjae Jeon1-20/+9
2025-07-17erofs: fix rare pcluster memory leak after unmountingGao Xiang1-3/+4
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: tidy up zdata.cGao Xiang1-68/+43
2025-07-17erofs: get rid of `z_erofs_next_pcluster_t`Gao Xiang1-51/+29
2025-07-17erofs: free pclusters if no cached folio is attachedChunhai Guo1-19/+38
2025-07-17netfs: Fix ref leak on inserted extra subreq in write retryDavid Howells1-1/+1
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-10NFSv4/flexfiles: Fix handling of NFS level errors in I/OTrond Myklebust1-34/+87
2025-07-10fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg1-5/+18
2025-07-10add a string-to-qstr constructorAl Viro7-12/+6
2025-07-10netfs: Fix oops in write-retry from mis-resetting the subreq iteratorDavid Howells1-2/+3
2025-07-10f2fs: zone: fix to calculate first_zoned_segno correctlyChao Yu4-20/+69