Age | Commit message (Expand) | Author |
2022-11-08 | memory: move hotplug memory notifier priority to same file for easy sorting | Liu Shixin |
2022-11-08 | fs/proc/kcore.c: use hotplug_memory_notifier() directly | Liu Shixin |
2022-11-08 | hugetlbfs: convert hugetlb_delete_from_page_cache() to use folios | Sidhartha Kumar |
2022-11-08 | mm/hugetlb: add hugetlb_folio_subpool() helpers | Sidhartha Kumar |
2022-11-06 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-11-06 | Merge tag '6.1-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2022-11-06 | ext4: fix fortify warning in fs/ext4/fast_commit.c:1551 | Theodore Ts'o |
2022-11-06 | ext4: fix wrong return err in ext4_load_and_init_journal() | Jason Yan |
2022-11-06 | ext4: fix warning in 'ext4_da_release_space' | Ye Bin |
2022-11-06 | ext4: fix BUG_ON() when directory entry has invalid rec_len | Luís Henriques |
2022-11-04 | cifs: fix use-after-free on the link name | ChenXiaoSong |
2022-11-04 | cifs: avoid unnecessary iteration of tcp sessions | Shyam Prasad N |
2022-11-04 | cifs: always iterate smb sessions using primary channel | Shyam Prasad N |
2022-11-04 | Merge tag 'xfs-6.1-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2022-11-03 | Merge tag 'fuse-fixes-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-11-03 | Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-11-02 | Merge tag 'nfs-for-6.1-2' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2022-11-02 | btrfs: fix inode reserve space leak due to nowait buffered write | Filipe Manana |
2022-11-02 | btrfs: fix nowait buffered write returning -ENOSPC | Filipe Manana |
2022-11-02 | btrfs: remove pointless and double ulist frees in error paths of qgroup tests | Filipe Manana |
2022-11-02 | btrfs: fix ulist leaks in error paths of qgroup self tests | Filipe Manana |
2022-11-02 | btrfs: fix inode list leak during backref walking at find_parent_nodes() | Filipe Manana |
2022-11-02 | btrfs: fix inode list leak during backref walking at resolve_indirect_refs() | Filipe Manana |
2022-11-01 | Merge tag 'nfsd-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds |
2022-11-01 | nfsd: fix net-namespace logic in __nfsd_file_cache_purge | Jeff Layton |
2022-10-31 | Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-10-31 | xfs: rename XFS_REFC_COW_START to _COWFLAG | Darrick J. Wong |
2022-10-31 | xfs: fix uninitialized list head in struct xfs_refcount_recovery | Darrick J. Wong |
2022-10-31 | xfs: fix agblocks check in the cow leftover recovery function | Darrick J. Wong |
2022-10-31 | xfs: check record domain when accessing refcount records | Darrick J. Wong |
2022-10-31 | xfs: remove XFS_FIND_RCEXT_SHARED and _COW | Darrick J. Wong |
2022-10-31 | xfs: refactor domain and refcount checking | Darrick J. Wong |
2022-10-31 | xfs: report refcount domain in tracepoints | Darrick J. Wong |
2022-10-31 | xfs: track cow/shared record domains explicitly in xfs_refcount_irec | Darrick J. Wong |
2022-10-31 | xfs: refactor refcount record usage in xchk_refcountbt_rec | Darrick J. Wong |
2022-10-31 | xfs: move _irec structs to xfs_types.h | Darrick J. Wong |
2022-10-31 | xfs: check deferred refcount op continuation parameters | Darrick J. Wong |
2022-10-31 | xfs: create a predicate to verify per-AG extents | Darrick J. Wong |
2022-10-31 | xfs: make sure aglen never goes negative in xfs_refcount_adjust_extents | Darrick J. Wong |
2022-10-31 | xfs: dump corrupt recovered log intent items to dmesg consistently | Darrick J. Wong |
2022-10-31 | xfs: actually abort log recovery on corrupt intent-done log items | Darrick J. Wong |
2022-10-31 | xfs: refactor all the EFI/EFD log item sizeof logic | Darrick J. Wong |
2022-10-31 | xfs: fix memcpy fortify errors in EFI log format copying | Darrick J. Wong |
2022-10-31 | xfs: fix memcpy fortify errors in RUI log format copying | Darrick J. Wong |
2022-10-31 | xfs: fix memcpy fortify errors in CUI log format copying | Darrick J. Wong |
2022-10-31 | xfs: fix memcpy fortify errors in BUI log format copying | Darrick J. Wong |
2022-10-31 | xfs: fix validation in attr log item recovery | Darrick J. Wong |
2022-10-31 | btrfs: fix lost file sync on direct IO write with nowait and dsync iocb | Filipe Manana |
2022-10-31 | xfs: fix incorrect return type for fsdax fault handlers | Darrick J. Wong |
2022-10-31 | btrfs: fix a memory allocation failure test in btrfs_submit_direct | Christophe JAILLET |