Age | Commit message (Expand) | Author | Files | Lines |
2024-06-24 | nfs: drop the incorrect assertion in nfs_swap_rw() | Christoph Hellwig | 1 | -2/+0 |
2024-06-24 | ocfs2: fix DIO failure due to insufficient transaction credits | Jan Kara | 4 | -0/+26 |
2024-06-24 | /proc/pid/smaps: add mseal info for vma | Jeff Xu | 1 | -0/+3 |
2024-06-23 | Merge tag '6.10-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 5 | -32/+27 |
2024-06-22 | Merge tag 'nfsd-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 3 | -42/+11 |
2024-06-22 | Merge tag 'xfs-6.10-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -4/+19 |
2024-06-22 | Merge tag 'bcachefs-2024-06-22' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 25 | -353/+464 |
2024-06-21 | Merge tag 'ovl-fixes-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -5/+9 |
2024-06-21 | bcachefs: Move the ei_flags setting to after initialization | Youling Tang | 1 | -5/+3 |
2024-06-21 | bcachefs: Fix a UAF after write_super() | Kent Overstreet | 1 | -2/+2 |
2024-06-21 | bcachefs: Use bch2_print_string_as_lines for long err | Kent Overstreet | 1 | -5/+8 |
2024-06-21 | bcachefs: Fix I_NEW warning in race path in bch2_inode_insert() | Kent Overstreet | 1 | -2/+10 |
2024-06-21 | bcachefs: Replace bare EEXIST with private error codes | Kent Overstreet | 5 | -8/+12 |
2024-06-21 | bcachefs: Fix missing alloc_data_type_set() | Kent Overstreet | 1 | -1/+3 |
2024-06-20 | cifs: Move the 'pid' from the subreq to the req | David Howells | 4 | -15/+10 |
2024-06-20 | cifs: Only pick a channel once per read request | David Howells | 2 | -11/+4 |
2024-06-20 | cifs: Defer read completion | David Howells | 1 | -3/+12 |
2024-06-20 | Merge tag 'for-6.10-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -3/+12 |
2024-06-20 | bcachefs: fix alignment of VMA for memory mapped files on THP | Youling Tang | 1 | -0/+1 |
2024-06-20 | bcachefs: Fix safe errors by default | Kent Overstreet | 5 | -289/+308 |
2024-06-19 | bcachefs: Fix bch2_trans_put() | Kent Overstreet | 1 | -3/+8 |
2024-06-19 | bcachefs: set_worker_desc() for delete_dead_snapshots | Kent Overstreet | 1 | -0/+2 |
2024-06-19 | bcachefs: Fix bch2_sb_downgrade_update() | Kent Overstreet | 1 | -1/+1 |
2024-06-19 | bcachefs: Handle cached data LRU wraparound | Kent Overstreet | 1 | -5/+41 |
2024-06-19 | bcachefs: Guard against overflowing LRU_TIME_BITS | Kent Overstreet | 6 | -12/+32 |
2024-06-19 | bcachefs: delete_dead_snapshots() doesn't need to go RW | Kent Overstreet | 1 | -7/+0 |
2024-06-19 | bcachefs: Fix early init error path in journal code | Kent Overstreet | 1 | -0/+3 |
2024-06-19 | bcachefs: Check for invalid btree IDs | Kent Overstreet | 2 | -2/+12 |
2024-06-19 | bcachefs: Fix btree ID bitmasks | Kent Overstreet | 2 | -10/+11 |
2024-06-19 | bcachefs: Fix shift overflow in read_one_super() | Kent Overstreet | 1 | -3/+4 |
2024-06-19 | bcachefs: Fix a locking bug in the do_discard_fast() path | Kent Overstreet | 1 | -1/+1 |
2024-06-19 | bcachefs: Fix array-index-out-of-bounds | Kent Overstreet | 3 | -3/+8 |
2024-06-19 | bcachefs: Fix initialization order for srcu barrier | Kent Overstreet | 1 | -1/+1 |
2024-06-19 | cifs: fix typo in module parameter enable_gcm_256 | Steve French | 1 | -1/+1 |
2024-06-18 | cifs: drop the incorrect assertion in cifs_swap_rw() | Barry Song | 1 | -2/+0 |
2024-06-17 | Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s... | Linus Torvalds | 3 | -86/+137 |
2024-06-17 | NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit() | Lorenzo Bianconi | 3 | -42/+11 |
2024-06-17 | xfs: fix unlink vs cluster buffer instantiation race | Dave Chinner | 1 | -4/+19 |
2024-06-16 | Merge tag 'char-misc-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+3 |
2024-06-15 | Merge tag 'xfs-6.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -3/+4 |
2024-06-15 | Merge tag '6.10-rc3-smb3-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 4 | -20/+25 |
2024-06-15 | ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger() | Joseph Qi | 3 | -82/+131 |
2024-06-15 | ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty() | Joseph Qi | 1 | -4/+6 |
2024-06-14 | ovl: fix encoding fid for lower only root | Miklos Szeredi | 1 | -1/+5 |
2024-06-13 | btrfs: zoned: allocate dummy checksums for zoned NODATASUM writes | Johannes Thumshirn | 1 | -1/+3 |
2024-06-13 | btrfs: retry block group reclaim without infinite loop | Boris Burkov | 1 | -2/+9 |
2024-06-13 | Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 4 | -31/+77 |
2024-06-12 | Merge tag 'bcachefs-2024-06-12' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 22 | -220/+344 |
2024-06-11 | ksmbd: fix missing use of get_write in in smb2_set_ea() | Namjae Jeon | 4 | -11/+19 |
2024-06-11 | ksmbd: move leading slash check to smb2_get_name() | Namjae Jeon | 1 | -9/+6 |