summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds31-388/+4282
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-202/+166
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds29-1219/+1330
2020-10-22Merge tag 'exfat-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-127/+71
2020-10-22Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-2/+2
2020-10-22ext4: fix invalid inode checksumLuo Meng1-5/+6
2020-10-22ext4: add fast commit stats in procfsHarshad Shirwadkar3-1/+37
2020-10-22ext4: add a mount opt to forcefully turn fast commits onHarshad Shirwadkar1-1/+5
2020-10-22ext4: fast commit recovery pathHarshad Shirwadkar13-127/+1769
2020-10-22jbd2: fast commit recovery pathHarshad Shirwadkar2-4/+68
2020-10-22ext4: main fast-commit commit pathHarshad Shirwadkar12-29/+1535
2020-10-22jbd2: add fast commit machineryHarshad Shirwadkar3-1/+241
2020-10-22ext4 / jbd2: add fast commit initializationHarshad Shirwadkar6-6/+83
2020-10-22ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar2-5/+26
2020-10-22exfat: remove useless check in exfat_move_file()Tetsuhiro Kohada1-5/+0
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada5-20/+9
2020-10-22exfat: replace memcpy with structure assignmentTetsuhiro Kohada3-14/+10
2020-10-22exfat: remove useless directory scan in exfat_add_entry()Tetsuhiro Kohada1-10/+1
2020-10-22exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada2-74/+47
2020-10-22exfat: use i_blocksize() to get blocksizeXianting Tian1-1/+1
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon3-3/+3
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds16-396/+451
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo7-8/+152
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds16-115/+397
2020-10-20Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-blockLinus Torvalds4-289/+432
2020-10-20Merge tag 'xfs-5.10-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds36-508/+992
2020-10-20Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-490/+2629
2020-10-19Merge tag 'zonefs-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-13/+218
2020-10-19io_uring: use blk_queue_nowait() to check if NOWAIT supportedJeffle Xu1-1/+1
2020-10-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-8/+13
2020-10-18Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-4/+12
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-21/+34
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim1-1/+1
2020-10-18binfmt_elf: take the mmap lock around find_extend_vma()Jann Horn1-0/+3
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin3-7/+9
2020-10-18ext4: Detect already used quota file earlyJan Kara1-0/+5
2020-10-18jbd2: avoid transaction reuse after reformattingchangfengnan1-12/+66
2020-10-18ext4: use the normal helper to get the actual inodeKaixu Xia1-2/+2
2020-10-18ext4: fix bs < ps issue reported with dioread_nolock mount optRitesh Harjani2-2/+2
2020-10-18ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()Mauricio Faria de Oliveira2-11/+101
2020-10-18ext4: data=journal: fixes for ext4_page_mkwrite()Mauricio Faria de Oliveira1-7/+44
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira3-12/+26
2020-10-18jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()Mauricio Faria de Oliveira2-20/+18
2020-10-18ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()zhangyi (F)2-9/+31
2020-10-18ext4: use ext4_sb_bread() instead of sb_bread()zhangyi (F)2-7/+7
2020-10-18ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...zhangyi (F)3-2/+13
2020-10-18ext4: use ext4_buffer_uptodate() in __ext4_get_inode_loc()zhangyi (F)1-10/+1
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)9-54/+36
2020-10-18ext4: introduce new metadata buffer read helperszhangyi (F)2-0/+67
2020-10-18ext4: clear buffer verified flag if read meta block from diskzhangyi (F)5-1/+8