summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-07-06move file_{start,end}_write() out of do_iter_write()Al Viro
2017-07-06btrfs: minimal conversion to errseq_t writeback error reporting on fsyncJeff Layton
2017-07-06xfs: minimal conversion to errseq_t writeback error reportingJeff Layton
2017-07-06ext4: use errseq_t based error handling for reporting data writeback errorsJeff Layton
2017-07-06fs: convert __generic_file_fsync to use errseq_t based reportingJeff Layton
2017-07-06block: convert to errseq_t based writeback error trackingJeff Layton
2017-07-06dax: set errors in mapping when writeback failsJeff Layton
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton
2017-07-06jbd2: don't clear and reset errors after waiting on writebackJeff Layton
2017-07-06buffer: set errors in mapping at the time that the error occursJeff Layton
2017-07-06fs: check for writeback errors after syncing out buffers in generic_file_fsyncJeff Layton
2017-07-06buffer: use mapping_set_error instead of setting the flagJeff Layton
2017-07-06ext4: fix __ext4_new_inode() journal credits calculationTahsin Erdogan
2017-07-06ext4: skip ext4_init_security() and encryption on ea_inodesTahsin Erdogan
2017-07-05CIFS: fix circular locking dependencyRabin Vincent
2017-07-05cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENTColin Ian King
2017-07-05cifs: Do not modify mid entry after submitting I/O in cifs_call_asyncLong Li
2017-07-05CIFS: add SFM mapping for 0x01-0x1FBjörn JACKE
2017-07-05cifs: hide unused functionsArnd Bergmann
2017-07-05cifs: Use smb 2 - 3 and cifsacl mount options getacl functionsShirish Pargaonkar
2017-07-05cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount op...Shirish Pargaonkar
2017-07-05CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keysAurélien Aptel
2017-07-05cifs: set mapping error when page writeback fails in writepage or launder_pagesJeff Layton
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-07-05Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-05fs: remove call_fsync helper functionJeff Layton
2017-07-05JFS: do not ignore return code from write_one_page()Dave Kleikamp
2017-07-05mm: drop "wait" parameter from write_one_page()Jeff Layton
2017-07-05Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-05xfs: fix contiguous dquot chunk iteration livelockBrian Foster
2017-07-05Merge tag 'pstore-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-07-05GFS2: constify attribute_group structures.Arvind Yadav
2017-07-05gfs2: gfs2_create_inode: Keep glock across iputAndreas Gruenbacher
2017-07-05gfs2: Clean up glock work enqueuingAndreas Gruenbacher
2017-07-05gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher
2017-07-05gfs2: Get rid of flush_delayed_work in gfs2_evict_inodeAndreas Gruenbacher
2017-07-05fs: generic_block_bmap(): initialize all of the fields in the temp bhAlexander Potapenko
2017-07-04f2fs: add ioctl to do gc with target block addressJaegeuk Kim
2017-07-04f2fs: don't need to check encrypted inode for partial truncationJaegeuk Kim
2017-07-04f2fs: measure inode.i_blocks as generic filesystemChao Yu
2017-07-04f2fs: set CP_TRIMMED_FLAG correctlyChao Yu
2017-07-04f2fs: require key for truncate(2) of encrypted fileEric Biggers
2017-07-04f2fs: move sysfs code from super.c to fs/f2fs/sysfs.cChao Yu
2017-07-04f2fs: clean up sysfs codesChao Yu