aboutsummaryrefslogtreecommitdiff
path: root/fs/ncpfs
AgeCommit message (Expand)Author
2015-01-08ncpfs: return proper error from NCP_IOC_SETROOT ioctlJan Kara
2014-12-16move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-10-14fs/ncpfs/dir.c: remove redundant sys_tz declarationFabian Frederick
2014-10-09ncpfs: use list_for_each_entry() for d_subdirs walkAl Viro
2014-06-04fs/ncpfs/getopt.c: replace simple_strtoul by kstrtoulFabian Frederick
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-04-08fs/ncpfs/dir.c: fix indenting in ncp_lookup()Dan Carpenter
2014-04-08ncpfs/inode.c: fix mismatch printk formats and argumentsJoe Perches
2014-04-08ncpfs: remove now unused PRINTK macroJoe Perches
2014-04-08ncpfs: convert PPRINTK to ncp_vdbgJoe Perches
2014-04-08ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches
2014-04-08ncpfs: Add pr_fmt and convert printks to pr_<level>Joe Perches
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-01ncpfs: switch to sockfd_lookup()/sockfd_put()Al Viro
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-10-24ncpfs: rcu-delay unload_nls() and freeing ncp_serverAl Viro
2013-10-24ncpfs: switch to %p[dD]Al Viro
2013-07-08ncpfs: fix error return code in ncp_parse_options()Wei Yongjun
2013-07-03ncpfs: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds
2013-06-29kill find_inode_number()Al Viro
2013-06-29ncpfs: don't bother with EBUSY on removal of busy directoriesAl Viro
2013-06-29[readdir] convert ncpfsAl Viro
2013-06-07ncpfs: fix rmdir returns Device or resource busyDave Chiluk
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesAl Viro
2013-02-22new helper: file_inode(file)Al Viro
2013-02-13ncpfs: Support interacting with multiple user namespacesEric W. Biederman
2012-12-20ncpfs: drop vmtruncateMarco Stornelli
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik
2012-05-29get rid of idiotic misplaced __kernel_mode_t in ncfps kernel-private data str...Al Viro
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03ncpfs: propagate umode_tAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro