Age | Commit message (Expand) | Author |
2024-01-24 | fs: Remove NTFS classic | Matthew Wilcox (Oracle) |
2023-10-18 | ntfs: convert to new timestamp accessors | Jeff Layton |
2023-07-24 | ntfs: convert to ctime accessor functions | Jeff Layton |
2023-02-23 | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-02-02 | ntfs: fix multiple kernel-doc warnings | Randy Dunlap |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner |
2022-09-11 | ntfs: fix use-after-free in ntfs_attr_find() | Hawkins Jiawei |
2022-05-09 | ntfs: Convert ntfs to read_folio | Matthew Wilcox (Oracle) |
2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song |
2022-03-22 | ntfs: add sanity check on allocation size | Dongliang Mu |
2021-06-29 | ntfs: fix validity check for file name attribute | Desmond Cheong Zhi Xi |
2021-02-24 | ntfs: check for valid standard information attribute | Rustam Kovhaev |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner |
2020-12-15 | fs/ntfs: remove unused variable attr_len | Alex Shi |
2020-10-13 | ntfs: add check for mft record size in superblock | Rustam Kovhaev |
2020-08-07 | ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function type | Luca Stefani |
2019-12-08 | utimes: Clamp the timestamps in notify_change() | Amir Goldstein |
2019-08-30 | timestamp_truncate: Replace users of timespec64_trunc | Deepa Dinamani |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96 | Thomas Gleixner |
2019-05-01 | ntfs: switch to ->free_inode() | Al Viro |
2018-08-17 | fs/ntfs: use timespec64 directly for timestamp conversion | Arnd Bergmann |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani |
2018-01-01 | ntfs: remove i_version handling | Jeff Layton |
2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-09-27 | fs: Replace current_fs_time() with current_time() | Deepa Dinamani |
2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara |
2016-06-30 | Remove last traces of ->sync_page | Matthew Wilcox |
2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells |
2015-03-25 | fs: move struct kiocb to fs.h | Christoph Hellwig |
2014-10-16 | NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aops | Anton Altaparmakov |
2014-04-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2014-04-03 | mm + fs: store shadow entries in page cache | Johannes Weiner |
2014-04-01 | ntfs: don't put NULL into ->i_op/->i_fop | Al Viro |
2013-11-09 | iget/iget5: don't bother with ->i_lock until we find a match | Al Viro |
2013-05-07 | aio: don't include aio.h in sched.h | Kent Overstreet |
2012-12-20 | ntfs: drop vmtruncate | Marco Stornelli |
2012-09-21 | userns: Convert ntfs to use kuid and kgid where appropriate | Eric W. Biederman |
2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara |
2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro |
2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro |
2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi |
2011-07-20 | fs: kill i_alloc_sem | Christoph Hellwig |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-03-24 | fs: rename inode_lock to inode_hash_lock | Dave Chinner |
2011-01-07 | fs: icache RCU free inodes | Nick Piggin |
2010-08-09 | convert remaining ->clear_inode() to ->evict_inode() | Al Viro |
2010-08-09 | remove inode_setattr | Christoph Hellwig |