summaryrefslogtreecommitdiffstats
path: root/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+2
* assorted conversions to %p[dD]Al Viro2014-11-191-2/+2
* NTFS: Bump version to 2.1.31.Anton Altaparmakov2014-10-161-1/+1
* NTFS: Add bmap address space operation needed for FIBMAP ioctl.Anton Altaparmakov2014-10-161-0/+124
* NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aopsAnton Altaparmakov2014-10-163-24/+42
* ntfs: remove bogus spaceAndrea Gelmini2014-10-091-1/+1
* ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...Anton Altaparmakov2014-10-092-3/+4
* ntfs: kernel-doc warning fixesFabian Frederick2014-08-061-3/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-6/+3
|\
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
| * kill generic_segment_checks()Al Viro2014-05-061-4/+1
* | ntfs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-2/+2
* | mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-042-2/+0
* | ntfs: remove NULL value assignmentsFabian Frederick2014-06-043-4/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-2/+0
|\
| * ntfs: don't put NULL into ->i_op/->i_fopAl Viro2014-04-011-2/+0
* | ntfs: logging clean-upFabian Frederick2014-04-073-51/+42
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+2
|\ \
| * | fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+2
| |/
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
* fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro2014-02-091-1/+1
* iget/iget5: don't bother with ->i_lock until we find a matchAl Viro2013-11-091-1/+1
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-021-1/+1
|\
| * mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-1/+1
* | [readdir] convert ntfsAl Viro2013-06-291-57/+27
|/
* aio: don't include aio.h in sched.hKent Overstreet2013-05-072-0/+2
* lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-2/+0
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* ntfs: drop vmtruncateMarco Stornelli2012-12-203-5/+23
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+6
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+6
* | userns: Convert ntfs to use kuid and kgid where appropriateEric W. Biederman2012-09-213-12/+39
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-1/+2
|\
| * ntfs: Convert to new freezing mechanismJan Kara2012-07-311-1/+2
* | ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao2012-07-301-17/+0
|/
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* fs: introduce inode operation ->update_timeJosef Bacik2012-06-011-1/+3
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-3/+6
|\
| * ntfs: forgets to unregister sysctls on register_filesystem() failureAl Viro2012-03-201-0/+2
| * ntfs: switch to d_make_root()Al Viro2012-03-201-3/+4
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-214-32/+32
|\ \
| * | ntfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-204-32/+32
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-2/+2
|\ \ | |/ |/|
| * Typos: change aditional to additional.Justin P. Mattock2012-02-211-2/+2
| * Merge branch 'master' into for-nextJiri Kosina2012-02-031-1/+1
| |\
| * | ntfs: fix printk typos in mft.cMasanari Iida2012-02-031-2/+2
* | | NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c.Anton Altaparmakov2012-02-241-3/+3
OpenPOWER on IntegriCloud