index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-14
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-16
quota: remove dqptr_sem
Niu Yawei
1
-1
/
+0
2014-06-05
fs/superblock: avoid locking counting inodes and dentries before reclaiming them
Tim Chen
1
-4
/
+8
2014-06-05
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-22
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-25
make freeing super_block rcu-delayed
Al Viro
1
-1
/
+1
2013-10-25
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-11
super: fix for destroy lrus
Glauber Costa
1
-0
/
+3
2013-09-11
list_lru: dynamically adjust node arrays
Glauber Costa
1
-2
/
+9
2013-09-11
fs: convert inode and dentry shrinking to be node aware
Dave Chinner
1
-9
/
+14
2013-09-11
dcache: convert to use new lru list infrastructure
Dave Chinner
1
-6
/
+5
2013-09-11
inode: convert inode lru list to generic lru list code.
Dave Chinner
1
-7
/
+5
2013-09-11
shrinker: convert superblock shrinkers to new API
Dave Chinner
1
-31
/
+49
2013-09-11
dentry: move to per-sb LRU locks
Dave Chinner
1
-0
/
+1
2013-09-11
super: fix calculation of shrinkable objects for small numbers
Glauber Costa
1
-7
/
+7
2013-09-08
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-28
hlist: drop the node parameter from iterators
Sasha Levin
1
-4
/
+2
2013-02-28
idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c
Tejun Heo
1
-1
/
+1
2012-10-10
vfs: drop lock/unlock super
Marco Stornelli
1
-23
/
+0
2012-10-05
idr: rename MAX_LEVEL to MAX_IDR_LEVEL
Fengguang Wu
1
-1
/
+1
2012-10-03
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-08-01
vmscan: remove obsolete shrink_control comment
Minchan Kim
1
-1
/
+1
2012-07-31
fs: Remove old freezing mechanism
Jan Kara
1
-1
/
+0
2012-07-31
fs: Improve filesystem freezing handling
Jan Kara
1
-21
/
+230
2012-07-31
Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2012-07-14
VFS: Pass mount flags to sget()
David Howells
1
-11
/
+11
2012-06-09
writeback: Fix some comment errors
Wanpeng Li
1
-1
/
+1
2012-03-24
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2012-03-23
Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2012-03-22
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-0
/
+1
2012-03-19
Merge branch 'stable/cleancache.v13' into linux-next
Konrad Rzeszutek Wilk
1
-1
/
+1
2012-02-29
fs: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2012-02-14
vfs: Provide function to get superblock and wait for it to thaw
Jan Kara
1
-0
/
+22
2012-02-14
security: trim security.h
Al Viro
1
-0
/
+1
2012-01-24
mm: cleancache: s/flush/invalidate/
Dan Magenheimer
1
-1
/
+1
2012-01-18
wake up s_wait_unfrozen when ->freeze_fs fails
Kazuya Mio
1
-0
/
+2
2012-01-07
vfs: prevent remount read-only if pending removes
Miklos Szeredi
1
-4
/
+0
2012-01-07
vfs: protect remounting superblock read-only
Miklos Szeredi
1
-4
/
+18
[next]