summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | btrfs: use temporary variable for space_info in btrfs_update_block_groupJosef Bacik2023-03-151-10/+12
| | * | | | | | | btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik2023-03-153-8/+4
| | * | | | | | | btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileNaohiro Aota2023-03-151-2/+12
| | * | | | | | | btrfs: fix compiler warning on SPARC/PA-RISC handling fscrypt_setup_filenameSweet Tea Dorminy2023-03-151-1/+6
| | * | | | | | | btrfs: handle missing chunk mapping more gracefullyQu Wenruo2023-03-151-1/+2
| * | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-03-244-3/+18
| |\ \ \ \ \ \ \ \
| | * | | | | | | | scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate()Yu Kuai2023-03-161-2/+4
| | * | | | | | | | scsi: qla2xxx: Synchronize the IOCB count to be in orderQuinn Tran2023-03-161-1/+2
| | * | | | | | | | scsi: qla2xxx: Perform lockless command completion in abort pathNilesh Javali2023-03-161-0/+11
| | * | | | | | | | scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMRJoel Selvaraj2023-03-161-0/+1
| * | | | | | | | | Merge tag 'gfs2-v6.3-rc3-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-03-231-0/+18
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Reinstate "GFS2: free disk inode which is deleted by remote node -V2"Bob Peterson2023-03-231-0/+18
| * | | | | | | | | | Merge tag 'zonefs-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2023-03-231-2/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | zonefs: Fix error message in zonefs_file_dio_append()Damien Le Moal2023-03-211-1/+1
| | * | | | | | | | | | zonefs: Prevent uninitialized symbol 'size' warningDamien Le Moal2023-03-211-1/+1
| | |/ / / / / / / / /
| * | | | | | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2023-03-221-2/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ARM: 9290/1: uaccess: Fix KASAN false-positivesAndrew Jeffery2023-03-061-2/+2
| * | | | | | | | | | | Merge tag 'bootconfig-fixes-v6.3-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-03-222-7/+15
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | bootconfig: Change message if no bootconfig with CONFIG_BOOT_CONFIG_FORCE=yMasami Hiramatsu (Google)2023-03-221-3/+7
| | * | | | | | | | | | | bootconfig: Fix testcase to increase max nodeMasami Hiramatsu (Google)2023-03-221-4/+8
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge tag 'vfio-v6.3-rc4' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-03-211-10/+4
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | vfio/mlx5: Fix the report of dirty_bytes upon pre-copyYishai Hadas2023-03-131-10/+4
| * | | | | | | | | | | | Merge tag 'nfsd-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-213-3/+10
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | nfsd: don't replace page in rq_pages if it's a continuation of last pageJeff Layton2023-03-171-1/+8
| | * | | | | | | | | | | | NFS & NFSD: Update GSS dependenciesChuck Lever2023-03-102-2/+2
| * | | | | | | | | | | | | Merge tag 'keys-fixes-20230321' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-03-213-22/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | asymmetric_keys: log on fatal failures in PE/pkcs7Robbie Harwood2023-03-212-17/+17
| | * | | | | | | | | | | | | verify_pefile: relax wrapper length checkRobbie Harwood2023-03-211-4/+8
| | * | | | | | | | | | | | | keys: Do not cache key in task struct if key is requested from kernel threadDavid Howells2023-03-211-3/+6
| * | | | | | | | | | | | | | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds2023-03-202-18/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITYEric Biggers2023-03-151-12/+13
| | * | | | | | | | | | | | | | fsverity: Remove WQ_UNBOUND from fsverity read workqueueNathan Huckleberry2023-03-141-6/+6
| | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2023-03-202-13/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | fscrypt: check for NULL keyring in fscrypt_put_master_key_activeref()Eric Biggers2023-03-181-0/+2
| | * | | | | | | | | | | | | | fscrypt: improve fscrypt_destroy_keyring() documentationEric Biggers2023-03-181-10/+11
| | * | | | | | | | | | | | | | fscrypt: destroy keyring after security_sb_delete()Eric Biggers2023-03-141-3/+12
| * | | | | | | | | | | | | | | gpu: host1x: fix uninitialized variable useArnd Bergmann2023-03-201-3/+2
| * | | | | | | | | | | | | | | Merge tag 'nfs-for-6.3-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-03-205-10/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | NFS: Correct timing for assigning access cache timestampChengen Du2023-03-141-1/+1
| | * | | | | | | | | | | | | | lockd: set file_lock start and end when decoding nlm4 testargsJeff Layton2023-03-143-9/+14
| | * | | | | | | | | | | | | | NFS: Fix /proc/PID/io read_bytes for buffered readsDave Wysochanski2023-03-141-0/+3
| | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Linux 6.3-rc3v6.3-rc3Linus Torvalds2023-03-191-1/+1
| * | | | | | | | | | | | | | Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-03-196-17/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptrCosta Shulyupin2023-03-191-2/+2
| | * | | | | | | | | | | | | | ring-buffer: remove obsolete comment for free_buffer_page()Vlastimil Babka2023-03-191-4/+0
| | * | | | | | | | | | | | | | tracing: Make splice_read available againSung-hun Kim2023-03-191-0/+2
| | * | | | | | | | | | | | | | ftrace: Set direct_ops storage-class-specifier to staticTom Rix2023-03-191-1/+1
| | * | | | | | | | | | | | | | trace/hwlat: Do not start per-cpu thread if it is already runningTero Kristo2023-03-191-0/+4
| | * | | | | | | | | | | | | | trace/hwlat: Do not wipe the contents of per-cpu thread dataTero Kristo2023-03-191-3/+0
| | * | | | | | | | | | | | | | tracing/osnoise: set several trace_osnoise.c variables storage-class-specifie...Tom Rix2023-03-191-5/+5