Commit Graph

217 Commits (027e8eec31d8141a6231f772e10ccae60c9d5c13)

Author SHA1 Message Date
Ian Kent d807ff838f autofs4 - fix expire check 13 years ago
Ian Kent a45440f05e autofs4 - fix get_next_positive_subdir() 13 years ago
Al Viro 765927b2d5 switch dentry_open() to struct path, make it grab references itself 13 years ago
Al Viro 00cd8dd3bf stop passing nameidata to ->lookup() 13 years ago
Jan Kara dbd5768f87 vfs: Rename end_writeback() to clear_inode() 13 years ago
Linus Torvalds 64f371bc31 autofs: make the autofsv5 packet file descriptor use a packetized pipe 13 years ago
Linus Torvalds fcbf94b9de Revert "autofs: work around unhappy compat problem on x86-64" 13 years ago
Al Viro 54bf586e1f autofs: set things up *before* registering fs type 13 years ago
Al Viro 48fde701af switch open-coded instances of d_make_root() to new helper 13 years ago
Ian Kent a32744d4ab autofs: work around unhappy compat problem on x86-64 13 years ago
David Howells 1dce27c5aa Wrap accesses to the fd_sets in struct fdtable 13 years ago
Steven Rostedt 1d6f209786 autofs4 - fix lockdep splat in autofs 13 years ago
Ian Kent 8638094e95 autofs4 - fix deal with autofs4_write races 13 years ago
Al Viro d668dc5663 autofs4: deal with autofs4_write/autofs4_write races 13 years ago
Al Viro 8753333266 autofs4: catatonic_mode vs. notify_daemon race 13 years ago
Al Viro 4041bcdc7b autofs4: autofs4_wait() vs. autofs4_catatonic_mode() race 13 years ago
Al Viro 34c80b1d93 vfs: switch ->show_options() to struct dentry * 13 years ago
Al Viro d8c9584ea2 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb 13 years ago
Al Viro 030a8ba48f autofs4: propagate umode_t 13 years ago
Al Viro 18bb1db3e7 switch vfs_mkdir() and ->mkdir() to umode_t 13 years ago
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Linus Torvalds 2f84dd7091 autofs4: fix debug printk warning uncovered by cleanup 14 years ago
Linus Torvalds c3ad996246 autofs4: clean up uaotfs use of debug/info/warning printouts 14 years ago
Al Viro c7427d23f7 autofs4: bogus dentry_unhash() added in ->unlink() 14 years ago
Sage Weil 79bf7c732b vfs: push dentry_unhash on rmdir into file systems 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Jesper Juhl 3dc8fe4dca autofs4: Do not potentially dereference NULL pointer returned by fget() in autofs_dev_ioctl_setpipefd() 14 years ago
Ian Kent e7854723d0 autofs4 - remove autofs4_lock 14 years ago
Ian Kent 83fb96bfc7 autofs4 - fix d_manage() return on rcu-walk 14 years ago
Ian Kent d4a85e35d1 autofs4 - fix autofs4_expire_indirect() traversal 14 years ago
Ian Kent f9398c233e autofs4 - fix dentry leak in autofs4_expire_direct() 14 years ago
Ian Kent 3c31998529 autofs4 - reinstate last used update on access 14 years ago
Al Viro 1aed3e4204 lose 'mounting_here' argument in ->d_manage() 14 years ago
Al Viro b89b12b462 autofs4: clean ->d_release() and autofs4_free_ino() up 14 years ago
Al Viro 26e6c91067 autofs4: split autofs4_init_ino() 14 years ago
Al Viro 5a37db302e autofs4: mkdir and symlink always get a dentry that had passed lookup 14 years ago
Al Viro 726a5e0688 autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymore 14 years ago
Al Viro 0bf71d4d00 autofs4: kill ->size in autofs_info 14 years ago
Al Viro 09f12c03fa autofs4: pass mode to autofs4_get_inode() explicitly 14 years ago
Al Viro 14a2f00bde autofs4: autofs4_mkroot() is not different from autofs4_init_ino() 14 years ago
Al Viro 292c5ee802 autofs4: keep symlink body in inode->i_private 14 years ago
Ian Kent c0bcc9d552 autofs4 - fix debug print in autofs4_lookup() 14 years ago
Ian Kent c14cc63a63 autofs4 - fix get_next_positive_dentry() 14 years ago
David Howells b650c858c2 autofs4: Merge the remaining dentry ops tables 14 years ago
David Howells ab90911ff9 Allow d_manage() to be used in RCU-walk mode 14 years ago
Ian Kent dd89f90d2d autofs4: Add v4 pseudo direct mount support 14 years ago
Ian Kent 9e3fea16ba autofs4: Fix wait validation 14 years ago
Ian Kent 6651149371 autofs4: Clean up autofs4_free_ino() 14 years ago
Ian Kent 71e469db24 autofs4: Clean up dentry operations 14 years ago
Ian Kent e61da20a50 autofs4: Clean up inode operations 14 years ago