summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* Remove last traces of ->sync_pageMatthew Wilcox2016-06-301-1/+1
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
* NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aopsAnton Altaparmakov2014-10-161-8/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-2/+0
|\
| * ntfs: don't put NULL into ->i_op/->i_fopAl Viro2014-04-011-2/+0
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
* iget/iget5: don't bother with ->i_lock until we find a matchAl Viro2013-11-091-1/+1
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* ntfs: drop vmtruncateMarco Stornelli2012-12-201-2/+6
* userns: Convert ntfs to use kuid and kgid where appropriateEric W. Biederman2012-09-211-3/+4
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-4/+4
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-4/+4
* fs: kill i_alloc_semChristoph Hellwig2011-07-201-8/+2
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* fs: rename inode_lock to inode_hash_lockDave Chinner2011-03-241-2/+2
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-2/+5
* remove inode_setattrChristoph Hellwig2010-08-091-3/+0
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-1/+1
* kill I_LOCKChristoph Hellwig2009-12-171-3/+3
* ntfs: use is_power_of_2() function for clarity.Robert P. J. Day2009-06-161-1/+2
* ntfs: remove private wrapper of endian helpersHarvey Harrison2009-04-011-2/+1
* ntfs: don't NULL i_opAl Viro2009-01-051-3/+0
* NTFS: Fix a mount time deadlock.Anton Altaparmakov2007-10-121-3/+0
* ntfs_init_locked_inode(): fix array indexingAndrew Morton2007-05-311-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().Anton Altaparmakov2007-01-181-56/+13
* [PATCH] slab: remove SLAB_NOFSChristoph Lameter2006-12-071-2/+2
* [PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson2006-10-011-5/+5
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-4/+0
* [PATCH] fs: Removing useless castsPanagiotis Issaris2006-09-271-1/+1
* [PATCH] lockdep: annotate NTFS locking rulesIngo Molnar2006-07-031-0/+33
* NTFS: Semaphore to mutex conversion.Ingo Molnar2006-03-231-5/+5
* NTFS: Add a missing call to flush_dcache_mft_record_page() inAnton Altaparmakov2006-03-231-3/+6
* NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where weAnton Altaparmakov2006-03-231-15/+11
* NTFS: Add support for sparse files which have a compression unit of 0.Anton Altaparmakov2006-03-231-23/+45
* NTFS: - Cope with attribute list attribute having invalid flags.Anton Altaparmakov2006-02-241-10/+39
* [PATCH] replace inode_update_time with file_update_timeChristoph Hellwig2006-01-101-1/+19
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-4/+4
* NTFS: Enable ATTR_SIZE attribute changes in ntfs_setattr(). This completesAnton Altaparmakov2005-10-041-8/+15
* NTFS: Implement fs/ntfs/inode.[hc]::ntfs_truncate(). It only supportsAnton Altaparmakov2005-10-041-33/+458
* NTFS: Fix ntfs_{read,write}page() to cope with concurrent truncates better.Anton Altaparmakov2005-09-191-4/+5
OpenPOWER on IntegriCloud