index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
shmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-09
switch shmem.c to ->evice_inode()
Al Viro
1
-4
/
+4
2010-08-09
check ATTR_SIZE contraints in inode_change_ok
Christoph Hellwig
1
-3
/
+2
2010-08-09
always call inode_change_ok early in ->setattr
Christoph Hellwig
1
-4
/
+6
2010-08-09
rename generic_setattr
Christoph Hellwig
1
-1
/
+1
2010-06-04
fix truncate inode time modification breakage
Nick Piggin
1
-2
/
+3
2010-05-27
tmpfs: convert to use the new truncate convention
npiggin@suse.de
1
-21
/
+22
2010-05-27
rename the generic fsync implementations
Christoph Hellwig
1
-1
/
+1
2010-05-27
memcg: move charge of file pages
Daisuke Nishimura
1
-0
/
+64
2010-05-25
shmem: remove redundant code
Huang Shijie
1
-2
/
+0
2010-05-21
ramfs: replace inode uid,gid,mode initialization with helper function
Dmitry Monakhov
1
-17
/
+8
2010-05-21
fs: xattr_handler table should be const
Stephen Hemminger
1
-2
/
+2
2009-12-16
Fix breakage in shmem.c
Al Viro
1
-0
/
+2
2009-12-16
make generic_acl slightly more generic
Christoph Hellwig
1
-7
/
+10
2009-12-16
sanitize xattr handler prototypes
Christoph Hellwig
1
-9
/
+10
2009-12-16
Untangling ima mess, part 1: alloc_file()
Al Viro
1
-2
/
+0
2009-12-16
switch alloc_file() to passing struct path
Al Viro
1
-6
/
+8
2009-12-16
switch shmem_file_setup() to alloc_file()
Al Viro
1
-12
/
+9
2009-12-15
swap_info: note SWAP_MAP_SHMEM
Hugh Dickins
1
-2
/
+9
2009-09-27
const: mark struct vm_struct_operations
Alexey Dobriyan
1
-2
/
+2
2009-09-25
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-2
/
+3
2009-09-25
writeback: get rid to incorrect references to pdflush in comments
Jens Axboe
1
-2
/
+3
2009-09-24
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
1
-2
/
+3
2009-09-22
shmem: initialize struct shmem_sb_info to zero
Pekka Enberg
1
-4
/
+1
2009-09-22
tmpfs: depend on shmem
Hugh Dickins
1
-0
/
+5
2009-09-22
mm: includecheck fix for mm/shmem.c
Jaswinder Singh Rajput
1
-1
/
+0
2009-09-22
mm: add_to_swap_cache() does not return -EEXIST
Daisuke Nishimura
1
-0
/
+4
2009-09-16
HWPOISON: Enable .remove_error_page for migration aware file systems
Andi Kleen
1
-0
/
+1
2009-09-16
HWPOISON: shmem: call set_page_dirty() with locked page
Wu Fengguang
1
-2
/
+2
2009-09-15
Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev
Kay Sievers
1
-6
/
+3
2009-09-08
shmfs: use 'check_acl' instead of 'permission'
Linus Torvalds
1
-3
/
+3
2009-06-24
Get "no acls for this inode" right, fix shmem breakage
Al Viro
1
-4
/
+1
2009-06-24
switch shmem to inode->i_acl
Al Viro
1
-5
/
+4
2009-06-16
mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argument
Sergei Trofimovich
1
-1
/
+1
2009-06-16
mm: add swap cache interface for swap reference
KAMEZAWA Hiroyuki
1
-1
/
+1
2009-05-22
integrity: move ima_counts_get
Mimi Zohar
1
-1
/
+1
2009-05-22
integrity: path_check update
Mimi Zohar
1
-1
/
+1
2009-05-02
memcg: fix mem_cgroup_shrink_usage()
Daisuke Nishimura
1
-2
/
+6
2009-04-13
shmem: respect MAX_LFS_FILESIZE
Hugh Dickins
1
-5
/
+20
2009-04-13
shmem: fix division by zero
Yuri Tikhonov
1
-1
/
+1
2009-04-01
shmem: writepage directly to swap
Hugh Dickins
1
-2
/
+1
2009-03-24
Merge branch 'master' into next
James Morris
1
-22
/
+21
2009-02-25
shmem: fix shared anonymous accounting
Hugh Dickins
1
-22
/
+21
2009-02-11
integrity: shmem zero fix
Mimi Zohar
1
-1
/
+1
2009-02-06
Merge branch 'master' into next
James Morris
1
-18
/
+86
2009-02-06
Integrity: IMA file free imbalance
Mimi Zohar
1
-0
/
+2
2009-01-31
Stop playing silly games with the VM_ACCOUNT flag
Linus Torvalds
1
-1
/
+1
2009-01-08
memcg: fix shmem's swap accounting
KAMEZAWA Hiroyuki
1
-18
/
+12
2009-01-08
memcg: revert gfp mask fix
KAMEZAWA Hiroyuki
1
-4
/
+4
2009-01-08
memcg: handle swap caches
KAMEZAWA Hiroyuki
1
-2
/
+16
2009-01-08
memcg: fix gfp_mask of callers of charge
KAMEZAWA Hiroyuki
1
-3
/
+3
[next]