summaryrefslogtreecommitdiffstats
path: root/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | | NTFS: Do not dereference pointer before checking for NULL.Anton Altaparmakov2012-02-221-3/+3
* | | NTFS: Remove unused variable.Anton Altaparmakov2012-02-221-3/+1
| |/ |/|
* | module_param: avoid bool abuse, add bint for special cases.Rusty Russell2012-01-131-1/+1
|/
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-062-5/+5
* ntfs: propagate umode_tAl Viro2012-01-032-5/+5
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-4/+4
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-6/+9
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-202-2/+18
OpenPOWER on IntegriCloud