Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Fix KASAN identified use-after-free issue. | Rohith Surabattula | 2021-05-20 | 2 | -9/+23 | |
| * | | | | | | Defer close only when lease is enabled. | Rohith Surabattula | 2021-05-20 | 3 | -0/+4 | |
| * | | | | | | Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled. | Rohith Surabattula | 2021-05-20 | 4 | -18/+23 | |
| * | | | | | | cifs: Fix inconsistent indenting | Jiapeng Chong | 2021-05-20 | 1 | -1/+1 | |
| * | | | | | | cifs: fix memory leak in smb2_copychunk_range | Ronnie Sahlberg | 2021-05-20 | 1 | -0/+2 | |
| * | | | | | | SMB3: incorrect file id in requests compounded with open | Steve French | 2021-05-19 | 1 | -3/+3 | |
| * | | | | | | cifs: remove deadstore in cifs_close_all_deferred_files() | wenhuizhang | 2021-05-17 | 1 | -2/+0 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-05-21 | 1 | -14/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | signalfd: Remove SIL_PERF_EVENT fields from signalfd_siginfo | Eric W. Biederman | 2021-05-18 | 1 | -10/+6 | |
| * | | | | | | signal: Deliver all of the siginfo perf data in _perf | Eric W. Biederman | 2021-05-18 | 1 | -1/+2 | |
| * | | | | | | signal: Implement SIL_FAULT_TRAPNO | Eric W. Biederman | 2021-05-18 | 1 | -5/+3 | |
* | | | | | | | Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-05-20 | 1 | -4/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fs: ecryptfs: remove BUG_ON from crypt_scatterlist | Phillip Potter | 2021-05-13 | 1 | -2/+0 | |
| * | | | | | | | Revert "ecryptfs: replace BUG_ON with error handling code" | Greg Kroah-Hartman | 2021-05-13 | 1 | -4/+2 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge tag 'quota_for_v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-05-20 | 1 | -4/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | quota: Use 'hlist_for_each_entry' to simplify code | Christophe JAILLET | 2021-05-10 | 1 | -4/+2 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge tag 'fs.idmapped.mount_setattr.v5.13-rc3' of gitolite.kernel.org:pub/sc... | Linus Torvalds | 2021-05-19 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fs/mount_setattr: tighten permission checks | Christian Brauner | 2021-05-12 | 1 | -1/+5 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-05-17 | 4 | -2/+26 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | | | ||||||
| * | | | | | btrfs: fix removed dentries still existing after log is synced | Filipe Manana | 2021-05-14 | 1 | -0/+18 | |
| * | | | | | btrfs: return whole extents in fiemap | Boris Burkov | 2021-05-14 | 1 | -1/+6 | |
| * | | | | | btrfs: avoid RCU stalls while running delayed iputs | Josef Bacik | 2021-05-14 | 1 | -0/+1 | |
| * | | | | | btrfs: return 0 for dev_extent_hole_check_zoned hole_start in case of error | Johannes Thumshirn | 2021-05-14 | 1 | -1/+1 | |
* | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-05-15 | 4 | -8/+14 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | hfsplus: prevent corruption in shrinking truncate | Jouni Roivas | 2021-05-15 | 1 | -3/+4 | |
| * | | | | | | mm/filemap: fix readahead return types | Matthew Wilcox (Oracle) | 2021-05-15 | 1 | -2/+2 | |
| * | | | | | | squashfs: fix divide error in calculate_skip() | Phillip Lougher | 2021-05-15 | 1 | -3/+3 | |
| * | | | | | | mm/hugetlb: fix F_SEAL_FUTURE_WRITE | Peter Xu | 2021-05-15 | 1 | -0/+5 | |
* | | | | | | | Merge tag 'io_uring-5.13-2021-05-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-05-15 | 1 | -9/+10 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | io_uring: increase max number of reg buffers | Pavel Begunkov | 2021-05-14 | 1 | -1/+3 | |
| * | | | | | | io_uring: further remove sqpoll limits on opcodes | Pavel Begunkov | 2021-05-14 | 1 | -4/+2 | |
| * | | | | | | io_uring: fix ltout double free on completion race | Pavel Begunkov | 2021-05-14 | 1 | -3/+4 | |
| * | | | | | | io_uring: fix link timeout refs | Pavel Begunkov | 2021-05-09 | 1 | -1/+1 | |
* | | | | | | | Merge tag 'erofs-for-5.13-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-05-15 | 1 | -2/+19 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | erofs: fix 1 lcluster-sized pcluster for big pcluster | Gao Xiang | 2021-05-13 | 1 | -2/+19 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge tag 'dax-fixes-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-05-15 | 1 | -12/+23 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | dax: Wake up all waiters after invalidating dax entry | Vivek Goyal | 2021-05-08 | 1 | -1/+1 | |
| * | | | | | | dax: Add a wakeup mode parameter to put_unlocked_entry() | Vivek Goyal | 2021-05-08 | 1 | -7/+7 | |
| * | | | | | | dax: Add an enum for specifying dax wakup mode | Vivek Goyal | 2021-05-08 | 1 | -6/+17 | |
* | | | | | | | Merge tag 'f2fs-5.13-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-05-14 | 5 | -47/+56 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | f2fs: return EINVAL for hole cases in swap file | Jaegeuk Kim | 2021-05-12 | 1 | -2/+2 | |
| * | | | | | | | f2fs: avoid swapon failure by giving a warning first | Jaegeuk Kim | 2021-05-12 | 1 | -6/+23 | |
| * | | | | | | | f2fs: compress: fix to assign cc.cluster_idx correctly | Chao Yu | 2021-05-11 | 3 | -12/+13 | |
| * | | | | | | | f2fs: compress: fix race condition of overwrite vs truncate | Chao Yu | 2021-05-11 | 1 | -23/+12 | |
| * | | | | | | | f2fs: compress: fix to free compress page correctly | Chao Yu | 2021-05-11 | 1 | -1/+2 | |
| * | | | | | | | f2fs: support iflag change given the mask | Jaegeuk Kim | 2021-05-11 | 1 | -1/+2 | |
| * | | | | | | | f2fs: avoid null pointer access when handling IPU error | Jaegeuk Kim | 2021-05-11 | 1 | -2/+2 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-05-11 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | btrfs: handle transaction start error in btrfs_fileattr_set | Ritesh Harjani | 2021-05-11 | 1 | -0/+2 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-05-10 | 11 | -26/+55 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | | |