summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-02-01erofs: fix lz4 inplace decompressionGao Xiang1-15/+16
2024-02-01btrfs: sysfs: validate scrub_speed_max valueDavid Disseldorp1-0/+4
2024-02-01ext4: allow for the last group to be marked as trimmedSuraj Jitindar Singh1-5/+10
2024-02-01cifs: update iface_last_update on each query-and-updateShyam Prasad N1-1/+3
2024-02-01cifs: handle servers that still advertise multichannel after disablingShyam Prasad N2-46/+69
2024-02-01cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N2-18/+19
2024-02-01Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N2-34/+16
2024-02-01cifs: handle when server stops supporting multichannelShyam Prasad N6-10/+145
2024-02-01cifs: handle when server starts supporting multichannelShyam Prasad N3-2/+34
2024-02-01cifs: reconnect work should have reference on server structShyam Prasad N2-16/+34
2024-02-01cifs: handle cases where a channel is closedShyam Prasad N6-7/+43
2024-02-01smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara1-1/+1
2024-01-26erofs: fix inconsistent per-file compression formatGao Xiang2-11/+14
2024-01-26erofs: simplify compression configuration parserGao Xiang6-108/+79
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