aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-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
2022-03-17f2fs: remove redundant parameter judgmentWang Xiaojun
2022-03-17f2fs: use spin_lock to avoid hangJaegeuk Kim
2022-03-17erofs: rename ctime to mtimeDavid Anderson
2022-03-16smb3: fix incorrect session setup check for multiuser mountsSteve French
2022-03-16io_uring: fold evfd signalling under a slower pathPavel Begunkov
2022-03-16io_uring: thin down io_commit_cqring()Pavel Begunkov
2022-03-16io_uring: shuffle io_eventfd_signal() bits aroundPavel Begunkov
2022-03-16io_uring: remove extra barrier for non-sqpoll iopollPavel Begunkov
2022-03-16io_uring: fix provided buffer return on failure for kiocb_done()Pavel Begunkov
2022-03-16io_uring: extend provided buf return to failsPavel Begunkov
2022-03-16io_uring: refactor timeout cancellation cqe postingPavel Begunkov
2022-03-16io_uring: normilise naming for fill_cqe*Pavel Begunkov