summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-161-6/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag '5.12-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-03-205-8/+26
|\ \ \ \ \ \
| * | | | | | cifs: fix allocation size on newly created filesSteve French2021-03-191-1/+9
| * | | | | | cifs: warn and fail if trying to use rootfs without the config optionAurelien Aptel2021-03-191-2/+4
| * | | | | | fs/cifs/: fix misspellings using codespell toolLiu xuzhi2021-03-191-1/+1
| * | | | | | cifs: Fix preauth hash corruptionVincent Whitchurch2021-03-151-1/+6
| * | | | | | cifs: update new ACE pointer after populate_new_aces.Shyam Prasad N2021-03-151-3/+6
| |/ / / / /
* | | | | | Merge tag 'zonefs-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-03-201-14/+87
|\ \ \ \ \ \
| * | | | | | zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone()Chao Yu2021-03-171-4/+3
| * | | | | | zonefs: Fix O_APPEND async write handlingDamien Le Moal2021-03-161-10/+68
| * | | | | | zonefs: prevent use of seq files as swap fileDamien Le Moal2021-03-161-0/+16
| |/ / / / /
* | | | | | Merge tag 'io_uring-5.12-2021-03-19' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-203-103/+141
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | io_uring: don't leak creds on SQO attach errorPavel Begunkov2021-03-181-11/+6
| * | | | | io_uring: use typesafe pointers in io_uring_taskStefan Metzmacher2021-03-181-2/+2
| * | | | | io_uring: remove structures from include/linux/io_uring.hStefan Metzmacher2021-03-182-1/+25
| * | | | | io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() callsStefan Metzmacher2021-03-181-4/+4
| * | | | | io_uring: fix sqpoll cancellation via task_workPavel Begunkov2021-03-151-1/+5
| * | | | | io_uring: add generic callback_head helpersPavel Begunkov2021-03-151-26/+36
| * | | | | io_uring: fix concurrent parkingPavel Begunkov2021-03-151-2/+11
| * | | | | io_uring: halt SQO submission on ctx exitPavel Begunkov2021-03-151-0/+8
| * | | | | io_uring: replace sqd rw_semaphore with mutexPavel Begunkov2021-03-151-22/+14
| * | | | | io_uring: fix complete_post use ctx after freePavel Begunkov2021-03-151-6/+11
| * | | | | io_uring: fix ->flags races by linked timeoutsPavel Begunkov2021-03-151-1/+0
| * | | | | io_uring: convert io_buffer_idr to XArrayJens Axboe2021-03-141-28/+15
| * | | | | io_uring: allow IO worker threads to be frozenJens Axboe2021-03-132-1/+6
* | | | | | Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-186-35/+103
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | btrfs: always pin deleted leaves when there are active tree mod log usersFilipe Manana2021-03-161-1/+22
| * | | | | btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana2021-03-161-0/+2
| * | | | | btrfs: fix slab cache flags for free space tree bitmapDavid Sterba2021-03-161-1/+1
| * | | | | btrfs: subpage: make readahead work properlyQu Wenruo2021-03-161-17/+18
| * | | | | btrfs: subpage: fix wild pointer access during metadata read failureQu Wenruo2021-03-161-1/+30
| * | | | | btrfs: zoned: fix linked list corruption after log root tree allocation failureFilipe Manana2021-03-151-4/+4
| * | | | | btrfs: fix qgroup data rsv leak caused by falloc failureQu Wenruo2021-03-151-5/+19
| * | | | | btrfs: track qgroup released data in own variable in insert_prealloc_file_extentQu Wenruo2021-03-151-5/+6
| * | | | | btrfs: fix wrong offset to zero out range beyond i_sizeQu Wenruo2021-03-151-1/+1
* | | | | | Merge tag 'xfs-5.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-03-184-53/+60
|\ \ \ \ \ \
| * | | | | | xfs: also reject BULKSTAT_SINGLE in a mount user namespaceChristoph Hellwig2021-03-151-0/+6
| * | | | | | xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong2021-03-151-46/+44
| * | | | | | xfs: fix quota accounting when a mount is idmappedDarrick J. Wong2021-03-092-7/+10
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'iomap-5.12-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-03-181-0/+10
|\ \ \ \ \ \
| * | | | | | iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activateRitesh Harjani2021-03-091-0/+10
| |/ / / / /
* | | | | | Merge tag 'fuse-fixes-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-03-163-11/+25
|\ \ \ \ \ \
| * | | | | | fuse: 32-bit user space ioctl compat for fuse deviceAlessio Balsini2021-03-161-10/+16
| * | | | | | virtiofs: Fail dax mount if device does not support itVivek Goyal2021-03-051-1/+8
| * | | | | | fuse: fix live lock in fuse_iget()Amir Goldstein2021-03-041-0/+1
* | | | | | | Merge tag 'nfsd-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-03-166-44/+20
|\ \ \ \ \ \ \
| * | | | | | | NFSD: fix error handling in NFSv4.0 callbacksOlga Kornievskaia2021-03-111-0/+1
| * | | | | | | NFSD: fix dest to src mount in inter-server COPYOlga Kornievskaia2021-03-091-1/+1
| * | | | | | | Revert "nfsd4: a client's own opens needn't prevent delegations"J. Bruce Fields2021-03-092-43/+14
| * | | | | | | Revert "nfsd4: remove check_conflicting_opens warning"J. Bruce Fields2021-03-091-0/+1