summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-06-12gfs2: do_xmote fixesAndreas Gruenbacher1-19/+25
2024-06-12gfs2: finish_xmote cleanupAndreas Gruenbacher1-8/+13
2024-06-12gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher15-41/+46
2024-06-12gfs2: Mark withdraws as unlikelyAndreas Gruenbacher8-15/+15
2024-06-12gfs2: Fix potential glock use-after-free on unmountAndreas Gruenbacher6-16/+57
2024-06-12gfs2: Remove ill-placed consistency checkAndreas Gruenbacher1-1/+0
2024-06-12gfs2: No longer use 'extern' in function declarationsAndreas Gruenbacher19-285/+289
2024-06-12gfs2: Rename gfs2_lookup_{ simple => meta }Andreas Gruenbacher3-15/+16
2024-06-12gfs2: Convert gfs2_internal_read to foliosAndreas Gruenbacher2-20/+18
2024-06-12gfs2: Get rid of gfs2_alloc_blocks generation parameterAndreas Gruenbacher6-13/+15
2024-06-12gfs2: Fix "ignore unlock failures after withdraw"Andreas Gruenbacher2-2/+3
2024-06-12gfs2: Don't forget to complete delayed withdrawAndreas Gruenbacher1-0/+3
2024-06-12dlm: fix user space lock decision to copy lvbAlexander Aring3-13/+17
2024-06-12jffs2: prevent xattr node from overflowing the eraseblockIlya Denisyev1-0/+3
2024-06-12nilfs2: fix out-of-range warningArnd Bergmann1-1/+1
2024-06-12ecryptfs: Fix buffer size for tag 66 packetBrian Kubisiak1-1/+3
2024-06-12openpromfs: finish conversion to the new mount APIEric Sandeen1-4/+4
2024-06-12ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()Namjae Jeon1-2/+2
2024-06-12epoll: be better about file lifetimesLinus Torvalds1-1/+37
2024-06-12ksmbd: ignore trailing slashes in share pathsNandor Kracser1-1/+5
2024-06-12ksmbd: avoid to send duplicate oplock break notificationsNamjae Jeon1-8/+13
2024-06-12fs/ntfs3: Break dir enumeration if directory contents errorKonstantin Komarov1-0/+1
2024-06-12fs/ntfs3: Fix case when index is reused during tree transformationKonstantin Komarov1-0/+6
2024-06-12fs/ntfs3: Taking DOS names into account during link countingKonstantin Komarov2-12/+6
2024-06-12fs/ntfs3: Remove max link count info display during driver initKonstantin Komarov1-2/+0
2024-06-12nilfs2: fix potential hang in nilfs_detach_log_writer()Ryusuke Konishi1-3/+18
2024-06-12nilfs2: fix unexpected freezing of nilfs_segctor_sync()Ryusuke Konishi1-4/+13
2024-06-12nilfs2: fix use-after-free of timer for log writer threadRyusuke Konishi1-6/+19
2024-05-25erofs: reliably distinguish block based and fscache modeChristian Brauner1-6/+2
2024-05-25erofs: get rid of erofs_fs_contextBaokun Li2-70/+53
2024-05-25smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva3-30/+33
2024-05-25ksmbd: add continuous availability share parameterNamjae Jeon2-19/+27
2024-05-25cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells11-26/+143
2024-05-25smb: client: instantiate when creating SFU filesPaulo Alcantara1-39/+55
2024-05-25smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()Paulo Alcantara1-1/+2
2024-05-25smb3: add trace event for mknodSteve French2-1/+10
2024-05-25smb311: additional compression flag defined in updated protocol specSteve French1-4/+6
2024-05-25smb311: correct incorrect offset field in compression headerSteve French1-1/+1
2024-05-25cifs: Move some extern decls from .c files to .hSteve French4-10/+2
2024-05-25ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon2-29/+42
2024-05-25ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-1/+4
2024-05-25ksmbd: Fix spelling mistake "connction" -> "connection"Colin Ian King1-1/+1
2024-05-25ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_closeMarios Makassikis1-1/+1
2024-05-25cifs: remove redundant variable assignmentBharath SM1-2/+0
2024-05-25cifs: fixes for get_inode_infoMeetakshi Setiya2-12/+13
2024-05-25cifs: defer close file handles having RH leaseBharath SM1-4/+15
2024-05-25ksmbd: add support for durable handles v1/v2Namjae Jeon9-21/+506
2024-05-25ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous sessionNamjae Jeon3-25/+29
2024-05-25smb: common: simplify compression headersEnzo Matsumiya1-19/+26
2024-05-25smb: common: fix fields sizes in compression_pattern_payload_v1Enzo Matsumiya1-2/+2