summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-01-26f2fs: fix to wait on block writeback for post_read caseChao Yu1-3/+4
2024-01-26f2fs: fix to avoid dirent corruptionChao Yu1-1/+1
2024-01-26pNFS: Fix the pnfs block driver's calculation of layoutget sizeTrond Myklebust4-7/+8
2024-01-26NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICTTrond Myklebust1-0/+3
2024-01-26NFS: Use parent's objective cred in nfs_access_login_time()Scott Mayhew1-1/+1
2024-01-26blocklayoutdriver: Fix reference leak of pnfs_device_nodeBenjamin Coddington1-0/+2
2024-01-26dlm: fix format seq ops type 4Alexander Aring1-1/+1
2024-01-26gfs2: fix kernel BUG in gfs2_quota_cleanupEdward Adam Davis1-1/+2
2024-01-26gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dumpOsama Muhammad1-1/+1
2024-01-26fs: indicate request originates from old mount APIChristian Brauner1-0/+11
2024-01-26erofs: fix memory leak on short-lived bounced pagesGao Xiang1-3/+2
2024-01-26pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()Sergey Shtylyov1-1/+1
2024-01-26efivarfs: Free s_fs_info on unmountArd Biesheuvel1-0/+3
2024-01-26efivarfs: 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-15nfsd: drop the nfsd_put helperJeff Layton2-21/+17
2024-01-10mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)1-12/+12
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-05ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-3/+12
2024-01-05fs: cifs: Fix atime update checkZizhi Wo1-1/+1
2024-01-05client: convert to new timestamp accessorsJeff Layton4-22/+25
2024-01-05fs: new accessor methods for atime and mtimeJeff Layton1-11/+30
2024-01-05ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()Namjae Jeon1-5/+5
2024-01-05ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon4-2/+48
2024-01-05ksmbd: send v2 lease break notification for directoryNamjae Jeon6-6/+77
2024-01-05ksmbd: downgrade RWH lease caching state to RH for directoryNamjae Jeon3-7/+12
2024-01-05ksmbd: set v2 lease capabilityNamjae Jeon2-7/+6
2024-01-05ksmbd: set epoch in create context v2 leaseNamjae Jeon2-1/+5
2024-01-05ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on errorNamjae Jeon1-1/+0
2024-01-05ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncIdNamjae Jeon1-5/+2
2024-01-05ksmbd: release interim response after sending status pending responseNamjae Jeon2-1/+5
2024-01-05ksmbd: move oplock handling after unlock parent dirNamjae Jeon1-56/+65
2024-01-05ksmbd: separately allocate ci per dentryNamjae Jeon4-25/+18
2024-01-05ksmbd: prevent memory leak on error returnZongmin Zhou1-2/+5
2024-01-05ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon1-3/+4
2024-01-05ksmbd: no need to wait for binded connection termination at logoffNamjae Jeon1-16/+0
2024-01-05ksmbd: add support for surrogate pair conversionNamjae Jeon1-49/+138
2024-01-05ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...Kangjing Huang1-10/+30
2024-01-05ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Namjae Jeon1-1/+1
2024-01-05ksmbd: reorganize ksmbd_iov_pin_rsp()Namjae Jeon1-21/+22
2024-01-05ksmbd: Remove unused field in ksmbd_user structCheng-Han Wu1-1/+0