summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* block: ignore RWF_HIPRI hint for sync dioMing Lei2022-05-021-4/+3
* direct-io: remove random prefetchesChristoph Hellwig2022-04-171-28/+4
* block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-1710-20/+20
* block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-1712-35/+23
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-1719-61/+33
* block: add a bdev_max_discard_sectors helperChristoph Hellwig2022-04-171-4/+2
* block: add a bdev_max_zone_append_sectors helperChristoph Hellwig2022-04-171-2/+1
* block: add a bdev_stable_writes helperChristoph Hellwig2022-04-171-1/+1
* block: add a bdev_fua helperChristoph Hellwig2022-04-171-2/+1
* block: add a bdev_write_cache helperChristoph Hellwig2022-04-171-2/+1
* block: add a bdev_nonrot helperChristoph Hellwig2022-04-172-3/+3
* ntfs3: use bdev_logical_block_size instead of open coding itChristoph Hellwig2022-04-171-1/+1
* btrfs: use bdev_max_active_zones instead of open coding itChristoph Hellwig2022-04-171-2/+1
* block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig2022-04-171-7/+8
* squashfs: always use bio_kmalloc in squashfs_bio_readChristoph Hellwig2022-04-171-8/+3
* btrfs: simplify ->flush_bio handlingChristoph Hellwig2022-04-173-16/+7
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-04-151-2/+2
|\
| * revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"Andrew Morton2022-04-151-2/+2
| * revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"Andrew Morton2022-04-151-1/+1
* | Merge tag 'io_uring-5.18-2022-04-14' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-152-41/+58
|\ \
| * | io_uring: abort file assignment prior to assigning credsJens Axboe2022-04-141-2/+3
| * | io_uring: fix poll error reportingPavel Begunkov2022-04-131-3/+2
| * | io_uring: fix poll file assign deadlockPavel Begunkov2022-04-131-1/+2
| * | io_uring: use right issue_flags for splice/teePavel Begunkov2022-04-131-2/+2
| * | io_uring: verify pad field is 0 in io_get_ext_argDylan Yudaken2022-04-121-0/+2
| * | io_uring: verify resv is 0 in ringfd register/unregisterDylan Yudaken2022-04-121-1/+6
| * | io_uring: verify that resv2 is 0 in io_uring_rsrc_update2Dylan Yudaken2022-04-121-2/+3
| * | io_uring: move io_uring_rsrc_update2 validationDylan Yudaken2022-04-121-2/+2
| * | io_uring: fix assign file locking issuePavel Begunkov2022-04-121-4/+6
| * | io_uring: stop using io_wq_work as an fd placeholderJens Axboe2022-04-112-5/+8
| * | io_uring: move apoll->events cacheJens Axboe2022-04-111-9/+12
| * | io_uring: io_kiocb_update_pos() should not touch file for non -1 offsetJens Axboe2022-04-111-11/+10
| * | io_uring: flag the fact that linked file assignment is saneJens Axboe2022-04-101-1/+2
* | | Merge tag '5.18-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-04-146-20/+35
|\ \ \
| * | | cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg2022-04-141-3/+3
| * | | cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli2022-04-131-0/+3
| * | | cifs: Split the smb3_add_credits tracepointDavid Howells2022-04-084-6/+16
| * | | cifs: release cached dentries only if mount is completeShyam Prasad N2022-04-081-13/+15
| * | | cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells2022-04-081-1/+1
* | | | VFS: filename_create(): fix incorrect intent.NeilBrown2022-04-141-12/+10
| |_|/ |/| |
* | | Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-148-23/+49
|\ \ \
| * | | btrfs: fix btrfs_submit_compressed_write cgroup attributionDennis Zhou2022-04-061-0/+8
| * | | btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai2022-04-061-2/+3
| * | | btrfs: zoned: activate block group only for extent allocationNaohiro Aota2022-04-063-9/+21
| * | | btrfs: return allocated block group from do_chunk_alloc()Naohiro Aota2022-04-061-3/+13
| * | | btrfs: mark resumed async balance as writingNaohiro Aota2022-04-061-0/+2
| * | | btrfs: remove support of balance v1 ioctlNikolay Borisov2022-04-061-2/+0
| * | | btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota2022-04-061-3/+3
| * | | btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor2022-04-061-4/+0
| * | | btrfs: zoned: remove redundant condition in btrfs_run_delalloc_rangeHaowen Bai2022-04-061-2/+1