aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs/malloc.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-24fs: Remove NTFS classicGravatar Matthew Wilcox (Oracle) 1-77/+0
2020-06-02mm: remove the pgprot argument to __vmallocGravatar Christoph Hellwig 1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Gravatar Thomas Gleixner 1-15/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-1/+1
2015-06-24NTFS: use kvfree() in ntfs_free()Gravatar Pekka Enberg 1-6/+1
2009-09-22mm: replace various uses of num_physpages by totalram_pagesGravatar Jan Beulich 1-1/+1
2008-02-05is_vmalloc_addr(): Check if an address is within the vmalloc boundariesGravatar Christoph Lameter 1-2/+1
2005-10-11NTFS: In attrib.c::ntfs_attr_set() call balance_dirty_pages_ratelimited()Gravatar Anton Altaparmakov 1-2/+1
2005-10-08[PATCH] gfp flags annotations - part 1Gravatar Al Viro 1-1/+1
2005-09-19NTFS: Fix ntfs_{read,write}page() to cope with concurrent truncates better.Gravatar Anton Altaparmakov 1-1/+1
2005-09-12NTFS: Mask out __GFP_HIGHMEM when doing kmalloc() in __ntfs_malloc() as itGravatar Anton Altaparmakov 1-1/+1
2005-09-08NTFS: Allow highmem kmalloc() in ntfs_malloc_nofs() and add _nofail() version.Gravatar Anton Altaparmakov 1-6/+42
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+62