summaryrefslogtreecommitdiff
path: root/fs/ntfs
Commit message (Expand)AuthorAge
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-12
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-02
|\
| * mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-21
* | [readdir] convert ntfsAl Viro2013-06-29
|/
* aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-09
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* new helper: file_inode(file)Al Viro2013-02-22
* ntfs: drop vmtruncateMarco Stornelli2012-12-20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* | userns: Convert ntfs to use kuid and kgid where appropriateEric W. Biederman2012-09-21
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-01
|\
| * ntfs: Convert to new freezing mechanismJan Kara2012-07-31
* | ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao2012-07-30
|/
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* fs: introduce inode operation ->update_timeJosef Bacik2012-06-01
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-21
|\
| * ntfs: forgets to unregister sysctls on register_filesystem() failureAl Viro2012-03-20
| * ntfs: switch to d_make_root()Al Viro2012-03-20
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-21
|\ \
| * | ntfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-20
|\ \ | |/ |/|
| * Typos: change aditional to additional.Justin P. Mattock2012-02-21
| * Merge branch 'master' into for-nextJiri Kosina2012-02-03
| |\
| * | ntfs: fix printk typos in mft.cMasanari Iida2012-02-03
* | | NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c.Anton Altaparmakov2012-02-24
* | | NTFS: Do not dereference pointer before checking for NULL.Anton Altaparmakov2012-02-22
* | | NTFS: Remove unused variable.Anton Altaparmakov2012-02-22
| |/ |/|
* | module_param: avoid bool abuse, add bint for special cases.Rusty Russell2012-01-13
|/
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-06
* ntfs: propagate umode_tAl Viro2012-01-03
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-31
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-20
* fs: kill i_alloc_semChristoph Hellwig2011-07-20
* Fix common misspellingsLucas De Marchi2011-03-31
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-24
|\
| * fs: rename inode_lock to inode_hash_lockDave Chinner2011-03-24
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
|\ \ | |/ |/|
| * block: remove per-queue pluggingJens Axboe2011-03-10
* | fs: change to new flag variablematt mooney2011-03-17
|/
* NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc().Anton Altaparmakov2011-01-31
* NTFS: writev() fix and maintenance/contact details updateAnton Altaparmakov2011-01-12
* fs: icache RCU free inodesNick Piggin2011-01-07
* new helper: mount_bdev()Al Viro2010-10-29
* new helper: ihold()Al Viro2010-10-25