summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-01-26ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTIONEric Biggers1-0/+1
2024-01-26ksmbd: only v2 leases handle the directoryNamjae Jeon1-0/+6
2024-01-26ksmbd: fix UAF issue in ksmbd_tcp_new_connection()Namjae Jeon4-18/+13
2024-01-26ksmbd: validate mech token in session setupNamjae Jeon3-5/+23
2024-01-26Revert "kernfs: convert kernfs_idr_lock to an irq safe raw spinlock"Tejun Heo1-13/+10
2024-01-26kernfs: convert kernfs_idr_lock to an irq safe raw spinlockAndrea Righi1-10/+13
2024-01-26ksmbd: validate the zero field of packet headerLi Nan1-1/+5
2024-01-26f2fs: fix to check return value of f2fs_recover_xattr_dataZhiguo Niu2-7/+10
2024-01-26f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu1-1/+1
2024-01-26f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu1-0/+5
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