summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-09-14ext2: Fix some kernel-doc warnings in balloc.cWang Hai1-3/+3
2020-09-13io_uring: grab any needed state during defer prepJens Axboe1-0/+2
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2020-09-12Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-15/+29
2020-09-12Merge tag '5.9-rc4-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+4
2020-09-11f2fs: change virtual mapping way for compression pagesDaeho Jeong1-10/+26
2020-09-11f2fs: change return value of f2fs_disable_compressed_file to boolDaeho Jeong3-14/+9
2020-09-11f2fs: change i_compr_blocks of inode to atomic valueDaeho Jeong4-21/+30
2020-09-11f2fs: ignore compress mount option on image w/o compression featureChao Yu1-6/+6
2020-09-11f2fs: allocate proper size memory for zstd decompressChao Yu2-4/+5
2020-09-11f2fs: change compr_blocks of superblock info to 64bitDaeho Jeong2-7/+8
2020-09-11f2fs: add block address limit check to compressed fileDaeho Jeong1-8/+9
2020-09-11f2fs: check position in move range ioctlDan Robertson1-0/+3
2020-09-11f2fs: correct statistic of APP_DIRECT_IO/APP_DIRECT_READ_IOJack Qiu1-0/+6
2020-09-11f2fs: Simplify SEEK_DATA implementationMatthew Wilcox (Oracle)1-27/+8
2020-09-11f2fs: support age threshold based garbage collectionChao Yu10-60/+623
2020-09-11epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro1-0/+1
2020-09-11f2fs: Use generic casefolding supportDaniel Rosenberg4-88/+20
2020-09-11fs: Add standard casefolding supportDaniel Rosenberg1-0/+87
2020-09-11unicode: Add utf8_casefold_hashDaniel Rosenberg1-1/+22
2020-09-11f2fs: compress: use more readable atomic_t type for {cic,dic}.refChao Yu3-10/+10
2020-09-11f2fs: fix compile warningChao Yu1-2/+5
2020-09-11f2fs: support 64-bits key in f2fs rb-tree node entryChao Yu3-7/+49
2020-09-11f2fs: inherit mtime of original block during GCChao Yu4-17/+50
2020-09-11f2fs: record average update time of segmentChao Yu1-3/+18
2020-09-11f2fs: introduce inmem cursegChao Yu8-52/+113
2020-09-11f2fs: compress: remove unneeded codeChao Yu1-4/+0
2020-09-11f2fs: remove duplicated type castingXiaojun Wang3-4/+4
2020-09-11f2fs: support zone capacity less than zone sizeAravind Ramesh6-37/+260
2020-09-10Merge tag 'f2fs-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+10
2020-09-10block: remove check_disk_changeChristoph Hellwig1-20/+0
2020-09-10block: add a bdev_check_media_change helperChristoph Hellwig1-14/+3
2020-09-10iomap: Mark read blocks uptodate in write_beginMatthew Wilcox (Oracle)1-8/+6
2020-09-10iomap: Clear page error before beginning a writeMatthew Wilcox (Oracle)1-0/+1
2020-09-10iomap: Fix direct I/O write consistency checkAndreas Gruenbacher1-1/+1
2020-09-10iomap: fix WARN_ON_ONCE() from unprivileged usersQian Cai1-0/+10
2020-09-10epoll: replace ->visited/visited_list with generation countAl Viro1-19/+8
2020-09-10virtiofs: add logic to free up a memory rangeVivek Goyal3-6/+524
2020-09-10virtiofs: maintain a list of busy elementsVivek Goyal1-0/+25
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal5-10/+110
2020-09-10virtiofs: define dax address space operationsVivek Goyal1-0/+18
2020-09-10virtiofs: add DAX mmap supportStefan Hajnoczi2-0/+64
2020-09-10virtiofs: implement dax read/write operationsVivek Goyal5-6/+611
2020-09-10virtiofs: implement FUSE_INIT map_alignment fieldStefan Hajnoczi3-2/+31
2020-09-10virtiofs: keep a list of free dax memory rangesVivek Goyal1-1/+90
2020-09-10virtiofs: add a mount option to enable daxVivek Goyal6-17/+151
2020-09-10virtiofs: set up virtio_fs dax_deviceStefan Hajnoczi1-0/+138
2020-09-10virtiofs: get rid of no_mount_optionsVivek Goyal3-19/+20
2020-09-10virtiofs: provide a helper function for virtqueue initializationVivek Goyal1-20/+30
2020-09-10dax: Create a range version of dax_layout_busy_page()Vivek Goyal1-6/+23