Age | Commit message (Expand) | Author |
2017-07-06 | move file_{start,end}_write() out of do_iter_write() | Al Viro |
2017-07-06 | btrfs: minimal conversion to errseq_t writeback error reporting on fsync | Jeff Layton |
2017-07-06 | xfs: minimal conversion to errseq_t writeback error reporting | Jeff Layton |
2017-07-06 | ext4: use errseq_t based error handling for reporting data writeback errors | Jeff Layton |
2017-07-06 | fs: convert __generic_file_fsync to use errseq_t based reporting | Jeff Layton |
2017-07-06 | block: convert to errseq_t based writeback error tracking | Jeff Layton |
2017-07-06 | dax: set errors in mapping when writeback fails | Jeff Layton |
2017-07-06 | fs: new infrastructure for writeback error handling and reporting | Jeff Layton |
2017-07-06 | jbd2: don't clear and reset errors after waiting on writeback | Jeff Layton |
2017-07-06 | buffer: set errors in mapping at the time that the error occurs | Jeff Layton |
2017-07-06 | fs: check for writeback errors after syncing out buffers in generic_file_fsync | Jeff Layton |
2017-07-06 | buffer: use mapping_set_error instead of setting the flag | Jeff Layton |
2017-07-06 | ext4: fix __ext4_new_inode() journal credits calculation | Tahsin Erdogan |
2017-07-06 | ext4: skip ext4_init_security() and encryption on ea_inodes | Tahsin Erdogan |
2017-07-05 | CIFS: fix circular locking dependency | Rabin Vincent |
2017-07-05 | cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENT | Colin Ian King |
2017-07-05 | cifs: Do not modify mid entry after submitting I/O in cifs_call_async | Long Li |
2017-07-05 | CIFS: add SFM mapping for 0x01-0x1F | Björn JACKE |
2017-07-05 | cifs: hide unused functions | Arnd Bergmann |
2017-07-05 | cifs: Use smb 2 - 3 and cifsacl mount options getacl functions | Shirish Pargaonkar |
2017-07-05 | cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount op... | Shirish Pargaonkar |
2017-07-05 | CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keys | Aurélien Aptel |
2017-07-05 | cifs: set mapping error when page writeback fails in writepage or launder_pages | Jeff Layton |
2017-07-05 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2017-07-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2017-07-05 | Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2017-07-05 | Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-07-05 | fs: remove call_fsync helper function | Jeff Layton |
2017-07-05 | JFS: do not ignore return code from write_one_page() | Dave Kleikamp |
2017-07-05 | mm: drop "wait" parameter from write_one_page() | Jeff Layton |
2017-07-05 | Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-07-05 | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2017-07-05 | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2017-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2017-07-05 | xfs: fix contiguous dquot chunk iteration livelock | Brian Foster |
2017-07-05 | Merge tag 'pstore-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-07-05 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2017-07-05 | GFS2: constify attribute_group structures. | Arvind Yadav |
2017-07-05 | gfs2: gfs2_create_inode: Keep glock across iput | Andreas Gruenbacher |
2017-07-05 | gfs2: Clean up glock work enqueuing | Andreas Gruenbacher |
2017-07-05 | gfs2: Protect gl->gl_object by spin lock | Andreas Gruenbacher |
2017-07-05 | gfs2: Get rid of flush_delayed_work in gfs2_evict_inode | Andreas Gruenbacher |
2017-07-05 | fs: generic_block_bmap(): initialize all of the fields in the temp bh | Alexander Potapenko |
2017-07-04 | f2fs: add ioctl to do gc with target block address | Jaegeuk Kim |
2017-07-04 | f2fs: don't need to check encrypted inode for partial truncation | Jaegeuk Kim |
2017-07-04 | f2fs: measure inode.i_blocks as generic filesystem | Chao Yu |
2017-07-04 | f2fs: set CP_TRIMMED_FLAG correctly | Chao Yu |
2017-07-04 | f2fs: require key for truncate(2) of encrypted file | Eric Biggers |
2017-07-04 | f2fs: move sysfs code from super.c to fs/f2fs/sysfs.c | Chao Yu |
2017-07-04 | f2fs: clean up sysfs codes | Chao Yu |