index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2012-11-17
tmpfs: change final i_blocks BUG to WARNING
Hugh Dickins
1
-1
/
+1
2012-11-17
tmpfs: fix shmem_getpage_gfp() VM_BUG_ON
Hugh Dickins
1
-2
/
+14
2012-10-10
tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking
Hugh Dickins
1
-2
/
+4
2012-10-09
mm: kill vma flag VM_CAN_NONLINEAR
Konstantin Khlebnikov
1
-2
/
+1
2012-08-25
xattr: extract simple_xattr code from tmpfs
Aristeu Rozanski
1
-158
/
+13
2012-08-01
tmpfs: distribute interleave better across nodes
Nathan Zimmer
1
-2
/
+4
2012-07-14
don't pass nameidata to ->create()
Al Viro
1
-1
/
+1
2012-07-12
shmem: cleanup shmem_add_to_page_cache
Hugh Dickins
1
-30
/
+28
2012-07-12
shmem: fix negative rss in memcg memory.stat
Hugh Dickins
1
-12
/
+29
2012-07-12
tmpfs: revert SEEK_DATA and SEEK_HOLE
Hugh Dickins
1
-93
/
+1
2012-07-04
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2012-06-13
splice: fix racy pipe->buffers uses
Eric Dumazet
1
-1
/
+2
2012-06-08
shmem: replace_page must flush_dcache and others
Hugh Dickins
1
-20
/
+37
2012-06-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+2
2012-05-30
->encode_fh() API change
Al Viro
1
-4
/
+2
2012-05-30
tmpfs: support SEEK_DATA and SEEK_HOLE
Hugh Dickins
1
-1
/
+93
2012-05-30
tmpfs: quit when fallocate fills memory
Hugh Dickins
1
-2
/
+56
2012-05-30
tmpfs: undo fallocation on failure
Hugh Dickins
1
-33
/
+72
2012-05-30
tmpfs: support fallocate preallocation
Hugh Dickins
1
-1
/
+60
2012-05-30
mm/fs: remove truncate_range
Hugh Dickins
1
-1
/
+0
2012-05-30
tmpfs: support fallocate FALLOC_FL_PUNCH_HOLE
Hugh Dickins
1
-11
/
+57
2012-05-30
tmpfs: optimize clearing when writing
Hugh Dickins
1
-3
/
+17
2012-05-30
tmpfs: enable NOSEC optimization
Hugh Dickins
1
-0
/
+1
2012-05-30
shmem: replace page if mapping excludes its zone
Hugh Dickins
1
-19
/
+122
2012-05-28
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
Linus Torvalds
1
-1
/
+1
2012-05-16
userns: Convert tmpfs to use kuid and kgid where appropriate
Eric W. Biederman
1
-6
/
+16
2012-05-06
vfs: Rename end_writeback() to clear_inode()
Jan Kara
1
-1
/
+1
2012-03-22
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-16
/
+72
2012-03-22
tmpfs: security xattr setting on inode creation
Jarkko Sakkinen
1
-16
/
+72
2012-03-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-7
/
+3
2012-03-22
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-2
/
+2
2012-03-21
tidy up after d_make_root() conversion
Al Viro
1
-4
/
+2
2012-03-21
switch open-coded instances of d_make_root() to new helper
Al Viro
1
-4
/
+2
2012-03-20
mm: remove the second argument of k[un]map_atomic()
Cong Wang
1
-2
/
+2
2012-02-14
mm: collapse security_vm_enough_memory() variants into a single function
Al Viro
1
-2
/
+2
2012-01-23
SHM_UNLOCK: fix Unevictable pages stranded after swap
Hugh Dickins
1
-5
/
+41
2012-01-23
SHM_UNLOCK: fix long unpreemptible section
Hugh Dickins
1
-7
/
+0
2012-01-07
vfs: switch ->show_options() to struct dentry *
Al Viro
1
-2
/
+2
2012-01-04
shmem, ramfs: propagate umode_t, open-coded S_ISREG
Al Viro
1
-3
/
+3
2012-01-04
switch ->mknod() to umode_t
Al Viro
1
-1
/
+1
2012-01-04
switch ->create() to umode_t
Al Viro
1
-1
/
+1
2012-01-04
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
1
-1
/
+1
2012-01-04
vfs: fix the stupidity with i_dentry in inode destructors
Al Viro
1
-1
/
+0
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2011-11-02
filesystems: add missing nlink wrappers
Miklos Szeredi
1
-1
/
+1
2011-11-01
vmscan: add barrier to prevent evictable page in unevictable list
Minchan Kim
1
-0
/
+6
2011-10-31
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
[next]