summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2022-10-071-3/+3
|\
| * mtd: always initialize 'stats' in struct mtd_oob_opsMichał Kępień2022-09-211-3/+3
* | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-073-5/+24
|\ \
| * | block: remove PSI accounting from the bio layerChristoph Hellwig2022-09-201-2/+0
| * | erofs: add manual PSI accounting for the compressed address spaceChristoph Hellwig2022-09-201-1/+12
| * | btrfs: add manual PSI accounting for compressed readsChristoph Hellwig2022-09-201-2/+12
* | | Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-3/+7
|\ \ \
| * | | eventfd: guard wake_up in eventfd fs calls as wellDylan Yudaken2022-09-211-3/+7
* | | | Merge tag 'fs-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-077-30/+86
|\ \ \ \
| * | | | quota: Add more checking after reading from quota fileZhihao Cheng2022-09-291-2/+17
| * | | | quota: Replace all block number checking with helper functionZhihao Cheng2022-09-291-10/+6
| * | | | quota: Check next/prev free block number after reading from quota fileZhihao Cheng2022-09-291-0/+38
| * | | | ext2: Use kvmalloc() for group descriptor arrayJan Kara2022-09-261-3/+3
| * | | | ext2: Add sanity checks for group and filesystem sizeJan Kara2022-09-261-2/+14
| * | | | udf: Support splicing to fileJan Kara2022-09-121-0/+1
| * | | | isofs: delete unnecessary checks before brelse()Minghao Chi2022-08-191-6/+3
| * | | | fs/reiserfs: replace ternary operator with min() and min_t()Jiangshan Yi2022-08-193-7/+4
* | | | | Merge tag 'fsnotify-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-072-10/+0
|\ \ \ \ \
| * | | | | fanotify: Remove obsoleted fanotify_event_has_path()Gaosheng Cui2022-09-261-6/+0
| * | | | | fsnotify: remove unused declarationGaosheng Cui2022-09-091-4/+0
* | | | | | Merge tag '6.1-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-10-0724-139/+253
|\ \ \ \ \ \
| * | | | | | ksmbd: validate share name from share config responseAtte Heikkilä2022-10-056-9/+29
| * | | | | | ksmbd: call ib_drain_qp when disconnectedNamjae Jeon2022-10-051-0/+2
| * | | | | | ksmbd: make utf-8 file name comparison work in __caseless_lookup()Atte Heikkilä2022-10-053-3/+20
| * | | | | | ksmbd: Fix user namespace mappingMickaël Salaün2022-10-051-2/+4
| * | | | | | ksmbd: hide socket error message when ipv6 config is disableNamjae Jeon2022-10-051-1/+2
| * | | | | | ksmbd: reduce server smbdirect max send/receive segment sizesTom Talpey2022-10-051-2/+2
| * | | | | | ksmbd: decrease the number of SMB3 smbdirect server SGEsTom Talpey2022-10-051-1/+1
| * | | | | | ksmbd: Fix wrong return value and message length check in smb2_ioctl()Zhang Xiaoxu2022-10-051-4/+9
| * | | | | | ksmbd: set NTLMSSP_NEGOTIATE_SEAL flag to challenge blobNamjae Jeon2022-10-053-1/+5
| * | | | | | ksmbd: fix encryption failure issue for session logoff responseNamjae Jeon2022-10-053-9/+13
| * | | | | | ksmbd: fix endless loop when encryption for response failsNamjae Jeon2022-10-051-3/+1
| * | | | | | ksmbd: fill sids in SMB_FIND_FILE_POSIX_INFO responseNamjae Jeon2022-10-051-6/+20
| * | | | | | ksmbd: set file permission mode to match Samba server posix extension behaviorNamjae Jeon2022-10-052-3/+3
| * | | | | | ksmbd: change security id to the one samba used for posix extensionNamjae Jeon2022-10-053-7/+25
| * | | | | | ksmbd: casefold utf-8 share names and fix ascii lowercase conversionAtte Heikkilä2022-10-0510-28/+56
| * | | | | | ksmbd: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-10-055-16/+25
| * | | | | | ksmbd: fix incorrect handling of iterate_dirNamjae Jeon2022-10-051-10/+4
| * | | | | | ksmbd: remove generic_fillattr use in smb2_open()Namjae Jeon2022-10-051-4/+5
| * | | | | | ksmbd: constify struct pathAl Viro2022-10-057-20/+20
| * | | | | | ksmbd: don't open-code %pDAl Viro2022-10-052-14/+11
| * | | | | | ksmbd: don't open-code file_path()Al Viro2022-10-051-2/+2
* | | | | | | Merge tag 'iomap-6.1-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-10-072-1/+3
|\ \ \ \ \ \ \
| * | | | | | | iomap: add a tracepoint for mappings returned by map_blocksDarrick J. Wong2022-10-022-0/+2
| * | | | | | | iomap: iomap: fix memory corruption when recording errors during writebackDarrick J. Wong2022-10-021-1/+1
* | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-0724-796/+979
|\ \ \ \ \ \ \ \
| * | | | | | | | ext4: fix potential out of bound read in ext4_fc_replay_scan()Ye Bin2022-10-011-2/+36
| * | | | | | | | ext4: factor out ext4_fc_get_tl()Ye Bin2022-10-011-21/+25
| * | | | | | | | ext4: introduce EXT4_FC_TAG_BASE_LEN helperYe Bin2022-10-012-26/+31
| * | | | | | | | ext4: factor out ext4_free_ext_path()Ye Bin2022-10-017-82/+54