summaryrefslogtreecommitdiffstats
path: root/fs/ncpfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
* fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-271-3/+7
* ncpfs: fix unused variable warningMiklos Szeredi2016-09-271-2/+1
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-3/+3
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-5/+5
* ncpfs: fix a braino in OOM handling in ncp_fill_cache()Al Viro2016-03-071-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-221-4/+4
* fs/ncpfs/dir.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-091-2/+0
* fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* ncpfs: successful rename() should invalidate caches for parentsAl Viro2015-06-141-0/+2
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-24/+24
* ncpfs: get rid of d_validate() nonsenseAl Viro2015-01-251-47/+51
* ncpfs: use file_inode()Al Viro2014-11-191-4/+2
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-1/+1
* new helper: is_root_inode()Al Viro2014-10-311-2/+2
* fs/ncpfs/dir.c: remove redundant sys_tz declarationFabian Frederick2014-10-141-3/+0
* ncpfs: use list_for_each_entry() for d_subdirs walkAl Viro2014-10-091-5/+1
* fs/ncpfs/dir.c: fix indenting in ncp_lookup()Dan Carpenter2014-04-081-2/+2
* ncpfs: convert PPRINTK to ncp_vdbgJoe Perches2014-04-081-10/+9
* ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches2014-04-081-25/+21
* ncpfs: switch to %p[dD]Al Viro2013-10-241-35/+20
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-8/+24
* kill find_inode_number()Al Viro2013-06-291-2/+0
* ncpfs: don't bother with EBUSY on removal of busy directoriesAl Viro2013-06-291-11/+0
* [readdir] convert ncpfsAl Viro2013-06-291-43/+35
* ncpfs: fix rmdir returns Device or resource busyDave Chiluk2013-06-071-9/+0
* d_hash_and_lookup(): export, switch open-coded instancesAl Viro2013-02-261-7/+3
* don't pass nameidata to ->create()Al Viro2012-07-141-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-3/+3
* ncpfs: propagate umode_tAl Viro2012-01-031-2/+2
* switch ->mknod() to umode_tAl Viro2012-01-031-3/+3
* switch ->create() to umode_tAl Viro2012-01-031-2/+2
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-2/+2
* ncpfs: fix rename over directory with dangling referencesSage Weil2011-05-281-1/+9
* ncpfs: document dentry_unhash usageSage Weil2011-05-281-1/+4
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* move internal-only parts of ncpfs headers to fs/ncpfsAl Viro2011-01-121-3/+1
* switch ncpfsAl Viro2011-01-121-11/+4
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-0/+4
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-2/+2
* fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
* fs: dcache remove dcache_lockNick Piggin2011-01-071-3/+0
* fs: dcache scale subdirsNick Piggin2011-01-071-0/+3
* fs: change d_hash for rcu-walkNick Piggin2011-01-071-4/+6
* fs: change d_compare for rcu-walkNick Piggin2011-01-071-10/+15
* fs: name case update methodNick Piggin2011-01-071-29/+6
OpenPOWER on IntegriCloud