Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
83540cac21ff24cd9dccbb227437e183f44d52b0
/
fs
/
autofs4
d3381fa
fs: Better permission checking for submounts
by Eric W. Biederman
· 8 years ago
fcc2453
autofs: refactor ioctl fn vector in iookup_dev_ioctl()
by Tomohiro Kusumi
· 8 years ago
962ca7c
autofs: remove possibly misleading /* #define DEBUG */
by Tomohiro Kusumi
· 8 years ago
3908555
autofs: fix print format for ioctl warning message
by Tomohiro Kusumi
· 8 years ago
d9e1923
autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMD
by Ian Kent
· 8 years ago
aa84193
autofs: fix dev ioctl number range check
by Ian Kent
· 8 years ago
b6e3795
autofs: fix pr_debug() message
by Tomohiro Kusumi
· 8 years ago
41a4497
autofs: don't fail to free_dev_ioctl(param)
by Tomohiro Kusumi
· 8 years ago
eea618e
autofs: remove obsolete sb fields
by Tomohiro Kusumi
· 8 years ago
ca55259
autofs: use autofs4_free_ino() to kfree dentry data
by Tomohiro Kusumi
· 8 years ago
1574fa7
autofs: remove ino free in autofs4_dir_symlink()
by Ian Kent
· 8 years ago
97537b3
autofs: add WARN_ON(1) for non dir/link inode case
by Tomohiro Kusumi
· 8 years ago
1973a12
autofs: fix autofs4_fill_super() error exit handling
by Ian Kent
· 8 years ago
749800e
autofs: test autofs versions first on sb initialization
by Tomohiro Kusumi
· 8 years ago
4a44c18
autofs: drop unnecessary extern in autofs_i.h
by Tomohiro Kusumi
· 8 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
3873691
Merge remote-tracking branch 'ovl/rename2' into for-linus
by Al Viro
· 8 years ago
14986a3
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 8 years ago
069d5ac
autofs: Fix automounts by using current_real_cred()->uid
by Eric W. Biederman
· 8 years ago
078cd82
fs: Replace CURRENT_TIME with current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
7cbdb4a
autofs: use dentry flags to block walks during expire
by Ian Kent
· 8 years ago
835c92d
Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
554828e
Merge branch 'salted-string-hash'
by Linus Torvalds
· 8 years ago
8ac790f
qstr: constify instances in autofs4
by Al Viro
· 8 years ago
5a9294e5
autofs: don't get stuck in a loop if vfs_write() returns an error
by Andrey Vagin
· 8 years ago
ea01a18
autofs races
by Al Viro
· 8 years ago
8387ff2
vfs: make the string hashes salt the hash
by Linus Torvalds
· 8 years ago
4e82901
dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared
by Al Viro
· 9 years ago
3c2de27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
8a78d59
autofs4: use pr_xxx() macros directly for logging
by Ian Kent
· 9 years ago
90967c8
autofs4: change log print macros to not insert newline
by Ian Kent
· 9 years ago
cab49f9
autofs4: make autofs log prints consistent
by Ian Kent
· 9 years ago
0266725
autofs4: fix some white space errors
by Ian Kent
· 9 years ago
e3cd806
autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked()
by Ian Kent
· 9 years ago
b3f67a9
autofs4: fix coding style line length in autofs4_wait()
by Ian Kent
· 9 years ago
aa330dd
autofs4: fix coding style problem in autofs4_get_set_timeout()
by Ian Kent
· 9 years ago
e9a7c2f
autofs4: coding style fixes
by Ian Kent
· 9 years ago
c83aa55
autofs: show pipe inode in mount options
by Stanislav Kinsburskiy
· 9 years ago
de4acda
autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()
by Al Viro
· 9 years ago
fceef39
switch ->get_link() to delayed_call, kill ->put_link()
by Al Viro
· 9 years ago
6b25539
replace ->follow_link() with new method that could stay in RCU mode
by Al Viro
· 9 years ago
dc3f419
make simple_positive() public
by Al Viro
· 9 years ago
6e77137
don't pass nameidata to ->follow_link()
by Al Viro
· 10 years ago
680baac
new ->follow_link() and ->put_link() calling conventions
by Al Viro
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
a35fb91
autofs: switch to __vfs_write()
by Al Viro
· 10 years ago
0a28096
autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation
by Al Viro
· 10 years ago
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 10 years ago
76bf3f6
autofs4: Wrong format for printing dentry
by Rasmus Villemoes
· 10 years ago
a455589
assorted conversions to %p[dD]
by Al Viro
· 10 years ago
946e51f
move d_rcu from overlapping d_child to overlapping d_alias
by Al Viro
· 10 years ago
ef16cc5
autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode.
by NeilBrown
· 10 years ago
4d885f9
autofs4: avoid taking fs_lock during rcu-walk
by NeilBrown
· 10 years ago
6ece08e
autofs4: make "autofs4_can_expire" idempotent.
by NeilBrown
· 10 years ago
a5d1dba
autofs4: factor should_expire() out of autofs4_expire_indirect.
by NeilBrown
· 10 years ago
23bfc2a
autofs4: allow RCU-walk to walk through autofs4
by NeilBrown
· 10 years ago
b3ca406
autofs - remove obsolete d_invalidate() from expire
by Ian Kent
· 10 years ago
3b97dd0
autofs4: comment typo: remove a a doubled word
by NeilBrown
· 10 years ago
bdac383
autofs4: remove some unused inline functions
by NeilBrown
· 10 years ago
668128e
autofs4: don't take spinlock when not needed in autofs4_lookup_expiring
by NeilBrown
· 10 years ago
c312442
autofs4: remove a redundant assignment
by NeilBrown
· 10 years ago
26b7a54
autofs4: remove unused autofs4_ispending()
by NeilBrown
· 10 years ago
571ff47
autofs4: fix false positive compile error
by Ian Kent
· 10 years ago
3ff6db3
fs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_init
by Fabian Frederick
· 10 years ago
6b6751f
autofs: fix lockref lookup
by Ian Kent
· 11 years ago
e53d77e
autofs4: check dev ioctl size before allocating
by Sasha Levin
· 11 years ago
8dc51fe
autofs: fix symlinks aren't checked for expiry
by Ian Kent
· 11 years ago
c24930a
autofs: use IS_ROOT to replace root dentry checks
by Rui Xiang
· 11 years ago
da29b75
autofs: fix the return value of autofs4_fill_super
by Rui Xiang
· 11 years ago
fbff087
autofs4: translate pids to the right namespace for the daemon
by Miklos Szeredi
· 11 years ago
6eaba35
autofs4: allow autofs to work outside the initial PID namespace
by Sukadev Bhattiprolu
· 11 years ago
baa4067
autofs4: make freeing sbi rcu-delayed
by Al Viro
· 11 years ago
72c2d53
file->f_op is never NULL...
by Al Viro
· 11 years ago
606035e
autofs4: close the races around autofs4_notify_daemon()
by Al Viro
· 11 years ago
ac83871
autofs4 - fix device ioctl mount lookup
by Ian Kent
· 11 years ago
84d08fa
helper for reading ->d_count
by Al Viro
· 11 years ago
5f99f4e
[readdir] switch dcache_readdir() users to ->iterate()
by Al Viro
· 11 years ago
ce8a5db
autofs - remove autofs dentry mount check
by David Jeffery
· 12 years ago
9548298
autofs - fix sparse warning for autofs4_d_manage()
by Claudiu Ghioc
· 12 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
5140a8c
autofs4 - autofs4_catatonic_mode(): remove redundant null check on kfree()
by Tim Gardner
· 12 years ago
9d8072e
autofs - Fix sparse warning: context imbalance in autofs4_d_automount() different lock contexts for basic block
by Peter Huewe
· 12 years ago
4173581
fs: change return values from -EACCES to -EPERM
by Zhao Hongjiang
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
6a2b60b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
0259cb0
autofs4 - use simple_empty() for empty directory check
by Ian Kent
· 12 years ago
f55fb0c
autofs4 - dont clear DCACHE_NEED_AUTOMOUNT on rootless mount
by Ian Kent
· 12 years ago
45634cd
userns: Support autofs4 interacing with multiple user namespaces
by Eric W. Biederman
· 13 years ago
49999ab
autofs4 - fix reset pending flag on mount fail
by Ian Kent
· 12 years ago
cb0942b
make get_file() return its argument
by Al Viro
· 12 years ago
c921b40
autofs4: don't open-code fd_install()
by Al Viro
· 12 years ago
d807ff8
autofs4 - fix expire check
by Ian Kent
· 12 years ago
a45440f
autofs4 - fix get_next_positive_subdir()
by Ian Kent
· 12 years ago
765927b
switch dentry_open() to struct path, make it grab references itself
by Al Viro
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
64f371b
autofs: make the autofsv5 packet file descriptor use a packetized pipe
by Linus Torvalds
· 13 years ago
fcbf94b
Revert "autofs: work around unhappy compat problem on x86-64"
by Linus Torvalds
· 13 years ago
a591afc
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
Next »