summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: remove md4 leftoversNamjae Jeon2021-11-112-2/+0
* ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATIONNamjae Jeon2021-11-113-1/+10
* ksmbd: don't need 8byte alignment for request length in ksmbd_check_messageNamjae Jeon2021-11-061-4/+2
* ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()Marios Makassikis2021-11-061-1/+1
* ksmbd: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-11-062-2/+0
* ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon()Ralph Boehme2021-11-061-3/+4
* ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message()Ralph Boehme2021-11-061-6/+1
* ksmbd: use ksmbd_req_buf_next() in ksmbd_verify_smb_message()Ralph Boehme2021-11-061-1/+1
* Merge tag '5.16-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds2021-11-0615-1091/+1299
|\
| * smb3: add dynamic trace points for socket connectionSteve French2021-11-052-1/+73
| * cifs: Move SMB2_Create definitions to the shared areaRonnie Sahlberg2021-11-055-176/+215
| * cifs: Move more definitions into the shared areaRonnie Sahlberg2021-11-053-226/+276
| * cifs: move NEGOTIATE_PROTOCOL definitions out into the common areaRonnie Sahlberg2021-11-053-222/+231
| * cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg2021-11-0512-476/+493
| * cifs: add mount parameter tcpnodelaySteve French2021-11-022-0/+9
| * cifs: To match file servers, make sure the server hostname matchesShyam Prasad N2021-11-023-8/+20
* | Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-0622-99/+690
|\ \
| * | samples: remove duplicate include in fs-monitor.cZhang Mingyu2021-11-011-1/+0
| * | samples: Fix warning in fsnotify sampleJan Kara2021-11-011-1/+2
| * | docs: Fix formatting of literal sections in fanotify docsGabriel Krisman Bertazi2021-11-011-8/+12
| * | samples: Make fs-monitor depend on libc and headersGabriel Krisman Bertazi2021-11-011-1/+1
| * | docs: Document the FAN_FS_ERROR eventGabriel Krisman Bertazi2021-10-272-0/+75
| * | samples: Add fs error monitoring exampleGabriel Krisman Bertazi2021-10-274-0/+157
| * | ext4: Send notifications on errorGabriel Krisman Bertazi2021-10-271-0/+8
| * | fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi2021-10-273-2/+10
| * | fanotify: Emit generic error info for error eventGabriel Krisman Bertazi2021-10-274-0/+45
| * | fanotify: Report fid info for file related file system errorsGabriel Krisman Bertazi2021-10-273-3/+25
| * | fanotify: WARN_ON against too large file handlesGabriel Krisman Bertazi2021-10-271-1/+11
| * | fanotify: Add helpers to decide whether to report FID/DFIDGabriel Krisman Bertazi2021-10-272-6/+17
| * | fanotify: Wrap object_fh inline space in a creator macroGabriel Krisman Bertazi2021-10-271-3/+9
| * | fanotify: Support merging of error eventsGabriel Krisman Bertazi2021-10-272-3/+27
| * | fanotify: Support enqueueing of error eventsGabriel Krisman Bertazi2021-10-272-0/+41
| * | fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi2021-10-274-1/+41
| * | fanotify: Reserve UAPI bits for FAN_FS_ERRORGabriel Krisman Bertazi2021-10-272-0/+2
| * | fsnotify: Support FS_ERROR event typeGabriel Krisman Bertazi2021-10-272-1/+44
| * | fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi2021-10-272-6/+9
| * | fanotify: Encode empty file handle when no inode is providedGabriel Krisman Bertazi2021-10-271-1/+8
| * | fanotify: Allow file handle encoding for unhashed eventsGabriel Krisman Bertazi2021-10-271-2/+6
| * | fanotify: Support null inode event in fanotify_dfid_inodeGabriel Krisman Bertazi2021-10-271-1/+1
| * | fsnotify: Pass group argument to free_eventGabriel Krisman Bertazi2021-10-275-5/+7
| * | fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGabriel Krisman Bertazi2021-10-273-0/+7
| * | fsnotify: Retrieve super block from the data fieldGabriel Krisman Bertazi2021-10-272-4/+18
| * | fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi2021-10-274-16/+25
| * | fsnotify: Add helper to detect overflow_eventGabriel Krisman Bertazi2021-10-272-1/+7
| * | inotify: Don't force FS_IN_IGNOREDGabriel Krisman Bertazi2021-10-271-3/+3
| * | fanotify: Split fsid check from other fid mode checksGabriel Krisman Bertazi2021-10-271-9/+18
| * | fanotify: Fold event size calculation to its own functionGabriel Krisman Bertazi2021-10-271-15/+20
| * | fsnotify: Don't insert unmergeable events in hashtableGabriel Krisman Bertazi2021-10-271-2/+4
| * | fsnotify: clarify contract for create event hooksAmir Goldstein2021-10-273-10/+18
| * | fsnotify: pass dentry instead of inode dataAmir Goldstein2021-10-272-3/+18