summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* GFS2: Delete debugfs files only after we evict the glocksBob Peterson2017-08-092-1/+1
* GFS2: Don't waste time locking lru_lock for non-lru glocksBob Peterson2017-08-091-0/+3
* GFS2: Don't bother trying to add rgrps to the lru listBob Peterson2017-08-091-1/+0
* 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-081-5/+6
* Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-0812-34/+43
|\
| * 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
| * fs: new infrastructure for writeback error handling and reportingJeff Layton2017-07-063-0/+5
| * jbd2: don't clear and reset errors after waiting on writebackJeff Layton2017-07-061-12/+4
| * buffer: set errors in mapping at the time that the error occursJeff Layton2017-07-062-8/+14
| * 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
* | Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-088-8/+12
|\ \
| * | fs: remove call_fsync helper functionJeff Layton2017-07-061-1/+1
| * | JFS: do not ignore return code from write_one_page()Dave Kleikamp2017-07-062-2/+6
| * | mm: drop "wait" parameter from write_one_page()Jeff Layton2017-07-066-7/+7
| |/
* | Merge tag 'cifs-bug-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-07-088-24/+218
|\ \
| * | CIFS: fix circular locking dependencyRabin Vincent2017-07-061-2/+2
| * | cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENTColin Ian King2017-07-061-1/+1
| * | cifs: Do not modify mid entry after submitting I/O in cifs_call_asyncLong Li2017-07-061-2/+5
| * | CIFS: add SFM mapping for 0x01-0x1FBjörn JACKE2017-07-061-0/+8
| * | cifs: hide unused functionsArnd Bergmann2017-07-061-1/+2
| * | cifs: Use smb 2 - 3 and cifsacl mount options getacl functionsShirish Pargaonkar2017-07-061-0/+116
| * | cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount op...Shirish Pargaonkar2017-07-062-11/+44
| * | CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keysAurélien Aptel2017-07-062-3/+34
| * | cifs: set mapping error when page writeback fails in writepage or launder_pagesJeff Layton2017-07-061-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-082-2/+10
|\ \ \
| * | | gfs2: Fix glock rhashtable rcu bugAndreas Gruenbacher2017-07-072-2/+10
* | | | vfs: fix flock compat thinkoLinus Torvalds2017-07-071-15/+15
* | | | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-4/+5
|\ \ \ \
| * \ \ \ Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams2017-07-041-4/+5
| |\ \ \ \
| | * | | | x86, libnvdimm, pmem: remove global pmem apiDan Williams2017-06-281-1/+0
| | * | | | x86, dax: replace clear_pmem() with open coded memset + dax_ops->flushDan Williams2017-06-151-1/+2
| | * | | | filesystem-dax: convert to dax_flush()Dan Williams2017-06-151-1/+1
| | * | | | filesystem-dax: convert to dax_copy_from_iter()Dan Williams2017-06-151-1/+2