Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f0a12d0c9272ae24491b983c4982acdacdac1baf
/
mm
/
shmem.c
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 12 years ago
250297e
mm/shmem.c: remove an ifdef
by Andrew Morton
· 12 years ago
26567cd
fix nommu breakage in shmem.c
by Al Viro
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
94e07a75
fs: encode_fh: return FILEID_INVALID if invalid fid_type
by Namjae Jeon
· 12 years ago
3451538
shmem_setup_file(): use d_alloc_pseudo() instead of d_alloc()
by Al Viro
· 12 years ago
94f2f14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
49cd0a5
tmpfs: fix mempolicy object leaks
by Greg Thelen
· 12 years ago
5f00110
tmpfs: fix use-after-free of mempolicy object
by Greg Thelen
· 12 years ago
860f275
mm: shmem: use new radix tree iterator
by Johannes Weiner
· 12 years ago
6b4d0b2
clean shmem_file_setup() a bit
by Al Viro
· 12 years ago
39b6525
fs: Preserve error code in get_empty_filp(), part 2
by Anatol Pomozov
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
2b8576c
userns: Allow the userns root to mount tmpfs.
by Eric W. Biederman
· 12 years ago
a7a88b2
mempolicy: remove arg from mpol_parse_str, mpol_to_str
by Hugh Dickins
· 12 years ago
965c8e5
lseek: the "whence" argument is called "whence"
by Andrew Morton
· 12 years ago
220f2ac
tmpfs: support SEEK_DATA and SEEK_HOLE (reprise)
by Hugh Dickins
· 12 years ago
18a2f37
tmpfs: fix shared mempolicy leak
by Mel Gorman
· 12 years ago
0f3c42f
tmpfs: change final i_blocks BUG to WARNING
by Hugh Dickins
· 12 years ago
215c02b
tmpfs: fix shmem_getpage_gfp() VM_BUG_ON
by Hugh Dickins
· 12 years ago
35c2a7f
tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking
by Hugh Dickins
· 12 years ago
0b173bc
mm: kill vma flag VM_CAN_NONLINEAR
by Konstantin Khlebnikov
· 12 years ago
38f3865
xattr: extract simple_xattr code from tmpfs
by Aristeu Rozanski
· 12 years ago
09c231c
tmpfs: distribute interleave better across nodes
by Nathan Zimmer
· 12 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
b065b43
shmem: cleanup shmem_add_to_page_cache
by Hugh Dickins
· 12 years ago
d189922
shmem: fix negative rss in memcg memory.stat
by Hugh Dickins
· 12 years ago
f21f806
tmpfs: revert SEEK_DATA and SEEK_HOLE
by Hugh Dickins
· 12 years ago
a3da2c6
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
047fe36
splice: fix racy pipe->buffers uses
by Eric Dumazet
· 12 years ago
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
Next »