aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ncpfs
AgeCommit message (Expand)AuthorFilesLines
2004-07-28[PATCH] ncpfs: setattr return value fixAndrew Morton1-1/+1
2004-07-15[PATCH] sparse: iovec cleanups - ncpfsAlexander Viro1-129/+89
2004-06-26[PATCH] ncpfs_setattr() retval fixAndrew Morton1-2/+8
2004-06-21[PATCH] sparse: ncpfs/ioctl.c annotationAlexander Viro1-45/+37
2004-06-17[PATCH] Decrease stack usage in ncpfs's ioctlPetr Vandrovec4-180/+197
2004-06-03[PATCH] sparse: trivial fs annotationsAlexander Viro3-4/+4
2004-05-05[PATCH] ncpfs data corruption when using large TCP transfersPetr Vandrovec1-1/+5
2004-04-16[PATCH] remount: forced-nodiratime filesystemsAlexander Viro1-0/+7
2004-03-11[PATCH] readdir() cleanupsAndrew Morton1-0/+1
2004-03-09[PATCH] ncpfs fails to correctly retry requests on timeoutPetr Vandrovec1-1/+4
2004-02-03[PATCH] Fix deep stack usage in ncpfsAndrew Morton2-32/+43
2004-02-03[PATCH] gcc-3.5: ncpfsAndrew Morton1-1/+1
2003-12-29[PATCH] pagefault accounting fixAndrew Morton1-1/+10
2003-12-29[PATCH] NSL config fixesAndrew Morton1-0/+1
2003-10-06[PATCH] UID16 fixesAndi Kleen1-2/+4
2003-09-22[PATCH] 32-bit dev_t: switch-overAlexander Viro2-4/+4
2003-09-04[PATCH] large dev_t - second series (15/15)Alexander Viro2-3/+4
2003-09-04[PATCH] large dev_t - second series (9/15)Alexander Viro1-0/+2
2003-09-04[PATCH] large dev_t - second series (1/15)Alexander Viro1-1/+0
2003-07-25[PATCH] fs/ Makefile cleanupSam Ravnborg1-7/+4
2003-07-03[PATCH] Pass 'nameidata' to ->permission()Trond Myklebust1-11/+11
2003-07-03[PATCH] Pass 'nameidata' to ->create()Trond Myklebust1-2/+3
2003-07-03[PATCH] Add open intent information to the 'struct nameidata'Trond Myklebust1-6/+6
2003-06-20[PATCH] Add system calls statfs64 and fstatfs64Andrew Morton1-2/+2
2003-06-19[NCPFS]: Use proper size_t printf format specifier in sock.cDavid S. Miller1-2/+2
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo2-16/+16
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-1/+1
2003-05-25[PATCH] mark shrinkable slabs as being reclaimableAndrew Morton1-1/+1
2003-05-12[PATCH] Use '#ifdef' to test for CONFIG_xxx variablesSteven Cole1-1/+1
2003-04-02[PATCH] remove dparent_lockAndrew Morton1-3/+1
2003-04-01[PATCH] Remove compile warning from fs/ncpfs/inode.cRusty Russell1-0/+2
2003-03-10[PATCH] NCPFS memleak fixAndrew Morton1-1/+1
2003-02-10[PATCH] ncpfs compile fixAndrew Morton1-2/+2
2003-02-07[PATCH] signal locking updateChris Wedgwood1-4/+4
2003-01-05[PATCH] Fixed ifdefs for a label in ncpfs_sock.cBob Miller1-0/+2
2002-12-31[PATCH] include <linux/vfs.h> only in files actually needing itChristoph Hellwig1-0/+1
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-11-25Revert duplicate initialization from -ac mergeLinus Torvalds1-1/+0
2002-11-25[PATCH] ncpfs seems to need the timer initAlan Cox1-0/+1
2002-11-19[PATCH] Mark executable files as executable on ncpfsPetr Vandrovec1-1/+1
2002-11-19[PATCH] *_mknod prototypeAndries E. Brouwer2-4/+4
2002-11-17[PATCH] nanosecond stat timefieldsAndi Kleen1-6/+9
2002-10-29Delete old-style config files.Linus Torvalds2-70/+0
2002-10-29[PATCH] new kernel configuration 7/7Roman Zippel1-0/+86
2002-10-08[PATCH] struct super_block cleanup - finalBrian Gerst1-3/+3
2002-09-30[PATCH] Workqueue AbstractionIngo Molnar2-9/+9
2002-09-29[PATCH] remove GFP_NFSMatthew Wilcox1-2/+2
2002-09-28[PATCH] atomic-thread-signalsIngo Molnar1-4/+4
2002-09-21ncpfs: Pass unknown packets from server to userspace daemon. Now we canPetr Vandrovec2-1/+79
2002-09-21ncpfs: Verify packet signatures on replies.Petr Vandrovec3-0/+33
2002-09-21ncpfs: Proper handling of watchdog packets. Petr Vandrovec4-366/+630
2002-09-21Add support for text mount option string to ncpfs.Petr Vandrovec4-2/+181
2002-09-21Fix bigendian problems in ncpfs.Petr Vandrovec1-1/+2
2002-09-21Fix NCP_IOC_SETOBJECTNAME ioctl in ncpfs.Petr Vandrovec1-1/+1
2002-08-13[PATCH] C99 designated initializers for fs/ncpfsPetr Vandrovec3-5/+5
2002-07-30Convert ncpfs to C99 initializers. By Rusty Trivial Russell.Petr Vandrovec3-37/+37
2002-07-18Decide whether to build fs/ncpfs/symlinks.c or not in Makefile and not through Petr Vandrovec2-6/+7
2002-07-18Utilize NFS extended attributes for storing file mode and rdev. Make sure tha...Petr Vandrovec5-62/+274
2002-07-18Update and fix inode attributes handling in ncpfs.Petr Vandrovec1-129/+83
2002-07-17Check for s_maxbytes and generate SIGXFSZ correctly in ncpfs's read and write...Petr Vandrovec1-23/+40
2002-07-17Use search for fileset instead of search for one item in ncpfs. It is much fa...Petr Vandrovec3-3/+110
2002-07-17Allow access to all 256 volumes from Netware server.Petr Vandrovec5-29/+31
2002-07-17Return total/free space on ncpfs mounted volume.Petr Vandrovec3-13/+131
2002-07-17Remove unneeded server_file_handle and open_create_action property from ncpfs...Petr Vandrovec2-4/+1
2002-07-17Do not call ncp_lookup_validate on mountpoint.Petr Vandrovec2-3/+10
2002-06-02Split up "iput()" and make it more readable.Linus Torvalds1-1/+1
2002-05-24kbuild: Use standard multi-part object declaration in fs/*Kai Germaschewski1-8/+2
2002-05-23EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from fs/*Kai Germaschewski1-2/+0
2002-05-19[PATCH] get rid of <linux/locks.h>Christoph Hellwig3-3/+0
2002-04-30[PATCH] shift BKL out of vfs_readdirDave Hansen1-0/+3
2002-04-29[PATCH] cleanup page flagsAndrew Morton2-9/+9
2002-04-05[PATCH] ->setattr() locking changesAlexander Viro1-0/+1
2002-04-04[PATCH] shift BKL out of notify_changeDave Hansen1-2/+7
2002-03-12[PATCH] correction to super_block cleanupsBrian Gerst1-0/+2
2002-03-12[PATCH] struct super_block cleanup - ncpfsBrian Gerst1-1/+8
2002-03-10[PATCH] (3/4) ->kill_sb() switchoverAlexander Viro1-0/+1
2002-02-24[PATCH] final ->d_parent fixesAlexander Viro1-2/+9
2002-02-18[PATCH] (2/4) 2.5.5-pre1 fixesAlexander Viro1-2/+1
2002-02-17[PATCH] BKL shifting - ->rename()Alexander Viro1-0/+2
2002-02-14[PATCH] (4/5) more BKL shiftingAlexander Viro1-0/+4
2002-02-14[PATCH] (2/5) more BKL shiftingAlexander Viro1-0/+2
2002-02-14[PATCH] (1/5) more BKL shiftingAlexander Viro1-0/+2
2002-02-12[PATCH] BKL shifted inside ->unlink()Alexander Viro1-1/+4
2002-02-12[PATCH] BKL shifted into ->create()Alexander Viro1-0/+2
2002-02-11MergeLinus Torvalds1-0/+2
2002-02-11[PATCH] BKL shifted into ->lookup()Alexander Viro1-0/+2
2002-02-11Merge master.kernel.org:/home/davem/BK/davem-2.5Linus Torvalds1-2/+2
2002-02-11Fix recalc_sigpending handling.David S. Miller1-2/+2
2002-02-11[PATCH] 2.5.4-pre5 and ncpfs fill_super changesPetr Vandrovec2-43/+28
2002-02-08[PATCH] includes cleanup, 2nd try.Dave Jones7-7/+7
2002-02-06[PATCH] (2/6) more ->get_sb()Alexander Viro1-14/+23
2002-02-05[PATCH] 2.5.4-pre1: further llseek cleanup (2/3)Robert Love1-0/+1
2002-02-05[PATCH] 2.5.4-pre1: further llseek cleanup (1/3)Robert Love1-1/+1
2002-02-05[PATCH] (1/2) inode trimmingAlexander Viro2-5/+5
2002-02-05v2.5.2.4 -> v2.5.2.4.1Linus Torvalds1-0/+59
2002-02-05v2.5.2.3 -> v2.5.2.4Linus Torvalds1-2/+61
2002-02-04v2.5.1.6 -> v2.5.1.7Linus Torvalds1-1/+1
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds1-1/+0
2002-02-04v2.5.0.11 -> v2.5.1v2.5.1Linus Torvalds1-8/+0
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds1-0/+1
2002-02-04v2.4.9.7 -> v2.4.9.8Linus Torvalds6-9/+9
2002-02-04v2.4.8.4 -> v2.4.9Linus Torvalds4-25/+11
2002-02-04v2.4.8 -> v2.4.8.1Linus Torvalds1-0/+1
2002-02-04v2.4.3.4 -> v2.4.3.5Linus Torvalds1-1/+0
2002-02-04v2.4.2.3 -> v2.4.2.4Linus Torvalds1-46/+10
2002-02-04v2.4.2.1 -> v2.4.2.2Linus Torvalds1-1/+1
2002-02-04v2.4.2 -> v2.4.2.1Linus Torvalds1-0/+1
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds5-5/+5
2002-02-04v2.4.0.9 -> v2.4.0.10Linus Torvalds2-1/+10
2002-02-04Import changesetLinus Torvalds13-0/+5260