Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge tag 'bcachefs-2024-04-22' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 2024-04-22 | 19 | -52/+105 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | bcachefs: If we run merges at a lower watermark, they must be nonblocking | Kent Overstreet | 2024-04-22 | 1 | -1/+5 | |
| * | | | | | | | | bcachefs: Fix inode early destruction path | Kent Overstreet | 2024-04-21 | 1 | -3/+6 | |
| * | | | | | | | | bcachefs: Fix deadlock in journal write path | Kent Overstreet | 2024-04-21 | 1 | -18/+42 | |
| * | | | | | | | | bcachefs: Tweak btree key cache shrinker so it actually frees | Kent Overstreet | 2024-04-20 | 1 | -15/+4 | |
| * | | | | | | | | bcachefs: bkey_cached.btree_trans_barrier_seq needs to be a ulong | Kent Overstreet | 2024-04-20 | 1 | -1/+1 | |
| * | | | | | | | | bcachefs: Fix missing call to bch2_fs_allocator_background_exit() | Kent Overstreet | 2024-04-20 | 1 | -0/+1 | |
| * | | | | | | | | bcachefs: Check for journal entries overruning end of sb clean section | Kent Overstreet | 2024-04-20 | 2 | -1/+10 | |
| * | | | | | | | | bcachefs: Fix bio alloc in check_extent_checksum() | Kent Overstreet | 2024-04-17 | 1 | -1/+1 | |
| * | | | | | | | | bcachefs: fix leak in bch2_gc_write_reflink_key | Kent Overstreet | 2024-04-17 | 1 | -1/+2 | |
| * | | | | | | | | bcachefs: KEY_TYPE_error is allowed for reflink | Kent Overstreet | 2024-04-17 | 1 | -1/+2 | |
| * | | | | | | | | bcachefs: Fix bch2_dev_btree_bitmap_marked_sectors() shift | Kent Overstreet | 2024-04-17 | 2 | -5/+5 | |
| * | | | | | | | | bcachefs: make sure to release last journal pin in replay | Kent Overstreet | 2024-04-17 | 1 | -1/+4 | |
| * | | | | | | | | bcachefs: node scan: ignore multiple nodes with same seq if interior | Kent Overstreet | 2024-04-17 | 1 | -0/+2 | |
| * | | | | | | | | bcachefs: Fix format specifier in validate_bset_keys() | Nathan Chancellor | 2024-04-17 | 1 | -1/+1 | |
| * | | | | | | | | bcachefs: Fix null ptr deref in twf from BCH_IOCTL_FSCK_OFFLINE | Kent Overstreet | 2024-04-17 | 3 | -3/+19 | |
* | | | | | | | | | Merge tag 'driver-core-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2024-04-21 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fs: sysfs: Fix reference leak in sysfs_break_active_protection() | Alan Stern | 2024-04-11 | 1 | -0/+2 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag '9p-fixes-for-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2024-04-19 | 4 | -6/+23 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fs/9p: drop inodes immediately on non-.L too | Joakim Sindholt | 2024-04-12 | 1 | -0/+1 | |
| * | | | | | | | | | fs/9p: Revert "fs/9p: fix dups even in uncached mode" | Eric Van Hensbergen | 2024-04-12 | 1 | -0/+16 | |
| * | | | | | | | | | fs/9p: remove erroneous nlink init from legacy stat2inode | Eric Van Hensbergen | 2024-04-10 | 1 | -2/+0 | |
| * | | | | | | | | | 9p: explicitly deny setlease attempts | Jeff Layton | 2024-03-28 | 1 | -0/+2 | |
| * | | | | | | | | | fs/9p: fix the cache always being enabled on files with qid flags | Joakim Sindholt | 2024-03-28 | 1 | -3/+0 | |
| * | | | | | | | | | fs/9p: translate O_TRUNC into OTRUNC | Joakim Sindholt | 2024-03-28 | 1 | -0/+3 | |
| * | | | | | | | | | fs/9p: only translate RWX permissions for plain 9P2000 | Joakim Sindholt | 2024-03-28 | 1 | -1/+1 | |
* | | | | | | | | | | Merge tag 'fuse-fixes-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2024-04-19 | 6 | -27/+58 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cuse: add kernel-doc comments to cuse_process_init_reply() | Yang Li | 2024-04-15 | 1 | -0/+4 | |
| * | | | | | | | | | | fuse: fix leaked ENOSYS error on first statx call | Danny Lin | 2024-04-15 | 1 | -0/+1 | |
| * | | | | | | | | | | fuse: fix parallel dio write on file open in passthrough mode | Amir Goldstein | 2024-04-15 | 1 | -2/+2 | |
| * | | | | | | | | | | fuse: fix wrong ff->iomode state changes from parallel dio write | Amir Goldstein | 2024-04-15 | 4 | -25/+51 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'mm-hotfixes-stable-2024-04-18-14-41' of git://git.kernel.org/pub/s... | Linus Torvalds | 2024-04-19 | 2 | -2/+5 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| * | | | | | | | | | nilfs2: fix OOB in nilfs_set_de_type | Jeongjun Park | 2024-04-17 | 1 | -1/+1 | |
| * | | | | | | | | | Squashfs: check the inode number is not the invalid value of zero | Phillip Lougher | 2024-04-17 | 1 | -1/+4 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'for-6.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-04-18 | 2 | -15/+14 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | btrfs: do not wait for short bulk allocation | Qu Wenruo | 2024-04-09 | 1 | -14/+4 | |
| * | | | | | | | | btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handling | Naohiro Aota | 2024-04-09 | 2 | -0/+9 | |
| * | | | | | | | | btrfs: zoned: do not flag ZEROOUT on non-dirty extent buffer | Naohiro Aota | 2024-04-09 | 1 | -1/+1 | |
* | | | | | | | | | Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 2024-04-15 | 1 | -24/+23 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | NFSD: fix endianness issue in nfsd4_encode_fattr4 | Vasily Gorbik | 2024-04-11 | 1 | -24/+23 | |
* | | | | | | | | | Merge tag 'bcachefs-2024-04-15' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 2024-04-15 | 34 | -182/+432 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | bcachefs: set_btree_iter_dontneed also clears should_be_locked | Kent Overstreet | 2024-04-15 | 1 | -2/+7 | |
| * | | | | | | | bcachefs: fix error path of __bch2_read_super() | Chao Yu | 2024-04-15 | 1 | -2/+5 | |
| * | | | | | | | bcachefs: Check for backpointer bucket_offset >= bucket size | Kent Overstreet | 2024-04-15 | 3 | -10/+9 | |
| * | | | | | | | bcachefs: bch_member.btree_allocated_bitmap | Kent Overstreet | 2024-04-15 | 9 | -6/+131 | |
| * | | | | | | | bcachefs: sysfs internal/trigger_journal_flush | Kent Overstreet | 2024-04-15 | 1 | -1/+10 | |
| * | | | | | | | bcachefs: Fix bch2_btree_node_fill() for !path | Kent Overstreet | 2024-04-15 | 1 | -26/+18 | |
| * | | | | | | | bcachefs: add safety checks in bch2_btree_node_fill() | Kent Overstreet | 2024-04-15 | 1 | -1/+24 | |
| * | | | | | | | bcachefs: Interior known are required to have known key types | Kent Overstreet | 2024-04-15 | 1 | -1/+2 | |
| * | | | | | | | bcachefs: add missing bounds check in __bch2_bkey_val_invalid() | Kent Overstreet | 2024-04-15 | 1 | -1/+4 |