summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-04-101-13/+0
|\
| * kobject: kobj_type: remove default_attrsGreg Kroah-Hartman2022-04-051-13/+0
* | Merge tag 'io_uring-5.18-2022-04-08' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-082-420/+198
|\ \
| * | io_uring: fix race between timeout flush and removalJens Axboe2022-04-081-4/+3
| * | io_uring: use nospec annotation for more indexesPavel Begunkov2022-04-071-6/+5
| * | io_uring: zero tag on rsrc removalPavel Begunkov2022-04-071-1/+3
| * | io_uring: don't touch scm_fp_list after queueing skbPavel Begunkov2022-04-071-2/+6
| * | io_uring: nospec index for tags on files updatePavel Begunkov2022-04-071-1/+1
| * | io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFFEugene Syromiatnikov2022-04-071-1/+9
| * | Revert "io_uring: Add support for napi_busy_poll"Jens Axboe2022-04-071-231/+1
| * | io_uring: drop the old style inflight file trackingJens Axboe2022-04-071-58/+27
| * | io_uring: defer file assignmentJens Axboe2022-04-072-10/+30
| * | io_uring: propagate issue_flags state down to file assignmentJens Axboe2022-04-071-35/+47
| * | io_uring: move read/write file prep state into actual opcode handlerJens Axboe2022-04-041-48/+53
| * | io_uring: defer splice/tee file validity check until command issueJens Axboe2022-04-041-28/+21
| * | io_uring: don't check req->file in io_fsync_prep()Jens Axboe2022-04-031-3/+0
| |/
* | Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-04-089-24/+22
|\ \
| * | NFS: Ensure rpc_run_task() cannot fail in nfs_async_rename()Trond Myklebust2022-04-071-0/+1
| * | NFSv4/pnfs: Handle RPC allocation errors in nfs4_proc_layoutgetTrond Myklebust2022-04-071-0/+2
| * | NFSv4.2: Fix missing removal of SLAB_ACCOUNT on kmem_cache allocationMuchun Song2022-04-071-1/+1
| * | SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust2022-04-071-0/+1
| * | NFS: Replace readdir's use of xxhash() with hash_64()Trond Myklebust2022-04-072-10/+3
| * | NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong2022-03-293-12/+14
| * | Revert "NFSv4: Handle the special Linux file open access mode"ChenXiaoSong2022-03-292-2/+1
* | | Merge tag '5.18-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-04-074-12/+17
|\ \ \
| * | | cifs: update internal module numberSteve French2022-04-041-1/+1
| * | | cifs: force new session setup and tcon for dfsPaulo Alcantara2022-04-041-5/+8
| * | | cifs: remove check of list iterator against head past the loop bodyJakob Koschel2022-04-041-4/+6
| * | | cifs: fix potential race with cifsd threadPaulo Alcantara2022-04-042-2/+2
| | |/ | |/|
* | | Merge tag 'for-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-056-55/+81
|\ \ \ | |/ / |/| |
| * | btrfs: prevent subvol with swapfile from being deletedKaiwen Hu2022-03-241-0/+22
| * | btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik2022-03-241-1/+0
| * | btrfs: avoid defragging extents whose next extents are not targetsQu Wenruo2022-03-241-6/+14
| * | btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong2022-03-241-2/+11
| * | btrfs: remove device item and update super block in the same transactionQu Wenruo2022-03-241-37/+28
| * | btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien2022-03-231-1/+1
| * | btrfs: zoned: remove left over ASSERT checking for single profileJohannes Thumshirn2022-03-231-4/+0
| * | btrfs: zoned: traverse devices under chunk_mutex in btrfs_can_activate_zoneJohannes Thumshirn2022-03-231-4/+5
* | | Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-04-031-0/+2
|\ \ \
| * | | proc: bootconfig: Add null pointer checkLv Ruyi2022-04-021-0/+2
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-016-22/+16
|\ \ \ \
| * | | | aio: drop needless assignment in aio_read()Lukas Bulwahn2022-03-151-1/+0
| * | | | clean overflow checks in count_mounts() a bitAl Viro2022-02-131-9/+10
| * | | | seq_file: fix NULL pointer arithmetic warningMaĆ­ra Canal2022-02-012-8/+3
| * | | | constify struct path argument of finish_automount()/do_add_mount()Al Viro2022-01-302-3/+3
| * | | | fs: Remove FIXME comment in generic_write_checks()Tal Zussman2022-01-301-1/+0
* | | | | Merge tag 'vfs-5.18-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-04-011-1/+1
|\ \ \ \ \
| * | | | | fs: fix an infinite loop in iomap_fiemapGuo Xuenan2022-03-301-1/+1
* | | | | | Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-04-0118-246/+347
|\ \ \ \ \ \
| * | | | | | xfs: drop async cache flushes from CIL commits.Dave Chinner2022-03-295-93/+25