aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-021-1/+1
|\
| * mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-1/+1
* | [readdir] convert ntfsAl Viro2013-06-291-57/+27
|/
* aio: don't include aio.h in sched.hKent Overstreet2013-05-072-0/+2
* lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-2/+0
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* 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-131-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-311-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