summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-068-54/+93
|\
| * locks: restore a warn for leaked locks on closeBenjamin Coddington2017-07-211-0/+22
| * fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-168-34/+45
| * fs/locks: Use allocation rather than the stack in fcntl_getlk()Benjamin Coddington2017-07-161-20/+26
* | Merge tag 'dlm-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2017-09-067-30/+36
|\ \
| * | dlm: use sock_create_lite inside tcp_accept_from_sockGuoqing Jiang2017-08-071-1/+1
| * | uapi linux/dlm_netlink.h: include linux/dlmconstants.hMikko Rapeli2017-08-071-0/+1
| * | dlm: avoid double-free on error path in dlm_device_{register,unregister}Edwin Török2017-08-071-0/+4
| * | dlm: constify kset_uevent_ops structureBhumika Goyal2017-08-071-1/+1
| * | dlm: print log message when cluster name is not setZhu Lingshan2017-08-071-0/+4
| * | dlm: Delete an unnecessary variable initialisation in dlm_ls_start()Markus Elfring2017-08-071-1/+1
| * | dlm: Improve a size determination in two functionsMarkus Elfring2017-08-071-2/+2
| * | dlm: Use kcalloc() in two functionsMarkus Elfring2017-08-071-4/+2
| * | dlm: Use kmalloc_array() in make_member_array()Markus Elfring2017-08-071-2/+1
| * | dlm: Delete an error message for a failed memory allocation in dlm_recover_wa...Markus Elfring2017-08-071-3/+1
| * | dlm: Improve a size determination in dlm_recover_waiters_pre()Markus Elfring2017-08-071-1/+1
| * | dlm: Use kcalloc() in dlm_scan_waiters()Markus Elfring2017-08-071-1/+1
| * | dlm: Improve a size determination in table_seq_start()Markus Elfring2017-08-071-1/+1
| * | dlm: Add spaces for better code readabilityMarkus Elfring2017-08-071-5/+5
| * | dlm: Replace six seq_puts() calls by seq_putc()Markus Elfring2017-08-071-7/+6
| * | dlm: Make dismatch error message more clearGang He2017-08-071-1/+2
| * | dlm: Fix kernel memory disclosureVlad Tsyrklevich2017-08-071-0/+2
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-09-0610-111/+222
|\ \ \
| * | | ext4: avoid Y2038 overflow in recently_deleted()Andreas Dilger2017-08-312-6/+28
| * | | ext4: fix fault handling when mounted with -o dax,roRandy Dodgen2017-08-241-1/+14
| * | | ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)2017-08-241-7/+31
| * | | ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)2017-08-241-3/+3
| * | | ext4: remove useless test and assignment in strtohash functionsDamien Guibouret2017-08-241-4/+0
| * | | ext4: backward compatibility support for Lustre ea_inode implementationTahsin Erdogan2017-08-243-56/+94
| * | | ext4: remove timebomb in ext4_decode_extra_time()Christoph Hellwig2017-08-241-6/+4
| * | | ext4: use sizeof(*ptr)Markus Elfring2017-08-242-2/+2
| * | | ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong2017-08-241-2/+2
| * | | ext4: reduce lock contention in __ext4_new_inodeWang Shilong2017-08-241-11/+39
| * | | ext4: cleanup goto next groupWang Shilong2017-08-241-14/+6
| * | | ext4: do not unnecessarily allocate buffer in recently_deleted()Jan Kara2017-08-241-2/+2
* | | | Merge tag 'xfs-4.14-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-09-0650-709/+1027
|\ \ \ \
| * | | | xfs: use kmem_free to free return value of kmem_zallocPan Bian2017-09-031-1/+1
| * | | | xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig2017-09-031-24/+47
| * | | | xfs: don't set v3 xflags for v2 inodesChristoph Hellwig2017-09-021-13/+25
| * | | | xfs: fix compiler warningsDarrick J. Wong2017-09-025-8/+11
| * | | | fsmap: fix documentation of FMR_OF_LASTDarrick J. Wong2017-09-011-1/+1
| * | | | xfs: simplify the rmap code in xfs_bmse_mergeDarrick J. Wong2017-09-011-4/+3
| * | | | xfs: remove unused flags arg from xfs_file_iomap_begin_delayEric Sandeen2017-09-011-3/+1
| * | | | xfs: fix incorrect log_flushed on fsyncAmir Goldstein2017-09-011-7/+0
| * | | | xfs: disable per-inode DAX flagChristoph Hellwig2017-09-011-1/+2
| * | | | xfs: replace xfs_qm_get_rtblks with a direct call to xfs_bmap_count_leavesChristoph Hellwig2017-09-011-32/+12
| * | | | xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extentChristoph Hellwig2017-09-012-11/+11
| * | | | xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_atChristoph Hellwig2017-09-011-16/+4
| * | | | xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extentsChristoph Hellwig2017-09-011-92/+88
| * | | | xfs: move some code around inside xfs_bmap_shift_extentsChristoph Hellwig2017-09-011-25/+29