summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-08-16iomap: mark the iomap argument to iomap_read_inline_data constChristoph Hellwig
2021-08-16fsdax: mark the iomap argument to dax_iomap_sector as constChristoph Hellwig
2021-08-16fs: mark the iomap argument to __block_write_begin_int constChristoph Hellwig
2021-08-16iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig
2021-08-16iomap: fix a trivial comment typo in trace.hChristoph Hellwig
2021-08-16iomap: pass writeback errors to the mappingDarrick J. Wong
2021-08-16xfs: move the CIL workqueue to the CILDave Chinner
2021-08-16xfs: CIL work is serialised, not pipelinedDave Chinner
2021-08-16xfs: AIL needs asynchronous CIL forcingDave Chinner
2021-08-16xfs: order CIL checkpoint start recordsDave Chinner
2021-08-16xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state()Dave Chinner
2021-08-16xfs: factor out log write ordering from xlog_cil_push_work()Dave Chinner
2021-08-16xfs: pass a CIL context to xlog_write()Dave Chinner
2021-08-16xfs: move xlog_commit_record to xfs_log_cil.cDave Chinner
2021-08-16xfs: log head and tail aren't reliable during shutdownDave Chinner
2021-08-16xfs: don't run shutdown callbacks on active iclogsDave Chinner
2021-08-16xfs: separate out log shutdown callback processingDave Chinner
2021-08-16xfs: rework xlog_state_do_callback()Dave Chinner
2021-08-16xfs: make forced shutdown processing atomicDave Chinner
2021-08-16xfs: convert log flags to an operational state fieldDave Chinner
2021-08-16xfs: move recovery needed state updates to xfs_log_mount_finishDave Chinner
2021-08-16xfs: XLOG_STATE_IOERROR must dieDave Chinner
2021-08-16xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner
2021-08-16squashfs: use bvec_virtChristoph Hellwig
2021-08-16block: ensure the bdi is freed after inode_detach_wbChristoph Hellwig
2021-08-16block: free the extended dev_t minor laterChristoph Hellwig
2021-08-16btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown
2021-08-14Merge tag 'libnvdimm-fixes-5.14-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-14io_uring: only assign io_uring_enter() SQPOLL error in actual error caseJens Axboe
2021-08-14Merge tag 'configfs-5.14' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2021-08-13Merge tag '5.14-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-08-13Merge tag 'io_uring-5.14-2021-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-13fat: Add KUnit tests for checksums and timestampsDavid Gow
2021-08-13f2fs: correct comment in segment.hYangtao Li
2021-08-13f2fs: improve sbi status info in debugfs/f2fs/statusYangtao Li
2021-08-13fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/MakefileKonstantin Komarov
2021-08-13fs/ntfs3: Add Kconfig, Makefile and docKonstantin Komarov
2021-08-13fs/ntfs3: Add NTFS journalKonstantin Komarov
2021-08-13fs/ntfs3: Add compressionKonstantin Komarov
2021-08-13fs/ntfs3: Add attrib operationsKonstantin Komarov
2021-08-13fs/ntfs3: Add file operations and implementationKonstantin Komarov
2021-08-13fs/ntfs3: Add bitmapKonstantin Komarov
2021-08-13fs/ntfs3: Add initialization of super blockKonstantin Komarov
2021-08-13fs/ntfs3: Add headers and misc filesKonstantin Komarov
2021-08-13gfs2: Switch to may_setattr in gfs2_setattrAndreas Gruenbacher
2021-08-13fs: Move notify_change permission checks into may_setattrAndreas Gruenbacher
2021-08-12Merge tag 'ceph-for-5.14-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-08-13ksmbd: smbd: fix kernel oops during server shutdownHyunchul Lee
2021-08-13ksmbd: remove select FS_POSIX_ACL in KconfigNamjae Jeon
2021-08-13ksmbd: use proper errno instead of -1 in smb2_get_ksmbd_tcon()Namjae Jeon