summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* pNFS: Fix the pnfs block driver's calculation of layoutget sizeTrond Myklebust2024-01-254-7/+8
* NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICTTrond Myklebust2024-01-251-0/+3
* NFS: Use parent's objective cred in nfs_access_login_time()Scott Mayhew2024-01-251-1/+1
* blocklayoutdriver: Fix reference leak of pnfs_device_nodeBenjamin Coddington2024-01-251-0/+2
* dlm: fix format seq ops type 4Alexander Aring2024-01-251-1/+1
* gfs2: fix kernel BUG in gfs2_quota_cleanupEdward Adam Davis2024-01-251-1/+2
* gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dumpOsama Muhammad2024-01-251-1/+1
* fs: indicate request originates from old mount APIChristian Brauner2024-01-251-0/+11
* erofs: fix memory leak on short-lived bounced pagesGao Xiang2024-01-251-3/+2
* pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()Sergey Shtylyov2024-01-251-1/+1
* efivarfs: Free s_fs_info on unmountArd Biesheuvel2024-01-251-0/+3
* efivarfs: force RO when remounting if SetVariable is not supportedIlias Apalodimas2024-01-251-0/+12
* ksmbd: free ppace array on error in parse_daclFedor Pchelkin2024-01-201-4/+7
* ksmbd: don't allow O_TRUNC open on read-only shareNamjae Jeon2024-01-201-14/+9
* smb: client: fix potential OOB in smb2_dump_detail()Paulo Alcantara2024-01-202-17/+19
* jbd2: fix soft lockup in journal_finish_inode_data_buffers()Ye Bin2024-01-201-0/+1
* jbd2: increase the journal IO's priorityZhang Yi2024-01-202-13/+16
* jbd2: correct the printing of write_flags in jbd2_write_superblock()Zhang Yi2024-01-201-1/+3
* smb: client, common: fix fortify warningsDmitry Antipov2024-01-205-31/+40
* debugfs: fix automount d_fsdata usageJohannes Berg2024-01-203-9/+36
* f2fs: explicitly null-terminate the xattr listEric Biggers2024-01-201-0/+6
* nfsd: drop the nfsd_put helperJeff Layton2024-01-152-21/+17
* mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)2024-01-101-12/+12
* cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N2024-01-102-11/+17
* cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N2024-01-102-3/+11
* ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon2024-01-051-3/+12
* fs: cifs: Fix atime update checkZizhi Wo2024-01-051-1/+1
* client: convert to new timestamp accessorsJeff Layton2024-01-054-22/+25
* fs: new accessor methods for atime and mtimeJeff Layton2024-01-051-11/+30
* ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()Namjae Jeon2024-01-051-5/+5
* ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon2024-01-054-2/+48
* ksmbd: send v2 lease break notification for directoryNamjae Jeon2024-01-056-6/+77
* ksmbd: downgrade RWH lease caching state to RH for directoryNamjae Jeon2024-01-053-7/+12
* ksmbd: set v2 lease capabilityNamjae Jeon2024-01-052-7/+6
* ksmbd: set epoch in create context v2 leaseNamjae Jeon2024-01-052-1/+5
* ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on errorNamjae Jeon2024-01-051-1/+0
* ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncIdNamjae Jeon2024-01-051-5/+2
* ksmbd: release interim response after sending status pending responseNamjae Jeon2024-01-052-1/+5
* ksmbd: move oplock handling after unlock parent dirNamjae Jeon2024-01-051-56/+65
* ksmbd: separately allocate ci per dentryNamjae Jeon2024-01-054-25/+18
* ksmbd: prevent memory leak on error returnZongmin Zhou2024-01-051-2/+5
* ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon2024-01-051-3/+4
* ksmbd: no need to wait for binded connection termination at logoffNamjae Jeon2024-01-051-16/+0
* ksmbd: add support for surrogate pair conversionNamjae Jeon2024-01-051-49/+138
* ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...Kangjing Huang2024-01-051-10/+30
* ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Namjae Jeon2024-01-051-1/+1
* ksmbd: reorganize ksmbd_iov_pin_rsp()Namjae Jeon2024-01-051-21/+22
* ksmbd: Remove unused field in ksmbd_user structCheng-Han Wu2024-01-051-1/+0
* smb: client: fix OOB in smbCalcSize()Paulo Alcantara2024-01-011-0/+4
* smb: client: fix OOB in SMB2_query_info_init()Paulo Alcantara2024-01-011-7/+22