summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-02-25mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song1-1/+1
2021-02-25mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song1-1/+1
2021-02-25mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song1-1/+1
2021-02-25mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song1-1/+1
2021-02-25fs/buffer.c: add checking buffer head stat before clearYang Guo1-1/+2
2021-02-25mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig1-1/+1
2021-02-25mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang1-5/+1
2021-02-25ramfs: support O_TMPFILEAlexey Dobriyan1-0/+13
2021-02-25fs: delete repeated words in commentsRandy Dunlap6-9/+9
2021-02-25ocfs2: simplify the calculation of variablesJiapeng Chong1-1/+1
2021-02-25ocfs2: fix a use after free on errorDan Carpenter1-1/+7
2021-02-25ocfs2: clean up some definitions which are not used any moreguozh2-14/+0
2021-02-25ocfs2: remove redundant conditional before iputYi Li1-2/+0
2021-02-25ntfs: check for valid standard information attributeRustam Kovhaev1-0/+6
2021-02-25ntfs: layout.h: delete duplicated wordsRandy Dunlap1-2/+2
2021-02-24xfs: restore speculative_cow_prealloc_lifetime sysctlDarrick J. Wong1-21/+14
2021-02-24Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+4
2021-02-24cifs: If a corrupted DACL is returned by the server, bail out.Shyam Prasad N1-2/+2
2021-02-24io-wq: fix race around io_worker grabbingJens Axboe1-9/+9
2021-02-24io-wq: fix races around manager/worker creation and task exitJens Axboe1-22/+35
2021-02-24io_uring: ensure io-wq context is always destroyed for tasksJens Axboe1-3/+4
2021-02-24io_uring: cleanup ->user usageJens Axboe1-12/+6
2021-02-24io-wq: remove nr_process accountingJens Axboe3-50/+1
2021-02-24io_uring: flag new native workers with IORING_FEAT_NATIVE_WORKERSJens Axboe1-1/+1
2021-02-24Revert "proc: don't allow async path resolution of /proc/self components"Jens Axboe1-7/+0
2021-02-24Revert "proc: don't allow async path resolution of /proc/thread-self components"Jens Axboe2-8/+1
2021-02-24io_uring: fix locked_free_list caches_free()Pavel Begunkov1-3/+5
2021-02-24io_uring: don't attempt IO reissue from the ring exit pathJens Axboe1-0/+7
2021-02-24io_uring: move SQPOLL thread io-wq forked workerJens Axboe1-292/+181
2021-02-24Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds25-660/+964
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds269-1471/+2818
2021-02-23gfs2: Don't get stuck with I/O plugged in gfs2_ail1_flushBob Peterson1-2/+7
2021-02-23Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher119-1719/+2655
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro1-2/+2
2021-02-239p: fix misuse of sscanf() in v9fs_stat2inode()Al Viro1-12/+9
2021-02-23cifs: minor simplification to smb2_is_network_name_deletedSteve French1-14/+15
2021-02-23TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula3-0/+47
2021-02-23cifs: cleanup a few le16 vs. le32 uses in cifsacl.cSteve French1-3/+3
2021-02-23cifs: Change SIDs in ACEs while transferring file ownership.Shyam Prasad N1-47/+92
2021-02-23cifs: Retain old ACEs when converting between mode bits and ACL.Shyam Prasad N1-47/+223
2021-02-23cifs: Fix cifsacl ACE mask for group and others.Shyam Prasad N1-2/+2
2021-02-23cifs: clarify hostname vs ip address in /proc/fs/cifs/DebugDataSteve French1-3/+3
2021-02-23cifs: change confusing field serverName (to ip_addr)Steve French6-10/+11
2021-02-23Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...Linus Torvalds1-0/+11
2021-02-23Merge tag 'topic/kcmp-kconfig-2021-02-22' of git://anongit.freedesktop.org/dr...Linus Torvalds1-2/+2
2021-02-23Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-7/+7
2021-02-23Merge tag 'ceph-for-5.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds5-76/+107
2021-02-23Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-14/+26
2021-02-23Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-8/+23
2021-02-23Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-101/+105