aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-24NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c.Anton Altaparmakov1-3/+3
2012-02-22NTFS: Do not dereference pointer before checking for NULL.Anton Altaparmakov1-3/+3
2012-02-22NTFS: Remove unused variable.Anton Altaparmakov1-3/+1
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell1-1/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro2-5/+5
2012-01-03ntfs: propagate umode_tAl Viro2-5/+5
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-4/+4
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-6/+9
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-2/+18
2011-07-20fs: kill i_alloc_semChristoph Hellwig2-10/+3
2011-03-31Fix common misspellingsLucas De Marchi9-25/+25
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+2
2011-03-24fs: rename inode_lock to inode_hash_lockDave Chinner1-2/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-6/+1
2011-03-17fs: change to new flag variablematt mooney1-12/+7
2011-03-10block: remove per-queue pluggingJens Axboe2-6/+1
2011-01-31NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc().Anton Altaparmakov1-4/+7
2011-01-12NTFS: writev() fix and maintenance/contact details updateAnton Altaparmakov3-22/+21
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-25new helper: ihold()Al Viro1-2/+2
2010-10-25ntfs: don't call invalidate_inodes()Al Viro1-15/+0
2010-10-04BKL: Remove BKL from NTFSJan Blunck1-27/+2
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-0/+5
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro3-4/+7
2010-08-09remove inode_setattrChristoph Hellwig1-3/+0
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig2-10/+4
2010-05-25ntfs: use add_to_page_cache_lru()Minchan Kim1-15/+4
2010-05-25ntfs: clean up ntfs_attr_extend_initializedMinchan Kim1-7/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo8-0/+9
2010-03-17ntfs: use bitmap_weightAkinobu Mita1-12/+13
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1702/+0
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig5-5/+13
2010-02-24Remove fs/ntfs/ChangeLogJiri Kosina1-1702/+0
2009-12-17kill I_LOCKChristoph Hellwig1-3/+3
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-4/+4
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa3-4/+4
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-1/+1
2009-11-12sysctl fs: Remove dead binary sysctl supportEric W. Biederman1-2/+0
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-6/+4
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-0/+2
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner1-6/+4
2009-09-23ntfs: remove ntfs_file_writeChristoph Hellwig1-41/+1
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-1/+1
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-09-16HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen1-0/+2
2009-09-14ntfs: Use new syncing helpers and update commentsJan Kara2-19/+10