Age | Commit message (Expand) | Author | Files | Lines |
2018-08-15 | ubifs: Pass struct ubifs_info to ubifs_assert() | Richard Weinberger | 1 | -20/+27 |
2018-08-15 | ubifs: introduce Kconfig symbol for xattr support | Stefan Agner | 1 | -0/+4 |
2018-08-15 | ubifs: use timespec64 for inode timestamps | Arnd Bergmann | 1 | -6/+5 |
2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -11/+12 |
2018-06-07 | fs: ubifs: Adding new return type vm_fault_t | Souptick Joarder | 1 | -7/+4 |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -11/+12 |
2018-03-28 | ubifs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) call | Christoph Hellwig | 1 | -1/+1 |
2018-02-04 | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -34/+2 |
2018-01-17 | ubifs: switch to fscrypt_prepare_setattr() | Eric Biggers | 1 | -7/+3 |
2018-01-17 | ubifs: switch to fscrypt_file_open() | Eric Biggers | 1 | -30/+1 |
2018-01-11 | ubifs: switch to fscrypt_get_symlink() | Eric Biggers | 1 | -34/+2 |
2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -1/+1 |
2017-09-08 | mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY | Jérôme Glisse | 1 | -1/+4 |
2017-08-01 | fs: convert a pile of fsync routines to errseq_t based reporting | Jeff Layton | 1 | -1/+1 |
2017-07-14 | ubifs: Change gfp flags in page allocation for bulk read | Hyunchul Lee | 1 | -2/+2 |
2017-07-14 | ubifs: Remove dead code from ubifs_get_link() | Richard Weinberger | 1 | -6/+0 |
2017-07-05 | ubifs: don't bother checking for encryption key in ->mmap() | Eric Biggers | 1 | -9/+0 |
2017-07-05 | ubifs: require key for truncate(2) of encrypted file | Eric Biggers | 1 | -0/+8 |
2017-05-08 | fs: ubifs: replace CURRENT_TIME_SEC with current_time | Deepa Dinamani | 1 | -6/+6 |
2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 1 | -3/+2 |
2016-12-17 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -1/+0 |
2016-12-12 | ubifs: Add support for encrypted symlinks | Richard Weinberger | 1 | -1/+54 |
2016-12-12 | ubifs: Implement encrypt/decrypt for all IO | Richard Weinberger | 1 | -0/+14 |
2016-12-12 | ubifs: Enforce crypto policy in mmap | Richard Weinberger | 1 | -0/+9 |
2016-12-12 | ubifs: Implement file open operation | Richard Weinberger | 1 | -0/+30 |
2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 1 | -1/+0 |
2016-10-11 | Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 1 | -1/+1 |
2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -6/+0 |
2016-10-07 | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 1 | -6/+0 |
2016-10-02 | UBIFS: improve function-level documentation | Julia Lawall | 1 | -1/+1 |
2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |
2016-06-23 | UBIFS: Implement ->migratepage() | Kirill A. Shutemov | 1 | -0/+24 |
2016-05-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -6/+6 |
2016-05-17 | ubifs: Switch to generic xattr handlers | Andreas Gruenbacher | 1 | -6/+6 |
2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 1 | -1/+1 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -26/+26 |
2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -2/+2 |
2015-12-08 | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 1 | -1/+1 |
2015-11-07 | ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs | Dongsheng Yang | 1 | -0/+50 |
2015-05-10 | ubifs: switch to simple_follow_link() | Al Viro | 1 | -10/+1 |
2015-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2015-04-15 | Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 1 | -8/+9 |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -2/+2 |
2015-04-11 | make new_sync_{read,write}() static | Al Viro | 1 | -2/+0 |
2015-03-25 | fs: move struct kiocb to fs.h | Christoph Hellwig | 1 | -1/+0 |
2015-03-25 | UBIFS: extend debug/message capabilities | Sheng Yong | 1 | -8/+9 |
2015-02-15 | Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 1 | -0/+4 |
2015-02-10 | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub | Kirill A. Shutemov | 1 | -1/+0 |
2015-01-28 | UBIFS: Add xattr support for symlinks | Subodh Nijsure | 1 | -0/+4 |
2014-11-07 | UBIFS: fix budget leak in error path | Artem Bityutskiy | 1 | -0/+1 |