index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
shmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-24
shmem: fix faulting into a hole while it's punched
Hugh Dickins
1
-4
/
+52
2014-06-24
tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supported
Hugh Dickins
1
-0
/
+3
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-17
/
+9
2014-06-12
shmem: switch to iter_file_splice_write()
Al Viro
1
-1
/
+1
2014-06-05
mm: non-atomically mark page accessed during page cache allocation where poss...
Mel Gorman
1
-1
/
+5
2014-06-05
mm: shmem: avoid atomic operation during shmem_getpage_gfp
Mel Gorman
1
-1
/
+1
2014-05-07
write_iter variants of {__,}generic_file_aio_write()
Al Viro
1
-2
/
+2
2014-05-07
shmem: switch to ->read_iter()
Al Viro
1
-10
/
+5
2014-05-07
start adding the tag to iov_iter
Al Viro
1
-1
/
+1
2014-05-07
kill generic_segment_checks()
Al Viro
1
-5
/
+2
2014-04-14
mm: Initialize error in shmem_file_aio_read()
Geert Uytterhoeven
1
-1
/
+1
2014-04-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-51
/
+28
2014-04-12
missing bits of "splice: fix racy pipe->buffers uses"
Al Viro
1
-1
/
+1
2014-04-08
memcg: rename high level charging functions
Michal Hocko
1
-3
/
+3
2014-04-08
mm: implement ->map_pages for shmem/tmpfs
Ning Qu
1
-0
/
+1
2014-04-04
mm + fs: prepare for non-page entries in page cache radix trees
Johannes Weiner
1
-79
/
+20
2014-04-04
mm: shmem: save one radix tree lookup when truncating swapped pages
Johannes Weiner
1
-13
/
+12
2014-04-02
introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()
Al Viro
1
-50
/
+27
2014-04-02
do_shmem_file_read(): call file_read_actor() directly
Al Viro
1
-3
/
+3
2014-01-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-34
/
+23
2014-01-26
fs: remove generic_acl
Christoph Hellwig
1
-34
/
+23
2014-01-24
mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE
Sasha Levin
1
-4
/
+4
2013-12-02
security: shmem: implement kernel private shmem inodes
Eric Paris
1
-7
/
+29
2013-09-12
initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabled
Rob Landley
1
-0
/
+4
2013-09-12
lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt
Jan Kara
1
-1
/
+1
2013-09-04
shm_mnt is as longterm as it gets, TYVM...
Al Viro
1
-3
/
+4
2013-08-24
cope with potentially long ->d_dname() output for shmem/hugetlb
Al Viro
1
-7
/
+1
2013-08-04
tmpfs: fix SEEK_DATA/SEEK_HOLE regression
Hugh Dickins
1
-1
/
+2
2013-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-8
/
+8
2013-07-03
vfs: export lseek_execute() to modules
Jie Liu
1
-4
/
+1
2013-06-29
[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...
Al Viro
1
-0
/
+32
2013-06-20
evm: calculate HMAC after initializing posix acl on tmpfs
Mimi Zohar
1
-8
/
+8
2013-05-08
aio: don't include aio.h in sched.h
Kent Overstreet
1
-0
/
+1
2013-04-30
mm/shmem.c: remove an ifdef
Andrew Morton
1
-4
/
+1
2013-03-02
fix nommu breakage in shmem.c
Al Viro
1
-3
/
+2
2013-02-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-21
/
+31
2013-02-26
fs: encode_fh: return FILEID_INVALID if invalid fid_type
Namjae Jeon
1
-1
/
+1
2013-02-26
shmem_setup_file(): use d_alloc_pseudo() instead of d_alloc()
Al Viro
1
-4
/
+15
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-0
/
+2
2013-02-24
tmpfs: fix mempolicy object leaks
Greg Thelen
1
-3
/
+10
2013-02-24
tmpfs: fix use-after-free of mempolicy object
Greg Thelen
1
-2
/
+8
2013-02-24
mm: shmem: use new radix tree iterator
Johannes Weiner
1
-13
/
+12
2013-02-23
clean shmem_file_setup() a bit
Al Viro
1
-10
/
+9
2013-02-23
fs: Preserve error code in get_empty_filp(), part 2
Anatol Pomozov
1
-2
/
+2
2013-02-23
new helper: file_inode(file)
Al Viro
1
-6
/
+6
2013-01-27
userns: Allow the userns root to mount tmpfs.
Eric W. Biederman
1
-0
/
+2
2013-01-02
mempolicy: remove arg from mpol_parse_str, mpol_to_str
Hugh Dickins
1
-2
/
+2
2012-12-18
lseek: the "whence" argument is called "whence"
Andrew Morton
1
-10
/
+10
2012-12-13
tmpfs: support SEEK_DATA and SEEK_HOLE (reprise)
Hugh Dickins
1
-1
/
+91
2012-12-06
tmpfs: fix shared mempolicy leak
Mel Gorman
1
-10
/
+16
[next]