index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ethernet
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-09-11
list_lru: per-node list infrastructure
Dave Chinner
2
-40
/
+129
2013-09-11
dcache: convert to use new lru list infrastructure
Dave Chinner
3
-106
/
+90
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
3
-116
/
+77
2013-09-11
list: add a new LRU list type
Dave Chinner
3
-1
/
+233
2013-09-11
shrinker: convert superblock shrinkers to new API
Dave Chinner
8
-48
/
+70
2013-09-11
mm: new shrinker API
Dave Chinner
2
-29
/
+69
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
3
-18
/
+20
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
8
-15
/
+18
2013-09-11
fs: bump inode and dentry counters to long
Glauber Costa
7
-27
/
+27
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
3
-9
/
+6
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
dmaengine: dma_sync_wait and dma_find_channel undefined
Jon Mason
1
-2
/
+10
2013-09-09
clk: only call get_parent if there is one
Alex Elder
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
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
MAINTAINERS: update email for Dan Williams
Dan Williams
1
-9
/
+9
2013-09-09
dma: mv_xor: Fix incorrect error path
Sachin Kamat
1
-4
/
+2
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
virtio_pci: pm: Use CONFIG_PM_SLEEP instead of CONFIG_PM
Aaron Lu
1
-2
/
+2
2013-09-09
introduce kern_path_mountpoint()
Al Viro
2
-11
/
+25
2013-09-09
rename user_path_umountat() to user_path_mountpoint_at()
Al Viro
4
-16
/
+15
2013-09-09
take unlazy_walk() into umount_lookup_last()
Al Viro
1
-33
/
+27
2013-09-08
vfs: use lockred "dead" flag to mark unrecoverably dead dentries
Linus Torvalds
2
-25
/
+15
2013-09-08
vfs: reorganize dput() memory accesses
Linus Torvalds
2
-10
/
+11
2013-09-08
Kill indirect include of file.h from eventfd.h, use fdget() in cgroup.c
Al Viro
2
-17
/
+19
2013-09-08
prune_super(): sb->s_op is never NULL
Al Viro
1
-1
/
+1
2013-09-08
exportfs: don't assume that ->iterate() won't feed us too long entries
Al Viro
1
-1
/
+1
2013-09-08
afs: get rid of redundant ->d_name.len checks
Al Viro
1
-24
/
+0
2013-09-08
lockref: add ability to mark lockrefs "dead"
Linus Torvalds
2
-0
/
+41
2013-09-08
NFSv4: use mach cred for SECINFO_NO_NAME w/ integrity
Weston Andros Adamson
1
-4
/
+37
2013-09-08
NFS: nfs_compare_super shouldn't check the auth flavour unless 'sec=' was set
Trond Myklebust
1
-2
/
+15
2013-09-08
lockref: fix docbook argument names
Linus Torvalds
1
-4
/
+4
2013-09-07
NFSv4: Allow security autonegotiation for submounts
Trond Myklebust
2
-5
/
+19
2013-09-07
NFSv4: Disallow security negotiation for lookups when 'sec=' is specified
Trond Myklebust
1
-1
/
+3
2013-09-07
NFSv4: Fix security auto-negotiation
Trond Myklebust
6
-18
/
+30
2013-09-07
NFS: Clean up nfs_parse_security_flavors()
Trond Myklebust
1
-12
/
+13
2013-09-07
NFS: Clean up the auth flavour array mess
Trond Myklebust
2
-13
/
+28
2013-09-07
Revert "Input: introduce BTN/ABS bits for drums and guitars"
Linus Torvalds
5
-433
/
+3
2013-09-07
um: Add irq chip um/mask handlers
Richard Weinberger
1
-0
/
+4
2013-09-07
um: prctl: Do not include linux/ptrace.h
Richard Weinberger
1
-1
/
+1
2013-09-07
um: Run UML in it's own session.
Richard Weinberger
1
-0
/
+2
2013-09-07
um: Cleanup SIGTERM handling
Richard Weinberger
8
-12
/
+16
2013-09-07
um: ubd: Introduce submit_request()
Richard Weinberger
1
-13
/
+19
[next]