Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d1b88eb9e3bccaa43fb5d1bde1cbe210b3434731
/
mm
/
shmem.c
0142ef6
shmem: replace_page must flush_dcache and others
by Hugh Dickins
· 12 years ago
1193755
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
b0b0382
->encode_fh() API change
by Al Viro
· 13 years ago
4fb5ef0
tmpfs: support SEEK_DATA and SEEK_HOLE
by Hugh Dickins
· 12 years ago
1aac140
tmpfs: quit when fallocate fills memory
by Hugh Dickins
· 12 years ago
1635f6a
tmpfs: undo fallocation on failure
by Hugh Dickins
· 12 years ago
e2d12e2
tmpfs: support fallocate preallocation
by Hugh Dickins
· 12 years ago
17cf28a
mm/fs: remove truncate_range
by Hugh Dickins
· 12 years ago
83e4fa9
tmpfs: support fallocate FALLOC_FL_PUNCH_HOLE
by Hugh Dickins
· 12 years ago
ec9516f
tmpfs: optimize clearing when writing
by Hugh Dickins
· 12 years ago
2f6e38f
tmpfs: enable NOSEC optimization
by Hugh Dickins
· 12 years ago
bde05d1
shmem: replace page if mapping excludes its zone
by Hugh Dickins
· 12 years ago
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
8751e03
userns: Convert tmpfs to use kuid and kgid where appropriate
by Eric W. Biederman
· 13 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
9521127
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
6d9d88d
tmpfs: security xattr setting on inode creation
by Jarkko Sakkinen
· 13 years ago
e2a0883
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
3556485
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 13 years ago
318ceed
tidy up after d_make_root() conversion
by Al Viro
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
9b04c5f
mm: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
191c542
mm: collapse security_vm_enough_memory() variants into a single function
by Al Viro
· 13 years ago
2451326
SHM_UNLOCK: fix Unevictable pages stranded after swap
by Hugh Dickins
· 13 years ago
85046579
SHM_UNLOCK: fix long unpreemptible section
by Hugh Dickins
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
09208d1
shmem, ramfs: propagate umode_t, open-coded S_ISREG
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
6d6b77f
filesystems: add missing nlink wrappers
by Miklos Szeredi
· 13 years ago
21ee9f3
vmscan: add barrier to prevent evictable page in unevictable list
by Minchan Kim
· 13 years ago
b95f1b31
mm: Map most files to use export.h instead of module.h
by Paul Gortmaker
· 13 years ago
5a2f3a0
Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into next
by James Morris
· 13 years ago
8079b1c
mm: clarify the radix_tree exceptional cases
by Hugh Dickins
· 13 years ago
e504f3f
tmpfs radix_tree: locate_item to speed up swapoff
by Hugh Dickins
· 13 years ago
69f07ec
tmpfs: use kmemdup for short symlinks
by Hugh Dickins
· 13 years ago
6922c0c
tmpfs: convert shmem_writepage and enable swap
by Hugh Dickins
· 13 years ago
aa3b189
tmpfs: convert mem_cgroup shmem to radix-swap
by Hugh Dickins
· 13 years ago
54af6042
tmpfs: convert shmem_getpage_gfp to radix-swap
by Hugh Dickins
· 13 years ago
46f65ec
tmpfs: convert shmem_unuse_inode to radix-swap
by Hugh Dickins
· 13 years ago
7a5d0fb
tmpfs: convert shmem_truncate_range to radix-swap
by Hugh Dickins
· 13 years ago
bda97ea
tmpfs: copy truncate_inode_pages_range
by Hugh Dickins
· 13 years ago
41ffe5d
tmpfs: miscellaneous trivial cleanups
by Hugh Dickins
· 13 years ago
285b2c4
tmpfs: demolish old swap vector support
by Hugh Dickins
· 13 years ago
45b583b
Merge 'akpm' patch series
by Linus Torvalds
· 13 years ago
48f170f
tmpfs: simplify unuse and writepage
by Hugh Dickins
· 13 years ago
27ab700
tmpfs: simplify filepage/swappage
by Hugh Dickins
· 13 years ago
e83c32e
tmpfs: simplify prealloc_page
by Hugh Dickins
· 13 years ago
9276aad
tmpfs: remove_shmem_readpage
by Hugh Dickins
· 13 years ago
68da9f0
tmpfs: pass gfp to shmem_getpage_gfp
by Hugh Dickins
· 13 years ago
71f0e07
tmpfs: refine shmem_file_splice_read
by Hugh Dickins
· 13 years ago
708e350
tmpfs: clone shmem_file_splice_read()
by Hugh Dickins
· 13 years ago
d515afe
tmpfs: no need to use i_lock
by Hugh Dickins
· 13 years ago
4e34e71
fs: take the ACL checks to common code
by Christoph Hellwig
· 13 years ago
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
· 13 years ago
59a16ea
tmpfs: fix spurious ENOSPC when racing with unswap
by Hugh Dickins
· 13 years ago
778dd89
tmpfs: fix race between umount and swapoff
by Hugh Dickins
· 13 years ago
b1dea80
tmpfs: fix race between umount and writepage
by Hugh Dickins
· 13 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
· 14 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
Next »