| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2022-05-23 | 1 | -1/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faults | Catalin Marinas | 2022-04-25 | 1 | -1/+6 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-05-23 | 1 | -5/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | x86/aperfmperf: Replace aperfmperf_get_khz() | Thomas Gleixner | 2022-04-27 | 1 | -5/+1 | |
| | | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-05-23 | 4 | -51/+294 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | zonefs: Add active seq file accounting | Damien Le Moal | 2022-04-21 | 3 | -6/+83 | |
| | * | | | | | | | | | | | | | | | | zonefs: Export open zone resource information through sysfs | Damien Le Moal | 2022-04-21 | 4 | -5/+156 | |
| | * | | | | | | | | | | | | | | | | zonefs: Always do seq file write open accounting | Damien Le Moal | 2022-04-21 | 1 | -34/+46 | |
| | * | | | | | | | | | | | | | | | | zonefs: Rename super block information fields | Damien Le Moal | 2022-04-21 | 2 | -9/+12 | |
| | * | | | | | | | | | | | | | | | | zonefs: Fix management of open zones | Damien Le Moal | 2022-04-21 | 1 | -5/+40 | |
| | * | | | | | | | | | | | | | | | | zonefs: Clear inode information flags on inode creation | Damien Le Moal | 2022-04-21 | 1 | -0/+1 | |
| | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-05-23 | 34 | -190/+106 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | block: ignore RWF_HIPRI hint for sync dio | Ming Lei | 2022-05-02 | 1 | -4/+3 | |
| | * | | | | | | | | | | | | | | | | direct-io: remove random prefetches | Christoph Hellwig | 2022-04-17 | 1 | -28/+4 | |
| | * | | | | | | | | | | | | | | | | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD | Christoph Hellwig | 2022-04-17 | 10 | -20/+20 | |
| | * | | | | | | | | | | | | | | | | block: add a bdev_discard_granularity helper | Christoph Hellwig | 2022-04-17 | 12 | -35/+23 | |
| | * | | | | | | | | | | | | | | | | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 2022-04-17 | 19 | -61/+33 | |
| | * | | | | | | | | | | | | | | | | block: add a bdev_max_discard_sectors helper | Christoph Hellwig | 2022-04-17 | 1 | -4/+2 | |
| | * | | | | | | | | | | | | | | | | block: add a bdev_max_zone_append_sectors helper | Christoph Hellwig | 2022-04-17 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | | | | block: add a bdev_stable_writes helper | Christoph Hellwig | 2022-04-17 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | block: add a bdev_fua helper | Christoph Hellwig | 2022-04-17 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | | | | block: add a bdev_write_cache helper | Christoph Hellwig | 2022-04-17 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | | | | block: add a bdev_nonrot helper | Christoph Hellwig | 2022-04-17 | 2 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | ntfs3: use bdev_logical_block_size instead of open coding it | Christoph Hellwig | 2022-04-17 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | btrfs: use bdev_max_active_zones instead of open coding it | Christoph Hellwig | 2022-04-17 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | | | | block: turn bio_kmalloc into a simple kmalloc wrapper | Christoph Hellwig | 2022-04-17 | 1 | -7/+8 | |
| | * | | | | | | | | | | | | | | | | squashfs: always use bio_kmalloc in squashfs_bio_read | Christoph Hellwig | 2022-04-17 | 1 | -8/+3 | |
| | * | | | | | | | | | | | | | | | | btrfs: simplify ->flush_bio handling | Christoph Hellwig | 2022-04-17 | 3 | -16/+7 | |
| | |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Merge tag 'for-5.19/writeback-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-05-23 | 1 | -5/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pages | Zhihao Cheng | 2022-05-19 | 1 | -5/+8 | |
| | | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge tag 'for-5.19/io_uring-passthrough-2022-05-22' of git://git.kernel.dk/l... | Linus Torvalds | 2022-05-23 | 1 | -74/+370 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | io_uring: cleanup handling of the two task_work lists | Jens Axboe | 2022-05-21 | 1 | -25/+37 | |
| | * | | | | | | | | | | | | | | | | fs,io_uring: add infrastructure for uring-cmd | Jens Axboe | 2022-05-11 | 1 | -18/+117 | |
| | * | | | | | | | | | | | | | | | | io_uring: support CQE32 for nop operation | Stefan Roesch | 2022-05-09 | 1 | -2/+26 | |
| | * | | | | | | | | | | | | | | | | io_uring: enable CQE32 | Stefan Roesch | 2022-05-09 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | io_uring: support CQE32 in /proc info | Stefan Roesch | 2022-05-09 | 1 | -2/+14 | |
| | * | | | | | | | | | | | | | | | | io_uring: add tracing for additional CQE32 fields | Stefan Roesch | 2022-05-09 | 1 | -5/+6 | |
| | * | | | | | | | | | | | | | | | | io_uring: overflow processing for CQE32 | Stefan Roesch | 2022-05-09 | 1 | -9/+23 | |
| | * | | | | | | | | | | | | | | | | io_uring: flush completions for CQE32 | Stefan Roesch | 2022-05-09 | 1 | -2/+6 | |
| | * | | | | | | | | | | | | | | | | io_uring: modify io_get_cqe for CQE32 | Stefan Roesch | 2022-05-09 | 1 | -2/+17 | |
| | * | | | | | | | | | | | | | | | | io_uring: add CQE32 completion processing | Stefan Roesch | 2022-05-09 | 1 | -8/+45 | |
| | * | | | | | | | | | | | | | | | | io_uring: add CQE32 setup processing | Stefan Roesch | 2022-05-09 | 1 | -0/+58 | |
| | * | | | | | | | | | | | | | | | | io_uring: change ring size calculation for CQE32 | Stefan Roesch | 2022-05-09 | 1 | -3/+7 | |
| | * | | | | | | | | | | | | | | | | io_uring: store add. return values for CQE32 | Stefan Roesch | 2022-05-09 | 1 | -1/+7 | |
| | * | | | | | | | | | | | | | | | | io_uring: add support for 128-byte SQEs | Jens Axboe | 2022-05-09 | 1 | -3/+11 | |
| | * | | | | | | | | | | | | | | | | Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-passthrough | Jens Axboe | 2022-05-09 | 3 | -46/+597 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'for-5.19/io_uring' into for-5.19/io_uring-passthrough | Jens Axboe | 2022-05-09 | 3 | -938/+1145 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge tag 'for-5.19/io_uring-net-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-05-23 | 1 | -4/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | io_uring: return hint on whether more data is available after receive | Jens Axboe | 2022-04-29 | 1 | -4/+15 | |
| | * | | | | | | | | | | | | | | | | | | Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-net | Jens Axboe | 2022-04-29 | 4 | -718/+1470 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | ||||||
