aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-12-07fs: dlm: remove wq_alloc mutexAlexander Aring1-37/+11
2021-12-07fs: dlm: use event based wait for pending removeAlexander Aring3-7/+14
2021-12-07fs: dlm: check for pending users filling buffersAlexander Aring1-1/+4
2021-12-07fs: dlm: use list_empty() to check last iterationAlexander Aring1-1/+3
2021-12-07xfs: remove all COW fork extents when remounting readonlyDarrick J. Wong1-3/+11
2021-12-07netfs: fix parameter of cleanup()Jeffle Xu1-3/+3
2021-12-07fuse: Pass correct lend value to filemap_write_and_wait_range()Xie Yongji1-1/+1
2021-12-07netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lockDavid Howells1-10/+5
2021-12-06io-wq: remove spurious bit clear on task_work additionJens Axboe1-3/+1
2021-12-05io_uring: reuse io_req_task_complete for timeoutsPavel Begunkov1-10/+5
2021-12-05io_uring: tweak iopoll CQE_SKIP event countingPavel Begunkov1-3/+3
2021-12-05io_uring: simplify selected buf handlingPavel Begunkov1-27/+17
2021-12-05io_uring: move up io_put_kbuf() and io_put_rw_kbuf()Hao Xu1-18/+18
2021-12-05fs: support mapped mounts of mapped filesystemsChristian Brauner3-20/+46
2021-12-05fs: port higher-level mapping helpersChristian Brauner2-6/+6
2021-12-04Merge tag 'xfs-5.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+0
2021-12-04Merge tag '5.16-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-42/+22
2021-12-04gfs2: Fix gfs2_instantiate descriptionAndreas Gruenbacher1-1/+1
2021-12-04gfs2: Remove redundant check for GLF_INSTANTIATE_NEEDEDAndreas Gruenbacher1-5/+3
2021-12-04gfs2: remove redundant set of INSTANTIATE_NEEDEDBob Peterson1-1/+0
2021-12-04gfs2: Fix __gfs2_holder_init function name in kernel-doc commentAndreas Gruenbacher1-1/+1
2021-12-04f2fs: implement iomap operationsEric Biggers3-0/+58
2021-12-04f2fs: fix the f2fs_file_write_iter tracepointEric Biggers1-2/+3
2021-12-04f2fs: do not expose unwritten blocks to user by DIOJaegeuk Kim4-10/+35
2021-12-04f2fs: reduce indentation in f2fs_file_write_iter()Eric Biggers1-30/+34
2021-12-04fsdax: don't require CONFIG_BLOCKChristoph Hellwig1-2/+2
2021-12-04iomap: build the block based code conditionallyChristoph Hellwig2-4/+4
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig6-16/+36
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig8-5/+10
2021-12-04iomap: add a IOMAP_DAX flagChristoph Hellwig5-10/+13
2021-12-04xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig5-21/+27
2021-12-04xfs: use xfs_direct_write_iomap_ops for DAX zeroingChristoph Hellwig1-2/+2
2021-12-04xfs: move dax device handling into xfs_{alloc,free}_buftargChristoph Hellwig3-27/+11
2021-12-04ext4: cleanup the dax handling in ext4_fill_superChristoph Hellwig1-4/+3
2021-12-04ext2: cleanup the dax handling in ext2_fill_superChristoph Hellwig1-7/+5
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig5-43/+88
2021-12-04fsdax: factor out a dax_memzero helperChristoph Hellwig1-17/+19
2021-12-04fsdax: simplify the offset check in dax_iomap_zeroChristoph Hellwig1-3/+1
2021-12-04xfs: add xfs_zero_range and xfs_truncate_page helpersShiyang Ruan6-12/+37
2021-12-04fsdax: simplify the pgoff calculationChristoph Hellwig1-25/+10
2021-12-04fsdax: use a saner calling convention for copy_cow_page_daxChristoph Hellwig1-16/+13
2021-12-04fsdax: remove a pointless __force cast in copy_cow_page_daxChristoph Hellwig1-1/+1
2021-12-04dax: remove dax_capableChristoph Hellwig4-22/+25
2021-12-04xfs: factor out a xfs_setup_dax_always helperChristoph Hellwig1-19/+28
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig1-1/+1
2021-12-04dax: remove CONFIG_DAX_DRIVERChristoph Hellwig1-1/+1
2021-12-04Merge tag 'io_uring-5.16-2021-12-03' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+7
2021-12-04Merge tag 'gfs2-v5.16-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds2-67/+52
2021-12-03mm: move filemap_range_needs_writeback() into headerJens Axboe1-0/+1
2021-12-03cifs: avoid use of dstaddr as key for fscache client cookieShyam Prasad N1-37/+1