index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
device-mapper
/
dm-service-time.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-22
orangefs_lookup: simplify
Al Viro
1
-56
/
+8
2018-05-22
openpromfs: switch to d_splice_alias()
Al Viro
1
-2
/
+1
2018-05-22
xfs_vn_lookup: simplify a bit
Al Viro
1
-8
/
+8
2018-05-22
adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias()
Al Viro
1
-5
/
+5
2018-05-22
adfs_lookup_byname: .. *is* taken care of in fs/namei.c
Al Viro
1
-14
/
+0
2018-05-22
romfs_lookup: switch to d_splice_alias()
Al Viro
1
-27
/
+9
2018-05-22
qnx6_lookup: switch to d_splice_alias()
Al Viro
1
-6
/
+2
2018-05-22
ubifs_lookup: use d_splice_alias()
Al Viro
1
-28
/
+15
2018-05-22
sysv_lookup: use d_splice_alias()
Al Viro
1
-7
/
+2
2018-05-22
qnx4_lookup: use d_splice_alias()
Al Viro
1
-6
/
+2
2018-05-22
minix_lookup: use d_splice_alias()
Al Viro
1
-6
/
+2
2018-05-22
freevxfs_lookup(): use d_splice_alias()
Al Viro
1
-6
/
+2
2018-05-22
cramfs_lookup(): use d_splice_alias()
Al Viro
1
-4
/
+1
2018-05-22
bfs_add_entry: pass name/len as qstr pointer
Al Viro
1
-11
/
+7
2018-05-22
bfs_find_entry: pass name/len as qstr pointer
Al Viro
1
-10
/
+8
2018-05-22
bfs_lookup(): use d_splice_alias()
Al Viro
1
-6
/
+1
2018-05-21
aio: fix io_destroy(2) vs. lookup_ioctx() race
Al Viro
1
-2
/
+2
2018-05-21
ext2: fix a block leak
Al Viro
1
-10
/
+0
2018-05-21
nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed
Al Viro
1
-0
/
+22
2018-05-21
cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashed
Al Viro
1
-0
/
+10
2018-05-21
unfuck sysfs_mount()
Al Viro
1
-3
/
+3
2018-05-21
kernfs: deal with kernfs_fill_super() failures
Al Viro
1
-0
/
+1
2018-05-21
cramfs: Fix IS_ENABLED typo
Joe Perches
1
-1
/
+1
2018-05-21
befs_lookup(): use d_splice_alias()
Al Viro
1
-12
/
+5
2018-05-21
affs_lookup: switch to d_splice_alias()
Al Viro
1
-6
/
+5
2018-05-21
affs_lookup(): close a race with affs_remove_link()
Al Viro
1
-3
/
+7
2018-05-18
vfs: namei: use path_equal() in follow_dotdot()
Danilo Krummrich
1
-3
/
+1
2018-05-18
fs.h: fix outdated comment about file flags
Li Qiang
1
-1
/
+1
2018-05-14
__inode_security_revalidate() never gets NULL opt_dentry
Al Viro
1
-4
/
+3
2018-05-14
make xattr_getsecurity() static
Al Viro
2
-3
/
+1
2018-05-13
fix breakage caused by d_find_alias() semantics change
Al Viro
1
-4
/
+16
2018-05-13
vfat: simplify checks in vfat_lookup()
Al Viro
1
-12
/
+1
2018-05-13
get rid of dead code in d_find_alias()
Al Viro
1
-49
/
+34
2018-05-11
fs: don't scan the inode cache before SB_BORN is set
Dave Chinner
1
-6
/
+24
2018-05-11
do d_instantiate/unlock_new_inode combinations safely
Al Viro
14
-72
/
+57
2018-05-10
it's SB_BORN, not MS_BORN...
Al Viro
1
-1
/
+1
2018-05-02
iov_iter: fix memory leak in pipe_get_pages_alloc()
Ilya Dryomov
1
-1
/
+1
2018-05-02
iov_iter: fix return type of __pipe_get_pages()
Ilya Dryomov
1
-1
/
+1
2018-04-20
msdos_rmdir(): kill BS comment
Al Viro
1
-4
/
+0
2018-04-20
Don't leak MNT_INTERNAL away from internal mounts
Al Viro
1
-1
/
+2
2018-04-16
remove rpc_rmdir()
Al Viro
2
-18
/
+0
2018-04-16
mm,vmscan: Allow preallocating memory for register_shrinker().
Tetsuo Handa
3
-8
/
+29
2018-04-16
rpc_pipefs: fix double-dput()
Al Viro
1
-0
/
+1
2018-04-16
orangefs_kill_sb(): deal with allocation failures
Al Viro
1
-0
/
+5
2018-04-16
jffs2_kill_sb(): deal with failed allocations
Al Viro
1
-1
/
+1
2018-04-16
hypfs_kill_super(): deal with failed allocations
Al Viro
1
-1
/
+1
2018-04-16
fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range()
Zev Weiss
1
-3
/
+3
2018-04-16
Linux 4.17-rc1
v4.17-rc1
Linus Torvalds
1
-2
/
+2
2018-04-14
kernel/kexec_file.c: move purgatories sha256 to common code
Philipp Rudo
5
-4
/
+28
2018-04-14
kernel/kexec_file.c: allow archs to set purgatory load address
Philipp Rudo
4
-32
/
+31
[next]