index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-05-03
simple local filesystems: switch to ->iterate_shared()
Al Viro
6
-6
/
+6
2016-05-03
dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared
Al Viro
3
-7
/
+4
2016-05-03
cifs: switch to ->iterate_shared()
Al Viro
2
-27
/
+30
2016-05-03
fuse: switch to ->iterate_shared()
Al Viro
1
-49
/
+45
2016-05-03
switch all procfs directories ->iterate_shared()
Al Viro
7
-20
/
+21
2016-05-03
proc_sys_fill_cache(): switch to d_alloc_parallel()
Al Viro
1
-7
/
+8
2016-05-03
proc_fill_cache(): switch to d_alloc_parallel()
Al Viro
1
-5
/
+10
2016-05-03
introduce a parallel variant of ->iterate()
Al Viro
5
-11
/
+48
2016-05-03
give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()
Al Viro
7
-27
/
+33
2016-05-03
parallel lookups: actual switch to rwsem
Al Viro
11
-32
/
+73
2016-05-03
parallel lookups machinery, part 4 (and last)
Al Viro
3
-23
/
+82
2016-05-03
parallel lookups machinery, part 3
Al Viro
3
-25
/
+125
2016-05-03
parallel lookups machinery, part 2
Al Viro
5
-3
/
+44
2016-05-03
beginning of transition to parallel lookups - marking in-lookup dentries
Al Viro
3
-0
/
+35
2016-05-03
__d_add(): don't drop/regain ->d_lock
Al Viro
1
-3
/
+11
2016-05-03
lookup_slow(): bugger off on IS_DEADDIR() from the very beginning
Al Viro
1
-6
/
+17
2016-05-03
nfs: missing wakeup in nfs_unblock_sillyrename()
Al Viro
1
-0
/
+1
2016-05-03
make ext2_get_page() and friends work without external serialization
Al Viro
5
-35
/
+35
2016-05-03
ovl_lookup_real(): use lookup_one_len_unlocked()
Al Viro
1
-3
/
+1
2016-05-03
reconnect_one(): use lookup_one_len_unlocked()
Al Viro
1
-3
/
+7
2016-05-03
reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()
Al Viro
1
-1
/
+5
2016-05-03
orangefs: don't open-code inode_lock/inode_unlock
Al Viro
2
-4
/
+4
2016-05-03
ocfs2: don't open-code inode_lock/inode_unlock
Al Viro
1
-2
/
+2
2016-05-03
configfs_detach_prep(): make sure that wait_mutex won't go away
Al Viro
1
-8
/
+9
2016-05-03
kernfs: use lookup_one_len_unlocked()
Al Viro
1
-3
/
+2
2016-05-03
security_d_instantiate(): move to the point prior to attaching dentry to inode
Al Viro
1
-8
/
+7
2016-04-11
->getxattr(): pass dentry and inode as separate arguments
Al Viro
34
-85
/
+94
2016-04-11
Linux 4.6-rc3
v4.6-rc3
Linus Torvalds
1
-1
/
+1
2016-04-11
xattr_handler: pass dentry and inode as separate arguments of ->get()
Al Viro
31
-114
/
+113
2016-04-11
Revert "ext4: allow readdir()'s of large empty directories to be interrupted"
Linus Torvalds
2
-10
/
+0
2016-04-11
reiserfs: switch to generic_{get,set,remove}xattr()
Al Viro
7
-98
/
+31
2016-04-10
cifs: kill more bogus checks in ->...xattr() methods
Al Viro
1
-36
/
+6
2016-04-10
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
Al Viro
30
-50
/
+41
2016-04-09
i2c: jz4780: really prevent potential division by zero
Wolfram Sang
1
-1
/
+6
2016-04-09
Revert "i2c: jz4780: prevent potential division by zero"
Wolfram Sang
1
-1
/
+1
2016-04-08
bridge, netem: mark mailing lists as moderated
stephen hemminger
1
-2
/
+2
2016-04-08
parisc: Update comment regarding relative extable support
Helge Deller
1
-6
/
+4
2016-04-08
parisc: Unbreak handling exceptions from kernel modules
Helge Deller
4
-0
/
+9
2016-04-08
parisc: Fix kernel crash with reversed copy_from_user()
Helge Deller
1
-0
/
+3
2016-04-08
parisc: Avoid function pointers for kernel exception routines
Helge Deller
1
-5
/
+5
2016-04-08
parisc: Handle R_PARISC_PCREL32 relocations in kernel modules
Helge Deller
1
-0
/
+8
2016-04-08
tuntap: restore default qdisc
Jason Wang
1
-2
/
+2
2016-04-08
orangefs: remove unused variable
Martin Brandenburg
1
-3
/
+1
2016-04-08
orangefs: Add KERN_<LEVEL> to gossip_<level> macros
Joe Perches
1
-14
/
+17
2016-04-08
orangefs: strncpy -> strscpy
Martin Brandenburg
1
-1
/
+5
2016-04-08
orangefs: clean up truncate ctime and mtime setting
Martin Brandenburg
1
-15
/
+1
2016-04-08
Orangefs: fix ifnullfree.cocci warnings
kbuild test robot
1
-2
/
+1
2016-04-08
Orangefs: optimize boilerplate code.
Mike Marshall
2
-2
/
+2
2016-04-08
Orangefs: xattr.c cleanup
Mike Marshall
1
-16
/
+1
2016-04-08
mpls: find_outdev: check for err ptr in addition to NULL check
Roopa Prabhu
1
-0
/
+3
[next]