| Commit message (Expand) | Author | Age | Files | Lines |
* | ntfs: add check for mft record size in superblock | Rustam Kovhaev | 2020-10-29 | 1 | -0/+6 |
* | ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function type | Luca Stefani | 2020-08-07 | 1 | -13/+14 |
* | utimes: Clamp the timestamps in notify_change() | Amir Goldstein | 2019-12-08 | 1 | -12/+6 |
* | timestamp_truncate: Replace users of timespec64_trunc | Deepa Dinamani | 2019-08-30 | 1 | -9/+12 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96 | Thomas Gleixner | 2019-05-24 | 1 | -15/+1 |
* | ntfs: switch to ->free_inode() | Al Viro | 2019-05-01 | 1 | -13/+4 |
* | fs/ntfs: use timespec64 directly for timestamp conversion | Arnd Bergmann | 2018-08-17 | 1 | -6/+6 |
* | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 2018-06-05 | 1 | -15/+15 |
* | ntfs: remove i_version handling | Jeff Layton | 2018-01-01 | 1 | -9/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -1/+1 |
|\ |
|
| * | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 2016-09-27 | 1 | -1/+1 |
* | | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2016-09-22 | 1 | -1/+1 |
|/ |
|
* | Remove last traces of ->sync_page | Matthew Wilcox | 2016-06-30 | 1 | -1/+1 |
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 2016-04-04 | 1 | -2/+2 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -4/+4 |
* | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -1/+1 |
* | fs: move struct kiocb to fs.h | Christoph Hellwig | 2015-03-25 | 1 | -1/+0 |
* | NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aops | Anton Altaparmakov | 2014-10-16 | 1 | -8/+11 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-04-12 | 1 | -2/+0 |
|\ |
|
| * | ntfs: don't put NULL into ->i_op/->i_fop | Al Viro | 2014-04-01 | 1 | -2/+0 |
* | | mm + fs: store shadow entries in page cache | Johannes Weiner | 2014-04-03 | 1 | -1/+1 |
|/ |
|
* | iget/iget5: don't bother with ->i_lock until we find a match | Al Viro | 2013-11-09 | 1 | -1/+1 |
* | aio: don't include aio.h in sched.h | Kent Overstreet | 2013-05-07 | 1 | -0/+1 |
* | ntfs: drop vmtruncate | Marco Stornelli | 2012-12-20 | 1 | -2/+6 |
* | userns: Convert ntfs to use kuid and kgid where appropriate | Eric W. Biederman | 2012-09-21 | 1 | -3/+4 |
* | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 2012-05-06 | 1 | -1/+1 |
* | vfs: switch ->show_options() to struct dentry * | Al Viro | 2012-01-06 | 1 | -4/+4 |
* | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 2012-01-03 | 1 | -1/+0 |
* | filesystems: add set_nlink() | Miklos Szeredi | 2011-11-02 | 1 | -4/+4 |
* | fs: kill i_alloc_sem | Christoph Hellwig | 2011-07-20 | 1 | -8/+2 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -2/+2 |
* | fs: rename inode_lock to inode_hash_lock | Dave Chinner | 2011-03-24 | 1 | -2/+2 |
* | fs: icache RCU free inodes | Nick Piggin | 2011-01-07 | 1 | -1/+8 |
* | convert remaining ->clear_inode() to ->evict_inode() | Al Viro | 2010-08-09 | 1 | -2/+5 |
* | remove inode_setattr | Christoph Hellwig | 2010-08-09 | 1 | -3/+0 |
* | pass writeback_control to ->write_inode | Christoph Hellwig | 2010-03-05 | 1 | -1/+1 |
* | kill I_LOCK | Christoph Hellwig | 2009-12-17 | 1 | -3/+3 |
* | ntfs: use is_power_of_2() function for clarity. | Robert P. J. Day | 2009-06-16 | 1 | -1/+2 |
* | ntfs: remove private wrapper of endian helpers | Harvey Harrison | 2009-04-01 | 1 | -2/+1 |
* | ntfs: don't NULL i_op | Al Viro | 2009-01-05 | 1 | -3/+0 |
* | NTFS: Fix a mount time deadlock. | Anton Altaparmakov | 2007-10-12 | 1 | -3/+0 |
* | ntfs_init_locked_inode(): fix array indexing | Andrew Morton | 2007-05-31 | 1 | -1/+1 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode(). | Anton Altaparmakov | 2007-01-18 | 1 | -56/+13 |
* | [PATCH] slab: remove SLAB_NOFS | Christoph Lameter | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] fs/ntfs: Conversion to generic boolean | Richard Knutsson | 2006-10-01 | 1 | -5/+5 |
* | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 2006-09-27 | 1 | -4/+0 |
* | [PATCH] fs: Removing useless casts | Panagiotis Issaris | 2006-09-27 | 1 | -1/+1 |
* | [PATCH] lockdep: annotate NTFS locking rules | Ingo Molnar | 2006-07-03 | 1 | -0/+33 |
* | NTFS: Semaphore to mutex conversion. | Ingo Molnar | 2006-03-23 | 1 | -5/+5 |