summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge tag 'fscache-fixes-20220413' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-04-148-20/+36
|\ \ \ \
| * | | | fscache: remove FSCACHE_OLD_API Kconfig optionYue Hu2022-04-081-3/+0
| * | | | fscache: Use wrapper fscache_set_cache_state() directly when relinquishingYue Hu2022-04-081-1/+1
| * | | | fscache: Move fscache_cookies_seq_ops specific code under CONFIG_PROC_FSYue Hu2022-04-082-1/+7
| * | | | fscache: Remove the cookie parameter from fscache_clear_page_bits()Yue Hu2022-04-082-5/+3
| * | | | cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattrDave Wysochanski2022-04-081-1/+1
| * | | | cachefiles: unmark inode in use in error pathJeffle Xu2022-04-081-9/+24
* | | | | Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-04-122-22/+27
|\ \ \ \ \
| * | | | | nfsd: Clean up nfsd_file_put()Trond Myklebust2022-03-311-10/+3
| * | | | | nfsd: Fix a write performance regressionTrond Myklebust2022-03-311-3/+15
| * | | | | SUNRPC: Return true/false (not 1/0) from bool functionsHaowen Bai2022-03-271-12/+12
* | | | | | stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka2022-04-121-9/+10
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-04-101-13/+0
|\ \ \ \ \