aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)AuthorFilesLines
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterGravatar Kirill A. Shutemov 1-1/+1
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+1
2013-06-29[readdir] convert ntfsGravatar Al Viro 1-57/+27
2013-05-21mm: change invalidatepage prototype to accept lengthGravatar Lukas Czerner 1-1/+1
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 2-0/+2
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Gravatar Al Viro 1-2/+0
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-12-20ntfs: drop vmtruncateGravatar Marco Stornelli 3-5/+23
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+6
2012-09-21userns: Convert ntfs to use kuid and kgid where appropriateGravatar Eric W. Biederman 3-12/+39
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+2
2012-07-31ntfs: Convert to new freezing mechanismGravatar Jan Kara 1-1/+2
2012-07-30ntfs: remove references to long gone super operations and unimplemented methodsGravatar Fernando Luis Vazquez Cao 1-17/+0
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2012-06-01fs: introduce inode operation ->update_timeGravatar Josef Bacik 1-1/+3
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+6
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxGravatar Linus Torvalds 4-32/+32
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2012-03-20ntfs: forgets to unregister sysctls on register_filesystem() failureGravatar Al Viro 1-0/+2
2012-03-20ntfs: switch to d_make_root()Gravatar Al Viro 1-3/+4
2012-03-20ntfs: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 4-32/+32
2012-02-24NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c.Gravatar Anton Altaparmakov 1-3/+3
2012-02-22NTFS: Do not dereference pointer before checking for NULL.Gravatar Anton Altaparmakov 1-3/+3
2012-02-22NTFS: Remove unused variable.Gravatar Anton Altaparmakov 1-3/+1
2012-02-21Typos: change aditional to additional.Gravatar Justin P. Mattock 1-2/+2
2012-02-03Merge branch 'master' into for-nextGravatar Jiri Kosina 1-1/+1
2012-02-03ntfs: fix printk typos in mft.cGravatar Masanari Iida 1-2/+2
2012-01-13module_param: avoid bool abuse, add bint for special cases.Gravatar Rusty Russell 1-1/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 2-5/+5
2012-01-03ntfs: propagate umode_tGravatar Al Viro 2-5/+5
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-4/+4
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-6/+9
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 2-2/+18
2011-07-20fs: kill i_alloc_semGravatar Christoph Hellwig 2-10/+3
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 9-25/+25
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2011-03-24fs: rename inode_lock to inode_hash_lockGravatar Dave Chinner 1-2/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-6/+1
2011-03-17fs: change to new flag variableGravatar matt mooney 1-12/+7
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 2-6/+1
2011-01-31NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc().Gravatar Anton Altaparmakov 1-4/+7
2011-01-12NTFS: writev() fix and maintenance/contact details updateGravatar Anton Altaparmakov 3-22/+21
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-5/+4
2010-10-25new helper: ihold()Gravatar Al Viro 1-2/+2