summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | io_uring: refactor __io_sqe_files_scmPavel Begunkov2022-04-241-35/+13
| * | | | | | | | | | | | | | | | io_uring: uniform SCM accountingPavel Begunkov2022-04-241-68/+25
| * | | | | | | | | | | | | | | | io_uring: don't scm-account for non af_unix socketsPavel Begunkov2022-04-241-13/+38
| * | | | | | | | | | | | | | | | io_uring: move finish_wait() outside of loop in cqring_wait()Jens Axboe2022-04-241-1/+1
| * | | | | | | | | | | | | | | | io_uring: refactor io_req_add_compl_list()Pavel Begunkov2022-04-241-3/+2
| * | | | | | | | | | | | | | | | io_uring: silence io_for_each_link() warningPavel Begunkov2022-04-241-1/+2
| * | | | | | | | | | | | | | | | io_uring: partially uninline io_put_task()Pavel Begunkov2022-04-241-10/+14
| * | | | | | | | | | | | | | | | io_uring: cleanup conditional submit lockingPavel Begunkov2022-04-241-54/+41
| * | | | | | | | | | | | | | | | io_uring: optimise mutex locking for submit+iopollPavel Begunkov2022-04-241-17/+23
| * | | | | | | | | | | | | | | | io_uring: pre-calculate syscall iopolling decisionPavel Begunkov2022-04-241-8/+13
| * | | | | | | | | | | | | | | | io_uring: split off IOPOLL argument verifictionPavel Begunkov2022-04-241-7/+22
| * | | | | | | | | | | | | | | | io_uring: clean up io_queue_next()Pavel Begunkov2022-04-241-7/+6
| * | | | | | | | | | | | | | | | io_uring: move poll recycling later in compl flushingPavel Begunkov2022-04-241-9/+9
| * | | | | | | | | | | | | | | | io_uring: optimise io_free_batch_listPavel Begunkov2022-04-241-6/+14
| * | | | | | | | | | | | | | | | io_uring: refactor io_req_find_nextPavel Begunkov2022-04-241-6/+7
| * | | | | | | | | | | | | | | | io_uring: remove extra ifs around io_commit_cqringPavel Begunkov2022-04-241-11/+14
| * | | | | | | | | | | | | | | | io_uring: small optimisation of tctx_task_workPavel Begunkov2022-04-241-5/+4
| | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells2022-05-221-1/+13
| |_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'io_uring-5.18-2022-05-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-181-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | io_uring: don't attempt to IOPOLL for MSG_RING requestsJens Axboe2022-05-171-0/+3
* | | | | | | | | | | | | | | Merge tag 'gfs2-v5.18-rc4-fix3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-132-82/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | gfs2: Stop using glock holder auto-demotion for nowAndreas Gruenbacher2022-05-131-32/+14
| * | | | | | | | | | | | | | | gfs2: buffered write prefaultingAndreas Gruenbacher2022-05-131-12/+16
| * | | | | | | | | | | | | | | gfs2: Align read and write chunks to the page cacheAndreas Gruenbacher2022-05-131-8/+7
| * | | | | | | | | | | | | | | gfs2: Pull return value test out of should_fault_in_pagesAndreas Gruenbacher2022-05-131-12/+22
| * | | | | | | | | | | | | | | gfs2: Clean up use of fault_in_iov_iter_{read,write}ableAndreas Gruenbacher2022-05-131-17/+9
| * | | | | | | | | | | | | | | gfs2: Variable renameAndreas Gruenbacher2022-05-131-17/+17
| * | | | | | | | | | | | | | | gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher2022-05-131-6/+5
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'ceph-for-5.18-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds2022-05-132-7/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | ceph: check folio PG_private bit instead of folio->privateXiubo Li2022-05-101-4/+7
| * | | | | | | | | | | | | | | ceph: fix setting of xattrs on async created inodesJeff Layton2022-05-101-3/+13
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-05-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | nfs: fix broken handling of the softreval mount optionDan Aloni2022-05-091-1/+1
* | | | | | | | | | | | | | | | Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-05-131-1/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | procfs: prevent unprivileged processes accessing fdinfo dirKalesh Singh2022-05-091-1/+22
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'fixes_for_v5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-123-4/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | udf: Avoid using stale lengthOfImpUseJan Kara2022-05-101-4/+4
| * | | | | | | | | | | | | | writeback: Avoid skipping inode writebackJing Xia2022-05-101-0/+4
| * | | | | | | | | | | | | | fanotify: do not allow setting dirent events in mask of non-dirAmir Goldstein2022-05-091-0/+13
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'io_uring-5.18-2022-05-06' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-071-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | / / / / / / / / / / | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | io_uring: assign non-fixed early for async workJens Axboe2022-05-021-1/+6
* | | | | | | | | | | | | Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-064-34/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | btrfs: sysfs: export the balance paused state of exclusive operationDavid Sterba2022-05-051-0/+3
| * | | | | | | | | | | | | btrfs: fix assertion failure when logging directory key range itemFilipe Manana2022-05-051-14/+25
| * | | | | | | | | | | | | btrfs: zoned: activate block group properly on unlimited active zone deviceNaohiro Aota2022-05-051-14/+8
| * | | | | | | | | | | | | btrfs: zoned: move non-changing condition check out of the loopNaohiro Aota2022-05-051-6/+6
| * | | | | | | | | | | | | btrfs: force v2 space cache usage for subpage mountQu Wenruo2022-05-051-0/+11
* | | | | | | | | | | | | | Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-05-061-1/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust2022-04-251-1/+11
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-026-23/+91
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | / / / / | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |