| Commit message (Expand) | Author | Age |
* | aio: don't include aio.h in sched.h | Kent Overstreet | 2013-05-07 |
* | lift sb_start_write/sb_end_write out of ->aio_write() | Al Viro | 2013-04-09 |
* | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 2013-03-03 |
* | new helper: file_inode(file) | Al Viro | 2013-02-22 |
* | ntfs: drop vmtruncate | Marco Stornelli | 2012-12-20 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-02 |
|\ |
|
| * | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 2012-10-02 |
* | | userns: Convert ntfs to use kuid and kgid where appropriate | Eric W. Biederman | 2012-09-21 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-08-01 |
|\ |
|
| * | ntfs: Convert to new freezing mechanism | Jan Kara | 2012-07-31 |
* | | ntfs: remove references to long gone super operations and unimplemented methods | Fernando Luis Vazquez Cao | 2012-07-30 |
|/ |
|
* | stop passing nameidata to ->lookup() | Al Viro | 2012-07-14 |
* | fs: introduce inode operation ->update_time | Josef Bacik | 2012-06-01 |
* | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 2012-05-06 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-03-21 |
|\ |
|
| * | ntfs: forgets to unregister sysctls on register_filesystem() failure | Al Viro | 2012-03-20 |
| * | ntfs: switch to d_make_root() | Al Viro | 2012-03-20 |
* | | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 2012-03-21 |
|\ \ |
|
| * | | ntfs: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-03-21 |
|\ \
| |/
|/| |
|
| * | Typos: change aditional to additional. | Justin P. Mattock | 2012-02-21 |
| * | Merge branch 'master' into for-next | Jiri Kosina | 2012-02-03 |
| |\ |
|
| * | | ntfs: fix printk typos in mft.c | Masanari Iida | 2012-02-03 |
* | | | NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c. | Anton Altaparmakov | 2012-02-24 |
* | | | NTFS: Do not dereference pointer before checking for NULL. | Anton Altaparmakov | 2012-02-22 |
* | | | NTFS: Remove unused variable. | Anton Altaparmakov | 2012-02-22 |
| |/
|/| |
|
* | | module_param: avoid bool abuse, add bint for special cases. | Rusty Russell | 2012-01-12 |
|/ |
|
* | vfs: switch ->show_options() to struct dentry * | Al Viro | 2012-01-06 |
* | ntfs: propagate umode_t | Al Viro | 2012-01-03 |
* | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 2012-01-03 |
* | filesystems: add set_nlink() | Miklos Szeredi | 2011-11-02 |
* | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 2011-10-31 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 |
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2011-07-20 |
* | fs: kill i_alloc_sem | Christoph Hellwig | 2011-07-20 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-03-24 |
|\ |
|
| * | fs: rename inode_lock to inode_hash_lock | Dave Chinner | 2011-03-24 |
* | | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-03-24 |
|\ \
| |/
|/| |
|
| * | block: remove per-queue plugging | Jens Axboe | 2011-03-10 |
* | | fs: change to new flag variable | matt mooney | 2011-03-17 |
|/ |
|
* | NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc(). | Anton Altaparmakov | 2011-01-30 |
* | NTFS: writev() fix and maintenance/contact details update | Anton Altaparmakov | 2011-01-12 |
* | fs: icache RCU free inodes | Nick Piggin | 2011-01-07 |
* | new helper: mount_bdev() | Al Viro | 2010-10-29 |
* | new helper: ihold() | Al Viro | 2010-10-25 |
* | ntfs: don't call invalidate_inodes() | Al Viro | 2010-10-25 |
* | BKL: Remove BKL from NTFS | Jan Blunck | 2010-10-04 |
* | BKL: Explicitly add BKL around get_sb/fill_super | Jan Blunck | 2010-10-04 |
* | convert remaining ->clear_inode() to ->evict_inode() | Al Viro | 2010-08-09 |