summaryrefslogtreecommitdiffstats
path: root/fs/ncpfs
Commit message (Expand)AuthorAgeFilesLines
* ncpfs: fix error return code in ncp_parse_options()Wei Yongjun2013-07-091-3/+9
* ncpfs: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin2013-07-031-1/+1
* 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-292-11/+4
* [readdir] convert ncpfsAl Viro2013-06-291-43/+35
* ncpfs: fix rmdir returns Device or resource busyDave Chiluk2013-06-071-9/+0
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-264-12/+8
|\
| * fs: change return values from -EACCES to -EPERMZhao Hongjiang2013-02-261-1/+1
| * d_hash_and_lookup(): export, switch open-coded instancesAl Viro2013-02-261-7/+3
| * new helper: file_inode(file)Al Viro2013-02-223-4/+4
* | ncpfs: Support interacting with multiple user namespacesEric W. Biederman2013-02-133-36/+50
|/
* ncpfs: drop vmtruncateMarco Stornelli2012-12-201-3/+1
* propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-061-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-3/+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
* fs: introduce inode operation ->update_timeJosef Bacik2012-06-011-2/+4
* get rid of idiotic misplaced __kernel_mode_t in ncfps kernel-private data str...Al Viro2012-05-291-5/+5
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-283-3/+0
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-3/+3
* ncpfs: propagate umode_tAl Viro2012-01-033-4/+4
* 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
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* vfs: mnt_drop_write_file()Al Viro2012-01-031-1/+1
* fs/ncpfs: fix error paths and goto statements in ncp_fill_super()Djalal Harouni2011-12-141-4/+4
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-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
* memcg: add the pagefault count into memcg statsYing Han2011-05-261-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-261-0/+5
|\
| * 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
* | fs/ncpfs/inode.c: suppress used-uninitialised warningAndrew Morton2011-05-251-3/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* fs: change to new flag variablematt mooney2011-03-171-1/+1
* move internal-only parts of ncpfs headers to fs/ncpfsAl Viro2011-01-1214-22/+313
* switch ncpfsAl Viro2011-01-122-12/+5
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-1/+6
|\
| * ncpfs: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+6
* | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-072-0/+5