aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2004-06-30JFS: Error path released metadata page it shouldn't haveDave Kleikamp1-17/+8
2004-06-30Merge jfs@jfs.bkbits.net:linux-2.5Dave Kleikamp1-1/+9
2004-06-30Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov25-133/+125
2004-06-30[PATCH] sparse: NULL vs 0 - filesystemsMika Kukkonen18-58/+58
2004-06-29Merge cantab.net:/home/src/ntfs-2.6Anton Altaparmakov1-3/+0
2004-06-29Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov1-3/+0
2004-06-29Merge cantab.net:/home/src/ntfs-2.6Anton Altaparmakov3-3/+7
2004-06-29Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov3-3/+7
2004-06-29Merge bk://linux.bkbits.net/linux-2.5Steve French13-42/+41
2004-06-29[PATCH] Combined patch for remaining trivial sparse warnings in allnoconfig b...Mika Kukkonen2-18/+16
2004-06-29[PATCH] binfmt misc fd passing via ELF aux vectorYoav Zach3-13/+16
2004-06-29Merge bk://kernel.bkbits.net/gregkh/linux/usb-2.6Linus Torvalds1-0/+1
2004-06-29Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-0/+1
2004-06-29sparse: fix pointer/integer confusionLinus Torvalds7-8/+8
2004-06-28[PATCH] Remove NOOP code from fs/buffer.c::drop_buffers()Anton Altaparmakov1-3/+0
2004-06-28Merge bk://linux.bkbits.net/linux-2.5Steve French3-3/+7
2004-06-28merge /proc/fs/cifs/SimultaneousOps into /proc/fs/cifs/StatsSteve French2-18/+6
2004-06-28hash cifs inodesSteve French2-5/+8
2004-06-28Merge cantab.net:/home/src/ntfs-2.6Anton Altaparmakov21-170/+586
2004-06-28Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov21-170/+586
2004-06-28Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds1-0/+6
2004-06-28[PATCH] remove extraneous security_inode_setattr call in hugetlbfsChris Wright1-3/+0
2004-06-28[PATCH] nfs oops fixAndre Noll1-0/+1
2004-06-27[AIO]: kiocb->private is too large for kiocb's on-stack.William Lee Irwin III1-0/+6
2004-06-27Merge jfs@jfs.bkbits.net:linux-2.5Dave Kleikamp1-1/+9
2004-06-27Merge bk://linux.bkbits.net/linux-2.5Steve French3-3/+47
2004-06-27[PATCH] minor CAP_DAC_OVERRIDE fixAndries E. Brouwer1-1/+4
2004-06-27[PATCH] Fix smbfs readdir oopsZwane Mwaikambo2-2/+43
2004-06-27Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French7-41/+38
2004-06-27Fix cifs xid transaction counts to be more consistent. Start using __set_page...Steve French7-41/+38
2004-06-27Merge bk://linux.bkbits.net/linux-2.5Steve French19-167/+539
2004-06-26[PATCH] affs_setattr() retval fixAndrew Morton1-1/+1
2004-06-26[PATCH] ncpfs_setattr() retval fixAndrew Morton1-2/+8
2004-06-26[PATCH] cifs_setattr() retval fixAndrew Morton1-1/+2
2004-06-26[PATCH] jfs_setattr() fixAndrew Morton1-2/+2
2004-06-26[PATCH] reiserfs_setattr retval fixAndrew Morton1-1/+1
2004-06-26[PATCH] ext2_setattr retval fixAndrew Morton1-2/+2
2004-06-26[PATCH] ext3: direct-io transaction extending fixAndrew Morton1-6/+22
2004-06-26[PATCH] inodes_stat.nr_unused fixAndrew Morton1-0/+1
2004-06-26[PATCH] Fix direct I/O into hugetlb pageKenneth W. Chen1-1/+1
2004-06-26[PATCH] Permit root to choose vfat policy to UTF8Arjan van de Ven1-3/+2
2004-06-26[PATCH] knfsd: allow user to set NFSv4 lease time.Neil Brown3-18/+244
2004-06-26[PATCH] knfsd: improve cleaning up of nfsd4 requestsNeil Brown2-39/+44
2004-06-26[PATCH] knfsd: parse nsfd4 callback informationNeil Brown1-1/+93
2004-06-26[PATCH] knfsd: nfsd4 lockowner fixesNeil Brown1-8/+14
2004-06-26[PATCH] knfsd: reduce stack usage in nfsd4Neil Brown1-37/+48
2004-06-26[PATCH] knfsd: simplify nfsd4_release_lockownerNeil Brown1-22/+33
2004-06-26[PATCH] knfsd: simplify nfsd4 name encoding.Neil Brown1-12/+2
2004-06-26[PATCH] knfsd: mark NFS/TCP server not EXPERIMENTALNeil Brown1-4/+6
2004-06-26[PATCH] Remove smbfs server->rcls/errZwane Mwaikambo1-6/+6
2004-06-26[PATCH] sysfs: fill_read_buffer() fixAndrew Morton1-1/+1
2004-06-26[PATCH] NX (No eXecute) support for x86Ingo Molnar2-0/+6
2004-06-26Merge cantab.net:/home/src/ntfs-2.6Anton Altaparmakov69-547/+607
2004-06-26Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov69-547/+607
2004-06-25Merge jfs@jfs.bkbits.net:linux-2.5Dave Kleikamp72-597/+658
2004-06-25Merge bk://linux.bkbits.net/linux-2.5Steve French5-35/+37
2004-06-25Do not loop in cifsd demultiplex thread when someone sigkills it. Steve French5-35/+37
2004-06-24[PATCH] isofs fixesAndries E. Brouwer1-20/+3
2004-06-24Merge bk://linux.bkbits.net/linux-2.5Nathan Scott23-228/+341
2004-06-24Merge cantab.net:/home/src/ntfs-2.6Anton Altaparmakov3-5/+14
2004-06-24Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov3-5/+14
2004-06-23[PATCH] symlink: fix missing 'depth' initializationAlexander Viro1-1/+3
2004-06-23[PATCH] USB: gadgetfs AIO supportDavid Brownell1-0/+1
2004-06-23[PATCH] symlink 9/9: jff2Alexander Viro1-26/+14
2004-06-23[PATCH] symlink 8/9: befsAlexander Viro1-47/+18
2004-06-23[PATCH] symlink 6/9: xfsAlexander Viro1-11/+20
2004-06-23[PATCH] symlink 5/9: smbfsAlexander Viro2-26/+25
2004-06-23[PATCH] symlink 4/9: simple filesystemsAlexander Viro6-22/+23
2004-06-23[PATCH] symlink 3/9: trivial filesystemsAlexander Viro9-102/+33
2004-06-23[PATCH] symlink 2/9: ext2 conversion and helper functionsAlexander Viro2-13/+54
2004-06-23[PATCH] symlink 1/9: infrastructure and explanationAlexander Viro1-3/+26
2004-06-23[PATCH] revert partition nonsenseAndries E. Brouwer1-3/+3
2004-06-23[PATCH] sparse: fixes for "assignment expression in conditional" in fs/*Andrew Morton16-26/+26
2004-06-23[PATCH] dnotify.c: use inode->i_lock in place of dn_lockAndrew Morton1-10/+10
2004-06-23[PATCH] vm: vfs shrinkage tuningAndrew Morton2-3/+4
2004-06-23[PATCH] rcu: avoid passing an argument to the callback functionAndrew Morton1-3/+3
2004-06-23[PATCH] Move saved_command_line to init/main.cAndrew Morton2-3/+1
2004-06-23[PATCH] jbd needs to wait for locked buffersAndrew Morton1-1/+1
2004-06-22NTFS: Forgot the set_page_writeback()/end_page_writeback() in the mstAnton Altaparmakov1-7/+49
2004-06-22Merge cantab.net:/home/src/ntfs-2.6Anton Altaparmakov2-47/+39
2004-06-22Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov2-47/+39
2004-06-21Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman4-51/+47
2004-06-21[PATCH] Fix sparse warning in fs/proc/base.cRandy Dunlap1-3/+6
2004-06-21[PATCH] Fix sparse warning in fs/devfs/base.cRandy Dunlap1-1/+2
2004-06-21NTFS: Load the quota file ($Quota) and check if quota tracking is enabledAnton Altaparmakov7-23/+361
2004-06-21NTFS: Add a new type, ntfs_index_context, to allow retrieval of an indexAnton Altaparmakov7-25/+673
2004-06-21[PATCH] sparse: quota annotationAlexander Viro1-2/+2
2004-06-21[PATCH] sparse: ncpfs/ioctl.c annotationAlexander Viro1-45/+37
2004-06-21Merge bk://linux.bkbits.net/linux-2.5Nathan Scott23-228/+341
2004-06-21NTFS: Add framework for generic ntfs collation (fs/ntfs/collation.[hc]).Anton Altaparmakov5-12/+188
2004-06-21NTFS: Lock all page cache pages belonging to mst protected attributes whileAnton Altaparmakov3-21/+88
2004-06-21NTFS: Use case sensitive attribute lookups instead of case insensitive ones.Anton Altaparmakov5-11/+14
2004-06-21NTFS: Use atomic kmap instead of kmap() in fs/ntfs/aops.c::ntfs_read{page,_bl...Anton Altaparmakov3-10/+17
2004-06-21Merge cantab.net:/home/src/ntfs-2.6Anton Altaparmakov38-297/+613
2004-06-21Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov38-297/+613
2004-06-21merge Greg Kroah-Hartman1-1/+6
2004-06-20Merge jfs@jfs.bkbits.net:linux-2.5Dave Kleikamp1-1/+9
2004-06-20[PATCH] jfs warning fixAndrew Morton1-1/+1
2004-06-20[PATCH] DS1286 cleanupsRalf Bächle1-15/+0
2004-06-20[PATCH] NLS support for ASCIIBjoern Jacke3-0/+176
2004-06-20[PATCH] fix possible stack corruption during reiserfs_file_writeChris Mason2-14/+16
2004-06-20[PATCH] sparse annotation for sys_quotactl()Fabian Frederick1-1/+1
2004-06-20[PATCH] export sys_ioctl to modulesJesse Barnes1-0/+10
2004-06-20[PATCH] iommu max segment sizeJens Axboe1-3/+11
2004-06-20[PATCH] jfs build fixDave Kleikamp1-1/+2
2004-06-20[PATCH] O_NOATIME supportCesar Eduardo Barros2-1/+11
2004-06-20[PATCH] Permit inode & dentry hash tables to be allocated > MAX_ORDER sizeDavid Howells2-86/+42
2004-06-19[PATCH] affs remount fixesGeert Uytterhoeven3-23/+33
2004-06-19[PATCH] FAT: don't use "utf8" charset and NLS_DEFAULTHirofumi Ogawa2-42/+65
2004-06-19Do not kill cifsd thread until last smb session on tcp session isSteve French4-11/+23
2004-06-19Merge bk://cifs.bkbits.net/linux-2.5cifsLinus Torvalds10-65/+171
2004-06-19Merge cantab.net:/home/src/ntfs-2.6Anton Altaparmakov5-26/+389
2004-06-19Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov1-9/+7
2004-06-18[PATCH] HPFS fixes for 2.6.7 kernelMikulas Patocka9-45/+74
2004-06-19[XFS] Fix up highmem build and error handling on inode shrink register.Nathan Scott2-0/+8
2004-06-19[XFS] Fix for NFS+XFS data corruption problem.Russell Cattelan1-9/+16
2004-06-18Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov1-9/+7
2004-06-19[XFS] Fix up memory allocators to be more resilient.Nathan Scott5-97/+216
2004-06-19[XFS] Fix a race condition in the undo-delayed-write buffer routine.Nathan Scott2-18/+15
2004-06-19[XFS] Fix flags argument to xfs_incore call on attr removal.Nathan Scott1-3/+3
2004-06-19[XFS] Remove the one remaining, broken use of XFS_WRITEIO_LOG andNathan Scott2-23/+6
2004-06-19[XFS] Remove unused MAC macros, never needed on Linux.Nathan Scott3-26/+0
2004-06-19[XFS] Sanitise the ACL initialisation macros.Nathan Scott2-17/+13
2004-06-19[XFS] Ensure buffers that map to unwritten extents are only submittedNathan Scott1-2/+7
2004-06-19[XFS] Fix non-dmapi buildDean Roehrich1-2/+2
2004-06-19[XFS] Change things to use new version of xfs_dm_init/xfs_dm_exitDean Roehrich3-6/+20
2004-06-19[XFS] sparse: fix uses of macros before their definitions, etc.Nathan Scott4-9/+10
2004-06-19[XFS] Fix xfs_lowbit64, it mishandled zero in the high bits.Nathan Scott2-12/+18
2004-06-19[XFS] Remove a couple of redundant NULL parent inode pointer checks.Nathan Scott2-4/+3
2004-06-19[XFS] No longer hold the BKL for the entire ioctl operation,Nathan Scott1-2/+6
2004-06-18check better for free files on writepage retrySteve French1-7/+21
2004-06-18Do not send junk in bcc area of oplock break SMB Lock request, and always let...Steve French4-25/+37
2004-06-18Merge ppc970.osdl.org:/home/torvalds/v2.6/v2.6.7Linus Torvalds6-31/+34
2004-06-18[PATCH] sparse: autofs annotationAlexander Viro1-6/+7
2004-06-18[PATCH] sparse: udf cleanupsAlexander Viro2-7/+7
2004-06-18[PATCH] sparse: nfs partial annotationAlexander Viro2-6/+7
2004-06-18[PATCH] sparse: binfmt_aout annotationAlexander Viro1-12/+13
2004-06-18Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French3-2/+21
2004-06-17This removes the files orphaned by the earlier PC9800 removalLinus Torvalds2-198/+0
2004-06-17[PATCH] handle partial DIO writeDaniel McNeil1-7/+7
2004-06-17[PATCH] Add security_file_permission() to AIO paths.James Morris1-0/+7
2004-06-17[PATCH] ext3: htree readdir fixAlex Tomas1-0/+2
2004-06-17[PATCH] fix isofs ignoring noexec and mode mount optionsWilliam Lee Irwin III1-8/+0
2004-06-17[PATCH] fix handling of '/' embedded in filenames in isofsWilliam Lee Irwin III1-1/+2
2004-06-17[PATCH] epoll: replace the file lookup hash with rbtreesDavide Libenzi1-187/+93
2004-06-17[PATCH] Decrease stack usage in ncpfs's ioctlPetr Vandrovec4-180/+197
2004-06-17[PATCH] sys_getdents64 needs compat wrapperArun Sharma1-0/+255
2004-06-17[PATCH] iso9660: NFS fixPaul Serice2-5/+16
2004-06-17[PATCH] iso9660: fix handling of inodes beyond 4GBPaul Serice6-74/+364
2004-06-17[PATCH] Ext3: Retry allocation after transaction commit (v2)Theodore Y. Ts'o6-27/+105
2004-06-17[PATCH] Remove PC9800 supportRandy Dunlap2-8/+0
2004-06-17[PATCH] Fixes for idr codeCorey Minyard2-9/+16
2004-06-17[PATCH] reiserfs data logging supportChris Mason5-60/+120
2004-06-17[PATCH] reiserfs: btree readaheadChris Mason2-25/+69
2004-06-17[PATCH] reiserfs: remove debugging warning from block allocatorChris Mason1-1/+0
2004-06-17[PATCH] reiserfs: block allocator should not inherit "packing locality 1"Chris Mason1-1/+6
2004-06-17[PATCH] reiserfs: block allocator optimizationsChris Mason4-64/+251
2004-06-17[PATCH] Clean up asm/pgalloc.h includeRussell King5-5/+0
2004-06-17[PATCH] binfmt_misc: improve calculation of interpreter's credentialsYoav Zach1-51/+71
2004-06-17[PATCH] Handle non-readable binfmt_misc executablesYoav Zach2-22/+123
2004-06-17Fix typo in name of CIFS Kconfig option and add rename statsSteve French4-3/+22
2004-06-17fix typo in cifs kernel config option titleSteve French1-1/+1
2004-06-17Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French4-21/+63
2004-06-16Fix /proc/fs/cifs/Stats to handle larger return data, and correct Kconfig ref...Steve French4-21/+63
2004-06-16Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French1-13/+20
2004-06-16fix throttle to limit number of requests to 50 on wire to server at one time.Steve French1-13/+20
2004-06-16Merge cantab.net:/home/src/ntfs-2.6Anton Altaparmakov15-101/+370
2004-06-16Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov15-101/+370
2004-06-15Merge jfs@jfs.bkbits.net:linux-2.5Dave Kleikamp1-1/+9
2004-06-15Merge cantab.net:/home/src/ntfs-2.6Anton Altaparmakov5-26/+389
2004-06-15Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov1-9/+7
2004-06-15NTFS: Ensure that there is no overflow when doing page->index <<Anton Altaparmakov2-4/+7
2004-06-15NTFS: - Add new element itype.index.collation_rule to the ntfs inodeAnton Altaparmakov4-22/+382
2004-06-15NTFS: sparse fix: void function with return (value)Anton Altaparmakov1-9/+7
2004-06-15Merge bk://cifs.bkbits.net/linux-2.5cifsLinus Torvalds15-101/+370
2004-06-15Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French2-17/+80
2004-06-15Fix i_size corruption in case of overlapped readdir changing cached file size...Steve French2-17/+80
2004-06-14fix fealist struct (xattr support part 3)Steve French2-3/+16
2004-06-14[PATCH] stat nlink resolution fixChris Wedgwood1-0/+4
2004-06-14JFS: Don't allow reading beyond the inode map's EOFDave Kleikamp1-1/+9
2004-06-13Merge http://jfs.bkbits.net/linux-2.5Linus Torvalds8-107/+118
2004-06-13[PATCH] Fix nfs writepage behaviourAndrew Morton1-3/+2
2004-06-13Merge bk://linux.bkbits.net/linux-2.5Steve French15-84/+277
2004-06-13fix listxattr error pathSteve French5-15/+22
2004-06-13do not filemap_fdatawrite when reconnecting in write to avoid potential deadlockSteve French2-14/+26
2004-06-13lock session when reconnecting so we do not oops in retrying sendmsgSteve French2-3/+23
2004-06-12[PATCH] spoll_create size checkAndrew Morton1-0/+5
2004-06-12[PATCH] sync_inodes_sb() stack reductionAndrew Morton1-7/+4
2004-06-12remove compile warningSteve French1-1/+1
2004-06-12Extended Attributes part 1Steve French4-24/+132
2004-06-11Add missing EA info levelsSteve French1-0/+3
2004-06-11[PATCH] sysfs: fs/sysfs/inode.c: modify parents ctime and mtime on creationSebastian Henschel1-1/+6
2004-06-11Handle rename of hardlinked files properly (treat as a noop)Steve French4-5/+39
2004-06-11flush write behind cached data, for files reopened after session reconnection...Steve French1-11/+20
2004-06-10Fix sparse tool compile warnings for cifsSteve French5-20/+20
2004-06-09Merge jfs@jfs.bkbits.net:linux-2.5Dave Kleikamp6-98/+101
2004-06-10NTFS: 2.1.14 - Fix an NFSd caused deadlock reported by several users.Anton Altaparmakov3-17/+42
2004-06-10Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov19-122/+408
2004-06-09Merge bk://linux.bkbits.net/linux-2.5Dave Kleikamp2-9/+17
2004-06-09JFS: Better RAS when btstack is overrunDave Kleikamp4-11/+31