aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs
AgeCommit message (Expand)AuthorFilesLines
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-1/+2
2014-11-19assorted conversions to %p[dD]Al Viro1-2/+2
2014-10-16NTFS: Bump version to 2.1.31.Anton Altaparmakov1-1/+1
2014-10-16NTFS: Add bmap address space operation needed for FIBMAP ioctl.Anton Altaparmakov1-0/+124
2014-10-16NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aopsAnton Altaparmakov3-24/+42
2014-10-09ntfs: remove bogus spaceAndrea Gelmini1-1/+1
2014-10-09ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...Anton Altaparmakov2-3/+4
2014-08-06ntfs: kernel-doc warning fixesFabian Frederick1-3/+0
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+3
2014-06-06ntfs: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2-2/+0
2014-06-04ntfs: remove NULL value assignmentsFabian Frederick3-4/+4
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-06kill generic_segment_checks()Al Viro1-4/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2014-04-07ntfs: logging clean-upFabian Frederick3-51/+42
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+2
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-01ntfs: don't put NULL into ->i_op/->i_fopAl Viro1-2/+0
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+2
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro1-1/+1
2013-11-09iget/iget5: don't bother with ->i_lock until we find a matchAl Viro1-1/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2013-06-29[readdir] convert ntfsAl Viro1-57/+27
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-1/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet2-0/+2
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-2/+0
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-12-20ntfs: drop vmtruncateMarco Stornelli3-5/+23
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
2012-09-21userns: Convert ntfs to use kuid and kgid where appropriateEric W. Biederman3-12/+39
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2
2012-07-31ntfs: Convert to new freezing mechanismJan Kara1-1/+2
2012-07-30ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao1-17/+0
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik1-1/+3
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+6
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds4-32/+32
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2012-03-20ntfs: forgets to unregister sysctls on register_filesystem() failureAl Viro1-0/+2
2012-03-20ntfs: switch to d_make_root()Al Viro1-3/+4
2012-03-20ntfs: remove the second argument of k[un]map_atomic()Cong Wang4-32/+32
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-02-21Typos: change aditional to additional.Justin P. Mattock1-2/+2
2012-02-03Merge branch 'master' into for-nextJiri Kosina1-1/+1
2012-02-03ntfs: fix printk typos in mft.cMasanari Iida1-2/+2
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/vir...Linus 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 imp...Tejun 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/jik...Linus 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/vir...Linus Torvalds1-6/+4
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus 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/jik...Linus 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
2009-06-16ntfs: use is_power_of_2() function for clarity.Robert P. J. Day2-2/+4
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-1/+14
2009-06-11ntfs: remove old debug check for dirty data in ntfs_put_super()Jens Axboe1-30/+3
2009-06-11push BKL down into ->put_superChristoph Hellwig1-1/+5
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-3/+3
2009-04-01ntfs: remove private wrapper of endian helpersHarvey Harrison7-227/+215
2009-01-22fs/Kconfig: move ntfs outAlexey Dobriyan1-0/+78
2009-01-05ntfs: don't NULL i_opAl Viro1-3/+0
2008-12-01ntfs: don't fool kernel-docRandy Dunlap1-6/+2
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-20/+2
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-2/+2
2008-09-02NTFS: update homepageAdrian Bunk1-2/+2
2008-08-25[PATCH] ntfs: use d_add_ciChristoph Hellwig1-87/+2
2008-08-04fs: rename buffer trylockNick Piggin3-4/+4
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-05-24ntfs: le*_add_cpu conversionMarcin Slusarz1-3/+2
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-3/+3
2008-02-05is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter1-2/+1
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter3-27/+27
2007-11-03NTFS: Fix read regression.Anton Altaparmakov3-5/+20
2007-10-22exportfs: make struct export_operations constChristoph Hellwig2-2/+2
2007-10-22ntfs: new export opsChristoph Hellwig1-47/+28
2007-10-20fix typo "insted" -> "instead"Uwe Kleine-König1-1/+1
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt3-3/+3
2007-10-17writeback: fix ntfs with sb_has_dirty_inodes()Fengguang Wu1-2/+2
2007-10-17fs: correct SuS compliance for open of large file without optionsAlan Cox1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+1
2007-10-12NTFS: Fix a mount time deadlock.Anton Altaparmakov8-52/+178
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-5/+5
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig1-0/+1
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-05-31ntfs_init_locked_inode(): fix array indexingAndrew Morton1-1/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-12ntfs: use zero_user_pageNate Diller2-69/+26
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap2-2/+0
2007-05-08mm: move common segment checks to separate helper functionDmitriy Monakhov1-18/+3
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-07mm: make read_cache_page synchronousNick Piggin4-46/+8
2007-02-14[PATCH] sysctl: remove the proc_dir_entry member for the sysctl tablesEric W. Biederman1-8/+0
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: C99 convert ctl_tables in NTFS and remove sys_sysctl supportEric W. Biederman1-8/+16
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven3-6/+6
2007-02-12[PATCH] NTFS: rename incorrect check of NTFS_DEBUG with just DEBUGRobert P. J. Day1-1/+1
2007-01-30[PATCH] ntfs: kmap_atomic() atomicity fixAndrew Morton1-0/+4
2007-01-18NTFS: Forgot to bump version number in makefile to 2.1.28...Anton Altaparmakov1-1/+1
2007-01-18NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().Anton Altaparmakov5-84/+50
2006-12-08[PATCH] ntfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2-4/+4
2006-12-07[PATCH] slab: remove SLAB_NOFSChristoph Lameter4-5/+5
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-1/+1
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-2/+0
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty1-5/+3
2006-10-01[PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson28-331/+326
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2-9/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-23/+5
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris4-8/+7
2006-07-03[PATCH] lockdep: annotate NTFS locking rulesIngo Molnar2-0/+64
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig2-4/+4
2006-06-25[PATCH] Prepare for __copy_from_user_inatomic to not zero missed bytesNeilBrown1-12/+14
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg3-8/+4
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-3/+4
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+4
2006-06-22[PATCH] NTFS: Critical bug fix (affects MIPS and possibly others)Anton Altaparmakov1-6/+7
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven3-6/+6
2006-03-26[PATCH] bitops: ntfs: remove generic_ffs()Akinobu Mita3-3/+32
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-2/+2
2006-03-23NTFS: 2.1.27 - Various bug fixes and cleanups.Anton Altaparmakov1-1/+1
2006-03-23NTFS: Semaphore to mutex conversion.Ingo Molnar8-69/+71
2006-03-23NTFS: Handle the recently introduced -ENAMETOOLONG return value fromAnton Altaparmakov2-5/+6
2006-03-23NTFS: Add a missing call to flush_dcache_mft_record_page() inAnton Altaparmakov2-3/+8
2006-03-23NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where weAnton Altaparmakov3-19/+15
2006-03-23NTFS: Improve comments on file attribute flags in fs/ntfs/layout.h.Anton Altaparmakov2-13/+13
2006-03-23NTFS: Limit name length in fs/ntfs/unistr.c::ntfs_nlstoucs() to maximumAnton Altaparmakov2-19/+35
2006-03-23NTFS: Remove all the make_bad_inode() calls. This should only be calledAnton Altaparmakov6-23/+5
2006-03-23NTFS: Add support for sparse files which have a compression unit of 0.Anton Altaparmakov4-38/+75
2006-03-23NTFS: Fix comparison of $MFT and $MFTMirr to not bail out when there areAnton Altaparmakov2-13/+28
2006-03-23NTFS: Use buffer_migrate_page() for the ->migratepage function of all ntfsAnton Altaparmakov2-1/+10
2006-03-23NTFS: Fix a buggette in an "should be impossible" case handling where weAnton Altaparmakov2-2/+4
2006-03-23NTFS: Fix an (innocent) off-by-one error in the runlist code.Anton Altaparmakov5-7/+17
2006-03-07NTFS: Fix two compiler warnings on Alpha. Thanks to Andrew Morton forAnton Altaparmakov2-2/+3
2006-02-24NTFS: Do more detailed reporting of why we cannot mount read-write byAnton Altaparmakov5-29/+47
2006-02-24NTFS: Implement support for sector sizes above 512 bytes (up to the maximumAnton Altaparmakov5-70/+121
2006-02-24Merge ../ntfs-2.6-develAnton Altaparmakov1-1/+1
2006-02-24NTFS: - Cope with attribute list attribute having invalid flags.Anton Altaparmakov3-26/+76
2006-02-05NTFS: We have struct kmem_cache now so use it instead of the typedef.Pekka Enberg2-11/+11
2006-01-19Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov9-53/+71
2006-01-10[PATCH] ntfs: remove superflous MS_NOATIME/MS_NODIRATIME assignmentsChristoph Hellwig1-14/+14
2006-01-10[PATCH] replace inode_update_time with file_update_timeChristoph Hellwig2-2/+20
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen8-36/+36
2006-01-03update the email address of Randy DunlapAdrian Bunk1-1/+1
2005-11-24NTFS: Fix a potential overflow by casting (index + 1) to s64 before doing aAnton Altaparmakov1-1/+1
2005-11-01NTFS: Fix a stupid bug causing writes to non-initialized pages to segfault.Anton Altaparmakov1-8/+9
2005-10-24NTFS: Document extended attribute ($EA) NEED_EA flag. (Based on libntfsAnton Altaparmakov2-1/+5
2005-10-24NTFS: Fix compilation warnings with gcc-4.0.2 on SUSE 10.0.Anton Altaparmakov3-16/+10
2005-10-24NTFS: Use %z for size_t to fix compilation warnings. (Andrew Morton)Anton Altaparmakov3-4/+5
2005-10-19NTFS: Fix serious data corruption issue when writing.Anton Altaparmakov1-0/+1
2005-10-19NTFS: $EA attributes can be both resident non-resident.Anton Altaparmakov5-14/+35