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
/
fs
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-14
cleancache: remove limit on the number of cleancache enabled filesystems
Vladimir Davydov
1
-1
/
+1
2015-02-22
trylock_super(): replacement for grab_super_passive()
Konstantin Khlebnikov
1
-22
/
+18
2015-02-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2015-02-12
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-19
/
+28
2015-02-12
fs: shrinker: always scan at least one object of each type
Vladimir Davydov
1
-3
/
+6
2015-02-12
fs: make shrinker memcg aware
Vladimir Davydov
1
-3
/
+3
2015-02-12
list_lru: organize all list_lrus to list
Vladimir Davydov
1
-0
/
+8
2015-02-12
fs: consolidate {nr,free}_cached_objects args in shrink_control
Vladimir Davydov
1
-6
/
+6
2015-02-12
list_lru: introduce list_lru_shrink_{count,walk}
Vladimir Davydov
1
-13
/
+11
2015-02-02
Make super_blocks and sb_lock static
Al Viro
1
-2
/
+2
2015-01-25
allow attaching fs_pin to a group not associated with some superblock
Al Viro
1
-2
/
+2
2015-01-20
fs: remove default_backing_dev_info
Christoph Hellwig
1
-6
/
+2
2014-10-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+2
2014-10-09
fs: Fix theoretical division by 0 in super_cache_scan().
Tetsuo Handa
1
-0
/
+2
2014-09-08
percpu_counter: add @gfp to percpu_counter_init()
Tejun Heo
1
-1
/
+2
2014-08-13
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-1
/
+0
2014-08-07
make fs/{namespace,super}.c forget about acct.h
Al Viro
1
-2
/
+1
2014-08-07
drop ->s_umount around acct_auto_close()
Al Viro
1
-4
/
+14
2014-08-07
acct: get rid of acct_list
Al Viro
1
-1
/
+1
2014-07-15
quota: remove dqptr_sem
Niu Yawei
1
-1
/
+0
2014-06-04
fs/superblock: avoid locking counting inodes and dentries before reclaiming them
Tim Chen
1
-4
/
+8
2014-06-04
fs/superblock: unregister sb shrinker before ->kill_sb()
Dave Chinner
1
-3
/
+1
2014-04-16
fs: Don't return 0 from get_anon_bdev
Thomas Bächler
1
-1
/
+4
2014-03-13
fs: push sync_filesystem() down to the file system's remount_fs()
Theodore Ts'o
1
-2
/
+0
2014-01-31
fs/super.c: sync ro remount after blocking writers
Andrew Ruder
1
-1
/
+2
2014-01-21
fs/super.c: fix WARN on alloc_super() fail path
Vladimir Davydov
1
-1
/
+2
2013-11-09
get rid of s_files and files_lock
Al Viro
1
-13
/
+2
2013-10-24
make freeing super_block rcu-delayed
Al Viro
1
-1
/
+1
2013-10-24
uninline destroy_super(), consolidate alloc_super()
Al Viro
1
-120
/
+86
2013-10-01
fs/super.c: fix lru_list leak for real
Al Viro
1
-2
/
+2
2013-09-10
super: fix for destroy lrus
Glauber Costa
1
-0
/
+3
2013-09-10
list_lru: dynamically adjust node arrays
Glauber Costa
1
-2
/
+9
2013-09-10
fs: convert inode and dentry shrinking to be node aware
Dave Chinner
1
-9
/
+14
2013-09-10
dcache: convert to use new lru list infrastructure
Dave Chinner
1
-6
/
+5
2013-09-10
inode: convert inode lru list to generic lru list code.
Dave Chinner
1
-7
/
+5
2013-09-10
shrinker: convert superblock shrinkers to new API
Dave Chinner
1
-31
/
+49
2013-09-10
dentry: move to per-sb LRU locks
Dave Chinner
1
-0
/
+1
2013-09-10
super: fix calculation of shrinkable objects for small numbers
Glauber Costa
1
-7
/
+7
2013-09-07
prune_super(): sb->s_op is never NULL
Al Viro
1
-1
/
+1
2013-09-04
direct-io: Implement generic deferred AIO completions
Christoph Hellwig
1
-9
/
+9
2013-07-20
livelock avoidance in sget()
Al Viro
1
-15
/
+10
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-4
/
+2
2013-02-27
idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c
Tejun Heo
1
-1
/
+1
2012-10-09
vfs: drop lock/unlock super
Marco Stornelli
1
-23
/
+0
2012-10-06
idr: rename MAX_LEVEL to MAX_IDR_LEVEL
Fengguang Wu
1
-1
/
+1
2012-10-02
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
Kirill A. Shutemov
1
-6
/
+0
2012-08-04
vfs: kill write_super and sync_supers
Artem Bityutskiy
1
-40
/
+0
2012-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-22
/
+230
2012-07-31
vmscan: remove obsolete shrink_control comment
Minchan Kim
1
-1
/
+1
2012-07-31
fs: Remove old freezing mechanism
Jan Kara
1
-1
/
+0
[next]