summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-01-25erofs: fix inconsistent per-file compression formatGao Xiang
2024-01-25erofs: simplify compression configuration parserGao Xiang
2024-01-25ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTIONEric Biggers
2024-01-25ksmbd: only v2 leases handle the directoryNamjae Jeon
2024-01-25ksmbd: fix UAF issue in ksmbd_tcp_new_connection()Namjae Jeon
2024-01-25ksmbd: validate mech token in session setupNamjae Jeon
2024-01-25Revert "kernfs: convert kernfs_idr_lock to an irq safe raw spinlock"Tejun Heo
2024-01-25kernfs: convert kernfs_idr_lock to an irq safe raw spinlockAndrea Righi
2024-01-25ksmbd: validate the zero field of packet headerLi Nan
2024-01-25f2fs: fix to check return value of f2fs_recover_xattr_dataZhiguo Niu
2024-01-25f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu
2024-01-25f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu
2024-01-25f2fs: fix to wait on block writeback for post_read caseChao Yu
2024-01-25f2fs: fix to avoid dirent corruptionChao Yu
2024-01-25pNFS: Fix the pnfs block driver's calculation of layoutget sizeTrond Myklebust
2024-01-25NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICTTrond Myklebust
2024-01-25NFS: Use parent's objective cred in nfs_access_login_time()Scott Mayhew
2024-01-25blocklayoutdriver: Fix reference leak of pnfs_device_nodeBenjamin Coddington
2024-01-25dlm: fix format seq ops type 4Alexander Aring
2024-01-25gfs2: fix kernel BUG in gfs2_quota_cleanupEdward Adam Davis
2024-01-25gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dumpOsama Muhammad
2024-01-25fs: indicate request originates from old mount APIChristian Brauner
2024-01-25erofs: fix memory leak on short-lived bounced pagesGao Xiang
2024-01-25pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()Sergey Shtylyov
2024-01-25efivarfs: Free s_fs_info on unmountArd Biesheuvel
2024-01-25efivarfs: force RO when remounting if SetVariable is not supportedIlias Apalodimas
2024-01-20ksmbd: free ppace array on error in parse_daclFedor Pchelkin
2024-01-20ksmbd: don't allow O_TRUNC open on read-only shareNamjae Jeon
2024-01-20smb: client: fix potential OOB in smb2_dump_detail()Paulo Alcantara
2024-01-20jbd2: fix soft lockup in journal_finish_inode_data_buffers()Ye Bin
2024-01-20jbd2: increase the journal IO's priorityZhang Yi
2024-01-20jbd2: correct the printing of write_flags in jbd2_write_superblock()Zhang Yi
2024-01-20smb: client, common: fix fortify warningsDmitry Antipov
2024-01-20debugfs: fix automount d_fsdata usageJohannes Berg
2024-01-20f2fs: explicitly null-terminate the xattr listEric Biggers
2024-01-15nfsd: drop the nfsd_put helperJeff Layton
2024-01-10mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)
2024-01-10cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N
2024-01-10cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N
2024-01-05ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon
2024-01-05fs: cifs: Fix atime update checkZizhi Wo
2024-01-05client: convert to new timestamp accessorsJeff Layton
2024-01-05fs: new accessor methods for atime and mtimeJeff Layton
2024-01-05ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()Namjae Jeon
2024-01-05ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon
2024-01-05ksmbd: send v2 lease break notification for directoryNamjae Jeon
2024-01-05ksmbd: downgrade RWH lease caching state to RH for directoryNamjae Jeon
2024-01-05ksmbd: set v2 lease capabilityNamjae Jeon
2024-01-05ksmbd: set epoch in create context v2 leaseNamjae Jeon
2024-01-05ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on errorNamjae Jeon