aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] IS_ERR() unlikeliness cleanupAndrew Morton7-20/+20
2004-07-26[PATCH] size_t portability fixesAlexander Viro3-3/+3
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
2003-04-22NTFS: Fix typo and release 2.1.3.Anton Altaparmakov3-4/+5
2003-04-14NTFS: load_attribute_list() bug fix from Szaka.Anton Altaparmakov2-5/+5
2003-04-02[PATCH] remove dparent_lockAndrew Morton1-1/+2
2003-03-28super.c::parse_ntfs_boot_sector(): Correct the check for 64-bit clusters (Phi...Anton Altaparmakov2-3/+7
2003-03-18NTFS: Fix compiler warnings on big endian machines.Anton Altaparmakov1-4/+5
2003-03-14NTFS: Typo fix.Anton Altaparmakov1-1/+1
2003-03-13NTFS: Fix silly porting typo.Anton Altaparmakov1-1/+1
2003-03-13NTFS: 2.1.2 release: Fix buggy free cluster and free inode determination logic.Anton Altaparmakov3-73/+110
2003-03-05NTFS: Reduce function local stack usage from 0x3d4 bytes to just Anton Altaparmakov2-5/+7
2003-03-03Merge cantab.net:/usr/src/bklinux-2.5 into cantab.net:/usr/src/ntfs-2.5Anton Altaparmakov7-40/+88
2003-02-25[PATCH] Spelling fixes: accommodateMichael Hayes1-1/+1
2003-02-25[PATCH] Spelling fixes: invocationMichael Hayes2-2/+2
2003-02-25[PATCH] replace it's with its where appropriate.Steven Cole1-1/+1
2003-02-24[PATCH] Spelling fixes - occurredMichael Hayes2-2/+2
2003-02-23unistr.c:Anton Altaparmakov1-1/+1
2003-02-23NTFS: Remove compile warning for newer gcc.Anton Altaparmakov2-9/+14
2003-02-23Merge ssh://linux-ntfs@bkbits.net/ntfs-2.5Anton Altaparmakov5-31/+74
2003-02-23NTFS: Minor updatesAnton Altaparmakov1-3/+3
2003-02-23NTFS: Update versionAnton Altaparmakov1-1/+1
2003-02-18NTFS: Add handling for initialized_size != data_size in compressed files.Anton Altaparmakov3-27/+70
2003-02-18[PATCH] Fix warnings for NTFSAndrew Morton2-3/+4
2003-02-18[PATCH] various spelling fixesSteven Cole1-1/+1
2003-02-10[PATCH] Fix synchronous writers to wait properly for the resultAndrew Morton1-2/+1
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-3/+0
2002-12-14[PATCH] remove PF_SYNCAndrew Morton1-1/+1
2002-11-17Merge home.transmeta.com:/home/torvalds/v2.5/nsec-statLinus Torvalds2-4/+8
2002-11-17[PATCH] nanosecond stat timefieldsAndi Kleen2-4/+8
2002-11-17Fix up after header file cleanups: add <linux/mount.h> toArnaldo Carvalho de Melo1-0/+1
2002-11-04[PATCH] `i_version' initialization fixManfred Spraul1-1/+1
2002-11-04[PATCH] `event' removal: other filesystemsAndrew Morton1-1/+1
2002-10-08[PATCH] struct super_block cleanup - finalBrian Gerst2-5/+5
2002-09-09NTFS: Pages are no longer kmapped around calls toAnton Altaparmakov1-7/+17
2002-08-21NTFS: Add ifdef NTFS_RW arround ntfs_truncate and ntfs_setattr.Anton Altaparmakov3-0/+10
2002-08-21NTFS: 2.1.0 - First steps towards write support: implement file overwrite.Anton Altaparmakov5-5/+117
2002-08-20NTFS: Initial implementation of write(2) based overwriting of existingAnton Altaparmakov6-22/+842
2002-08-14Merge cantab.net:/usr/src/ntfs-tng-2.5 into cantab.net:/usr/src/tngAnton Altaparmakov7-16/+14
2002-08-14NTFS: Cleanups, mostly whitespace. Found during resync with 2.4 backport.Anton Altaparmakov7-16/+14
2002-08-14NTFS: Fix silly bug in ntfs_write_block(). iblock and dblock haveAnton Altaparmakov1-1/+2
2002-08-13NTFS: Initial implementation of mmap(2) based overwritingAnton Altaparmakov1-0/+566
2002-08-13NTFS: Add configuration option for developmental write support.Anton Altaparmakov1-4/+4
2002-08-13NTFS: 2.0.25 - Small bug fixes and cleanups.Anton Altaparmakov4-7/+27
2002-08-07NTFS: 2.0.24 - Cleanups.Anton Altaparmakov8-14/+62
2002-08-05NTFS: 2.0.23 - Major bug fixes (races, deadlocks, non-i386 architectures).Anton Altaparmakov13-285/+286
2002-08-04Manual merge.Anton Altaparmakov1-4/+5
2002-07-27VFS: implement sendfile file operationChristoph Hellwig1-0/+1
2002-07-24NTFS: oops... remove leaked one liner from ntfs write treeAnton Altaparmakov1-1/+0
2002-07-24NTFS: 2.0.22 - Cleanups, mainly to ntfs_readdir(), and use C99 initializers.Anton Altaparmakov10-90/+100
2002-07-16NTFS: 2.0.21 - Check for, and refuse to work with too large files/directories...Anton Altaparmakov5-14/+86
2002-07-15NTFS: 2.0.20 - Support non-resident directory index bitmaps, fix page leak in...Anton Altaparmakov6-170/+183
2002-07-13NTFS: 2.0.19 - Fix race condition, improvements, and optimizations in i/o int...Anton Altaparmakov6-59/+98
2002-07-11NTFS: 2.0.18 - Fix race condition in reading of compressed files.Anton Altaparmakov3-9/+18
2002-07-11NTFS: 2.0.17 - Cleanups and optimizations - shrinking the ToDo list.Anton Altaparmakov6-113/+123
2002-07-08NTFS: Fix debugging check in fs/ntfs/aops.c::ntfs_read_block().Anton Altaparmakov2-1/+2
2002-07-08NTFS: 2.0.16 - Convert access to $MFT/$BITMAP to attribute inode API.Anton Altaparmakov8-422/+67
2002-07-08NTFS: 2.0.15 - Fake inodes based attribute i/o via the pagecache, fixes, clea...Anton Altaparmakov10-178/+475
2002-07-04NTFS: 2.0.14 - Run list merging code cleanup, minor locking changes, typo fixes.Anton Altaparmakov5-357/+511
2002-06-27NTFS: 2.0.13 - Use iget5_locked() in preparation for fake inodes and small cl...Anton Altaparmakov8-113/+318
2002-06-26NTFS: 2.0.12 - Initial cleanup of address space operations following 2.0.11 c...Anton Altaparmakov4-304/+136
2002-06-25NTFS: 2.0.11 - Initial preparations for fake inode based attribute i/o.Anton Altaparmakov9-109/+249
2002-06-19NTFS: 2.0.10 - There can only be 2^32 - 1 inodes on an NTFS volume.Anton Altaparmakov13-126/+111
2002-06-19NTFS: Fix typo.Anton Altaparmakov1-1/+1
2002-06-19NTFS: 2.0.9 release. Decompression engine now uses a single buffer and other ...Anton Altaparmakov6-19/+34
2002-06-17[PATCH] kmap_atomic fix in bio_copy()Andrew Morton1-8/+8
2002-06-17[PATCH] Make NTFS use a single uncompression-bufferRusty Russell2-46/+27
2002-05-29NTFS: 2.0.8 release. Major updates for dcache aliasing issues wrt short/long ...Anton Altaparmakov2-23/+160
2002-05-28NTFS: Fix potential 1 byte overflow in fs/ntfs/unistr.c::ntfs_ucstonls().Anton Altaparmakov3-7/+7
2002-05-27NTFS: Fix really dumb logic bug in boot sector recovery.Anton Altaparmakov2-2/+3
2002-05-26NTFS: The beginning of 2.0.8. - Major updates for handling of case sensitivity.Anton Altaparmakov11-118/+752
2002-05-25Merge cantab.net:/usr/src/bklinux-2.5 into cantab.net:/usr/src/tngAnton Altaparmakov1-47/+0
2002-05-25Merge cantab.net:/usr/src/bklinux-2.5 into cantab.net:/usr/src/tngAnton Altaparmakov1-47/+0
2002-05-24kbuild: Use standard multi-part object declaration in fs/*Kai Germaschewski1-5/+3
2002-05-23Merge penguin:v2.5/linuxLinus Torvalds5-0/+5
2002-05-22[PATCH] include buffer_head.h in actual users instead of fs.h (9/10)Christoph Hellwig5-0/+5
2002-05-23EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from fs/*Kai Germaschewski1-1/+0
2002-05-19[PATCH] get rid of <linux/locks.h>Christoph Hellwig4-4/+0
2002-05-19[PATCH] pdflush exclusion infrastructureAndrew Morton1-2/+3
2002-05-19[PATCH] i_dirty_buffers locking fixAndrew Morton1-0/+7
2002-05-11NTFS: Remove unused source file.Anton Altaparmakov1-47/+0
2002-05-11NTFS 2.0.7 release: pure cleanups.Anton Altaparmakov4-16/+5
2002-05-11NTFS 2.0.7: minor cleanup, remove NULL struct initializersAnton Altaparmakov7-183/+21
2002-05-06NTFS: Fix compilation on 2.5.14 ({set_,clear_,}buffer_async was renamedAnton Altaparmakov1-9/+9
2002-05-05NTFS: Release 2.0.6 - Major bugfix to make compatible with other kernel changes.Anton Altaparmakov5-32/+53
2002-05-02NTFS: 2.0.5 release. Major buffer overflow fix in extent inode handling.Anton Altaparmakov3-3/+15
2002-05-01Merge cantab.net:/usr/src/bklinux-2.5 into cantab.net:/usr/src/tngAnton Altaparmakov5-43/+55
2002-05-01NTFS: Minor cleanups, contact details updates, remove superfluousAnton Altaparmakov3-9/+7
2002-04-30Move BKL into readdir for ntfs-tngLinus Torvalds1-0/+3
2002-04-29[PATCH] page writeback locking updateAndrew Morton2-3/+3
2002-04-29[PATCH] cleanup of bh->flagsAndrew Morton1-18/+27
2002-04-29[PATCH] cleanup page flagsAndrew Morton4-19/+19
2002-04-29[PATCH] writeback from address spacesAndrew Morton1-3/+3
2002-04-27NTFS: 2.0.4 - Cleanups and updates for kernel 2.5.11.Anton Altaparmakov5-23/+30
2002-04-26NTFS 2.0.3: Small bug fixes, cleanups, and performance improvements.Anton Altaparmakov5-141/+107
2002-04-24NTFS: Release ntfs driver 2.0.2 and update documentation appropriately.Anton Altaparmakov1-0/+7
2002-04-24NTFS: Various fixes and cleanups. Make it work with kernel 2.5.9.Anton Altaparmakov4-20/+34
2002-04-16Typo fixes.Anton Altaparmakov2-2/+2
2002-04-13NTFS: Change attrib.c::get_attr_search_ctx() to return the search contextAnton Altaparmakov7-27/+42
2002-04-11NTFS: Change default fmask to 0177, small cleanups, update version to 2.0.2.Anton Altaparmakov6-38/+63
2002-04-06Merge cam.ac.uk:/rain/usr/src/bklinux-2.5 into cam.ac.uk:/usr/src/tngAnton Altaparmakov1-17/+0
2002-04-03[PATCH] Improved allocator for NTFSDave Jones2-4/+34
2002-04-02[PATCH] strtok->strsep in ntfsDave Jones1-1/+4
2002-03-25NTFS: Update version to 2.0.1 and update docs and changelog.Anton Altaparmakov2-1/+9
2002-03-25NTFS:Anton Altaparmakov2-11/+8
2002-03-25NTFS: Final tidyups of docs, a typo in a deprecated mount option andAnton Altaparmakov3-7/+9
2002-03-23Finish implementation of proper handling of allocated_size vsAnton Altaparmakov3-306/+367
2002-03-22NTFS:Anton Altaparmakov4-244/+124
2002-03-21- Fix memory leak in reading compressed data.Anton Altaparmakov4-104/+52
2002-03-20load_attribute_list(): Lock run list while using it and take Anton Altaparmakov4-45/+65
2002-03-19end_buffer_read_index_async(): Implement proper handling forAnton Altaparmakov3-6/+57
2002-03-17NTFS: Repeat some changes from tng-0.0.8 which somehow got lost on the wayAnton Altaparmakov10-43/+43
2002-03-14Start TNG-0.0.9-WIPAnton Altaparmakov2-1/+5
2002-03-13NTFS: Adapt to kill_sb() addition.Anton Altaparmakov1-0/+1
2002-03-10[PATCH] (4/4) ->kill_sb() switchoverAlexander Viro1-0/+1
2002-03-09Small cleanup.Anton Altaparmakov2-2/+1
2002-03-09Integrate ntfs tng with kernel now that the old driver had been removed.Anton Altaparmakov5-504/+47
2002-03-08Import changesetAnton Altaparmakov30-0/+13468