| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY | Jérôme Glisse | 2017-09-08 | 1 | -1/+4 |
* | fs: convert a pile of fsync routines to errseq_t based reporting | Jeff Layton | 2017-08-01 | 1 | -1/+1 |
* | ubifs: Change gfp flags in page allocation for bulk read | Hyunchul Lee | 2017-07-14 | 1 | -2/+2 |
* | ubifs: Remove dead code from ubifs_get_link() | Richard Weinberger | 2017-07-14 | 1 | -6/+0 |
* | ubifs: don't bother checking for encryption key in ->mmap() | Eric Biggers | 2017-07-05 | 1 | -9/+0 |
* | ubifs: require key for truncate(2) of encrypted file | Eric Biggers | 2017-07-05 | 1 | -0/+8 |
* | fs: ubifs: replace CURRENT_TIME_SEC with current_time | Deepa Dinamani | 2017-05-08 | 1 | -6/+6 |
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-24 | 1 | -3/+2 |
* | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 2016-12-17 | 1 | -1/+0 |
|\ |
|
| * | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 2016-12-09 | 1 | -1/+0 |
* | | ubifs: Add support for encrypted symlinks | Richard Weinberger | 2016-12-12 | 1 | -1/+54 |
* | | ubifs: Implement encrypt/decrypt for all IO | Richard Weinberger | 2016-12-12 | 1 | -0/+14 |
* | | ubifs: Enforce crypto policy in mmap | Richard Weinberger | 2016-12-12 | 1 | -0/+9 |
* | | ubifs: Implement file open operation | Richard Weinberger | 2016-12-12 | 1 | -0/+30 |
|/ |
|
* | Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2016-10-11 | 1 | -1/+1 |
|\ |
|
| * | UBIFS: improve function-level documentation | Julia Lawall | 2016-10-02 | 1 | -1/+1 |
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-10-10 | 1 | -6/+0 |
|\ \ |
|
| * | | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-07 | 1 | -6/+0 |
| |/ |
|
* | | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2016-09-22 | 1 | -1/+1 |
|/ |
|
* | UBIFS: Implement ->migratepage() | Kirill A. Shutemov | 2016-06-23 | 1 | -0/+24 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-18 | 1 | -6/+6 |
|\ |
|
| * | ubifs: Switch to generic xattr handlers | Andreas Gruenbacher | 2016-05-17 | 1 | -6/+6 |
* | | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -26/+26 |
|/ |
|
* | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 1 | -2/+2 |
* | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 2015-12-08 | 1 | -1/+1 |
* | ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs | Dongsheng Yang | 2015-11-07 | 1 | -0/+50 |
* | ubifs: switch to simple_follow_link() | Al Viro | 2015-05-10 | 1 | -10/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-26 | 1 | -2/+2 |
|\ |
|
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -2/+2 |
* | | Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2015-04-15 | 1 | -8/+9 |
|\ \
| |/
|/| |
|
| * | UBIFS: extend debug/message capabilities | Sheng Yong | 2015-03-25 | 1 | -8/+9 |
* | | make new_sync_{read,write}() static | Al Viro | 2015-04-11 | 1 | -2/+0 |
* | | fs: move struct kiocb to fs.h | Christoph Hellwig | 2015-03-25 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2015-02-15 | 1 | -0/+4 |
|\ |
|
| * | UBIFS: Add xattr support for symlinks | Subodh Nijsure | 2015-01-28 | 1 | -0/+4 |
* | | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub | Kirill A. Shutemov | 2015-02-10 | 1 | -1/+0 |
|/ |
|
* | UBIFS: fix budget leak in error path | Artem Bityutskiy | 2014-11-07 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-06-12 | 1 | -15/+10 |
|\ |
|
| * | ->splice_write() via ->write_iter() | Al Viro | 2014-06-12 | 1 | -1/+1 |
| * | ubifs: switch to ->write_iter() | Al Viro | 2014-05-06 | 1 | -12/+7 |
| * | switch simple generic_file_aio_read() users to ->read_iter() | Al Viro | 2014-05-06 | 1 | -2/+2 |
* | | UBIFS: fix debugging check | Artem Bityutskiy | 2014-05-28 | 1 | -1/+1 |
* | | UBIFS: add missing ui pointer in debugging code | Daniel Golle | 2014-05-27 | 1 | -0/+1 |
* | | UBIFS: fix an mmap and fsync race condition | hujianyang | 2014-05-13 | 1 | -2/+1 |
|/ |
|
* | mm: implement ->map_pages for page cache | Kirill A. Shutemov | 2014-04-07 | 1 | -0/+1 |
* | mm: change invalidatepage prototype to accept length | Lukas Czerner | 2013-05-21 | 1 | -2/+3 |
* | aio: don't include aio.h in sched.h | Kent Overstreet | 2013-05-07 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 | 1 | -1/+1 |
|\ |
|
| * | new helper: file_inode(file) | Al Viro | 2013-02-22 | 1 | -1/+1 |