aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-05-02dlm: remove unnecessary error assignAlexander Aring1-3/+0
2022-05-02dlm: fix missing lkb refcount handlingAlexander Aring1-2/+9
2022-05-02block: ignore RWF_HIPRI hint for sync dioMing Lei1-4/+3
2022-05-02io_uring: assign non-fixed early for async workJens Axboe1-1/+6
2022-05-02Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman75-506/+659
2022-05-01fs-verity: define a function to return the integrity protected file digestMimi Zohar3-7/+44
2022-04-30Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+6
2022-04-30io_uring: replace smp_mb() with smp_mb__after_atomic() in io_sq_thread()Almog Khaikin1-1/+1
2022-04-30io_uring: add IORING_SETUP_TASKRUN_FLAGJens Axboe1-3/+11
2022-04-30io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is usedJens Axboe1-4/+13
2022-04-30io_uring: set task_work notify method at init timeJens Axboe1-12/+11
2022-04-30io-wq: use __set_notify_signal() to wake workersJens Axboe1-2/+2
2022-04-30io_uring: serialize ctx->rings->sq_flags with atomic_or/andJens Axboe1-26/+10
2022-04-29io_uring: return hint on whether more data is available after receiveJens Axboe1-4/+15
2022-04-29Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-netJens Axboe4-715/+1467
2022-04-29Merge tag 'io_uring-5.18-2022-04-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+6
2022-04-29fs: sysv: check sbi->s_firstdatazone in complete_read_superLiu Shixin1-1/+3
2022-04-29fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi1-3/+4
2022-04-29fatfs: add FAT messages to printk indexJonathan Lassoff2-5/+18
2022-04-29fatfs: remove redundant judgmentYubo Feng1-4/+2
2022-04-29pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima1-1/+1
2022-04-29vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)1-25/+15
2022-04-29vmcore: convert __read_vmcore to use an iov_iterMatthew Wilcox (Oracle)1-52/+30
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)1-20/+34
2022-04-29fs/proc/kcore.c: remove check of list iterator against head past the loop bodyJakob Koschel1-5/+9
2022-04-29ocfs2: rewrite error handling of ocfs2_fill_superHeming Zhao via Ocfs2-devel1-35/+32
2022-04-29ocfs2: ocfs2_mount_volume does cleanup job before return errorHeming Zhao via Ocfs2-devel1-12/+23
2022-04-29ocfs2: ocfs2_initialize_super does cleanup job before return errorHeming Zhao via Ocfs2-devel1-18/+41
2022-04-29ocfs2: change return type of ocfs2_resmap_initHeming Zhao via Ocfs2-devel3-15/+4
2022-04-29ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel4-12/+42
2022-04-29ocfs2: remove usage of list iterator variable after the loop bodyJakob Koschel1-6/+6
2022-04-29ocfs2: replace usage of found with dedicated list iterator variableJakob Koschel2-16/+15
2022-04-29Merge tag 'ceph-for-5.18-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds2-6/+7
2022-04-29io_uring: check that data field is 0 in ringfd unregisterEugene Syromiatnikov1-1/+1
2022-04-28ksm: count ksm merging pages for each processxu xin1-0/+22
2022-04-28mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song1-8/+8
2022-04-28dax: fix missing writeprotect the pte entryMuchun Song1-87/+12
2022-04-28dax: fix cache flush on PMD-mapped pagesMuchun Song1-1/+2
2022-04-28fs/proc/task_mmu.c: remove redundant page validation of pte_pageXianting Tian1-2/+0
2022-04-28mm: hugetlb_vmemmap: introduce ARCH_WANT_HUGETLB_PAGE_FREE_VMEMMAPMuchun Song1-1/+9
2022-04-28io_uring: fix uninitialized field in rw io_kiocbJoseph Ravichandran1-0/+1
2022-04-28xfs: rename xfs_*alloc*_log_count to _block_countDarrick J. Wong3-21/+21
2022-04-28xfs: rewrite xfs_reflink_end_cow to use intentsDarrick J. Wong2-33/+58
2022-04-28xfs: reduce transaction reservations with reflinkDarrick J. Wong4-17/+138
2022-04-28xfs: reduce the absurdly large log operation countDarrick J. Wong3-31/+76
2022-04-28xfs: report "max_resp" used for min log size computationDarrick J. Wong3-3/+20
2022-04-28xfs: create shadow transaction reservations for computing minimum log sizeDarrick J. Wong2-6/+21
2022-04-28xfs: remove a __xfs_bunmapi call from reflinkDarrick J. Wong1-3/+4
2022-04-28xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong2-26/+1
2022-04-28xfs: count EFIs when deciding to ask for a continuation of a refcount updateDarrick J. Wong2-3/+10