summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorNamjae Jeon <linkinjeon@kernel.org>2025-02-18 16:38:17 +0900
committerSteve French <stfrench@microsoft.com>2025-03-24 10:22:06 -0500
commitae989ee1d355dfbc70ac7bad53d9e1789f186182 (patch)
tree9bced06f58bc0daa18c6caf5ad74cf500542ad60 /scripts/objdiff
parent4d03570f08f4775c34e2b90e650a78e5b9ddfba2 (diff)
downloadkernel-ae989ee1d355dfbc70ac7bad53d9e1789f186182.tar.gz
ksmbd: make SMB_SERVER_KERBEROS5 enable by default
The users want to use Kerberos in ksmbd. SMB_SERVER_KERBEROS5 config is enabled by default. Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
='/distro/kernel/commit/fs/direct-io.c?h=linux-5.1.y&id=5a9d929d6e13278df62bd9e3d3ceae8c87ad1eea'>iomap: report collisions between directio and buffered writes to userspaceDarrick J. Wong 2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds 2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig 2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland 2017-10-18Merge tag 'xfs-4.14-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds 2017-10-18Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds 2017-10-17fs: Avoid invalidation in interrupt context in dio_complete()Lukas Czerner 2017-10-16fs: invalidate page cache after end_io() in dio completionEryu Guan 2017-10-10direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher 2017-09-25fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner 2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig 2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe 2017-06-20block: return on congested block deviceGoldwyn Rodrigues 2017-06-09block: switch bios to blk_status_tChristoph Hellwig 2017-06-09fs: simplify dio_bio_completeChristoph Hellwig 2017-06-09fs: remove the unused error argument to dio_end_io()Christoph Hellwig 2017-02-27fs: add i_blocksize()Fabian Frederick 2017-01-10do_direct_IO: Use inode->i_blkbits to compute block count to be cleanedChandan Rajendra 2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds 2016-11-30fs: make sb_init_dio_done_wq available outside of direct-io.cChristoph Hellwig 2016-11-11block: move poll code to blk-mqJens Axboe 2016-11-04direct-io: Use clean_bdev_aliases() instead of handmade iterationJan Kara 2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig