aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs
AgeCommit message (Expand)AuthorFilesLines
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-10-12ntfs: don't open-code ERR_CASTAl Viro1-1/+1
2018-08-17ntfs: mft: remove VLA usageKees Cook1-2/+10
2018-08-17ntfs: decompress: remove VLA usageKees Cook1-12/+16
2018-08-17ntfs: aops: remove VLA usageKees Cook1-1/+4
2018-08-17fs/ntfs/aops.c: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior1-4/+0
2018-08-17fs/ntfs: use timespec64 directly for timestamp conversionArnd Bergmann2-18/+21
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-15/+15
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-15/+15
2018-03-28ntfs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) callChristoph Hellwig1-2/+2
2018-01-01ntfs: remove i_version handlingJeff Layton2-15/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-16/+16
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-03buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe2-2/+2
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-17/+14
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2-2/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-17/+14
2017-05-28ntfs: Use ERR_CAST() to avoid cross-structure castKees Cook1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+3
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds3-0/+3
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itJan Kara2-4/+3
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig2-0/+2
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+1
2016-10-30fs: remove the never implemented aio_fsync file operationChristoph Hellwig1-2/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+2
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani2-2/+2
2016-09-27get rid of separate multipage fault-in primitivesAl Viro1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-1/+1
2016-06-30Remove last traces of ->sync_pageMatthew Wilcox1-1/+1
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie5-8/+8
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-5/+2
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov8-36/+27
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov14-187/+187
2016-01-22wrappers for ->i_mutex accessAl Viro4-15/+15
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+2
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-2/+2
2015-09-04ntfs: delete unnecessary checks before calling iput()SF Markus Elfring1-14/+7
2015-08-07ntfs: super.c: Fix error logNik Nyby1-1/+1
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+2
2015-06-24mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko1-1/+2
2015-06-24NTFS: use kvfree() in ntfs_free()Pekka Enberg1-6/+1
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes1-1/+1
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara1-1/+1
2015-05-15get rid of assorted nameidata-related debrisAl Viro1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2-3/+3
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-7/+4
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-11ntfs: move iov_iter_truncate() closer to generic_write_checks()Al Viro1-52/+29
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11Merge branch 'iocb' into for-nextAl Viro2-2/+0
2015-04-11NTFS: Version 2.1.32 - Update file write from aio_write to write_iter.Anton Altaparmakov2-477/+308
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig2-2/+0
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