Age | Commit message (Expand) | Author | Files | Lines |
2017-09-09 | autofs: non functional header inclusion cleanup | Tomohiro Kusumi | 1 | -11/+11 |
2017-07-10 | Fix up over-eager 'wait_queue_t' renaming | Linus Torvalds | 1 | -1/+1 |
2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 1 | -1/+1 |
2017-03-02 | rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai... | Ingo Molnar | 1 | -0/+1 |
2016-12-04 | autofs: change autofs4_wait() to take struct path | Ian Kent | 1 | -1/+2 |
2016-12-04 | autofs: change autofs4_expire_wait()/do_expire_wait() to take struct path | Ian Kent | 1 | -1/+1 |
2016-10-12 | autofs: remove possibly misleading /* #define DEBUG */ | Tomohiro Kusumi | 1 | -2/+0 |
2016-10-12 | autofs: fix dev ioctl number range check | Ian Kent | 1 | -1/+2 |
2016-10-12 | autofs: remove obsolete sb fields | Tomohiro Kusumi | 1 | -2/+0 |
2016-10-12 | autofs: drop unnecessary extern in autofs_i.h | Tomohiro Kusumi | 1 | -1/+1 |
2016-06-12 | autofs races | Al Viro | 1 | -2/+6 |
2016-03-16 | autofs4: use pr_xxx() macros directly for logging | Ian Kent | 1 | -11/+4 |
2016-03-16 | autofs4: change log print macros to not insert newline | Ian Kent | 1 | -3/+3 |
2016-03-16 | autofs4: make autofs log prints consistent | Ian Kent | 1 | -3/+3 |
2016-03-16 | autofs4: coding style fixes | Ian Kent | 1 | -28/+27 |
2015-06-24 | make simple_positive() public | Al Viro | 1 | -5/+0 |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -2/+2 |
2015-04-12 | autofs: switch to __vfs_write() | Al Viro | 1 | -1/+1 |
2014-10-14 | autofs4: avoid taking fs_lock during rcu-walk | NeilBrown | 1 | -0/+4 |
2014-10-14 | autofs4: allow RCU-walk to walk through autofs4 | NeilBrown | 1 | -1/+1 |
2014-08-09 | autofs4: remove some unused inline functions | NeilBrown | 1 | -49/+0 |
2014-08-09 | autofs4: remove unused autofs4_ispending() | NeilBrown | 1 | -14/+0 |
2014-01-24 | autofs4: allow autofs to work outside the initial PID namespace | Sukadev Bhattiprolu | 1 | -2/+2 |
2013-10-25 | autofs4: make freeing sbi rcu-delayed | Al Viro | 1 | -0/+1 |
2013-10-25 | file->f_op is never NULL... | Al Viro | 1 | -1/+1 |
2013-02-23 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
2012-11-15 | userns: Support autofs4 interacing with multiple user namespaces | Eric W. Biederman | 1 | -4/+4 |
2012-04-30 | autofs: make the autofsv5 packet file descriptor use a packetized pipe | Linus Torvalds | 1 | -0/+11 |
2012-04-28 | Revert "autofs: work around unhappy compat problem on x86-64" | Linus Torvalds | 1 | -1/+0 |
2012-02-26 | autofs: work around unhappy compat problem on x86-64 | Ian Kent | 1 | -0/+1 |
2012-01-11 | autofs4: deal with autofs4_write/autofs4_write races | Al Viro | 1 | -0/+1 |
2012-01-04 | autofs4: propagate umode_t | Al Viro | 1 | -1/+1 |
2011-08-08 | autofs4: clean up uaotfs use of debug/info/warning printouts | Linus Torvalds | 1 | -18/+8 |
2011-03-24 | autofs4 - remove autofs4_lock | Ian Kent | 1 | -2/+0 |
2011-01-18 | autofs4: clean ->d_release() and autofs4_free_ino() up | Al Viro | 1 | -1/+0 |
2011-01-18 | autofs4: split autofs4_init_ino() | Al Viro | 1 | -1/+2 |
2011-01-18 | autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymore | Al Viro | 1 | -1/+1 |
2011-01-18 | autofs4: kill ->size in autofs_info | Al Viro | 1 | -2/+0 |
2011-01-18 | autofs4: pass mode to autofs4_get_inode() explicitly | Al Viro | 1 | -3/+2 |
2011-01-18 | autofs4: keep symlink body in inode->i_private | Al Viro | 1 | -5/+0 |
2011-01-16 | autofs4: Merge the remaining dentry ops tables | David Howells | 1 | -1/+0 |
2011-01-16 | autofs4: Clean up dentry operations | Ian Kent | 1 | -5/+2 |
2011-01-16 | autofs4: Clean up inode operations | Ian Kent | 1 | -3/+0 |
2011-01-16 | autofs4: Remove unused code | Ian Kent | 1 | -7/+0 |
2011-01-16 | autofs4: Add d_manage() dentry operation | Ian Kent | 1 | -1/+49 |
2011-01-16 | autofs4: Add d_automount() dentry operation | Ian Kent | 1 | -0/+30 |
2011-01-16 | Add a dentry op to allow processes to be held during pathwalk transit | David Howells | 1 | -13/+0 |
2011-01-07 | fs: dcache remove dcache_lock | Nick Piggin | 1 | -0/+3 |
2011-01-07 | fs: dcache scale subdirs | Nick Piggin | 1 | -0/+11 |
2011-01-07 | fs: dcache scale d_unhashed | Nick Piggin | 1 | -13/+0 |