aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-25[PATCH] populate nonlinear mappings unconditionallyOleg Nesterov1-9/+3
2004-07-14[PATCH] tmpfs preempt count panicHugh Dickins1-2/+1
2004-07-13[PATCH] sparse: read_descriptor_t annotationAlexander Viro1-3/+3
2004-07-10[PATCH] tmpfs: scheduling-while-atomic fixHugh Dickins1-23/+19
2004-06-23[PATCH] symlink 7/9: shmfsAlexander Viro1-26/+21
2004-05-22[PATCH] small numa api fixupsAndrew Morton1-0/+1
2004-05-22[PATCH] numa api: Add shared memory supportAndrew Morton1-4/+101
2004-05-22[PATCH] slab: consolidate panic codeAndrew Morton1-3/+3
2004-04-17[PATCH] rmap: nonlinear truncationAndrew Morton1-5/+1
2004-04-12[PATCH] rmap 3 arches + mapping_mappedAndrew Morton1-1/+1
2004-04-12[PATCH] per-backing dev unpluggingAndrew Morton1-0/+1
2004-04-11[PATCH] Fix huge sparse tmpfs filesAndrew Morton1-45/+50
2004-03-18[PATCH] remove_suid() should return error codeAndrew Morton1-1/+4
2004-03-18[PATCH] add file_accessed() helperAlexander Viro1-9/+3
2004-01-18[PATCH] bdev: generic_write_checks() cleanupAndrew Morton1-1/+1
2004-01-18[PATCH] bdev: add file.f_mappingAndrew Morton1-0/+1
2003-12-29[PATCH] pagefault accounting fixAndrew Morton1-13/+19
2003-10-21[PATCH] tmpfs 7/7 write mark_page_accessedAndrew Morton1-2/+1
2003-10-21[PATCH] tmpfs 6/7 write i_size_writeAndrew Morton1-1/+1
2003-10-21[PATCH] tmpfs 5/7 writepage/truncate race fixAndrew Morton1-2/+9
2003-10-21[PATCH] tmpfs 4/7 getpage/truncate race fixAndrew Morton1-1/+5
2003-10-21[PATCH] tmpfs 3/7 swapoff/truncate race fixAndrew Morton1-8/+30
2003-10-21[PATCH] tmpfs 2/7 LTP S_ISGID on directories fixAndrew Morton1-0/+7
2003-09-09[PATCH] remap file pages MAP_NONBLOCK fixAndrew Morton1-0/+15
2003-09-04[PATCH] large dev_t - second series (1/15)Alexander Viro1-1/+0
2003-08-18[PATCH] async write errors: use flags in address spaceAndrew Morton1-1/+1
2003-08-04Make "static const" initializer to zero explicit, since trulyLinus Torvalds1-1/+1
2003-08-01[PATCH] janitor: don't init statics to 0Randy Dunlap1-1/+1
2003-07-10[PATCH] i_size atomic accessAndrew Morton1-8/+10
2003-07-03[PATCH] Pass 'nameidata' to ->create()Trond Myklebust1-1/+2
2003-07-02[PATCH] Security hook for vm_enough_memoryAndrew Morton1-4/+5
2003-06-20[PATCH] misc fixesAndrew Morton1-1/+1
2003-06-20[PATCH] Add system calls statfs64 and fstatfs64Andrew Morton1-1/+1
2003-06-14[PATCH] tmpfs: revert license to 2.4 versionAndrew Morton1-13/+1
2003-06-11[PATCH] tmpfs: misc fixesAndrew Morton1-4/+17
2003-06-11[PATCH] tmpfs: swapoff-truncate raceAndrew Morton1-13/+11
2003-06-11[PATCH] tmpfs: shmem_file_write EFAULTAndrew Morton1-13/+15
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-2/+3
2003-05-25[PATCH] mark shrinkable slabs as being reclaimableAndrew Morton1-1/+1
2003-05-12Add user pointer annotations to socket, file IO and signalLinus Torvalds1-5/+5
2003-05-07[PATCH] s/UPDATE_ATIME/update_atime/ cleanupAndrew Morton1-2/+2
2003-04-12[PATCH] Remove flush_page_to_ram()Andrew Morton1-3/+0
2003-04-02[PATCH] tmpfs 6/6: percentile sizing of tmpfsAndrew Morton1-3/+8
2003-04-02[PATCH] tmpfs 5/6: use cond_reschedAndrew Morton1-0/+4
2003-04-02[PATCH] tmpfs 4/6: use mark_page_accessedAndrew Morton1-7/+21
2003-04-02[PATCH] tmpfs 3/6: use generic_file_llseekAndrew Morton1-0/+1
2003-04-02[PATCH] tmpfs 2/6 remove shmem_readpageAndrew Morton1-16/+5
2003-04-02[PATCH] tmpfs 1/6 use generic_write_checksAndrew Morton1-80/+17
2003-04-02[PATCH] tmpfs blk_congestion_wait fixAndrew Morton1-5/+6
2003-03-28[PATCH] handle oom in tmpfsAndrew Morton1-8/+9
2003-03-28[PATCH] tmpfs truncation fixAndrew Morton1-0/+10
2003-03-23[PATCH] devfs_mk_dir simplificationChristoph Hellwig1-1/+1
2003-03-22[PATCH] Make nonlinear mappings fully pageableAndrew Morton1-1/+1
2003-01-05[PATCH] handle radix_tree_node allocation failuresAndrew Morton1-1/+1
2002-12-31[PATCH] include <linux/vfs.h> only in files actually needing itChristoph Hellwig1-1/+1
2002-12-14[PATCH] remove PF_SYNCAndrew Morton1-1/+1
2002-12-14[PATCH] Remove fail_writepage, reduxAndrew Morton1-9/+6
2002-11-21[PATCH] Remove mapping->vm_writebackAndrew Morton1-9/+0
2002-11-19[PATCH] *_mknod prototypeAndries E. Brouwer1-2/+4
2002-11-16[PATCH] include mount.h explicitly were neededChristoph Hellwig1-0/+1
2002-11-08[PATCH] enhance ->sendfile(), allowing kNFSd to use itHirokazu Takahashi1-4/+4
2002-10-31[PATCH] tmpfs support for remap_file_pagesAndrew Morton1-0/+40
2002-10-29[PATCH] loop/shmfs fixesAlexander Viro1-11/+3
2002-10-29[PATCH] tmpfs: support loopbackAndrew Morton1-88/+168
2002-10-29[PATCH] tmpfs: shmem_getpage missing flush_dcache_pageAndrew Morton1-0/+1
2002-10-29[PATCH] tmpfs: shmem_file_write updateAndrew Morton1-31/+72
2002-10-29[PATCH] tmpfs: shmem_file_sendfileAndrew Morton1-23/+45
2002-10-29[PATCH] tmpfs: shmem fs cleanupAndrew Morton1-84/+18
2002-10-29[PATCH] tmpfs: shmem_getpage reading holesAndrew Morton1-42/+33
2002-10-29[PATCH] tmpfs: shmem_getpage beyond eofAndrew Morton1-35/+34
2002-10-29[PATCH] tmpfs: shmem_getpage unlock_pageAndrew Morton1-20/+7
2002-10-08[PATCH] struct super_block cleanup - finalBrian Gerst1-5/+5
2002-10-02[PATCH] shmem whitespace cleanupsHugh Dickins1-66/+65
2002-10-02[PATCH] shmem: misc changes and cleanupsHugh Dickins1-17/+10
2002-10-02[PATCH] shmem accounting fixesHugh Dickins1-16/+39
2002-10-02[PATCH] put shmem metadata in highmemHugh Dickins1-159/+273
2002-10-02[PATCH] shmem: avoid metadata leakinessHugh Dickins1-55/+81
2002-10-02[PATCH] consolidate shmem_getpage and shmem_getpage_lockedHugh Dickins1-66/+43
2002-10-02[PATCH] shmem: remove info->semHugh Dickins1-135/+149
2002-10-02[PATCH] shmem truncate race fixHugh Dickins1-28/+45
2002-10-02[PATCH] add shmem_vm_writeback()Hugh Dickins1-3/+17
2002-10-02[PATCH] tmpfs: minor fixesHugh Dickins1-3/+3
2002-10-02[PATCH] tpmfs: fake a non-zero size for directoriesHugh Dickins1-0/+12
2002-10-02[PATCH] shmem_rename() fixesHugh Dickins1-10/+10
2002-10-02[PATCH] cleanup of page->flags manipulationsHugh Dickins1-3/+0
2002-10-02[PATCH] tmpfs swapoff deadlockHugh Dickins1-31/+19
2002-09-19[PATCH] remove smp_lock.h inclusions from mm/*Andrew Morton1-1/+0
2002-09-09[PATCH] exact dirty state accountingAndrew Morton1-0/+7
2002-08-14[PATCH] batched addition of pages to the LRUAndrew Morton1-1/+1
2002-07-31[PATCH] C99 initializers for mmHugh Dickins1-38/+38
2002-07-29[PATCH] shmem_file_setup when MAP_NORESERVEHugh Dickins1-16/+22
2002-07-29[PATCH] SHMEM_MAX_BYTES overflow checkingHugh Dickins1-13/+15
2002-07-29[PATCH] shmem_file_write rounding VM_ACCTHugh Dickins1-13/+19
2002-07-28[PATCH] strict overcommitAndrew Morton1-6/+55
2002-07-23[PATCH] shmem_getpage_locked missing unlockHugh Dickins1-0/+1
2002-07-23[PATCH] shmem_file_write double kunmapHugh Dickins1-1/+0
2002-07-23[PATCH] shmem_link duplicated testHugh Dickins1-3/+0
2002-07-04[PATCH] shmem fixesAndrew Morton1-9/+3
2002-06-17[PATCH] leave swapcache pages unlocked during writeoutAndrew Morton1-5/+17
2002-06-13[PATCH] tmpfs 5/5 SMP-safeHugh Dickins1-2/+0
2002-06-13[PATCH] tmpfs 4/5 swapoff tweaksHugh Dickins1-13/+22
2002-06-13[PATCH] tmpfs 3/5 mknod timesHugh Dickins1-1/+1
2002-06-13[PATCH] tmpfs 2/5 long symlinksHugh Dickins1-5/+5
2002-06-13[PATCH] tmpfs 1/5 rename nlinkHugh Dickins1-12/+18
2002-06-11[PATCH] (2/14) resyncAlexander Viro1-9/+3
2002-06-02Split up "iput()" and make it more readable.Linus Torvalds1-1/+1
2002-06-02[PATCH] tmpfs bugfixesAndrew Morton1-14/+64
2002-06-02[PATCH] put in-memory filesystem dirty pages on the correct listAndrew Morton1-2/+2
2002-05-19[PATCH] get rid of <linux/locks.h>Christoph Hellwig1-1/+0
2002-05-19[PATCH] remove PG_launderAndrew Morton1-1/+2
2002-04-29[PATCH] page writeback locking updateAndrew Morton1-2/+2
2002-04-29[PATCH] cleanup page flagsAndrew Morton1-8/+8
2002-04-09[PATCH] Velikov/Hellwig radix-tree pagecacheAndrew Morton1-39/+39
2002-04-05[PATCH] ->setattr() locking changesAlexander Viro1-1/+1
2002-04-02[PATCH] strtok->strsep in shmemDave Jones1-4/+3
2002-03-17[PATCH] struct super_block cleanup - shmemBrian Gerst1-9/+38
2002-03-15[PATCH] sync shmem.c in 2.5 to 2.4Christoph Rohland1-14/+34
2002-03-14[PATCH] fs/libfs.cAlexander Viro1-22/+2
2002-03-10[PATCH] (2/4) ->kill_sb() switchoverAlexander Viro1-3/+4
2002-02-21- make i_mmap and i_mmap_shared a list.h listIngo Molnar1-1/+1
2002-02-14[PATCH] (5/5) more BKL shiftingAlexander Viro1-4/+0
2002-02-14[PATCH] (4/5) more BKL shiftingAlexander Viro1-6/+9
2002-02-14[PATCH] (3/5) more BKL shiftingAlexander Viro1-3/+2
2002-02-12[PATCH] BKL shifted inside ->unlink()Alexander Viro1-0/+2
2002-02-12[PATCH] BKL shifted into ->create()Alexander Viro1-0/+1
2002-02-11[PATCH] BKL shifted into ->truncate()Alexander Viro1-0/+1
2002-02-11[PATCH] BKL shifted into ->lookup()Alexander Viro1-0/+1
2002-02-06[PATCH] (1/9) more ->get_sb() stuffAlexander Viro1-8/+29
2002-02-05v2.5.2.2 -> v2.5.2.3Linus Torvalds1-11/+75
2002-02-04v2.4.14.8 -> v2.4.14.9Linus Torvalds1-0/+2
2002-02-04v2.4.14.4 -> v2.4.14.5Linus Torvalds1-19/+2
2002-02-04v2.4.13.8 -> v2.4.14Linus Torvalds1-4/+0
2002-02-04v2.4.13.6 -> v2.4.13.7Linus Torvalds1-3/+1
2002-02-04v2.4.13.5 -> v2.4.13.6Linus Torvalds1-1/+1
2002-02-04v2.4.13.3 -> v2.4.13.4Linus Torvalds1-16/+4
2002-02-04v2.4.13 -> v2.4.13.1Linus Torvalds1-10/+3
2002-02-04v2.4.12.3 -> v2.4.12.4Linus Torvalds1-24/+33
2002-02-04v2.4.12.2 -> v2.4.12.3Linus Torvalds1-3/+1
2002-02-04v2.4.11 -> v2.4.12Linus Torvalds1-240/+400
2002-02-04v2.4.10.3 -> v2.4.10.4Linus Torvalds1-18/+21
2002-02-04v2.4.9.14 -> v2.4.9.15Linus Torvalds1-20/+30
2002-02-04v2.4.9.12 -> v2.4.9.13Linus Torvalds1-7/+11
2002-02-04v2.4.9.10 -> v2.4.9.11Linus Torvalds1-1/+1
2002-02-04v2.4.9.1 -> v2.4.9.2Linus Torvalds1-2/+5
2002-02-04v2.4.7.7 -> v2.4.7.8Linus Torvalds1-1/+1
2002-02-04v2.4.7.5 -> v2.4.7.6Linus Torvalds1-24/+24
2002-02-04v2.4.7.4 -> v2.4.7.5Linus Torvalds1-23/+29
2002-02-04v2.4.6.6 -> v2.4.6.7Linus Torvalds1-21/+20
2002-02-04v2.4.6.3 -> v2.4.6.4Linus Torvalds1-7/+4
2002-02-04v2.4.4.4 -> v2.4.4.5Linus Torvalds1-1/+1
2002-02-04v2.4.3.6 -> v2.4.3.7Linus Torvalds1-15/+9
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds1-226/+671
2002-02-04v2.4.2.1 -> v2.4.2.2Linus Torvalds1-2/+2
2002-02-04v2.4.0.10 -> v2.4.0.11Linus Torvalds1-2/+5
2002-02-04v2.4.0.8 -> v2.4.0.9Linus Torvalds1-2/+0
2002-02-04v2.4.0.7 -> v2.4.0.8Linus Torvalds1-19/+38
2002-02-04v2.4.0.3 -> v2.4.0.4Linus Torvalds1-16/+29
2002-02-04Import changesetLinus Torvalds1-0/+873