summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-081-10/+9Star
|\
| * sanitize do_i2c_smbus_ioctl()Al Viro2017-05-251-10/+9Star
* | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-081-2/+4
|\ \
| * | move file_{start,end}_write() out of do_iter_write()Al Viro2017-07-061-2/+4
* | | 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/+4Star
| * | | 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/+4Star
| * | | 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/+0Star
| | * | | | | | 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
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-0711-66/+24Star
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: per-cgroup memory reclaim statsRoman Gushchin2017-07-072-2/+2
| * | | | | | | | mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-071-2/+5
| * | | | | | | | mm: update callers to use HASH_ZERO flagPavel Tatashin2017-07-073-34/+8Star
| * | | | | | | | fs/userfaultfd.c: drop dead codeMike Rapoport2017-07-071-5/+0Star
| * | | | | | | | fs/file.c: replace alloc_fdmem() with kvmalloc() alternativeMichal Hocko2017-07-071-18/+4Star
| * | | | | | | | ocfs2: constify attribute_group structuresArvind Yadav2017-07-071-1/+1
| * | | | | | | | ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leakpiaojun2017-07-071-0/+1
| * | | | | | | | ocfs2: use magic.hFabian Frederick2017-07-071-3/+2Star