aboutsummaryrefslogtreecommitdiff
path: root/fs/ncpfs
AgeCommit message (Expand)AuthorFilesLines
2013-10-24ncpfs: rcu-delay unload_nls() and freeing ncp_serverGravatar Al Viro 2-8/+13
2013-10-24ncpfs: switch to %p[dD]Gravatar Al Viro 2-43/+24
2013-07-08ncpfs: fix error return code in ncp_parse_options()Gravatar Wei Yongjun 1-3/+9
2013-07-03ncpfs: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTGravatar Libin 1-1/+1
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 2-11/+4
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-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-12/+8
2013-02-26fs: change return values from -EACCES to -EPERMGravatar Zhao Hongjiang 1-1/+1
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesGravatar Al Viro 1-7/+3
2013-02-22new helper: file_inode(file)Gravatar Al Viro 3-4/+4
2013-02-13ncpfs: Support interacting with multiple user namespacesGravatar Eric W. Biederman 3-36/+50
2012-12-20ncpfs: drop vmtruncateGravatar Marco Stornelli 1-3/+1
2012-12-06propagate name change to comments in kernel sourceGravatar Nadia Yvette Chambers 1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+5
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Gravatar Tejun Heo 1-3/+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-06-01fs: introduce inode operation ->update_timeGravatar Josef Bacik 1-2/+4
2012-05-29get rid of idiotic misplaced __kernel_mode_t in ncfps kernel-private data str...Gravatar Al Viro 1-5/+5
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 3-3/+0
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-4/+2
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-3/+3
2012-01-03ncpfs: propagate umode_tGravatar Al Viro 3-4/+4
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
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2012-01-03vfs: mnt_drop_write_file()Gravatar Al Viro 1-1/+1
2011-12-14fs/ncpfs: fix error paths and goto statements in ncp_fill_super()Gravatar Djalal Harouni 1-4/+4
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 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-26memcg: add the pagefault count into memcg statsGravatar Ying Han 1-0/+2
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
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-05-25fs/ncpfs/inode.c: suppress used-uninitialised warningGravatar Andrew Morton 1-3/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-17fs: change to new flag variableGravatar matt mooney 1-1/+1
2011-01-12move internal-only parts of ncpfs headers to fs/ncpfsGravatar Al Viro 14-22/+313
2011-01-12switch ncpfsGravatar Al Viro 2-12/+5
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+6