Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
933bb1f0442ea1c15e7d9d23894d8dd4937bdf95
/
fs
/
autofs4
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
54bf586
autofs: set things up *before* registering fs type
by Al Viro
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
a32744d
autofs: work around unhappy compat problem on x86-64
by Ian Kent
· 13 years ago
1dce27c
Wrap accesses to the fd_sets in struct fdtable
by David Howells
· 13 years ago
1d6f209
autofs4 - fix lockdep splat in autofs
by Steven Rostedt
· 13 years ago
8638094
autofs4 - fix deal with autofs4_write races
by Ian Kent
· 13 years ago
d668dc5
autofs4: deal with autofs4_write/autofs4_write races
by Al Viro
· 13 years ago
8753333
autofs4: catatonic_mode vs. notify_daemon race
by Al Viro
· 13 years ago
4041bcd
autofs4: autofs4_wait() vs. autofs4_catatonic_mode() race
by Al Viro
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
d8c9584
vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
by Al Viro
· 13 years ago
030a8ba
autofs4: propagate umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
2f84dd7
autofs4: fix debug printk warning uncovered by cleanup
by Linus Torvalds
· 13 years ago
c3ad996
autofs4: clean up uaotfs use of debug/info/warning printouts
by Linus Torvalds
· 13 years ago
c7427d2
autofs4: bogus dentry_unhash() added in ->unlink()
by Al Viro
· 13 years ago
79bf7c7
vfs: push dentry_unhash on rmdir into file systems
by Sage Weil
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
3dc8fe4
autofs4: Do not potentially dereference NULL pointer returned by fget() in autofs_dev_ioctl_setpipefd()
by Jesper Juhl
· 14 years ago
e785472
autofs4 - remove autofs4_lock
by Ian Kent
· 14 years ago
83fb96b
autofs4 - fix d_manage() return on rcu-walk
by Ian Kent
· 14 years ago
d4a85e3
autofs4 - fix autofs4_expire_indirect() traversal
by Ian Kent
· 14 years ago
f9398c2
autofs4 - fix dentry leak in autofs4_expire_direct()
by Ian Kent
· 14 years ago
3c31998
autofs4 - reinstate last used update on access
by Ian Kent
· 14 years ago
1aed3e4
lose 'mounting_here' argument in ->d_manage()
by Al Viro
· 14 years ago
b89b12b
autofs4: clean ->d_release() and autofs4_free_ino() up
by Al Viro
· 14 years ago
26e6c91
autofs4: split autofs4_init_ino()
by Al Viro
· 14 years ago
5a37db3
autofs4: mkdir and symlink always get a dentry that had passed lookup
by Al Viro
· 14 years ago
726a5e0
autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymore
by Al Viro
· 14 years ago
0bf71d4
autofs4: kill ->size in autofs_info
by Al Viro
· 14 years ago
09f12c0
autofs4: pass mode to autofs4_get_inode() explicitly
by Al Viro
· 14 years ago
14a2f00
autofs4: autofs4_mkroot() is not different from autofs4_init_ino()
by Al Viro
· 14 years ago
292c5ee
autofs4: keep symlink body in inode->i_private
by Al Viro
· 14 years ago
c0bcc9d
autofs4 - fix debug print in autofs4_lookup()
by Ian Kent
· 14 years ago
c14cc63
autofs4 - fix get_next_positive_dentry()
by Ian Kent
· 14 years ago
b650c85
autofs4: Merge the remaining dentry ops tables
by David Howells
· 14 years ago
ab90911
Allow d_manage() to be used in RCU-walk mode
by David Howells
· 14 years ago
dd89f90
autofs4: Add v4 pseudo direct mount support
by Ian Kent
· 14 years ago
9e3fea1
autofs4: Fix wait validation
by Ian Kent
· 14 years ago
6651149
autofs4: Clean up autofs4_free_ino()
by Ian Kent
· 14 years ago
71e469d
autofs4: Clean up dentry operations
by Ian Kent
· 14 years ago
e61da20
autofs4: Clean up inode operations
by Ian Kent
· 14 years ago
8c13a67
autofs4: Remove unused code
by Ian Kent
· 14 years ago
b5b8017
autofs4: Add d_manage() dentry operation
by Ian Kent
· 14 years ago
1058421
autofs4: Add d_automount() dentry operation
by Ian Kent
· 14 years ago
cc53ce5
Add a dentry op to allow processes to be held during pathwalk transit
by David Howells
· 14 years ago
34286d6
fs: rcu-walk aware d_revalidate method
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
5f57cbc
fs: dcache remove d_mounted
by Nick Piggin
· 14 years ago
b5c84bf
fs: dcache remove dcache_lock
by Nick Piggin
· 14 years ago
949854d
fs: Use rename lock and RCU for multi-step operations
by Nick Piggin
· 14 years ago
2fd6b7f
fs: dcache scale subdirs
by Nick Piggin
· 14 years ago
da50295
fs: dcache scale d_unhashed
by Nick Piggin
· 14 years ago
b7ab39f
fs: dcache scale dentry refcount
by Nick Piggin
· 14 years ago
de47de7
autofs4 - remove ioctl mutex (bz23142)
by Ian Kent
· 14 years ago
3c26ff6
convert get_sb_nodev() users
by Al Viro
· 14 years ago
85fe402
fs: do not assign default i_ino in new_inode
by Christoph Hellwig
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
5a44a73
autofs4: Only declare function when CONFIG_COMPAT is defined
by Felipe Contreras
· 14 years ago
00e300e
BKL: Remove BKL from autofs4
by Arnd Bergmann
· 14 years ago
5fc79d8
autofs4: remove unneeded null check in try_to_fill_dentry()
by Dan Carpenter
· 14 years ago
c9243f5
autofs/autofs4: Move compat_ioctl handling into fs
by Arnd Bergmann
· 14 years ago
7ca5ca6
fs/autofs4: use memdup_user
by Julia Lawall
· 14 years ago
578454f
driver core: add devname module aliases to allow module on-demand auto-loading
by Kay Sievers
· 14 years ago
3663df7
autofs4: Pushdown the bkl from ioctl
by Frederic Weisbecker
· 14 years ago
f742246
autofs4-2.6.34-rc1 - fix link_count usage
by Ian Kent
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
5b7e934
Use kill_litter_super() in autofs4 ->kill_sb()
by Al Viro
· 15 years ago
f598f9f
Sanitize autofs_dev_ioctl_ismountpoint()
by Al Viro
· 15 years ago
Next »