aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/inode.c
Commit message (Expand)AuthorAge
* Fix common misspellingsLucas De Marchi2011-03-31
* fs: rename inode_lock to inode_hash_lockDave Chinner2011-03-24
* fs: icache RCU free inodesNick Piggin2011-01-07
* convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-09
* remove inode_setattrChristoph Hellwig2010-08-09
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-05
* kill I_LOCKChristoph Hellwig2009-12-17
* ntfs: use is_power_of_2() function for clarity.Robert P. J. Day2009-06-16
* ntfs: remove private wrapper of endian helpersHarvey Harrison2009-04-01
* ntfs: don't NULL i_opAl Viro2009-01-05
* NTFS: Fix a mount time deadlock.Anton Altaparmakov2007-10-12
* ntfs_init_locked_inode(): fix array indexingAndrew Morton2007-05-31
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().Anton Altaparmakov2007-01-18
* [PATCH] slab: remove SLAB_NOFSChristoph Lameter2006-12-07
* [PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson2006-10-01
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-27
* [PATCH] fs: Removing useless castsPanagiotis Issaris2006-09-27
* [PATCH] lockdep: annotate NTFS locking rulesIngo Molnar2006-07-03
* NTFS: Semaphore to mutex conversion.Ingo Molnar2006-03-23
* NTFS: Add a missing call to flush_dcache_mft_record_page() inAnton Altaparmakov2006-03-23
* NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where weAnton Altaparmakov2006-03-23
* NTFS: Add support for sparse files which have a compression unit of 0.Anton Altaparmakov2006-03-23
* NTFS: - Cope with attribute list attribute having invalid flags.Anton Altaparmakov2006-02-24
* [PATCH] replace inode_update_time with file_update_timeChristoph Hellwig2006-01-10
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-09
* NTFS: Enable ATTR_SIZE attribute changes in ntfs_setattr(). This completesAnton Altaparmakov2005-10-04
* NTFS: Implement fs/ntfs/inode.[hc]::ntfs_truncate(). It only supportsAnton Altaparmakov2005-10-04
* NTFS: Fix ntfs_{read,write}page() to cope with concurrent truncates better.Anton Altaparmakov2005-09-19
* NTFS: Fixup handling of sparse, compressed, and encrypted attributes inAnton Altaparmakov2005-09-08
* NTFS: Truncate {a,c,m}time to the ntfs supported time granularity whenAnton Altaparmakov2005-09-08
* NTFS: Remove spurious void pointer casts from fs/ntfs/.Pekka Enberg2005-05-27
* NTFS: Correct sparse file handling. The compressed values need to beAnton Altaparmakov2005-05-05
* NTFS: Fix printk format warnings on ia64. (Randy Dunlap)Randy Dunlap2005-05-05
* NTFS: - Set the ntfs_inode->allocated_size to the real allocated size in theAnton Altaparmakov2005-05-05
* NTFS: - Add disable_sparse mount option together with a per volume sparseAnton Altaparmakov2005-05-05
* NTFS: Use i_size_read() in fs/ntfs/inode.c once and then use the cached valueAnton Altaparmakov2005-05-05
* NTFS: - In fs/ntfs/compress.c, use i_size_read() at the start and then use theAnton Altaparmakov2005-05-05
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16