aboutsummaryrefslogtreecommitdiff
path: root/fs/ncpfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-25locking/atomics, fs/ncpfs: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Gravatar Mark Rutland 1-9/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Gravatar Miklos Szeredi 1-3/+7
2016-09-27ncpfs: fix unused variable warningGravatar Miklos Szeredi 1-2/+1
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 1-3/+3
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-5/+5
2016-03-07ncpfs: fix a braino in OOM handling in ncp_fill_cache()Gravatar Al Viro 1-1/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-4/+4
2015-11-09fs/ncpfs/dir.c: remove unnecessary new_valid_dev() checkGravatar Yaowei Bai 1-2/+0
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Gravatar Viresh Kumar 1-1/+1
2015-06-14ncpfs: successful rename() should invalidate caches for parentsGravatar Al Viro 1-0/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-24/+24
2015-01-25ncpfs: get rid of d_validate() nonsenseGravatar Al Viro 1-47/+51
2014-11-19ncpfs: use file_inode()Gravatar Al Viro 1-4/+2
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasGravatar Al Viro 1-1/+1
2014-10-31new helper: is_root_inode()Gravatar Al Viro 1-2/+2
2014-10-14fs/ncpfs/dir.c: remove redundant sys_tz declarationGravatar Fabian Frederick 1-3/+0
2014-10-09ncpfs: use list_for_each_entry() for d_subdirs walkGravatar Al Viro 1-5/+1
2014-04-08fs/ncpfs/dir.c: fix indenting in ncp_lookup()Gravatar Dan Carpenter 1-2/+2
2014-04-08ncpfs: convert PPRINTK to ncp_vdbgGravatar Joe Perches 1-10/+9
2014-04-08ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgGravatar Joe Perches 1-25/+21
2013-10-24ncpfs: switch to %p[dD]Gravatar Al Viro 1-35/+20
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Gravatar Linus Torvalds 1-8/+24
2013-06-29kill find_inode_number()Gravatar Al Viro 1-2/+0
2013-06-29ncpfs: don't bother with EBUSY on removal of busy directoriesGravatar Al Viro 1-11/+0
2013-06-29[readdir] convert ncpfsGravatar Al Viro 1-43/+35
2013-06-07ncpfs: fix rmdir returns Device or resource busyGravatar Dave Chiluk 1-9/+0
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesGravatar Al Viro 1-7/+3
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-2/+2
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-2/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Gravatar Al Viro 1-3/+3
2012-01-03ncpfs: propagate umode_tGravatar Al Viro 1-2/+2
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-3/+3
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-2/+2
2011-05-28ncpfs: fix rename over directory with dangling referencesGravatar Sage Weil 1-1/+9
2011-05-28ncpfs: document dentry_unhash usageGravatar Sage Weil 1-1/+4
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-01-12move internal-only parts of ncpfs headers to fs/ncpfsGravatar Al Viro 1-3/+1
2011-01-12switch ncpfsGravatar Al Viro 1-11/+4
2011-01-07fs: rcu-walk aware d_revalidate methodGravatar Nick Piggin 1-0/+4
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-2/+2
2011-01-07fs: dcache rationalise dget variantsGravatar Nick Piggin 1-1/+1
2011-01-07fs: dcache remove dcache_lockGravatar Nick Piggin 1-3/+0
2011-01-07fs: dcache scale subdirsGravatar Nick Piggin 1-0/+3