aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-25ntfs: don't call invalidate_inodes()Gravatar Al Viro 1-15/+0
2010-10-04BKL: Remove BKL from NTFSGravatar Jan Blunck 1-27/+2
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-0/+5
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 3-4/+7
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-3/+0
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 2-10/+4
2010-05-25ntfs: use add_to_page_cache_lru()Gravatar Minchan Kim 1-15/+4
2010-05-25ntfs: clean up ntfs_attr_extend_initializedGravatar Minchan Kim 1-7/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 8-0/+9
2010-03-17ntfs: use bitmap_weightGravatar Akinobu Mita 1-12/+13
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1702/+0
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 5-5/+13
2010-02-24Remove fs/ntfs/ChangeLogGravatar Jiri Kosina 1-1702/+0
2009-12-17kill I_LOCKGravatar Christoph Hellwig 1-3/+3
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 3-4/+4
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 3-4/+4
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-1/+1