aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+3
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)5-0/+5
2022-03-21mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle)1-3/+2
2022-03-21splice: Use a folio in page_cache_pipe_buf_try_steal()Matthew Wilcox (Oracle)1-10/+11
2022-03-21f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu1-3/+5
2022-03-21f2fs: make gc_urgent and gc_segment_mode sysfs node readableDaeho Jeong1-1/+16
2022-03-21NFSv4.1 provide mount option to toggle trunking discoveryOlga Kornievskaia2-1/+10
2022-03-21ceph: fix memory leak in ceph_readdir when note_last_dentry returns errorXiubo Li1-1/+10
2022-03-21ceph: uninitialized variable in debug outputDan Carpenter1-1/+2
2022-03-21ceph: use tracked average r/w/m latencies to display metrics in debugfsVenky Shankar1-3/+2
2022-03-21ceph: include average/stdev r/w/m latency in mds metricsVenky Shankar2-17/+47
2022-03-21ceph: track average r/w/m latencyVenky Shankar2-13/+15
2022-03-21ceph: use ktime_to_timespec64() rather than jiffies_to_timespec64()Venky Shankar2-17/+13
2022-03-21ceph: assign the ci only when the inode isn't NULLXiubo Li1-1/+1
2022-03-21ceph: fix inode reference leakage in ceph_get_snapdir()Xiubo Li1-2/+8
2022-03-21io_uring: fix memory ordering when SQPOLL thread goes to sleepAlmog Khaikin1-0/+7
2022-03-20io_uring: ensure that fsnotify is always calledJens Axboe1-1/+7
2022-03-20nfsd: fix using the correct variable for sizeof()Jakob Koschel1-1/+1
2022-03-20ksmbd: use netif_is_bridge_portTobias Klauser1-2/+2
2022-03-20xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner5-15/+70
2022-03-20xfs: AIL should be log centricDave Chinner3-15/+16
2022-03-20xfs: log items should have a xlog pointer, not a mountDave Chinner10-12/+14
2022-03-20xfs: async CIL flushes need pending pushes to be made stableDave Chinner1-3/+19
2022-03-20xfs: xfs_ail_push_all_sync() stalls when racing with updatesDave Chinner1-5/+16
2022-03-20xfs: check buffer pin state after locking in delwri_submitDave Chinner1-2/+3
2022-03-20xfs: log worker needs to start before intent/unlink recoveryDave Chinner1-2/+1
2022-03-20io_uring: recycle provided before arming pollJens Axboe1-1/+2
2022-03-18cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N6-7/+50
2022-03-18cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg1-2/+0
2022-03-18Adjust cifssb maximum read sizeRohith Surabattula2-0/+13
2022-03-18cifs: truncate the inode and mapping when we simulate fcollapseRonnie Sahlberg1-4/+14
2022-03-18cifs: fix handlecache and multiuserRonnie Sahlberg1-3/+10
2022-03-18Merge tag '5.17-rc8-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+2
2022-03-18io_uring: terminate manual loop iterator loop correctly for non-vecsJens Axboe1-2/+4
2022-03-18binfmt_elf: Don't write past end of notes for regset gapRick Edgecombe1-10/+14
2022-03-18io_uring: don't check unrelated req->open.how in accept requestJens Axboe1-2/+1
2022-03-18f2fs: use aggressive GC policy during f2fs_disable_checkpoint()Chao Yu1-0/+5
2022-03-18f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang2-2/+5
2022-03-18kernfs: fix typos in commentsJulia Lawall1-1/+1
2022-03-18afs: Maintain netfs_i_context::remote_i_sizeDavid Howells2-4/+4
2022-03-18netfs: Split some core bits out into their own fileDavid Howells4-12/+26
2022-03-18netfs: Split fs/netfs/read_helper.cDavid Howells3-418/+429
2022-03-18netfs: Rename read_helper.c to io.cDavid Howells3-9/+9
2022-03-18netfs: Prepare to split read_helper.cDavid Howells2-2/+7
2022-03-18netfs: Add a function to consolidate beginning a readDavid Howells3-74/+73
2022-03-18netfs: Add a netfs inode contextDavid Howells23-238/+176
2022-03-18ceph: Make ceph_init_request() check caps on readaheadDavid Howells1-28/+41
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells4-27/+40
2022-03-18netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells3-17/+26
2022-03-18netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells3-20/+34