summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GFS2: Clear gl_object when deleting an inode in gfs2_delete_inodeBob Peterson2017-08-091-1/+10
* GFS2: Clear gl_object if gfs2_create_inode failsBob Peterson2017-08-091-1/+4
* GFS2: Set gl_object in inode lookup only after block type checkBob Peterson2017-07-211-2/+2
* GFS2: Introduce helper for clearing gl_objectBob Peterson2017-07-213-4/+38
* gfs2: add flag REQ_PRIO for metadata I/OColy Li2017-07-214-6/+11
* GFS2: fix code parameter error in inode_go_lockWang Xibo2017-07-211-1/+1
* gfs2: Fixup to "Get rid of flush_delayed_work in gfs2_evict_inode"Andreas Gruenbacher2017-07-191-2/+2
* gfs2: Don't clear SGID when inheriting ACLsJan Kara2017-07-191-13/+14
* gfs2: Lock holder cleanup (fixup)Andreas Gruenbacher2017-07-171-2/+1
* GFS2: Prevent double brelse in gfs2_meta_indirect_bufferBob Peterson2017-07-171-1/+2
* exec: Limit arg stack to at most 75% of _STK_LIMKees Cook2017-07-071-5/+6
* Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-0724-63/+572
|\
| * btrfs: minimal conversion to errseq_t writeback error reporting on fsyncJeff Layton2017-07-061-5/+8
| * xfs: minimal conversion to errseq_t writeback error reportingJeff Layton2017-07-061-1/+1
| * ext4: use errseq_t based error handling for reporting data writeback errorsJeff Layton2017-07-061-1/+1
| * fs: convert __generic_file_fsync to use errseq_t based reportingJeff Layton2017-07-061-4/+6
| * block: convert to errseq_t based writeback error trackingJeff Layton2017-07-061-1/+1
| * dax: set errors in mapping when writeback failsJeff Layton2017-07-061-1/+3
| * Documentation: flesh out the section in vfs.txt on storing and reporting writ...Jeff Layton2017-07-061-3/+41
| * mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_errorJeff Layton2017-07-061-6/+25
| * fs: new infrastructure for writeback error handling and reportingJeff Layton2017-07-067-1/+206
| * lib: add errseq_t type and infrastructure for handling itJeff Layton2017-07-064-1/+234
| * mm: don't TestClearPageError in __filemap_fdatawait_rangeJeff Layton2017-07-061-15/+5
| * mm: clear AS_EIO/AS_ENOSPC when writeback initiation failsJeff Layton2017-07-061-0/+6
| * jbd2: don't clear and reset errors after waiting on writebackJeff Layton2017-07-063-15/+19
| * buffer: set errors in mapping at the time that the error occursJeff Layton2017-07-063-8/+15
| * fs: check for writeback errors after syncing out buffers in generic_file_fsyncJeff Layton2017-07-062-5/+4
| * buffer: use mapping_set_error instead of setting the flagJeff Layton2017-07-061-1/+1
| * mm: fix mapping_set_error call in me_pagecache_dirtyJeff Layton2017-07-061-1/+1
* | Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-0712-26/+23
|\ \
| * | fs: remove call_fsync helper functionJeff Layton2017-07-053-8/+2
| * | mm: clean up error handling in write_one_pageJeff Layton2017-07-051-7/+6
| * | JFS: do not ignore return code from write_one_page()Dave Kleikamp2017-07-052-2/+6
| * | mm: drop "wait" parameter from write_one_page()Jeff Layton2017-07-058-15/+15
| |/
* | Merge tag 'cifs-bug-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-07-078-24/+218
|\ \
| * | CIFS: fix circular locking dependencyRabin Vincent2017-07-051-2/+2
| * | cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENTColin Ian King2017-07-051-1/+1
| * | cifs: Do not modify mid entry after submitting I/O in cifs_call_asyncLong Li2017-07-051-2/+5
| * | CIFS: add SFM mapping for 0x01-0x1FBjörn JACKE2017-07-051-0/+8
| * | cifs: hide unused functionsArnd Bergmann2017-07-051-1/+2
| * | cifs: Use smb 2 - 3 and cifsacl mount options getacl functionsShirish Pargaonkar2017-07-051-0/+116
| * | cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount op...Shirish Pargaonkar2017-07-052-11/+44
| * | CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keysAurélien Aptel2017-07-052-3/+34
| * | cifs: set mapping error when page writeback fails in writepage or launder_pagesJeff Layton2017-07-051-5/+7
| * | SMB3: Enable encryption for SMB3.1.1Steve French2017-07-021-1/+1
* | | Merge tag 'gfs2-4.13.fixes.addendum' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-072-2/+10
|\ \ \
| * | | gfs2: Fix glock rhashtable rcu bugAndreas Gruenbacher2017-07-072-2/+10
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-07-0712-133/+261
|\ \ \ \
| * | | | IB/core: Fix static analysis warning in ib_policy_change_taskDaniel Jurgens2017-07-071-1/+2
| * | | | IB/core: Fix uninitialized variable use in check_qp_port_pkey_settingsDaniel Jurgens2017-07-071-8/+12