Age | Commit message (Expand) | Author | Files | Lines |
2021-06-14 | mark pstore-blk as broken | Christoph Hellwig | 1 | -0/+1 |
2021-05-24 | block_dump: remove block_dump feature in mark_inode_dirty() | zhangyi (F) | 1 | -25/+0 |
2021-05-23 | userfaultfd: hugetlbfs: fix new flag usage in error path | Mike Kravetz | 1 | -1/+1 |
2021-05-22 | Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -10/+8 |
2021-05-22 | Merge tag 'io_uring-5.13-2021-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -7/+7 |
2021-05-22 | Merge tag 'xfs-5.13-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 3 | -28/+78 |
2021-05-22 | Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -13/+49 |
2021-05-22 | Merge tag '5.13-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 7 | -32/+55 |
2021-05-21 | Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -14/+9 |
2021-05-20 | Fix KASAN identified use-after-free issue. | Rohith Surabattula | 2 | -9/+23 |
2021-05-20 | Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+0 |
2021-05-20 | Merge tag 'quota_for_v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+2 |
2021-05-20 | xfs: restore old ioctl definitions | Darrick J. Wong | 1 | -0/+4 |
2021-05-20 | xfs: fix deadlock retry tracepoint arguments | Darrick J. Wong | 1 | -1/+3 |
2021-05-20 | xfs: retry allocations when locality-based search fails | Darrick J. Wong | 1 | -1/+14 |
2021-05-20 | block: fix a race between del_gendisk and BLKRRPART | Gulam Mohamed | 1 | -0/+3 |
2021-05-20 | block: prevent block device lookups at the beginning of del_gendisk | Christoph Hellwig | 1 | -10/+5 |
2021-05-20 | btrfs: zoned: fix parallel compressed writes | Johannes Thumshirn | 1 | -4/+38 |
2021-05-20 | btrfs: zoned: pass start block to btrfs_use_zone_append | Johannes Thumshirn | 4 | -7/+6 |
2021-05-20 | io_uring: fortify tctx/io_wq cleanup | Pavel Begunkov | 1 | -4/+4 |
2021-05-20 | Defer close only when lease is enabled. | Rohith Surabattula | 3 | -0/+4 |
2021-05-20 | Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled. | Rohith Surabattula | 4 | -18/+23 |
2021-05-20 | cifs: Fix inconsistent indenting | Jiapeng Chong | 1 | -1/+1 |
2021-05-20 | cifs: fix memory leak in smb2_copychunk_range | Ronnie Sahlberg | 1 | -0/+2 |
2021-05-19 | Merge tag 'fs.idmapped.mount_setattr.v5.13-rc3' of gitolite.kernel.org:pub/sc... | Linus Torvalds | 1 | -1/+5 |
2021-05-19 | SMB3: incorrect file id in requests compounded with open | Steve French | 1 | -3/+3 |
2021-05-19 | signalfd: Remove SIL_PERF_EVENT fields from signalfd_siginfo | Eric W. Biederman | 1 | -10/+6 |
2021-05-19 | signal: Deliver all of the siginfo perf data in _perf | Eric W. Biederman | 1 | -1/+2 |
2021-05-19 | signal: Implement SIL_FAULT_TRAPNO | Eric W. Biederman | 1 | -5/+3 |
2021-05-17 | Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -2/+26 |
2021-05-17 | btrfs: do not BUG_ON in link_to_fixup_dir | Josef Bacik | 1 | -2/+0 |
2021-05-17 | btrfs: release path before starting transaction when cloning inline extent | Filipe Manana | 1 | -0/+5 |
2021-05-17 | io_uring: don't modify req->poll for rw | Pavel Begunkov | 1 | -3/+3 |
2021-05-17 | cifs: remove deadstore in cifs_close_all_deferred_files() | wenhuizhang | 1 | -2/+0 |
2021-05-17 | xfs: adjust rt allocation minlen when extszhint > rtextsize | Darrick J. Wong | 1 | -26/+57 |
2021-05-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -8/+14 |
2021-05-15 | Merge tag 'io_uring-5.13-2021-05-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -9/+10 |
2021-05-15 | Merge tag 'erofs-for-5.13-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+19 |
2021-05-15 | Merge tag 'dax-fixes-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -12/+23 |
2021-05-15 | hfsplus: prevent corruption in shrinking truncate | Jouni Roivas | 1 | -3/+4 |
2021-05-15 | mm/filemap: fix readahead return types | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2021-05-15 | squashfs: fix divide error in calculate_skip() | Phillip Lougher | 1 | -3/+3 |
2021-05-15 | mm/hugetlb: fix F_SEAL_FUTURE_WRITE | Peter Xu | 1 | -0/+5 |
2021-05-14 | Merge tag 'f2fs-5.13-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -47/+56 |
2021-05-14 | io_uring: increase max number of reg buffers | Pavel Begunkov | 1 | -1/+3 |
2021-05-14 | io_uring: further remove sqpoll limits on opcodes | Pavel Begunkov | 1 | -4/+2 |
2021-05-14 | io_uring: fix ltout double free on completion race | Pavel Begunkov | 1 | -3/+4 |
2021-05-14 | btrfs: fix removed dentries still existing after log is synced | Filipe Manana | 1 | -0/+18 |
2021-05-14 | btrfs: return whole extents in fiemap | Boris Burkov | 1 | -1/+6 |
2021-05-14 | btrfs: avoid RCU stalls while running delayed iputs | Josef Bacik | 1 | -0/+1 |