summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-075-133/+179
|\
| * debugfs: use DEFINE_SHOW_ATTRIBUTE to define debugfs_regset32_fopsChenXiaoSong2022-09-241-13/+3
| * debugfs: Only clobber mode/uid/gid on remount if askedBrian Norris2022-09-241-7/+30
| * kernfs: fix use-after-free in __kernfs_removeChristian A. Ehrhardt2022-09-241-1/+4
| * Merge 1707c39ae309 ("Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/...Greg Kroah-Hartman2022-09-2414-82/+156
| |\
| * \ Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman2022-09-1255-362/+449
| |\ \
| * | | kernfs: Implement kernfs_show()Tejun Heo2022-09-011-1/+36
| * | | kernfs: Factor out kernfs_activate_one()Tejun Heo2022-09-011-10/+17
| * | | kernfs: Add KERNFS_REMOVING flagsTejun Heo2022-09-011-14/+7
| * | | kernfs: Improve kernfs_drain() and always call on removalTejun Heo2022-09-011-12/+12
| * | | kernfs: Skip kernfs_drain_open_files() more aggressivelyTejun Heo2022-09-013-21/+48
| * | | kernfs: Refactor kernfs_get_open_node()Tejun Heo2022-09-011-14/+11
| * | | kernfs: Drop unnecessary "mutex" local variable initializationTejun Heo2022-09-011-4/+5
| * | | kernfs: Simply by replacing kernfs_deref_open_node() with of_on()Tejun Heo2022-09-011-43/+13
* | | | 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