summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-01-25ksmbd: only v2 leases handle the directoryNamjae Jeon1-0/+6
2024-01-25ksmbd: fix UAF issue in ksmbd_tcp_new_connection()Namjae Jeon4-18/+13
2024-01-25ksmbd: validate mech token in session setupNamjae Jeon3-5/+23
2024-01-25ksmbd: validate the zero field of packet headerLi Nan1-1/+5
2024-01-25f2fs: fix to check return value of f2fs_recover_xattr_dataZhiguo Niu2-7/+10
2024-01-25f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu1-1/+1
2024-01-25f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu1-0/+5
2024-01-25f2fs: fix to wait on block writeback for post_read caseChao Yu1-3/+4
2024-01-25f2fs: fix to avoid dirent corruptionChao Yu1-1/+1
2024-01-25pNFS: Fix the pnfs block driver's calculation of layoutget sizeTrond Myklebust4-7/+8
2024-01-25NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICTTrond Myklebust1-0/+3
2024-01-25blocklayoutdriver: Fix reference leak of pnfs_device_nodeBenjamin Coddington1-0/+2
2024-01-25gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dumpOsama Muhammad1-1/+1
2024-01-25fs: indicate request originates from old mount APIChristian Brauner1-0/+11
2024-01-25erofs: fix memory leak on short-lived bounced pagesGao Xiang1-3/+2
2024-01-25pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()Sergey Shtylyov1-1/+1
2024-01-25efivarfs: Free s_fs_info on unmountArd Biesheuvel1-0/+3
2024-01-25efivarfs: force RO when remounting if SetVariable is not supportedIlias Apalodimas1-0/+12
2024-01-20ksmbd: free ppace array on error in parse_daclFedor Pchelkin1-4/+7
2024-01-20ksmbd: don't allow O_TRUNC open on read-only shareNamjae Jeon1-14/+9
2024-01-20smb: client: fix potential OOB in smb2_dump_detail()Paulo Alcantara2-17/+19
2024-01-20jbd2: fix soft lockup in journal_finish_inode_data_buffers()Ye Bin1-0/+1
2024-01-20jbd2: increase the journal IO's priorityZhang Yi2-13/+16
2024-01-20jbd2: correct the printing of write_flags in jbd2_write_superblock()Zhang Yi1-1/+3
2024-01-20smb: client, common: fix fortify warningsDmitry Antipov5-31/+40
2024-01-20debugfs: fix automount d_fsdata usageJohannes Berg3-9/+36
2024-01-20f2fs: explicitly null-terminate the xattr listEric Biggers1-0/+6
2024-01-15cifs: fix flushing folio regression for 6.1 backportSteve French1-1/+1
2024-01-15Revert "nfsd: separate nfsd_last_thread() from nfsd_put()"Greg Kroah-Hartman2-25/+34
2024-01-15Revert "nfsd: call nfsd_last_thread() before final nfsd_put()"Greg Kroah-Hartman3-9/+3
2024-01-10smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook8-46/+48
2024-01-10f2fs: compress: fix to assign compress_level for lz4 correctlyChao Yu1-1/+1
2024-01-10btrfs: mark the len field in struct btrfs_ordered_sum as unsignedChristoph Hellwig2-2/+2
2024-01-10btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov6-25/+31
2024-01-10smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara1-1/+1
2024-01-10filemap: add a per-mapping stable writes flagChristoph Hellwig1-0/+2
2024-01-10mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells6-0/+13
2024-01-10mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells2-10/+5
2024-01-10ext4: convert move_extent_per_page() to use foliosVishal Moola (Oracle)1-21/+31
2024-01-10f2fs: set the default compress_level on ioctlJaegeuk Kim1-0/+9
2024-01-10f2fs: assign default compression levelJaegeuk Kim3-7/+10
2024-01-10f2fs: convert to use bitmap APIYangtao Li10-46/+44
2024-01-10f2fs: clean up i_compress_flag and i_compress_level usageChao Yu3-12/+19
2024-01-10splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells1-1/+30
2024-01-10cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N2-11/+17
2024-01-10cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N2-3/+11
2024-01-05NFSD: fix possible oops when nfsd/pool_stats is closed.NeilBrown1-2/+3
2024-01-05ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-3/+12
2024-01-05nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown3-3/+9
2024-01-05nfsd: separate nfsd_last_thread() from nfsd_put()NeilBrown2-34/+25