summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-03-22Merge tag '5.18-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2022-03-22Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-22Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2022-03-21Merge tag 'pstore-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-21Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-21Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-21Merge tag 'for-5.18/io_uring-statx-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds
2022-03-21Merge tag 'for-5.18/io_uring-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)
2022-03-21mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle)
2022-03-21splice: Use a folio in page_cache_pipe_buf_try_steal()Matthew Wilcox (Oracle)
2022-03-21f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu
2022-03-21f2fs: make gc_urgent and gc_segment_mode sysfs node readableDaeho Jeong
2022-03-21ceph: fix memory leak in ceph_readdir when note_last_dentry returns errorXiubo Li
2022-03-21ceph: uninitialized variable in debug outputDan Carpenter
2022-03-21ceph: use tracked average r/w/m latencies to display metrics in debugfsVenky Shankar
2022-03-21ceph: include average/stdev r/w/m latency in mds metricsVenky Shankar
2022-03-21ceph: track average r/w/m latencyVenky Shankar
2022-03-21ceph: use ktime_to_timespec64() rather than jiffies_to_timespec64()Venky Shankar
2022-03-21ceph: assign the ci only when the inode isn't NULLXiubo Li
2022-03-21ceph: fix inode reference leakage in ceph_get_snapdir()Xiubo Li
2022-03-20nfsd: fix using the correct variable for sizeof()Jakob Koschel
2022-03-20xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner
2022-03-20xfs: AIL should be log centricDave Chinner
2022-03-20xfs: log items should have a xlog pointer, not a mountDave Chinner
2022-03-20xfs: async CIL flushes need pending pushes to be made stableDave Chinner
2022-03-20xfs: xfs_ail_push_all_sync() stalls when racing with updatesDave Chinner
2022-03-20xfs: check buffer pin state after locking in delwri_submitDave Chinner
2022-03-20xfs: log worker needs to start before intent/unlink recoveryDave Chinner
2022-03-18cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N
2022-03-18cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg
2022-03-18Adjust cifssb maximum read sizeRohith Surabattula
2022-03-18cifs: truncate the inode and mapping when we simulate fcollapseRonnie Sahlberg
2022-03-18cifs: fix handlecache and multiuserRonnie Sahlberg
2022-03-18Merge tag '5.17-rc8-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-03-18io_uring: terminate manual loop iterator loop correctly for non-vecsJens Axboe
2022-03-18binfmt_elf: Don't write past end of notes for regset gapRick Edgecombe
2022-03-18io_uring: don't check unrelated req->open.how in accept requestJens Axboe
2022-03-18f2fs: use aggressive GC policy during f2fs_disable_checkpoint()Chao Yu
2022-03-18f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang
2022-03-18kernfs: fix typos in commentsJulia Lawall
2022-03-17f2fs: initialize sbi->gc_mode explicitlyChao Yu
2022-03-17nfsd: use correct format charactersBill Wendling
2022-03-17io_uring: manage provided buffers strictly orderedJens Axboe
2022-03-17ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi
2022-03-17f2fs: introduce gc_urgent_mid modeDaeho Jeong
2022-03-17f2fs: compress: fix to print raw data size in error path of lz4 decompressionChao Yu