summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig6-10/+23
2020-08-05xfs: use ENOTBLK for direct I/O to buffered I/O fallbackChristoph Hellwig1-2/+2
2020-08-05iomap: Only invalidate page cache pages on direct IO writesDave Chinner1-16/+15
2020-08-05virtio_fs: convert to LE accessorsMichael S. Tsirkin1-2/+2
2020-08-05reiserfs: delete duplicated wordsRandy Dunlap4-8/+8
2020-08-05Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds3-4/+4
2020-08-05init: add an init_dup helperChristoph Hellwig1-0/+12
2020-08-05Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-11/+127
2020-08-05Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+4
2020-08-05Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-110/+197
2020-08-05Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+63
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds34-54/+52
2020-08-04Merge tag 'pstore-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+4
2020-08-04orangefs: remove unnecessary assignment to variable retJing Xiangfeng1-1/+0
2020-08-04f2fs: prepare a waiter before entering io_scheduleJaegeuk Kim1-2/+2
2020-08-04Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2020-08-04f2fs: update_sit_entry: Make the judgment condition of f2fs_bug_on more intui...Zhihao Cheng1-1/+1
2020-08-04f2fs: replace test_and_set/clear_bit() with set/clear_bit()Yufen Yu1-2/+2
2020-08-04f2fs: make file immutable even if releasing zero compression blockDaeho Jeong1-3/+3
2020-08-04Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds6-1113/+1463
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds18-251/+128
2020-08-03userfaultfd: simplify fault handlingLinus Torvalds1-38/+1
2020-08-03Merge tag 'filelock-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2020-08-03f2fs: compress: disable compression mount option if compression is offChao Yu1-1/+14
2020-08-03f2fs: compress: add sanity check during compressed cluster readChao Yu1-3/+1
2020-08-03f2fs: use macro instead of f2fs verity versionJack Qiu1-2/+4
2020-08-03f2fs: fix deadlock between quota writes and checkpointJaegeuk Kim1-0/+2
2020-08-03f2fs: correct comment of f2fs_exist_written_dataJack Qiu1-1/+1
2020-08-03Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds1-3/+12
2020-08-03Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds19-130/+798
2020-08-03Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds44-1157/+1811
2020-08-03erofs: remove WQ_CPU_INTENSIVE flag from unbound wq'sGao Xiang1-2/+2
2020-08-03erofs: fold in used-once helper erofs_workgroup_unfreeze_final()Gao Xiang1-11/+3
2020-08-03erofs: fix extended inode could cross boundaryGao Xiang1-42/+79
2020-08-03erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov16-16/+16
2020-08-03gfs2: Fix refcount leak in gfs2_glock_pokeAndreas Gruenbacher1-1/+3
2020-08-03gfs2: Pass glock holder to gfs2_file_direct_{read,write}Andreas Gruenbacher1-16/+15
2020-08-03gfs2: Add some flags missing from glock outputBob Peterson1-0/+6
2020-08-03Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki1-1/+1
2020-08-03cifs: document and cleanup dfs mountPaulo Alcantara1-188/+182
2020-08-03cifs: only update prefix path of DFS links in cifs_tree_connect()Paulo Alcantara1-2/+7
2020-08-03cifs: fix double free error on share and prefixColin Ian King1-0/+2
2020-08-03cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara5-29/+62
2020-08-03cifs: handle empty list of targets in cifs_reconnect()Paulo Alcantara1-4/+6
2020-08-03cifs: rename reconn_inval_dfs_target()Paulo Alcantara1-7/+6
2020-08-03cifs: reduce number of referral requests in DFS link lookupsPaulo Alcantara1-11/+68
2020-08-03cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()Stefan Metzmacher4-223/+105
2020-08-03cifs: convert to use be32_add_cpu()Qinglang Miao2-4/+2