| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'gfs2-v5.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2020-11-05 | 10 | -48/+70 |
|\ |
|
| * | gfs2: Wake up when sd_glock_disposal becomes zero | Alexander Aring | 2020-11-03 | 1 | -1/+2 |
| * | gfs2: Don't call cancel_delayed_work_sync from within delete work function | Andreas Gruenbacher | 2020-11-02 | 1 | -1/+2 |
| * | gfs2: check for live vs. read-only file system in gfs2_fitrim | Bob Peterson | 2020-10-29 | 1 | -0/+3 |
| * | gfs2: don't initialize statfs_change inodes in spectator mode | Bob Peterson | 2020-10-29 | 1 | -4/+8 |
| * | gfs2: Split up gfs2_meta_sync into inode and rgrp versions | Bob Peterson | 2020-10-29 | 5 | -40/+52 |
| * | gfs2: init_journal's undo directive should also undo the statfs inodes | Bob Peterson | 2020-10-29 | 1 | -1/+1 |
| * | gfs2: Add missing truncate_inode_pages_final for sd_aspace | Bob Peterson | 2020-10-29 | 1 | -0/+1 |
| * | gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free | Bob Peterson | 2020-10-29 | 1 | -1/+1 |
* | | afs: Fix incorrect freeing of the ACL passed to the YFS ACL store op | David Howells | 2020-11-03 | 1 | -6/+1 |
* | | afs: Fix warning due to unadvanced marshalling pointer | David Howells | 2020-11-03 | 1 | -0/+1 |
* | | mm, oom: keep oom_adj under or at upper limit when printing | Charles Haithcock | 2020-11-02 | 1 | -0/+2 |
* | | Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2020-11-01 | 1 | -8/+7 |
|\ \ |
|
| * | | debugfs: remove return value of debugfs_create_devm_seqfile() | Greg Kroah-Hartman | 2020-10-30 | 1 | -8/+7 |
* | | | Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s... | Linus Torvalds | 2020-10-31 | 5 | -9/+9 |
|\ \ \ |
|
| * | | | fs: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-10-29 | 5 | -9/+9 |
| |/ / |
|
* | | | Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-10-30 | 1 | -70/+38 |
|\ \ \ |
|
| * | | | io_uring: use type appropriate io_kiocb handler for double poll | Jens Axboe | 2020-10-25 | 1 | -2/+4 |
| * | | | io_uring: simplify __io_queue_sqe() | Pavel Begunkov | 2020-10-23 | 1 | -17/+11 |
| * | | | io_uring: simplify nxt propagation in io_queue_sqe | Pavel Begunkov | 2020-10-23 | 1 | -7/+3 |
| * | | | io_uring: don't miss setting IO_WQ_WORK_CONCURRENT | Pavel Begunkov | 2020-10-23 | 1 | -7/+3 |
| * | | | io_uring: don't defer put of cancelled ltimeout | Pavel Begunkov | 2020-10-23 | 1 | -38/+20 |
| * | | | io_uring: always clear LINK_TIMEOUT after cancel | Pavel Begunkov | 2020-10-23 | 1 | -1/+1 |
| * | | | io_uring: don't adjust LINK_HEAD in cancel ltimeout | Pavel Begunkov | 2020-10-23 | 1 | -1/+0 |
| * | | | io_uring: remove opcode check on ltimeout kill | Pavel Begunkov | 2020-10-23 | 1 | -2/+1 |
* | | | | Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-10-30 | 14 | -51/+225 |
|\ \ \ \ |
|
| * | | | | btrfs: convert data_seqcount to seqcount_mutex_t | Davidlohr Bueso | 2020-10-27 | 2 | -7/+6 |
| * | | | | btrfs: don't fallback to buffered read if we don't need to | Johannes Thumshirn | 2020-10-27 | 1 | -1/+2 |
| * | | | | btrfs: add a helper to read the tree_root commit root for backref lookup | Josef Bacik | 2020-10-26 | 3 | -41/+114 |
| * | | | | btrfs: drop the path before adding qgroup items when enabling qgroups | Josef Bacik | 2020-10-26 | 1 | -0/+18 |
| * | | | | btrfs: fix readahead hang and use-after-free after removing a device | Filipe Manana | 2020-10-26 | 5 | -0/+56 |
| * | | | | btrfs: fix use-after-free on readahead extent after failure to create it | Filipe Manana | 2020-10-26 | 1 | -0/+2 |
| * | | | | btrfs: tree-checker: validate number of chunk stripes and parity | Daniel Xu | 2020-10-26 | 1 | -0/+18 |
| * | | | | btrfs: tree-checker: fix incorrect printk format | Pujin Shi | 2020-10-26 | 1 | -1/+1 |
| * | | | | btrfs: drop the path before adding block group sysfs files | Josef Bacik | 2020-10-26 | 1 | -0/+1 |
| * | | | | btrfs: fix relocation failure due to race with fallocate | Filipe Manana | 2020-10-16 | 1 | -1/+7 |
* | | | | | Merge tag 'afs-fixes-20201029' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-10-29 | 7 | -79/+184 |
|\ \ \ \ \ |
|
| * | | | | | afs: Fix dirty-region encoding on ppc32 with 64K pages | David Howells | 2020-10-29 | 2 | -9/+20 |
| * | | | | | afs: Fix afs_invalidatepage to adjust the dirty region | David Howells | 2020-10-29 | 3 | -12/+76 |
| * | | | | | afs: Alter dirty range encoding in page->private | David Howells | 2020-10-29 | 2 | -4/+4 |
| * | | | | | afs: Wrap page->private manipulations in inline functions | David Howells | 2020-10-29 | 2 | -18/+41 |
| * | | | | | afs: Fix where page->private is set during write | David Howells | 2020-10-29 | 1 | -15/+26 |
| * | | | | | afs: Fix page leak on afs_write_begin() failure | David Howells | 2020-10-29 | 1 | -12/+11 |
| * | | | | | afs: Fix to take ref on page when PG_private is set | David Howells | 2020-10-29 | 4 | -26/+18 |
| * | | | | | afs: Fix afs_launder_page to not clear PG_writeback | David Howells | 2020-10-27 | 2 | -4/+7 |
| * | | | | | afs: Fix a use after free in afs_xattr_get_acl() | Dan Carpenter | 2020-10-27 | 1 | -1/+1 |
| * | | | | | afs: Fix tracing deref-before-check | David Howells | 2020-10-27 | 1 | -1/+2 |
| * | | | | | afs: Fix copy_file_range() | David Howells | 2020-10-27 | 1 | -0/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2020-10-29 | 9 | -133/+73 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | ext4: indicate that fast_commit is available via /sys/fs/ext4/feature/... | Theodore Ts'o | 2020-10-28 | 1 | -0/+2 |