| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'gfs2-v5.2.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-06-14 | 1 | -1/+4 |
|\ |
|
| * | gfs2: Fix rounding error in gfs2_iomap_page_prepare | Andreas Gruenbacher | 2019-06-14 | 1 | -1/+4 |
* | | Merge tag 'for-linus-20190614' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-06-14 | 1 | -1/+3 |
|\ \ |
|
| * | | io_uring: fix memory leak of UNIX domain socket inode | Eric Biggers | 2019-06-13 | 1 | -1/+3 |
* | | | fs/ocfs2: fix race in ocfs2_dentry_attach_lock() | Wengang Wang | 2019-06-13 | 1 | -0/+12 |
* | | | Merge tag 'for-5.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-06-11 | 1 | -25/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | btrfs: Always trim all unallocated space in btrfs_trim_free_extents | Nikolay Borisov | 2019-06-07 | 1 | -25/+3 |
* | | | Merge tag 'ceph-for-5.2-rc4' of git://github.com/ceph/ceph-client | Linus Torvalds | 2019-06-08 | 8 | -135/+156 |
|\ \ \ |
|
| * | | | ceph: fix error handling in ceph_get_caps() | Yan, Zheng | 2019-06-05 | 1 | -11/+11 |
| * | | | ceph: avoid iput_final() while holding mutex or in dispatch thread | Yan, Zheng | 2019-06-05 | 6 | -27/+71 |
| * | | | ceph: single workqueue for inode related works | Yan, Zheng | 2019-06-05 | 4 | -97/+74 |
* | | | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2019-06-08 | 108 | -893/+108 |
|\ \ \ \ |
|
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 | Thomas Gleixner | 2019-06-05 | 7 | -14/+7 |
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 405 | Thomas Gleixner | 2019-06-05 | 4 | -56/+4 |
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 | Thomas Gleixner | 2019-06-05 | 44 | -176/+44 |
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 | Thomas Gleixner | 2019-06-05 | 33 | -431/+33 |
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 2019-06-05 | 4 | -54/+4 |
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 294 | Thomas Gleixner | 2019-06-05 | 2 | -20/+2 |
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 2019-06-05 | 1 | -9/+1 |
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286 | Thomas Gleixner | 2019-06-05 | 6 | -54/+6 |
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 2019-06-05 | 5 | -47/+5 |
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275 | Thomas Gleixner | 2019-06-05 | 2 | -32/+2 |
| |/ / / |
|
* | | | | Merge tag 'xfs-5.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2019-06-06 | 2 | -3/+11 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | xfs: inode btree scrubber should calculate im_boffset correctly | Darrick J. Wong | 2019-06-03 | 1 | -1/+2 |
| * | | | xfs: fix broken log reservation debugging | Darrick J. Wong | 2019-05-24 | 1 | -2/+9 |
* | | | | Merge tag 'gfs2-v5.2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-06-06 | 6 | -31/+15 |
|\ \ \ \ |
|
| * | | | | Revert "gfs2: Replace gl_revokes with a GLF flag" | Bob Peterson | 2019-06-06 | 6 | -31/+15 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'ovl-fixes-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-06-06 | 7 | -20/+235 |
|\ \ \ \ |
|
| * | | | | ovl: detect overlapping layers | Amir Goldstein | 2019-05-29 | 6 | -17/+229 |
| * | | | | ovl: support the FS_IOC_FS[SG]ETXATTR ioctls | Amir Goldstein | 2019-05-27 | 1 | -3/+6 |
* | | | | | Merge tag 'fuse-fixes-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-06-06 | 1 | -11/+32 |
|\ \ \ \ \ |
|
| * | | | | | fuse: extract helper for range writeback | Miklos Szeredi | 2019-05-28 | 1 | -12/+14 |
| * | | | | | fuse: fix copy_file_range() in the writeback case | Miklos Szeredi | 2019-05-28 | 1 | -0/+12 |
| * | | | | | fuse: add FUSE_WRITE_KILL_PRIV | Miklos Szeredi | 2019-05-27 | 1 | -2/+9 |
| * | | | | | fuse: fallocate: fix return with locked inode | Miklos Szeredi | 2019-05-27 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge tag 'nfs-for-5.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2019-06-06 | 1 | -20/+12 |
|\ \ \ \ \ |
|
| * | | | | | NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled | Yihao Wu | 2019-05-30 | 1 | -3/+5 |
| * | | | | | NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake a waiter | Yihao Wu | 2019-05-30 | 1 | -17/+7 |
| |/ / / / |
|
* | | | | | Merge tag 'for-rc-adfs' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2019-06-06 | 4 | -129/+89 |
|\ \ \ \ \ |
|
| * | | | | | fs/adfs: fix filename fixup handling for "/" and "//" names | Russell King | 2019-05-31 | 1 | -4/+11 |
| * | | | | | fs/adfs: move append_filetype_suffix() into adfs_object_fixup() | Russell King | 2019-05-31 | 2 | -18/+8 |
| * | | | | | fs/adfs: remove truncated filename hashing | Russell King | 2019-05-31 | 1 | -10/+5 |
| * | | | | | fs/adfs: factor out filename fixup | Russell King | 2019-05-31 | 3 | -21/+24 |
| * | | | | | fs/adfs: factor out object fixups | Russell King | 2019-05-31 | 4 | -33/+24 |
| * | | | | | fs/adfs: factor out filename case lowering | Russell King | 2019-05-31 | 1 | -22/+12 |
| * | | | | | fs/adfs: factor out filename comparison | Russell King | 2019-05-31 | 1 | -42/+26 |
* | | | | | | Merge tag 'pstore-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-06-05 | 2 | -15/+28 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | pstore/ram: Run without kernel crash dump region | Kees Cook | 2019-05-31 | 2 | -14/+25 |
| * | | | | | pstore: Set tfm to NULL on free_buf_for_compression | Pi-Hsun Shih | 2019-05-31 | 1 | -1/+3 |
* | | | | | | Merge tag 'for-linus-20190601' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-06-02 | 2 | -10/+17 |
|\ \ \ \ \ \ |
|