summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-1/+1
|\
| * hugetlb: have CONFIG_HUGETLBFS select CONFIG_PADATAGang Li2024-03-061-0/+1
| * dax: check for data cache aliasing at runtimeMathieu Desnoyers2024-02-221-1/+0
* | pidfs: remove config optionChristian Brauner2024-03-131-7/+0
* | Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-0/+7
|\ \
| * | pidfd: add pidfsChristian Brauner2024-03-011-0/+7
| |/
* / fs: Remove NTFS classicMatthew Wilcox (Oracle)2024-01-241-1/+0
|/
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-191-1/+0
|\
| * netfs, fscache: Move fs/fscache/* into fs/netfs/David Howells2023-12-241-1/+0
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-10/+12
|\ \
| * | fs/Kconfig: make hugetlbfs a menuconfigPeter Xu2023-12-101-10/+12
| |/
* | Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-01-081-0/+4
|\ \ | |/ |/|
| * fs: prepare for stackable filesystems backing file helpersAmir Goldstein2023-12-231-0/+4
* | mm/hugetlb: have CONFIG_HUGETLB_PAGE select CONFIG_XARRAY_MULTISidhartha Kumar2023-12-061-0/+1
|/
* Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+1
|\
| * arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-1/+1
* | bcachefs: Initial commitKent Overstreet2023-10-221-0/+1
|/
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+4
|\
| * fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+4
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-4/+3
|\ \
| * | mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V2023-08-181-1/+1
| * | mm: make MEMFD_CREATE into a selectable config optionThomas Weißschuh2023-08-181-3/+2
| |/
* | tmpfs,xattr: enable limited user extended attributesHugh Dickins2023-08-101-2/+2
* | shmem: prepare shmem quota infrastructureCarlos Maiolino2023-08-091-0/+12
|/
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-8/+1
* mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V2023-04-181-8/+1
* fs: build the legacy direct I/O code conditionallyChristoph Hellwig2023-01-261-0/+4
* hugetlb: make hugetlb depends on SYSFS or SYSCTLMiaohe Lin2022-09-111-0/+1
* mm: hugetlb_vmemmap: introduce the name HVOMuchun Song2022-08-081-7/+5
* mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song2022-04-281-8/+8
* mm: hugetlb_vmemmap: introduce ARCH_WANT_HUGETLB_PAGE_FREE_VMEMMAPMuchun Song2022-04-281-1/+9
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+1
|\
| * fsdax: depend on ZONE_DEVICE || FS_DAX_LIMITEDChristoph Hellwig2022-03-031-0/+1
| * mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-031-1/+0
* | NFSD: Remove CONFIG_NFSD_V3Chuck Lever2022-03-111-1/+1
|/
* ksmbd: add support for key exchangeNamjae Jeon2022-02-041-2/+2
* fsdax: don't require CONFIG_BLOCKChristoph Hellwig2021-12-041-2/+2
* iomap: build the block based code conditionallyChristoph Hellwig2021-12-041-2/+2
* Merge tag '5.15-rc-cifs-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-09-121-1/+1
|\
| * cifs: rename cifs_common to smbfs_commonSteve French2021-09-081-1/+1
* | Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-09-091-2/+1
|\ \
| * | hugetlbfs: s390 is always 64bitDavid Hildenbrand2021-09-081-2/+1
* | | Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-3/+18
|\ \ \
| * | | fsdax: improve the FS_DAX Kconfig description and help textChristoph Hellwig2021-08-261-3/+18
* | | | Merge git://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds2021-09-041-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/MakefileKonstantin Komarov2021-08-131-0/+1
| |/ /
* | | Merge tag '5.15-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-08-311-0/+7
|\ \ \
| * | | cifs: fork arc4 and create a separate module for it for cifs and other usersRonnie Sahlberg2021-08-251-0/+7
| |/ /
* | | Merge tag '5.15-rc-first-ksmbd-merge' of git://git.samba.org/ksmbdLinus Torvalds2021-08-311-0/+1
|\ \ \ | |_|/ |/| |
| * | ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon2021-06-281-1/+1