aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* ntfs: drop vmtruncateMarco Stornelli2012-12-203-5/+23
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+6
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+6
* | userns: Convert ntfs to use kuid and kgid where appropriateEric W. Biederman2012-09-213-12/+39
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-1/+2
|\
| * ntfs: Convert to new freezing mechanismJan Kara2012-07-311-1/+2
* | ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao2012-07-301-17/+0
|/
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* fs: introduce inode operation ->update_timeJosef Bacik2012-06-011-1/+3
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-3/+6
|\
| * ntfs: forgets to unregister sysctls on register_filesystem() failureAl Viro2012-03-201-0/+2
| * ntfs: switch to d_make_root()Al Viro2012-03-201-3/+4
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-214-32/+32
|\ \
| * | ntfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-204-32/+32
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-2/+2
|\ \ | |/ |/|
| * Typos: change aditional to additional.Justin P. Mattock2012-02-211-2/+2
| * Merge branch 'master' into for-nextJiri Kosina2012-02-031-1/+1
| |\
| * | ntfs: fix printk typos in mft.cMasanari Iida2012-02-031-2/+2
* | | NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c.Anton Altaparmakov2012-02-241-3/+3
* | | NTFS: Do not dereference pointer before checking for NULL.Anton Altaparmakov2012-02-221-3/+3
* | | NTFS: Remove unused variable.Anton Altaparmakov2012-02-221-3/+1
| |/ |/|
* | module_param: avoid bool abuse, add bint for special cases.Rusty Russell2012-01-121-1/+1
|/
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-062-5/+5
* ntfs: propagate umode_tAl Viro2012-01-032-5/+5
* 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
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-6/+9
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-202-2/+18
* fs: kill i_alloc_semChristoph Hellwig2011-07-202-10/+3
* Fix common misspellingsLucas De Marchi2011-03-319-25/+25
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-241-2/+2
|\
| * fs: rename inode_lock to inode_hash_lockDave Chinner2011-03-241-2/+2
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-242-6/+1
|\ \ | |/ |/|
| * block: remove per-queue pluggingJens Axboe2011-03-102-6/+1
* | fs: change to new flag variablematt mooney2011-03-171-12/+7
|/
* NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc().Anton Altaparmakov2011-01-301-4/+7
* NTFS: writev() fix and maintenance/contact details updateAnton Altaparmakov2011-01-123-22/+21
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* new helper: mount_bdev()Al Viro2010-10-291-5/+4
* new helper: ihold()Al Viro2010-10-251-2/+2
* ntfs: don't call invalidate_inodes()Al Viro2010-10-251-15/+0
* BKL: Remove BKL from NTFSJan Blunck2010-10-041-27/+2
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-0/+5
* convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-093-4/+7
* remove inode_setattrChristoph Hellwig2010-08-091-3/+0
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-272-10/+4
* ntfs: use add_to_page_cache_lru()Minchan Kim2010-05-251-15/+4
* ntfs: clean up ntfs_attr_extend_initializedMinchan Kim2010-05-251-7/+2