Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b59bb8efd1c1f2eaeed13eccf1fa4e564d2383ae
/
mm
/
shmem.c
« Previous
9d8f13b
security: new security_inode_init_security API adds function callback
by Mimi Zohar
· 13 years ago
d9d90e5
tmpfs: add shmem_read_mapping_page_gfp
by Hugh Dickins
· 13 years ago
94c1e62
tmpfs: take control of its truncate_range
by Hugh Dickins
· 13 years ago
826267c
tmpfs: fix race between truncate and writepage
by Hugh Dickins
· 13 years ago
456f998
memcg: add the pagefault count into memcg stats
by Ying Han
· 13 years ago
b09e0fa
tmpfs: implement generic xattr support
by Eric Paris
· 13 years ago
e6c9366
tmpfs: fix highmem swapoff crash regression
by Hugh Dickins
· 13 years ago
05bf86b
tmpfs: fix race between swapoff and writepage
by Hugh Dickins
· 14 years ago
59a16ea
tmpfs: fix spurious ENOSPC when racing with unswap
by Hugh Dickins
· 14 years ago
778dd89
tmpfs: fix race between umount and swapoff
by Hugh Dickins
· 14 years ago
b1dea80
tmpfs: fix race between umount and writepage
by Hugh Dickins
· 14 years ago
fc5da22
tmpfs: fix off-by-one in max_blocks checks
by Hugh Dickins
· 14 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
bee4c36a
shmem: let shared anonymous be nonlinear again
by Hugh Dickins
· 14 years ago
4c73b1b
mm: shmem: change remove_from_page_cache
by Minchan Kim
· 14 years ago
e16b396
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
0f6e0e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 14 years ago
5fe0c23
exportfs: Return the minimum required handle size
by Aneesh Kumar K.V
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
ae0e47f
Remove one to many n's in a word
by Justin P. Mattock
· 14 years ago
2a7dba3
fs/vfs/security: pass last path component to LSM on inode creation
by Eric Paris
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
3c26ff6
convert get_sb_nodev() users
by Al Viro
· 14 years ago
85fe402
fs: do not assign default i_ino in new_inode
by Christoph Hellwig
· 14 years ago
7de9c6ee
new helper: ihold()
by Al Viro
· 14 years ago
1d3382cb
new helper: inode_unhashed()
by Al Viro
· 14 years ago
602586a
shmem: put_super must percpu_counter_destroy
by Hugh Dickins
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
ff36b801
shmem: reduce pagefault lock contention
by Shaohua Li
· 14 years ago
7e49629
tmpfs: make tmpfs scalable with percpu_counter for used blocks
by Tim Chen
· 14 years ago
1f895f7
switch shmem.c to ->evice_inode()
by Al Viro
· 14 years ago
2c27c65
check ATTR_SIZE contraints in inode_change_ok
by Christoph Hellwig
· 14 years ago
db78b87
always call inode_change_ok early in ->setattr
by Christoph Hellwig
· 14 years ago
6a1a90a
rename generic_setattr
by Christoph Hellwig
· 14 years ago
af5a30d
fix truncate inode time modification breakage
by Nick Piggin
· 14 years ago
3889e6e
tmpfs: convert to use the new truncate convention
by npiggin@suse.de
· 14 years ago
1b061d9
rename the generic fsync implementations
by Christoph Hellwig
· 14 years ago
87946a7
memcg: move charge of file pages
by Daisuke Nishimura
· 14 years ago
4b50dc2
shmem: remove redundant code
by Huang Shijie
· 14 years ago
454abaf
ramfs: replace inode uid,gid,mode initialization with helper function
by Dmitry Monakhov
· 15 years ago
bb43545
fs: xattr_handler table should be const
by Stephen Hemminger
· 15 years ago
718deb6
Fix breakage in shmem.c
by Al Viro
· 15 years ago
1c7c474
make generic_acl slightly more generic
by Christoph Hellwig
· 15 years ago
431547b
sanitize xattr handler prototypes
by Christoph Hellwig
· 15 years ago
0552f87
Untangling ima mess, part 1: alloc_file()
by Al Viro
· 15 years ago
2c48b9c
switch alloc_file() to passing struct path
by Al Viro
· 15 years ago
4b42af8
switch shmem_file_setup() to alloc_file()
by Al Viro
· 15 years ago
aaa4686
swap_info: note SWAP_MAP_SHMEM
by Hugh Dickins
· 15 years ago
f0f37e2
const: mark struct vm_struct_operations
by Alexey Dobriyan
· 15 years ago
6d7f18f
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
5b0830c
writeback: get rid to incorrect references to pdflush in comments
by Jens Axboe
· 15 years ago
db16826
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 15 years ago
425fbf0
shmem: initialize struct shmem_sb_info to zero
by Pekka Enberg
· 15 years ago
3f96b79
tmpfs: depend on shmem
by Hugh Dickins
· 15 years ago
cff397e
mm: includecheck fix for mm/shmem.c
by Jaswinder Singh Rajput
· 15 years ago
2ca4532
mm: add_to_swap_cache() does not return -EEXIST
by Daisuke Nishimura
· 15 years ago
aa261f5
HWPOISON: Enable .remove_error_page for migration aware file systems
by Andi Kleen
· 15 years ago
6746aff
HWPOISON: shmem: call set_page_dirty() with locked page
by Wu Fengguang
· 15 years ago
2b2af54
Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev
by Kay Sievers
· 16 years ago
6d848a4
shmfs: use 'check_acl' instead of 'permission'
by Linus Torvalds
· 15 years ago
72c0490
Get "no acls for this inode" right, fix shmem breakage
by Al Viro
· 15 years ago
06b16e9
switch shmem to inode->i_acl
by Al Viro
· 15 years ago
168f5ac
mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argument
by Sergei Trofimovich
· 15 years ago
cb4b86b
mm: add swap cache interface for swap reference
by KAMEZAWA Hiroyuki
· 15 years ago
c9d9ac5
integrity: move ima_counts_get
by Mimi Zohar
· 15 years ago
b9fc745
integrity: path_check update
by Mimi Zohar
· 15 years ago
ae3abae
memcg: fix mem_cgroup_shrink_usage()
by Daisuke Nishimura
· 16 years ago
caefba1
shmem: respect MAX_LFS_FILESIZE
by Hugh Dickins
· 16 years ago
61609d0
shmem: fix division by zero
by Yuri Tikhonov
· 16 years ago
9fab561
shmem: writepage directly to swap
by Hugh Dickins
· 16 years ago
703a3cd
Merge branch 'master' into next
by James Morris
· 16 years ago
0b0a080
shmem: fix shared anonymous accounting
by Hugh Dickins
· 16 years ago
ed850a5
integrity: shmem zero fix
by Mimi Zohar
· 16 years ago
cb5629b
Merge branch 'master' into next
by James Morris
· 16 years ago
1df9f0a
Integrity: IMA file free imbalance
by Mimi Zohar
· 16 years ago
fc8744a
Stop playing silly games with the VM_ACCOUNT flag
by Linus Torvalds
· 16 years ago
b5a8431
memcg: fix shmem's swap accounting
by KAMEZAWA Hiroyuki
· 16 years ago
2c26fdd
memcg: revert gfp mask fix
by KAMEZAWA Hiroyuki
· 16 years ago
d13d144
memcg: handle swap caches
by KAMEZAWA Hiroyuki
· 16 years ago
bced052
memcg: fix gfp_mask of callers of charge
by KAMEZAWA Hiroyuki
· 16 years ago
853ac43
shmem: unify regular and tiny shmem
by Matt Mackall
· 16 years ago
390722b
mm: don't mark_page_accessed in shmem_fault
by Hugh Dickins
· 16 years ago
76aac0e
CRED: Wrap task credential accesses in the core kernel
by David Howells
· 16 years ago
731572d
nfsd: fix vm overcommit crash
by Alan Cox
· 16 years ago
89e004ea
SHM_LOCKED pages are unevictable
by Lee Schermerhorn
· 16 years ago
4f98a2f
vmscan: split LRU lists into anon & file sets
by Rik van Riel
· 16 years ago
b2e1853
define page_file_cache() function
by Rik van Riel
· 16 years ago
395e0dd
Export shmem_file_setup for DRM-GEM
by Keith Packard
· 16 years ago
9256292
integrity: special fs magic
by Mimi Zohar
· 16 years ago
529ae9a
mm: rename page trylock
by Nick Piggin
· 16 years ago
14fcc23
tmpfs: fix kernel BUG in shmem_delete_inode
by Hugh Dickins
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
e286781
mm: speculative page references
by Nick Piggin
· 16 years ago
c9b0ed5
memcg: helper function for relcaim from shmem.
by KAMEZAWA Hiroyuki
· 16 years ago
69029cd
memcg: remove refcnt from page_cgroup
by KAMEZAWA Hiroyuki
· 16 years ago
bcd78e4
tmpfs: support aio
by Hugh Dickins
· 16 years ago
e4ad08f
mm: bdi: add separate writeback accounting capability
by Miklos Szeredi
· 17 years ago
71fe804
mempolicy: use struct mempolicy pointer in shmem_sb_info
by Lee Schermerhorn
· 17 years ago
095f1fc
mempolicy: rework shmem mpol parsing and display
by Lee Schermerhorn
· 17 years ago
52cd3b0
mempolicy: rework mempolicy Reference Counting [yet again]
by Lee Schermerhorn
· 17 years ago
Next »