| Age | Commit message (Expand) | Author | Files | Lines |
| 2004-11-09 | NTFS: - Add mapping of unmapped buffers to all remaining code paths, i.e. | Anton Altaparmakov | 1 | -1/+2 |
| 2004-11-01 | NTFS: Make several functions and variables static. (Adrian Bunk) | Anton Altaparmakov | 1 | -2/+2 |
| 2004-10-27 | NTFS: Check for location of attribute name and improve error handling in | Anton Altaparmakov | 1 | -107/+141 |
| 2004-10-25 | NTFS: - Change fs/ntfs/inode.c::ntfs_truncate() to return an error code | Anton Altaparmakov | 1 | -3/+19 |
| 2004-10-21 | NTFS: Improve error handling in fs/ntfs/inode.c::ntfs_truncate(). | Anton Altaparmakov | 1 | -20/+29 |
| 2004-10-16 | NTFS: Simplify setup of i_mode in fs/ntfs/inode.c::ntfs_read_locked_inode(). | Anton Altaparmakov | 1 | -19/+14 |
| 2004-10-16 | NTFS: Move the static inline ntfs_init_big_inode() from fs/ntfs/inode.c to | Anton Altaparmakov | 1 | -12/+1 |
| 2004-10-15 | NTFS: Modify fs/ntfs/aops.c::mark_ntfs_record_dirty() to no longer take the | Anton Altaparmakov | 1 | -2/+2 |
| 2004-10-14 | NTFS: - Fix two race conditions in fs/ntfs/inode.c::ntfs_put_inode(). | Anton Altaparmakov | 1 | -25/+24 |
| 2004-10-14 | NTFS: Big cleanup of mft record writing code. | Anton Altaparmakov | 1 | -7/+7 |
| 2004-10-10 | NTFS: Fix warnings on x86-64. (Randy Dunlap with slight modification from me) | Anton Altaparmakov | 1 | -1/+2 |
| 2004-10-10 | NTFS: Update fs/ntfs/inode.c::ntfs_write_inode() to also use the helper | Anton Altaparmakov | 1 | -2/+9 |
| 2004-10-07 | NTFS: - Move ntfs_{un,}map_page() from ntfs.h to aops.h and fix resulting | Anton Altaparmakov | 1 | -0/+3 |
| 2004-10-03 | NTFS: Add some debugging checks to fs/ntfs/inode.c::ntfs_truncate() and fix | Anton Altaparmakov | 1 | -0/+2 |
| 2004-09-30 | NTFS: Rename ntfs_merge_runlists() to ntfs_runlists_merge(). | Anton Altaparmakov | 1 | -1/+1 |
| 2004-09-30 | NTFS: Rename init_runlist() to ntfs_init_runlist(), ntfs_vcn_to_lcn() to | Anton Altaparmakov | 1 | -9/+9 |
| 2004-09-26 | NTFS: Change {const_,}cpu_to_le{16,32}(0) to just 0 as suggested by Al Viro. | Anton Altaparmakov | 1 | -1/+1 |
| 2004-09-24 | NTFS: Fix a stupid bug where I forgot to actually do the attribute lookup | Anton Altaparmakov | 1 | -0/+19 |
| 2004-09-24 | NTFS: Finish off sparse annotation. | Anton Altaparmakov | 1 | -2/+2 |
| 2004-09-23 | NTFS: - Update ->truncate (fs/ntfs/inode.c::ntfs_truncate()) to check if the | Anton Altaparmakov | 1 | -8/+34 |
| 2004-09-23 | NTFS: Change '\0' and L'\0' to simply 0 as per advice from Linus Torvalds. | Anton Altaparmakov | 1 | -4/+10 |
| 2004-09-22 | NTFS: - Remove BKL use from ntfs_setattr() syncing up with the rest of the | Anton Altaparmakov | 1 | -35/+34 |
| 2004-09-22 | NTFS: 2.1.18 release | Anton Altaparmakov | 1 | -3/+7 |
| 2004-09-22 | NTFS: - Fix endianness bug in ntfs_external_attr_find(). | Anton Altaparmakov | 1 | -43/+97 |
| 2004-09-21 | NTFS: Rename {{re,}init,get,put}_attr_search_ctx() to | Anton Altaparmakov | 1 | -32/+32 |
| 2004-09-21 | NTFS: Rename {find,lookup}_attr() to ntfs_attr_{find,lookup}() as well as | Anton Altaparmakov | 1 | -21/+21 |
| 2004-09-20 | Merge flatcap.org:/home/flatcap/backup/bk/ntfs-2.6 | Richard Russon | 1 | -6/+2 |
| 2004-09-16 | [PATCH] fix for fsync ignoring writing errors | Andrey V. Savochkin | 1 | -24/+0 |
| 2004-08-27 | NTFS: Remove vol->nr_mft_records as it was pretty meaningless and optimize | Anton Altaparmakov | 1 | -6/+2 |
| 2004-08-23 | Merge bk://linux-ntfs.bkbits.net/ntfs-2.6 | Linus Torvalds | 1 | -4/+4 |
| 2004-08-22 | [PATCH] IS_ERR() unlikeliness cleanup | Andrew Morton | 1 | -4/+4 |
| 2004-07-22 | NTFS: Complete "run list" to "runlist" renaming. | Anton Altaparmakov | 1 | -4/+4 |
| 2004-07-21 | NTFS: Rename run_list to runlist everywhere to bring in line with libntfs. | Anton Altaparmakov | 1 | -12/+12 |
| 2004-07-14 | NTFS: 2.1.16 - Implement access time updates in fs/ntfs/inode.c::ntfs_write_i... | Anton Altaparmakov | 1 | -26/+48 |
| 2004-07-08 | NTFS: Change ntfs_write_inode to return 0 on success and -errno on error | Anton Altaparmakov | 1 | -4/+30 |
| 2004-06-21 | NTFS: Use case sensitive attribute lookups instead of case insensitive ones. | Anton Altaparmakov | 1 | -2/+2 |
| 2004-06-15 | NTFS: - Add new element itype.index.collation_rule to the ntfs inode | Anton Altaparmakov | 1 | -17/+356 |
| 2004-05-28 | NTFS: Implement ->write_inode (fs/ntfs/inode.c::ntfs_write_inode()) for the | Anton Altaparmakov | 1 | -16/+101 |
| 2004-05-25 | NTFS: Cleanup dirty ntfs inode handling (fs/ntfs/inode.[hc]) which also | Anton Altaparmakov | 1 | -42/+85 |
| 2004-05-18 | NTFS: Add a new address space operations struct, ntfs_mst_aops, for mst | Anton Altaparmakov | 1 | -2/+5 |
| 2004-05-14 | NTFS: 2.1.11 - Rename uchar_t to ntfschar. | Anton Altaparmakov | 1 | -4/+4 |
| 2004-05-10 | [PATCH] ntfs cleanup | Alexander Viro | 1 | -21/+8 |
| 2004-04-28 | NTFS: - Fix compiler warnings related to type casting. | Anton Altaparmakov | 1 | -5/+5 |
| 2004-04-25 | NTFS: Move typedefs for ntfs_attr and test_t from fs/ntfs/inode.c to | Anton Altaparmakov | 1 | -22/+1 |
| 2004-04-25 | NTFS: - Remove unused ntfs_dirty_inode(). | Anton Altaparmakov | 1 | -34/+1 |
| 2004-04-25 | NTFS: - Modify fs/ntfs/time.c::ntfs2utc(), get_current_ntfs_time(), and | Anton Altaparmakov | 1 | -10/+7 |
| 2004-02-11 | NTFS: Release 2.1.7 - Enable NFS exporting of mounted NTFS volumes. | Anton Altaparmakov | 1 | -11/+18 |
| 2004-02-08 | NTFS: Set i_generation in VFS inode from seq_no in NTFS inode. | Anton Altaparmakov | 1 | -3/+3 |
| 2004-01-19 | Fix minor bug in handling of compressed directories that fixes the | Anton Altaparmakov | 1 | -2/+2 |
| 2003-05-07 | [PATCH] s/UPDATE_ATIME/update_atime/ cleanup | Andrew Morton | 1 | -1/+1 |