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.12.y
linux-6.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-11
list_lru: remove special case function list_lru_dispose_all.
Glauber Costa
1
-20
/
+29
2013-09-11
dcache: convert to use new lru list infrastructure
Dave Chinner
2
-98
/
+83
2013-09-11
inode: move inode to a different list inside lock
Glauber Costa
1
-1
/
+1
2013-09-11
inode: convert inode lru list to generic lru list code.
Dave Chinner
2
-112
/
+75
2013-09-11
shrinker: convert superblock shrinkers to new API
Dave Chinner
7
-42
/
+68
2013-09-11
dcache: remove dentries from LRU before putting on dispose list
Dave Chinner
1
-21
/
+78
2013-09-11
dentry: move to per-sb LRU locks
Dave Chinner
2
-17
/
+17
2013-09-11
dcache: convert dentry_stat.nr_unused to per-cpu counters
Dave Chinner
1
-3
/
+27
2013-09-11
super: fix calculation of shrinkable objects for small numbers
Glauber Costa
7
-15
/
+14
2013-09-11
fs: bump inode and dentry counters to long
Glauber Costa
3
-14
/
+14
2013-09-11
Add missing unlocks to error paths of mountpoint_last.
Dave Jones
1
-1
/
+4
2013-09-11
... and fold the renamed __vfs_follow_link() into its only caller
Al Viro
1
-24
/
+14
2013-09-11
fs: remove vfs_follow_link
Christoph Hellwig
1
-8
/
+2
2013-09-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
8
-167
/
+221
2013-09-10
vfs: make sure we don't have a stale root path if unlazy_walk() fails
Linus Torvalds
1
-1
/
+4
2013-09-10
xfs: don't assert fail on bad inode numbers
Dave Chinner
1
-5
/
+3
2013-09-10
xfs: aborted buf items can be in the AIL.
Dave Chinner
1
-5
/
+19
2013-09-10
xfs: factor all the kmalloc-or-vmalloc fallback allocations
Dave Chinner
7
-78
/
+43
2013-09-10
xfs: fix memory allocation failures with ACLs
Dave Chinner
1
-10
/
+22
2013-09-10
xfs: ensure we copy buffer type in da btree root splits
Dave Chinner
1
-0
/
+1
2013-09-10
xfs: set remote symlink buffer type for recovery
Dave Chinner
1
-0
/
+2
2013-09-10
xfs: recovery of swap extents operations for CRC filesystems
Dave Chinner
11
-67
/
+171
2013-09-10
NFSv4.1 fix decode_free_stateid
Andy Adamson
1
-15
/
+2
2013-09-10
fscache: check consistency does not decrement refcount
Milosz Tanski
1
-1
/
+2
2013-09-10
xfs: swap extents operations for CRC filesystems
Dave Chinner
6
-39
/
+231
2013-09-10
CIFS: Respect epoch value from create lease context v2
Pavel Shilovsky
6
-17
/
+71
2013-09-10
CIFS: Add create lease v2 context for SMB3
Pavel Shilovsky
2
-13
/
+73
2013-09-10
CIFS: Move parsing lease buffer to ops struct
Pavel Shilovsky
3
-17
/
+25
2013-09-10
CIFS: Move creating lease buffer to ops struct
Pavel Shilovsky
3
-45
/
+58
2013-09-10
CIFS: Store lease state itself rather than a mapped oplock value
Pavel Shilovsky
10
-62
/
+174
2013-09-10
xfs: check magic numbers in dir3 leaf verifier first
Dave Chinner
1
-7
/
+13
2013-09-10
xfs: fix some minor sparse warnings
Dave Chinner
6
-7
/
+11
2013-09-10
xfs: fix endian warning in xlog_recover_get_buf_lsn()
Dave Chinner
1
-1
/
+1
2013-09-09
split read_seqretry_or_unlock(), convert d_walk() to resulting primitives
Al Viro
1
-33
/
+31
2013-09-09
Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
111
-11894
/
+13556
2013-09-09
direct-io: Use return from cmpxchg to decide of assignment happened
Olof Johansson
1
-2
/
+3
2013-09-09
dcache: Translating dentry into pathname without taking rename_lock
Waiman Long
1
-63
/
+133
2013-09-09
aio: rcu_read_lock protection for new rcu_dereference calls
Artem Savkov
1
-0
/
+6
2013-09-09
Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
32
-720
/
+3521
2013-09-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
5
-8
/
+29
2013-09-09
Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-77
/
+99
2013-09-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
19
-155
/
+1271
2013-09-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
1
-1
/
+8
2013-09-09
aio: fix race in ring buffer page lookup introduced by page migration support
Benjamin LaHaise
1
-3
/
+12
2013-09-09
autofs4 - fix device ioctl mount lookup
Ian Kent
1
-11
/
+12
2013-09-09
vfs: fix dentry RCU to refcounting possibly sleeping dput()
Linus Torvalds
1
-53
/
+49
2013-09-09
introduce kern_path_mountpoint()
Al Viro
1
-11
/
+24
2013-09-09
rename user_path_umountat() to user_path_mountpoint_at()
Al Viro
3
-13
/
+15
2013-09-09
take unlazy_walk() into umount_lookup_last()
Al Viro
1
-33
/
+27
2013-09-09
CIFS: Replace clientCanCache* bools with an integer
Pavel Shilovsky
9
-61
/
+64
[prev]
[next]