summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-13f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier caseChao Yu
2020-10-13f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim
2020-10-13mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan
2020-10-13mm: proc: smaps_rollup: do not stall write attempts on mmap_lockChinwen Chang
2020-10-13mm: smaps*: extend smap_gather_stats to support specified beginningChinwen Chang
2020-10-13proc: optimise smaps for shmem entriesMatthew Wilcox (Oracle)
2020-10-13fs_parse: mark fs_param_bad_value() as staticLuo Jiaxing
2020-10-13fs/xattr.c: fix kernel-doc warnings for setxattr & removexattrRandy Dunlap
2020-10-13ocfs2: fix potential soft lockup during fstrimGang He
2020-10-13ocfs2: delete repeated words in commentsRandy Dunlap
2020-10-13ntfs: add check for mft record size in superblockRustam Kovhaev
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-13Merge tag 'erofs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-13Merge tag 'for-5.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2020-10-13Merge tag 'dlm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2020-10-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2020-10-13xfs: annotate grabbing the realtime bitmap/summary locks in growfsDarrick J. Wong
2020-10-13xfs: make xfs_growfs_rt update secondary superblocksDarrick J. Wong
2020-10-13xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-10-12fuse: connection remove fixMiklos Szeredi
2020-10-11ubifs: mount_ubifs: Release authentication resource in error handling pathZhihao Cheng
2020-10-11ubifs: Don't parse authentication mount options in remount processZhihao Cheng
2020-10-11ubifs: Fix a memleak after dumping authentication mount optionsZhihao Cheng
2020-10-11Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-10-10cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy
2020-10-10io_uring: keep a pointer ref_node in file_dataio_uring-5.10-2020-10-12Pavel Begunkov
2020-10-10io_uring: refactor *files_register()'s error pathsPavel Begunkov
2020-10-10io_uring: clean file_data access in files_registerPavel Begunkov
2020-10-10io_uring: don't delay io_init_req() error checkPavel Begunkov
2020-10-10io_uring: clean leftovers after splitting issuePavel Begunkov
2020-10-10io_uring: remove timeout.list after hrtimer cancelPavel Begunkov
2020-10-10io_uring: use a separate struct for timeout_removePavel Begunkov
2020-10-10io_uring: improve submit_state.ios_left accountingPavel Begunkov
2020-10-10io_uring: simplify io_file_get()Pavel Begunkov
2020-10-10io_uring: kill extra check in fixed io_file_get()Pavel Begunkov
2020-10-10io_uring: clean up ->files grabbingPavel Begunkov
2020-10-10io_uring: don't io_prep_async_work() linked reqsPavel Begunkov
2020-10-09f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inodeChao Yu
2020-10-09io_uring: Convert advanced XArray uses to the normal APIMatthew Wilcox (Oracle)
2020-10-09io_uring: Fix XArray usage in io_uring_add_task_fileMatthew Wilcox (Oracle)
2020-10-09io_uring: Fix use of XArray in __io_uring_files_cancelMatthew Wilcox (Oracle)
2020-10-09fuse: implement crossmountsMax Reitz
2020-10-08f2fs: reject CASEFOLD inode flag without casefold featureEric Biggers
2020-10-08f2fs: fix memory alignment to support 32bitJaegeuk Kim