index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
shmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-27
const: mark struct vm_struct_operations
Alexey Dobriyan
1
-2
/
+2
2009-09-25
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-2
/
+3
2009-09-25
writeback: get rid to incorrect references to pdflush in comments
Jens Axboe
1
-2
/
+3
2009-09-24
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
1
-2
/
+3
2009-09-22
shmem: initialize struct shmem_sb_info to zero
Pekka Enberg
1
-4
/
+1
2009-09-22
tmpfs: depend on shmem
Hugh Dickins
1
-0
/
+5
2009-09-22
mm: includecheck fix for mm/shmem.c
Jaswinder Singh Rajput
1
-1
/
+0
2009-09-22
mm: add_to_swap_cache() does not return -EEXIST
Daisuke Nishimura
1
-0
/
+4
2009-09-16
HWPOISON: Enable .remove_error_page for migration aware file systems
Andi Kleen
1
-0
/
+1
2009-09-16
HWPOISON: shmem: call set_page_dirty() with locked page
Wu Fengguang
1
-2
/
+2
2009-09-15
Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev
Kay Sievers
1
-6
/
+3
2009-09-08
shmfs: use 'check_acl' instead of 'permission'
Linus Torvalds
1
-3
/
+3
2009-06-24
Get "no acls for this inode" right, fix shmem breakage
Al Viro
1
-4
/
+1
2009-06-24
switch shmem to inode->i_acl
Al Viro
1
-5
/
+4
2009-06-16
mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argument
Sergei Trofimovich
1
-1
/
+1
2009-06-16
mm: add swap cache interface for swap reference
KAMEZAWA Hiroyuki
1
-1
/
+1
2009-05-22
integrity: move ima_counts_get
Mimi Zohar
1
-1
/
+1
2009-05-22
integrity: path_check update
Mimi Zohar
1
-1
/
+1
2009-05-02
memcg: fix mem_cgroup_shrink_usage()
Daisuke Nishimura
1
-2
/
+6
2009-04-13
shmem: respect MAX_LFS_FILESIZE
Hugh Dickins
1
-5
/
+20
2009-04-13
shmem: fix division by zero
Yuri Tikhonov
1
-1
/
+1
2009-04-01
shmem: writepage directly to swap
Hugh Dickins
1
-2
/
+1
2009-03-24
Merge branch 'master' into next
James Morris
1
-22
/
+21
2009-02-25
shmem: fix shared anonymous accounting
Hugh Dickins
1
-22
/
+21
2009-02-11
integrity: shmem zero fix
Mimi Zohar
1
-1
/
+1
2009-02-06
Merge branch 'master' into next
James Morris
1
-18
/
+86
2009-02-06
Integrity: IMA file free imbalance
Mimi Zohar
1
-0
/
+2
2009-01-31
Stop playing silly games with the VM_ACCOUNT flag
Linus Torvalds
1
-1
/
+1
2009-01-08
memcg: fix shmem's swap accounting
KAMEZAWA Hiroyuki
1
-18
/
+12
2009-01-08
memcg: revert gfp mask fix
KAMEZAWA Hiroyuki
1
-4
/
+4
2009-01-08
memcg: handle swap caches
KAMEZAWA Hiroyuki
1
-2
/
+16
2009-01-08
memcg: fix gfp_mask of callers of charge
KAMEZAWA Hiroyuki
1
-3
/
+3
2009-01-06
shmem: unify regular and tiny shmem
Matt Mackall
1
-10
/
+71
2009-01-06
mm: don't mark_page_accessed in shmem_fault
Hugh Dickins
1
-1
/
+0
2008-11-14
CRED: Wrap task credential accesses in the core kernel
David Howells
1
-4
/
+4
2008-10-30
nfsd: fix vm overcommit crash
Alan Cox
1
-4
/
+4
2008-10-20
SHM_LOCKED pages are unevictable
Lee Schermerhorn
1
-0
/
+4
2008-10-20
vmscan: split LRU lists into anon & file sets
Rik van Riel
1
-1
/
+1
2008-10-20
define page_file_cache() function
Rik van Riel
1
-0
/
+1
2008-10-18
Export shmem_file_setup for DRM-GEM
Keith Packard
1
-0
/
+1
2008-10-13
integrity: special fs magic
Mimi Zohar
1
-3
/
+1
2008-08-04
mm: rename page trylock
Nick Piggin
1
-2
/
+2
2008-07-28
tmpfs: fix kernel BUG in shmem_delete_inode
Hugh Dickins
1
-1
/
+2
2008-07-26
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
1
-1
/
+1
2008-07-26
mm: speculative page references
Nick Piggin
1
-3
/
+3
2008-07-25
memcg: helper function for relcaim from shmem.
KAMEZAWA Hiroyuki
1
-7
/
+4
2008-07-25
memcg: remove refcnt from page_cgroup
KAMEZAWA Hiroyuki
1
-11
/
+24
2008-07-24
tmpfs: support aio
Hugh Dickins
1
-21
/
+34
2008-04-30
mm: bdi: add separate writeback accounting capability
Miklos Szeredi
1
-1
/
+1
2008-04-28
mempolicy: use struct mempolicy pointer in shmem_sb_info
Lee Schermerhorn
1
-25
/
+32
[next]