summaryrefslogtreecommitdiffstats
path: root/fs
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-0610-69/+307
|\ \
| * | ext4: Send notifications on errorGabriel Krisman Bertazi2021-10-271-0/+8
| * | fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi2021-10-272-1/+5
| * | fanotify: Emit generic error info for error eventGabriel Krisman Bertazi2021-10-273-0/+38
| * | 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-273-1/+39
| * | fanotify: Reserve UAPI bits for FAN_FS_ERRORGabriel Krisman Bertazi2021-10-271-0/+1
| * | fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi2021-10-271-6/+6
| * | 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-274-4/+6
| * | fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGabriel Krisman Bertazi2021-10-272-0/+6
| * | fsnotify: Retrieve super block from the data fieldGabriel Krisman Bertazi2021-10-271-4/+3
| * | fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi2021-10-273-9/+9
| * | fsnotify: Add helper to detect overflow_eventGabriel Krisman Bertazi2021-10-271-1/+2
| * | 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
* | | Merge tag 'fs_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-063-6/+17
|\ \ \
| * | | fs: reiserfs: remove useless new_opts in reiserfs_remountDongliang Mu2021-10-271-6/+0
| * | | isofs: Fix out of bound access for corrupted isofs imageJan Kara2021-10-191-0/+2
| * | | quota: correct error number in free_dqentry()Zhang Yi2021-10-111-0/+1
| * | | quota: check block number when reading the block in quota fileZhang Yi2021-10-111-0/+14
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-0612-77/+84
|\ \ \
| * | | mm, thp: fix incorrect unmap behavior for private pagesRongwei Wang2021-11-061-1/+10
| * | | mm, thp: lock filemap when truncating page cacheRongwei Wang2021-11-061-1/+4
| * | | fs: explicitly unregister per-superblock BDIsChristoph Hellwig2021-11-061-0/+3