aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2004-05-14Merge http://linux-ntfs.bkbits.net/ntfs-2.6Linus Torvalds21-146/+266
2004-05-14NTFS: 2.1.11 - Rename uchar_t to ntfschar.Anton Altaparmakov16-109/+113
2004-05-14NTFS: 2.1.11 - Driver internal cleanups.Anton Altaparmakov3-3/+11
2004-05-14[PATCH] befs: inode->i_flags thinko fixAndrew Morton1-1/+1
2004-05-14[PATCH] befs: debugging code cleanupAndrew Morton1-6/+23
2004-05-14[PATCH] befs: typo fixAndrew Morton1-1/+1
2004-05-14[PATCH] befs: binary search microoptimisationAndrew Morton1-1/+3
2004-05-14[PATCH] befs: microoptimisation, use befs_bread() instead of befs_bread_iaddr()Andrew Morton1-1/+1
2004-05-14[PATCH] befs: LBD supportAndrew Morton3-21/+10
2004-05-14[PATCH] Add del_single_shot_timer()Andrew Morton1-1/+1
2004-05-14[PATCH] H8/300: pic supportAndrew Morton1-1/+1
2004-05-14[PATCH] more dentry shrinkageAndrew Morton1-9/+9
2004-05-14[PATCH] dentry d_bucket fixAndrew Morton1-6/+8
2004-05-14[PATCH] dentry qstr consolidationAndrew Morton1-66/+70
2004-05-14[PATCH] dentry shrinkageAndrew Morton1-5/+9
2004-05-14[PATCH] d_vfs_flags locking fixAndrew Morton1-0/+2
2004-05-14[PATCH] d_flags locking fixesAndrew Morton4-1/+18
2004-05-14[PATCH] Revisited: ia64-cpu-hotplug-cpu_present.patchAndrew Morton2-3/+3
2004-05-14[PATCH] blk_run_page(): we don't trust bh->b_pageAndrew Morton1-1/+6
2004-05-14[PATCH] Add blk_run_page()Andrew Morton1-10/+2
2004-05-14[PATCH] filtered wakeups: apply to buffer_head functionsAndrew Morton2-11/+75
2004-05-14[PATCH] filtered wakeupsAndrew Morton1-2/+2
2004-05-14Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman4-7/+29
2004-05-13[PATCH] sysfs_rename_dir-cleanupManeesh Soni1-5/+14
2004-05-12NTFS: Really final white space cleanups.Anton Altaparmakov2-20/+26
2004-05-12NTFS: Only build logfile.o if building the driver with read-write support.Anton Altaparmakov2-3/+9
2004-05-11NTFS: 2.1.10 - Force read-only (re)mounting of volumes with unsupported flags.Anton Altaparmakov5-27/+75
2004-05-11Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov8-135/+141
2004-05-11[PATCH] kobject/sysfs race fixManeesh Soni3-2/+15
2004-05-11NTFS: Cleanup whitespace (trailing space removal, etc).Anton Altaparmakov22-79/+69
2004-05-11Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov79-18028/+4386
2004-05-10NTFS: 2.1.9 release - Fix two bugs in the decompression engineAnton Altaparmakov3-9/+36
2004-05-10[PATCH] ntfs cleanupAlexander Viro4-66/+20
2004-05-10Merge http://jfs.bkbits.net/linux-2.5Linus Torvalds4-69/+121
2004-05-10Remove intermezzo, per instructions from Peter Braam.Linus Torvalds36-17363/+0
2004-05-10[PATCH] remove intermezzoAndrew Morton2-17/+0
2004-05-10[PATCH] use core_initcall for binfmt initialisationAndrew Morton7-10/+10
2004-05-10[PATCH] Add sysctl to define a hugetlb-capable groupAndrew Morton1-1/+9
2004-05-10[PATCH] bfs filesystem read past the end of dirAndrew Morton1-1/+6
2004-05-10[PATCH] dentry and inode cache hash algorithm performance changes.Andrew Morton2-7/+10
2004-05-10[PATCH] Improve laptop mode's block_dump outputAndrew Morton2-2/+18
2004-05-10[PATCH] reiserfs: add device info to diagnostic messagesAndrew Morton17-370/+438
2004-05-10[PATCH] reiserfs: xattr permission fixAndrew Morton1-1/+2
2004-05-10[PATCH] reiserfs: quota supportAndrew Morton9-116/+347
2004-05-09[PATCH] reiserfs: xattr locking fixesAndrew Morton3-8/+41
2004-05-09[PATCH] reiserfs: selinux supportAndrew Morton4-0/+88
2004-05-09[PATCH] reiserfs: support trusted xattrsAndrew Morton3-1/+83
2004-05-09[PATCH] reiserfs: ACL supportAndrew Morton9-13/+733
2004-05-09[PATCH] reiserfs: xattr supportAndrew Morton9-50/+1634
2004-05-09[PATCH] reiserfs: acl device node initializationAndrew Morton1-1/+1
2004-05-09[PATCH] Reiserfs commit default fixAndrew Morton1-7/+7
2004-05-09[PATCH] partitioning cleanup: use DOS_EXTENDED_PARTITIONAndrew Morton1-3/+3
2004-05-09[PATCH] shrink_slab: improved handling of GFP_NOFS allocationsAndrew Morton1-14/+13
2004-05-09[PATCH] Consolidate sys32_nfsservctlAndrew Morton1-0/+239
2004-05-09[PATCH] Consolidate sys32_selectAndrew Morton1-0/+188
2004-05-09[PATCH] Consolidate do_execve32Andrew Morton1-0/+231
2004-05-09[PATCH] Consolidate sys32_readv and sys32_writevAndrew Morton1-0/+186
2004-05-09[PATCH] ext3 error handling fixesAndrew Morton1-13/+22
2004-05-09[PATCH] Fix ext3 bogus ENOSPCAndrew Morton1-2/+15
2004-05-09[PATCH] Fixes in 32 bit ioctl emulation codeAndrew Morton1-75/+69
2004-05-09[PATCH] Fix deadlock in journalled quotaAndrew Morton2-2/+42
2004-05-10JFS: module unload was not removing /proc/fs/jfs/Dave Kleikamp1-3/+3
2004-05-09Merge jfs@jfs.bkbits.net:linux-2.5Dave Kleikamp3-66/+118
2004-05-08Waste less memory in dentries.Linus Torvalds1-4/+1
2004-05-08[NET]: Add sock_create_kern()James Morris1-2/+2
2004-05-07[PATCH] fix WARN_ON on XFS module unloadAndrew Morton1-2/+2
2004-05-07JFS: [CHECKER] More robust error recovery in add_indexDave Kleikamp1-12/+16
2004-05-07NTFS: 2.1.8 release - If the $LogFile indicates a clean shutdown and aAnton Altaparmakov5-16/+115
2004-05-07NTFS: Eeek. Forgot to revert the Makefile before checking it in last time...Anton Altaparmakov1-2/+2
2004-05-07NTFS: Read the journal ($LogFile) and determine if the volume has been shutdo...Anton Altaparmakov11-263/+1316
2004-05-07JFS: reduce stack usageDave Kleikamp1-14/+34
2004-05-06JFS: Avoid race invalidating metadata pageDave Kleikamp2-40/+68
2004-05-07Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov4-64/+17
2004-05-05[PATCH] ncpfs data corruption when using large TCP transfersPetr Vandrovec1-1/+5
2004-05-04Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov47-1021/+1109
2004-05-04Merge jfs@jfs.bkbits.net:linux-2.5Dave Kleikamp3-63/+12
2004-05-04JFS: [CHECKER] get rid of txAbortCommitDave Kleikamp1-60/+1
2004-05-04JFS: [CHECKER] Memory leak in jfs_linkDave Kleikamp1-2/+5
2004-05-03Merge http://jfs.bkbits.net/linux-2.5Linus Torvalds3-63/+12
2004-05-01[PATCH] FAT: remove symbols exports from msdosfs/vfatHirofumi Ogawa6-129/+84
2004-05-01[PATCH] FAT: small cleanupHirofumi Ogawa2-2/+2
2004-05-01[PATCH] FAT: simple error handling cleanupHirofumi Ogawa1-30/+23
2004-05-01[PATCH] FAT: Fix nfsv2 supportHirofumi Ogawa1-16/+26
2004-05-02do not refresh mode (e.g. in revalidate) to windows serversSteve French2-11/+24
2004-05-01reduce excessive stack space usage in smb password hashingSteve French2-15/+46
2004-05-01even if O_CREAT specified do not reset mode when file not actually created Steve French8-49/+59
2004-05-01fix ppc64 build problem due to missing headerSteve French2-6/+26
2004-05-01Merge bk://linux.bkbits.net/linux-2.5Steve French22-688/+593
2004-04-30JFS: [CHECKER] Fix a possible null-pointer dereferenceDave Kleikamp1-1/+6
2004-04-29[PATCH] nfs printk warning fixAndrew Morton1-1/+1
2004-04-29[PATCH] NFSv3: Fix SETATTR call after O_EXCL createTrond Myklebust1-0/+5
2004-04-28[PATCH] writeback livelock fixAndrew Morton1-3/+5
2004-04-28[PATCH] cifssmb.c warning fixAndrew Morton1-1/+2
2004-04-28Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov1-3/+2
2004-04-28NTFS: - Fix compiler warnings related to type casting.Anton Altaparmakov9-110/+142
2004-04-27Merge http://xfs.org:8090/xfs-linux-2.6Linus Torvalds1-1/+0
2004-04-29[XFS] close external blockdevice after final flushChristoph Hellwig7-121/+99
2004-04-29[XFS] Remove <linux/mman.h> now that linvfs_mprotect doesn't need it.Dean Roehrich1-1/+0
2004-04-29[XFS] Fix dmapi/mprotect interactionDean Roehrich1-1/+1
2004-04-29Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6Nathan Scott15-570/+491
2004-04-28Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6Nathan Scott15-570/+491
2004-04-27[PATCH] fix warning in fs/dquot.cAndrew Morton1-1/+0
2004-04-27Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov11-241/+477
2004-04-27NTFS: Load the mft mirror at mount time and compare the mft recordsAnton Altaparmakov3-25/+219
2004-04-27fix double entry typoSteve French1-1/+1
2004-04-27fixes for socket retry and error handling of misc. error pathsSteve French5-47/+62
2004-04-26Merge bk://linux.bkbits.net/linux-2.5Steve French10-34/+170
2004-04-26JFS: Fix non-ascii file name problemDave Kleikamp1-3/+2
2004-04-26Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French2-2/+3
2004-04-26do not block (writing back to the filesystem potentially) while allocating sm...Steve French2-2/+3
2004-04-26[PATCH] fix fs/proc/task_nommu.c compileAndrew Morton1-2/+19
2004-04-26[PATCH] nfs_writepage() retval fixAndrew Morton1-3/+9
2004-04-26[PATCH] fs/proc/array.c: workaround for gcc-2.96Andrew Morton1-2/+6
2004-04-26[PATCH] hugepage fixesAndrew Morton1-2/+2
2004-04-26[PATCH] smb_writepage retval fixAndrew Morton1-10/+12
2004-04-26[PATCH] isofs "default NLS charset not used" fixAndrew Morton1-1/+1
2004-04-26[PATCH] dio_bio_reap() return value fixAndrew Morton1-1/+4
2004-04-26[PATCH] prune_dcache comment fixAndrew Morton1-3/+8
2004-04-26[PATCH] Minor fixes for ext3 journalled quotasAndrew Morton1-2/+10
2004-04-26[PATCH] dquot: remove unneeded testAndrew Morton1-3/+0
2004-04-26[PATCH] Per-sb dquot dirty listsAndrew Morton3-39/+55
2004-04-26[PATCH] Bigger quota hashtableAndrew Morton1-12/+35
2004-04-26[PATCH] ext3 journalled quota locking fixAndrew Morton1-1/+1
2004-04-26[PATCH] credentials locking fixAndrew Morton1-15/+21
2004-04-26[PATCH] reiserfs: ignore prepared and locked buffersAndrew Morton1-1/+2
2004-04-26rfc1001 session init name parsing fixSteve French1-17/+48
2004-04-26update rfc1001 handlingSteve French5-8/+32
2004-04-26Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov11-218/+260
2004-04-26fix memory allocation of rfc1002 sess init structSteve French1-1/+1
2004-04-26Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French3-5/+18
2004-04-26Flush writebehind before invalidate in file open pathSteve French3-5/+18
2004-04-26NTFS: Determine the mft mirror size as the number of mirrored mft recordsAnton Altaparmakov4-9/+29
2004-04-25Remove unneeded debug statementSteve French1-1/+0
2004-04-25Fix port 139 connections to Windows 2K adding missing RFC1002 session_initSteve French4-14/+82
2004-04-25NTFS: Move typedefs for ntfs_attr and test_t from fs/ntfs/inode.c toAnton Altaparmakov3-22/+27
2004-04-25NTFS: Add NInoTestSetFoo() and NInoTestClearFoo() macro magic toAnton Altaparmakov2-2/+18
2004-04-25NTFS: Wrap flush_dcache_mft_record_page() in #ifdef NTFS_RW.Anton Altaparmakov2-5/+9
2004-04-25NTFS: - Remove unused ntfs_dirty_inode().Anton Altaparmakov4-74/+52
2004-04-25Merge http://linux-ntfs.bkbits.net/ntfs-2.6Linus Torvalds10-66/+321
2004-04-25NTFS: - Modify fs/ntfs/time.c::ntfs2utc(), get_current_ntfs_time(), andAnton Altaparmakov6-99/+115
2004-04-25NTFS: Use get_bh() instead of manual atomic_inc() in fs/ntfs/compress.c.Anton Altaparmakov3-8/+11
2004-04-23Merge cantab.net:/usr/src/bklinux-2.6 into cantab.net:/usr/src/ntfs-2.6Anton Altaparmakov4-19/+10
2004-04-23NTFS: Finally fix NFS exporting of mounted NTFS volumes by checking theAnton Altaparmakov2-13/+25
2004-04-23NTFS: Move a few assignments after a NULL check in fs/ntfs/attrib.c.Anton Altaparmakov1-3/+6
2004-04-23Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov9-60/+300
2004-04-22Merge bk://linux.bkbits.net/linux-2.5Steve French4-19/+10
2004-04-22[PATCH] writeback livelock fixAndrew Morton4-19/+10
2004-04-22Merge bk://linux.bkbits.net/linux-2.5Steve French4-8/+18
2004-04-22do not allow routine user signals to kill SendReceive wait for response (whic...Steve French1-5/+12
2004-04-23Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6Nathan Scott15-570/+491
2004-04-23[XFS] Revive an accidentally dropped pagesize > blocksize assert.Nathan Scott1-0/+1
2004-04-23[XFS] Don't reset buffer offset before using it.Christoph Hellwig1-1/+1
2004-04-22fix timeout on close operation when pending signalSteve French5-10/+25
2004-04-22fix error code mapping on bad hostSteve French1-8/+11
2004-04-22proper rc on host downSteve French1-3/+9
2004-04-22Update change log for 1.10 cifs vfsSteve French1-0/+6
2004-04-22exit from waiting on smb response when session deadSteve French2-8/+8
2004-04-22resolve merge conflictSteve French2-7/+86
2004-04-22RFC1002 fixupSteve French2-9/+87
2004-04-22Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French1-5/+33
2004-04-22Merge bk://kernel.bkbits.net/gregkh/linux/driver-2.6Linus Torvalds2-6/+16
2004-04-22[PATCH] symlink doesn't support kobj name > 20 charaters (KOBJ_NAME_LEN)Linda Xie1-3/+3
2004-04-21[PATCH] Update comment in fs/compat.cAndrew Morton1-1/+1
2004-04-21[PATCH] MIPS is an a.out free zoneAndrew Morton1-1/+1
2004-04-21[PATCH] sysfs module unload race fix for bin_attributesMichael E. Brown1-3/+13
2004-04-22[XFS] Fix up a trivial merge botch.Nathan Scott3-6/+5
2004-04-22[XFS] cleanup pagebuf flag usage and simplify pagebuf_free.Nathan Scott2-100/+58
2004-04-22[XFS] Fix vmtruncate abuse in the XFS setattr ATTR_SIZE operation.Nathan Scott2-15/+10
2004-04-22[XFS] Fix for the xfs dir2 rebalance bug.Russell Cattelan1-2/+23
2004-04-22[XFS] Bump up age_buffer and sync_interval maxima for laptop mode. From Bart...Nathan Scott1-1/+1
2004-04-22[XFS] Use USER_HZ in XFS sysctl interfaces. Fix from Bart Samwel.Nathan Scott2-15/+15
2004-04-22[XFS] Allow xfsbufd flush intervals to take immediate effect after changing t...Nathan Scott2-3/+5
2004-04-22[XFS] Fix some cases where we returned fill_super success, insteadNathan Scott1-6/+10
2004-04-22[XFS] Only use page->private to track page state for page cache pagesNathan Scott1-1/+2
2004-04-22[XFS] Correct the (file size >= stripe unit) check insideJon Krueger1-3/+4
2004-04-22[XFS] Return the right error code on an ACL xattr version mismatch.Nathan Scott1-1/+1
2004-04-22[XFS] Make buffer error checking consistent, add a value range check.Nathan Scott2-3/+4
2004-04-22[XFS] Fix delayed write buffer handling to use the correct listNathan Scott4-102/+63
2004-04-22[XFS] Fix a very hard-to-hit, small-block-size only corruption.Nathan Scott1-13/+19
2004-04-22[XFS] Use pgoff_t for page indices, and remove other type confusionEric Sandeen2-17/+19
2004-04-22[XFS] clarify pagebuf page lookup logicChristoph Hellwig2-140/+114
2004-04-22[XFS] really kill the pagebuf vs xfs_buf confusionChristoph Hellwig6-141/+132
2004-04-22[XFS] kill the pagebuf vs xfs_buf confusionChristoph Hellwig1-3/+3
2004-04-22[XFS] use kmem_alloc for noaddr buffersChristoph Hellwig1-43/+47
2004-04-21Retry 2nd time after failure on correct portSteve French1-5/+33
2004-04-21Merge bk://linux.bkbits.net/linux-2.5Steve French20-208/+160
2004-04-20[PATCH] i4l: add compat ioctl's for CAPIAndrew Morton1-1/+3
2004-04-20[PATCH] lockfs - xfs bitsAndrew Morton12-164/+54
2004-04-20[PATCH] lockfs: reiserfs fixAndrew Morton1-1/+1
2004-04-20[PATCH] lockfs - vfs bitsAndrew Morton3-0/+80
2004-04-20[PATCH] ext3 avoid writing kernel memory to diskAndrew Morton1-0/+1
2004-04-20[PATCH] compute_creds raceAndrew Morton1-30/+1
2004-04-20[PATCH] Fix nfsroot option handlingAndrew Morton1-11/+19
2004-04-20[PATCH] Add missing __initdataUlrich Drepper1-1/+1
2004-04-20Do not cache inode metadata when cache time set to 0 (fix hardlink count cach...Steve French2-3/+7
2004-04-19Merge bk://linux.bkbits.net/linux-2.5Steve French22-415/+105
2004-04-19[PATCH] remove duplicated COPYING file in fs/hfs/Andrew Morton1-339/+0
2004-04-19[PATCH] reiserfs use-after-free fixAndrew Morton1-0/+1
2004-04-19Add in cifs fcntl handling to fix remote dnotify problemSteve French5-2/+111
2004-04-19Merge bk://cifs.bkbits.net/linux-2.5cifsSteve French1-1/+1