summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-07-06cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENTColin Ian King1-1/+1
2017-07-06cifs: Do not modify mid entry after submitting I/O in cifs_call_asyncLong Li1-2/+5
2017-07-06CIFS: add SFM mapping for 0x01-0x1FBjörn JACKE1-0/+8
2017-07-06cifs: hide unused functionsArnd Bergmann1-1/+2
2017-07-06cifs: Use smb 2 - 3 and cifsacl mount options getacl functionsShirish Pargaonkar1-0/+116
2017-07-06cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount op...Shirish Pargaonkar2-11/+44
2017-07-06CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keysAurélien Aptel2-3/+34
2017-07-06cifs: set mapping error when page writeback fails in writepage or launder_pagesJeff Layton1-5/+7
2017-07-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2017-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-49/+165
2017-07-06Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-102/+175
2017-07-06Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds45-1359/+1680
2017-07-06fs: remove call_fsync helper functionJeff Layton1-1/+1
2017-07-06JFS: do not ignore return code from write_one_page()Dave Kleikamp2-2/+6
2017-07-06mm: drop "wait" parameter from write_one_page()Jeff Layton6-7/+7
2017-07-06Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-22/+21
2017-07-06Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-153/+107
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-211/+214
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+17
2017-07-05xfs: fix contiguous dquot chunk iteration livelockBrian Foster1-2/+7
2017-07-05Merge tag 'pstore-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-52/+67
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+16
2017-07-05GFS2: constify attribute_group structures.Arvind Yadav1-2/+2
2017-07-05gfs2: gfs2_create_inode: Keep glock across iputAndreas Gruenbacher2-7/+15
2017-07-05gfs2: Clean up glock work enqueuingAndreas Gruenbacher1-50/+74
2017-07-05gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher9-21/+35
2017-07-05gfs2: Get rid of flush_delayed_work in gfs2_evict_inodeAndreas Gruenbacher5-12/+46
2017-07-05fs: generic_block_bmap(): initialize all of the fields in the temp bhAlexander Potapenko1-4/+4
2017-07-04Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds7-30/+34
2017-07-04ext4: change fast symlink test to not rely on i_blocksTahsin Erdogan1-7/+13
2017-07-04Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-6/+0
2017-07-04Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams1-4/+5
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds22-68/+69
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds46-260/+463
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds19-156/+51
2017-07-03xfs: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig2-364/+14
2017-07-03vfs: Add iomap_seek_hole and iomap_seek_data helpersAndreas Gruenbacher1-0/+94
2017-07-03vfs: Add page_cache_seek_hole_data helperAndreas Gruenbacher1-0/+124
2017-07-03SMB3: Enable encryption for SMB3.1.1Steve French1-1/+1
2017-07-02xfs: remove a whitespace-only line from xfs_fs_get_nextdqblkChristoph Hellwig1-1/+0
2017-07-02xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extentChristoph Hellwig1-44/+22
2017-07-02xfs: Check for m_errortag initialization in xfs_errortag_testCarlos Maiolino1-0/+11
2017-06-30Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+19
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-57/+95
2017-06-30timerfd: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani1-22/+21
2017-06-30Make statfs properly return read-only state after emergency remountCarlos Maiolino1-0/+2
2017-06-30fs/dcache: init in_lookup_hashtableSebastian Andrzej Siewior1-0/+5
2017-06-30minix: Deinline get_block, save 2691 bytesDenys Vlasenko1-1/+1
2017-06-30fs: Reorder inode_owner_or_capable() to avoid needlessKees Cook2-2/+2
2017-06-30fs: warn in case userspace lied about modprobe returnLuis R. Rodriguez1-1/+3