aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs
AgeCommit message (Expand)AuthorFilesLines
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen2-1/+4
2004-11-10NTFS: 2.1.22 - Many bug and race fixes and error handling improvements.Anton Altaparmakov3-76/+65
2004-11-09NTFS: Disable the file size changing code fromAnton Altaparmakov2-5/+6
2004-11-09NTFS: - Fix creation of buffers in fs/ntfs/mft.c::ntfs_sync_mft_mirror().Anton Altaparmakov3-9/+21
2004-11-09NTFS: - Add mapping of unmapped buffers to all remaining code paths, i.e.Anton Altaparmakov5-103/+309
2004-11-05NTFS: Minor cleanup of fs/ntfs/debug.c.Anton Altaparmakov1-10/+9
2004-11-05NTFS: Fix bug in handling of bad inodes in fs/ntfs/namei.c::ntfs_lookup().Anton Altaparmakov2-4/+19
2004-11-05NTFS: Fix error handling in fs/ntfs/quota.c::ntfs_mark_quotas_out_of_date()Anton Altaparmakov2-2/+5
2004-11-05NTFS: Rewrite handling of multi sector transfer errors. We now do not setAnton Altaparmakov6-64/+82
2004-11-04NTFS: Drop the runlist lock after the vcn has been read inAnton Altaparmakov2-1/+3
2004-11-04NTFS: Fix stupid bug in fs/ntfs/attrib.c::ntfs_external_attr_find() in theAnton Altaparmakov2-2/+9
2004-11-03NTFS: Modify fs/ntfs/aops.c::mark_ntfs_record_dirty() so it allocatesAnton Altaparmakov2-18/+44
2004-11-01NTFS: Make several functions and variables static. (Adrian Bunk)Anton Altaparmakov5-13/+13
2004-11-01NTFS: Add MODULE_VERSION() to fs/ntfs/super.c.Anton Altaparmakov1-0/+1
2004-11-01NTFS: Fix stupid bug in fs/ntfs/attrib.c::ntfs_attr_find() that resulted inAnton Altaparmakov1-13/+4
2004-10-29NTFS: Remove unused function fs/ntfs/runlist.c::ntfs_rl_merge(). (Adrian Bunk)Anton Altaparmakov2-25/+7
2004-10-28NTFS: Implement extension of resident files in the regular file write codeAnton Altaparmakov2-179/+214
2004-10-28NTFS: In fs/ntfs/aops.c::ntfs_writepage(), if t he page is fully outsideAnton Altaparmakov2-1/+10
2004-10-27NTFS: Check for location of attribute name and improve error handling inAnton Altaparmakov2-107/+143
2004-10-27NTFS: Ensure the mft record size does not exceed the PAGE_CACHE_SIZE atAnton Altaparmakov2-8/+22
2004-10-25NTFS: In fs/ntfs/aops.c::mark_ntfs_record_dirty(), take theAnton Altaparmakov2-0/+5
2004-10-25NTFS: Add attribute definition handling helpers to fs/ntfs/attrib.[hc]:Anton Altaparmakov3-0/+141
2004-10-25NTFS: Fix min_size and max_size definitions in ATTR_DEF structure inAnton Altaparmakov2-2/+4
2004-10-25NTFS: - Change fs/ntfs/inode.c::ntfs_truncate() to return an error codeAnton Altaparmakov4-5/+29
2004-10-25Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov1-0/+1
2004-10-24[PATCH] NTFS: missing #include <linux/vmalloc.h>Geert Uytterhoeven1-0/+1
2004-10-21NTFS: Improve error handling in fs/ntfs/inode.c::ntfs_truncate().Anton Altaparmakov3-21/+34
2004-10-18NTFS: Update Documentation/filesystems/ntfs.txt with instructions on how toAnton Altaparmakov1-0/+4
2004-10-17NTFS: 2.1.21 releaseAnton Altaparmakov2-3/+3
2004-10-16NTFS: Add fs/ntfs/mft.[hc]::ntfs_mft_record_alloc() and various helperAnton Altaparmakov3-0/+1577
2004-10-16NTFS: Modify fs/ntfs/mft.c::map_extent_mft_record() to only verify the mftAnton Altaparmakov2-2/+4
2004-10-16NTFS: Add helpers fs/ntfs/layout.h::MK_MREF() and MK_LE_MREF().Anton Altaparmakov2-0/+5
2004-10-16NTFS: Simplify setup of i_mode in fs/ntfs/inode.c::ntfs_read_locked_inode().Anton Altaparmakov2-19/+15
2004-10-16NTFS: Move the static inline ntfs_init_big_inode() from fs/ntfs/inode.c toAnton Altaparmakov11-24/+34
2004-10-15NTFS: Modify fs/ntfs/mft.c::write_mft_record_nolock() andAnton Altaparmakov3-29/+38
2004-10-15NTFS: Modify fs/ntfs/aops.c::mark_ntfs_record_dirty() to no longer take theAnton Altaparmakov6-19/+23
2004-10-14NTFS: - Fix two race conditions in fs/ntfs/inode.c::ntfs_put_inode().Anton Altaparmakov2-25/+32
2004-10-14NTFS: Big cleanup of mft record writing code.Anton Altaparmakov7-456/+511
2004-10-12NTFS: Provide exclusion between opening an inode / mapping an mft recordAnton Altaparmakov2-11/+12
2004-10-12NTFS: Map the page instead of using page_address() before writing to it inAnton Altaparmakov2-1/+5
2004-10-12NTFS: Attempting to write outside initialized size is _not_ a bug so removeAnton Altaparmakov2-2/+4
2004-10-12NTFS: Modify fs/ntfs/mft.c::write_mft_record_nolock() so that it onlyAnton Altaparmakov2-19/+30
2004-10-11NTFS: Add fs/ntfs/mft.c::try_map_mft_record() which fails with -EALREADY ifAnton Altaparmakov3-0/+55
2004-10-10NTFS: Fix warnings on x86-64. (Randy Dunlap with slight modification from me)Anton Altaparmakov3-4/+7
2004-10-10NTFS: Update fs/ntfs/inode.c::ntfs_write_inode() to also use the helperAnton Altaparmakov2-2/+12
2004-10-07NTFS: - Modify fs/ntfs/mft.c::__mark_mft_record_dirty() to use the helperAnton Altaparmakov2-35/+11
2004-10-07NTFS: Remove unused {__,}format_mft_record() from fs/ntfs/mft.c.Anton Altaparmakov2-73/+1
2004-10-07NTFS: - Move ntfs_{un,}map_page() from ntfs.h to aops.h and fix resultingAnton Altaparmakov29-113/+173
2004-10-05NTFS: Switch fs/ntfs/index.h::ntfs_index_entry_mark_dirty() to using theAnton Altaparmakov3-58/+6
2004-10-05NTFS: Add a helper function fs/ntfs/aops.c::mark_ntfs_record_dirty() whichAnton Altaparmakov3-0/+82
2004-10-03NTFS: Add some debugging checks to fs/ntfs/inode.c::ntfs_truncate() and fixAnton Altaparmakov2-1/+3
2004-10-03NTFS: Add MFT_RECORD_OLD as a copy of MFT_RECORD in fs/ntfs/layout.hAnton Altaparmakov2-7/+74
2004-10-03NTFS: Merge of 2.1.20 release.Anton Altaparmakov3-4/+17
2004-10-03NTFS: Fix another stupid bug in fs/ntfs/attrib.c::ntfs_external_attr_find()Anton Altaparmakov2-1/+7
2004-10-03NTFS: Fix stupid bug in fs/ntfs/attrib.c::ntfs_attr_reinit_search_ctx() whereAnton Altaparmakov3-1/+13
2004-10-02NTFS: Implement fs/ntfs/runlist.c::ntfs_rl_truncate_nolock().Anton Altaparmakov3-0/+140
2004-10-02NTFS: Remove unnecessary casts from LCN_* constants.Anton Altaparmakov6-26/+27
2004-10-01NTFS: Implement the equivalent of memset() for an ntfs attribute inAnton Altaparmakov4-50/+157
2004-09-30NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_record_resize().Anton Altaparmakov3-1/+48
2004-09-30NTFS: - Add fs/ntfs/lcnalloc.h::ntfs_cluster_free_from_rl() which is a staticAnton Altaparmakov3-1/+34
2004-09-30NTFS: Rename ntfs_merge_runlists() to ntfs_runlists_merge().Anton Altaparmakov4-5/+9
2004-09-30NTFS: Add fs/ntfs/runlist.[hc]::ntfs_get_nr_significant_bytes(),Anton Altaparmakov3-0/+347
2004-09-30NTFS: Forgot to lock the mft bitmap when clearing the bit inAnton Altaparmakov2-2/+2
2004-09-30NTFS: Rename init_runlist() to ntfs_init_runlist(), ntfs_vcn_to_lcn() toAnton Altaparmakov7-33/+36
2004-09-30NTFS: Add vol->mft_data_pos and initialize it at mount time.Anton Altaparmakov3-6/+14
2004-09-30NTFS: Splitt runlist related functions off from attrib.[hc] to runlist.[hc].Anton Altaparmakov6-987/+1046
2004-09-29NTFS: Implement extent mft record deallocation.Anton Altaparmakov4-1/+164
2004-09-28NTFS: Change all the defines back to simple enums since sparse is now happyAnton Altaparmakov3-328/+384
2004-09-26NTFS: Change {const_,}cpu_to_le{16,32}(0) to just 0 as suggested by Al Viro.Anton Altaparmakov6-10/+10
2004-09-26NTFS: Convert final enum (fs/ntfs/logfile.h) to define to silence lastAnton Altaparmakov1-4/+3
2004-09-26NTFS: Remove silly (__force le32) casts from __ntfs_is_magic{,p}Anton Altaparmakov1-2/+2
2004-09-24NTFS: Fix a stupid bug where I forgot to actually do the attribute lookupAnton Altaparmakov1-0/+19
2004-09-24NTFS: 2.1.19 - Many cleanups, improvements, and a minor bug fix.Anton Altaparmakov4-4/+7
2004-09-24NTFS: Finish off sparse annotation.Anton Altaparmakov16-476/+468
2004-09-24NTFS: Continuing sparse annotations: finish data types and header files.Anton Altaparmakov7-222/+242
2004-09-24NTFS: Begin of sparse annotations: new data types and endianness conversion.Anton Altaparmakov5-18/+86
2004-09-23NTFS: - Update ->truncate (fs/ntfs/inode.c::ntfs_truncate()) to check if theAnton Altaparmakov3-9/+38
2004-09-23NTFS: Change '\0' and L'\0' to simply 0 as per advice from Linus Torvalds.Anton Altaparmakov4-7/+14
2004-09-23NTFS: Improve the previous transparent union removal.Anton Altaparmakov1-8/+7
2004-09-22NTFS: Get rid of the ugly transparent union in fs/ntfs/dir.c::ntfs_readdir()Anton Altaparmakov2-28/+16
2004-09-22NTFS: - Remove BKL use from ntfs_setattr() syncing up with the rest of theAnton Altaparmakov3-36/+43
2004-09-22NTFS: 2.1.18 releaseAnton Altaparmakov3-5/+10
2004-09-22NTFS: - Fix endianness bug in ntfs_external_attr_find().Anton Altaparmakov9-185/+337
2004-09-21NTFS: Rename {{re,}init,get,put}_attr_search_ctx() toAnton Altaparmakov10-117/+119
2004-09-21NTFS: Rename {find,lookup}_attr() to ntfs_attr_{find,lookup}() as well asAnton Altaparmakov9-100/+113
2004-09-20Merge flatcap.org:/home/flatcap/backup/bk/ntfs-2.6Richard Russon7-21/+31
2004-09-16[PATCH] fix for fsync ignoring writing errorsAndrey V. Savochkin3-26/+1
2004-09-16NTFS: Fix a potential bug in fs/ntfs/mft.c::map_extent_mft_record() thatAnton Altaparmakov1-1/+2
2004-09-14NTFS: Fix scheduling latencies in ntfs_fill_super() by dropping the BKLAnton Altaparmakov3-1/+9
2004-08-31Merge ssh://linux-ntfs@bkbits.net/ntfs-2.6-develAnton Altaparmakov5-19/+20
2004-08-27NTFS: Remove vol->nr_mft_records as it was pretty meaningless and optimizeAnton Altaparmakov5-19/+20
2004-08-26[PATCH] mostly remove module_parm()Rusty Russell1-1/+2
2004-08-23[PATCH] remove cacheline alignment from inode slabsAnton Blanchard1-1/+1
2004-08-23Merge bk://linux-ntfs.bkbits.net/ntfs-2.6Linus Torvalds7-20/+20
2004-08-22[PATCH] IS_ERR() unlikeliness cleanupAndrew Morton7-20/+20
2004-08-18NTFS: 2.1.17 - Fix bugs in mount time error code paths.Anton Altaparmakov2-2/+2
2004-08-18NTFS: - Load attribute definition table from $AttrDef at mount time.Anton Altaparmakov4-34/+129
2004-08-18NTFS: Only need two spare runlist elements when reallocating memory inAnton Altaparmakov1-2/+2
2004-08-17NTFS: Fix fs/ntfs/debug.c::ntfs_debug_dump_runlist() for the previousAnton Altaparmakov1-1/+1
2004-08-17NTFS: Fix fs/ntfs/lcnalloc.c::ntfs_cluster_alloc() to use LCN_RL_NOT_MAPPEDAnton Altaparmakov1-19/+5
2004-08-17NTFS: Minor update to fs/ntfs/bitmap.c to only perform rollback if atAnton Altaparmakov1-3/+6
2004-08-16NTFS: Implement cluster (de-)allocation code (fs/ntfs/lcnalloc.[hc]).Anton Altaparmakov7-23/+1185
2004-08-07Merge cantab.net:/home/src/ntfs-2.6Anton Altaparmakov3-3/+3
2004-08-07Merge cantab.net:/home/src/bklinux-2.6Anton Altaparmakov3-3/+3
2004-07-30NTFS: Fix compilation with gcc-2.95 in attrib.c::ntfs_find_vcn(). (Adrian Bunk)Anton Altaparmakov1-9/+5
2004-07-26[PATCH] size_t portability fixesAlexander Viro3-3/+3
2004-07-22NTFS: Add fs/ntfs/attrib.[hc]::ntfs_find_vcn().Anton Altaparmakov3-17/+124
2004-07-22NTFS: Move a NULL check to before the first use of the pointer.Anton Altaparmakov1-1/+1
2004-07-22NTFS: Complete "run list" to "runlist" renaming.Anton Altaparmakov9-173/+173
2004-07-21NTFS: Rename vcn_to_lcn() to ntfs_vcn_to_lcn().Anton Altaparmakov5-24/+27
2004-07-21NTFS: Rename map_runlist() to ntfs_map_runlist().Anton Altaparmakov4-9/+9
2004-07-21NTFS: Rename run_list to runlist everywhere to bring in line with libntfs.Anton Altaparmakov10-121/+118
2004-07-21NTFS: Wrap the new bitmap.[hc] code in #ifdef NTFS_RW / #endif.Anton Altaparmakov2-0/+8
2004-07-21NTFS: Implement bitmap modification code (fs/ntfs/bitmap.[hc]). ThisAnton Altaparmakov4-7/+304
2004-07-14NTFS: 2.1.16 - Implement access time updates in fs/ntfs/inode.c::ntfs_write_i...Anton Altaparmakov4-60/+59
2004-07-08NTFS: Implement fsync, fdatasync, and msync both for files (fs/ntfs/file.c)Anton Altaparmakov3-4/+117
2004-07-08NTFS: Change ntfs_write_inode to return 0 on success and -errno on errorAnton Altaparmakov3-6/+33
2004-07-07NTFS: Add support for readv/writev and aio_read/aio_write.Anton Altaparmakov3-13/+42
2004-07-02[PATCH] ntfs build fixAndrew Morton1-1/+1
2004-07-02NTFS: 2.1.15 - Implement fs/ntfs/aops.c::ntfs_write_mst_block() whichAnton Altaparmakov3-20/+202
2004-07-02NTFS: Update __ntfs_index_entry_mark_dirty() so it makes sure that theAnton Altaparmakov1-20/+15
2004-07-02NTFS: Add fs/ntfs/index.c::__ntfs_index_entry_mark_dirty() which sets allAnton Altaparmakov3-17/+76
2004-07-02NTFS: Add a set_page_dirty address space operation for ntfs_m[fs]t_aops.Anton Altaparmakov3-1/+11
2004-06-22NTFS: Forgot the set_page_writeback()/end_page_writeback() in the mstAnton Altaparmakov1-7/+49
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-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-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-10NTFS: 2.1.14 - Fix an NFSd caused deadlock reported by several users.Anton Altaparmakov3-17/+42
2004-06-08NTFS: 2.1.13 - Enable overwriting of resident files and housekeeping of syste...Anton Altaparmakov4-43/+194
2004-06-07NTFS: Add functions ntfs_{clear,set}_volume_flags(), to modify the volumeAnton Altaparmakov2-0/+97
2004-06-04NTFS: Implement ntfs_mft_writepage() so it now checks if any of the mftAnton Altaparmakov3-16/+204
2004-06-04NTFS: Use set_page_writeback()/end_page_writeback() in ntfs_writepage()Anton Altaparmakov2-12/+19
2004-06-01NTFS: - Implement fs/ntfs/mft.[hc]::{,__}mark_mft_record_dirty() and makeAnton Altaparmakov5-22/+147
2004-05-28NTFS: Implement ->write_inode (fs/ntfs/inode.c::ntfs_write_inode()) for theAnton Altaparmakov3-19/+110
2004-05-28NTFS: Commit open system inodes at umount time. This should make itAnton Altaparmakov2-0/+37
2004-05-28NTFS: Implement writing of mft records (fs/ntfs/mft.[hc]), which includesAnton Altaparmakov7-6/+443
2004-05-26NTFS: 2.1.12 release - Fix the second fix to the decompression engine.Anton Altaparmakov4-17/+13
2004-05-25NTFS: Cleanup dirty ntfs inode handling (fs/ntfs/inode.[hc]) which alsoAnton Altaparmakov5-44/+100
2004-05-18NTFS: Add a new address space operations struct, ntfs_mst_aops, for mstAnton Altaparmakov5-3/+24
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-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 Altaparmakov4-66/+20
2004-05-11NTFS: Cleanup whitespace (trailing space removal, etc).Anton Altaparmakov22-79/+69
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-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-04-28NTFS: - Fix compiler warnings related to type casting.Anton Altaparmakov9-110/+142
2004-04-27NTFS: Load the mft mirror at mount time and compare the mft recordsAnton Altaparmakov3-25/+219
2004-04-26NTFS: Determine the mft mirror size as the number of mirrored mft recordsAnton Altaparmakov4-9/+29
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-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 Altaparmakov1-14/+5
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-22[PATCH] writeback livelock fixAndrew Morton1-14/+5
2004-04-17[PATCH] remove buffer_error()Andrew Morton1-2/+0
2004-04-12[PATCH] per-backing dev unpluggingAndrew Morton1-1/+2
2004-04-11[PATCH] tag writeback pages as such in their radix treeAndrew Morton1-2/+2
2004-03-15NTFS: Enforce no atime and no dir atime updates at mount/remount timeAnton Altaparmakov2-0/+9
2004-02-26NTFS: Fix off by one error in ntfs_get_parent().Anton Altaparmakov1-1/+1
2004-02-12NTFS: Add missing return -EOPNOTSUPP; in fs/ntfs/aops.c::ntfs_commit_nonresid...Anton Altaparmakov2-12/+19
2004-02-11NTFS: Release 2.1.7 - Enable NFS exporting of mounted NTFS volumes.Anton Altaparmakov6-21/+196
2004-02-09NTFS: Make it compile...Anton Altaparmakov1-2/+3
2004-02-09NTFS: Make ntfs_lookup() NFS export safe, i.e. use d_splice_alias(), etc.Anton Altaparmakov4-24/+68
2004-02-08NTFS: Set i_generation in VFS inode from seq_no in NTFS inode.Anton Altaparmakov4-5/+9
2004-02-03[PATCH] gcc-3.5: fsfilter.h, ntfs.hAndrew Morton1-1/+1
2004-01-19Fix minor bug in handling of compressed directories that fixes theAnton Altaparmakov3-3/+11
2003-11-11NTFS: Minor bug fix in attribute list attribute handling that fixes theAnton Altaparmakov4-20/+25
2003-09-23Merge cantab.net:/home/aia21/bklinux-2.5Anton Altaparmakov1-2/+2
2003-09-06[PATCH] janitor: remove unneeded version.h #includesRandy Dunlap1-2/+0
2003-08-20Merge cantab.net:/home/aia21/bklinux-2.5Anton Altaparmakov1-2/+2
2003-08-18[PATCH] async write errors: fix spurious fs truncate errorsAndrew Morton1-2/+2
2003-08-18[PATCH] async write errors: report truncate and io errors onAndrew Morton1-1/+1
2003-08-05Merge cantab.net:/home/aia21/bklinux-2.5Anton Altaparmakov1-2/+2
2003-08-01[PATCH] don't init statics to 0 (fs/)Randy Dunlap1-1/+1
2003-08-01[PATCH] janitor: use char arrays for stringsRandy Dunlap1-4/+4
2003-07-22Adrian Bunk: Postfix an NTFS constant that is too big for an int with ULL.Anton Altaparmakov1-2/+2
2003-07-03[PATCH] Add open intent information to the 'struct nameidata'Trond Myklebust1-1/+2
2003-06-20[PATCH] Add system calls statfs64 and fstatfs64Andrew Morton1-1/+1
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-1/+1
2003-05-25[PATCH] mark shrinkable slabs as being reclaimableAndrew Morton1-2/+4
2003-05-07[PATCH] s/UPDATE_ATIME/update_atime/ cleanupAndrew Morton1-1/+1
2003-04-30NTFS: 2.1.4 release - Reduce compiler requirements.Anton Altaparmakov13-341/+383
2003-04-22Merge cantab.net:/home/aia21/bklinux-2.5Anton Altaparmakov8-128/+221