aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)Author
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-22new helper: file_inode(file)Al Viro
2012-12-20ntfs: drop vmtruncateMarco Stornelli
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-21userns: Convert ntfs to use kuid and kgid where appropriateEric W. Biederman
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-31ntfs: Convert to new freezing mechanismJan Kara
2012-07-30ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-03-20ntfs: forgets to unregister sysctls on register_filesystem() failureAl Viro
2012-03-20ntfs: switch to d_make_root()Al Viro
2012-03-20ntfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-24NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c.Anton Altaparmakov
2012-02-22NTFS: Do not dereference pointer before checking for NULL.Anton Altaparmakov
2012-02-22NTFS: Remove unused variable.Anton Altaparmakov
2012-02-21Typos: change aditional to additional.Justin P. Mattock
2012-02-03Merge branch 'master' into for-nextJiri Kosina
2012-02-03ntfs: fix printk typos in mft.cMasanari Iida
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03ntfs: propagate umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: kill i_alloc_semChristoph Hellwig
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-24fs: rename inode_lock to inode_hash_lockDave Chinner
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-17fs: change to new flag variablematt mooney
2011-03-10block: remove per-queue pluggingJens Axboe
2011-01-31NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc().Anton Altaparmakov
2011-01-12NTFS: writev() fix and maintenance/contact details updateAnton Altaparmakov
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29new helper: mount_bdev()Al Viro
2010-10-25new helper: ihold()Al Viro
2010-10-25ntfs: don't call invalidate_inodes()Al Viro
2010-10-04BKL: Remove BKL from NTFSJan Blunck
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro