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