aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-05-09Merge tag '5.13-rc-smb3-part3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-0/+14
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-2/+2
2021-05-08smb3: if max_channels set to more than one channel request multichannelSteve French1-0/+3
2021-05-08smb3: do not attempt multichannel to server which does not support itSteve French1-0/+6
2021-05-08smb3: when mounting with multichannel include it in requested capabilitiesSteve French1-0/+5
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+17
2021-05-07Merge tag 'io_uring-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+51
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds31-399/+735
2021-05-07Merge tag '9p-for-5.13-rc1' of git://github.com/martinetd/linuxLinus Torvalds2-3/+3
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds129-421/+131
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada118-386/+109
2021-05-07fs: fat: fix spelling typo of valuesdingsenjie1-1/+1
2021-05-06Merge tag 'iomap-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-7/+2
2021-05-06Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds18-68/+143
2021-05-06hpfs: replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+2
2021-05-06nilfs2: fix typos in commentsLu Jialin3-4/+4
2021-05-06fs/nilfs2: fix misspellings using codespell toolLiu xuzhi1-2/+2
2021-05-06isofs: fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-05-06fs/epoll: restore waking from ep_done_scan()Davidlohr Bueso1-0/+6
2021-05-06proc/sysctl: fix function name error in commentszhouchuangao1-1/+1
2021-05-06proc: delete redundant subset=pid checkAlexey Dobriyan1-4/+0
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan1-12/+2
2021-05-06proc: save LOC in __xlate_proc_name()Alexey Dobriyan1-9/+2
2021-05-06fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King1-1/+1
2021-05-06Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds18-684/+524
2021-05-06Merge tag 'ecryptfs-5.13-rc1-updates' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds14-63/+73
2021-05-06block: reexpand iov_iter after read/writeyangerkun1-3/+17
2021-05-05io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffersThadeu Lima de Souza Cascardo1-2/+2
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-110/+190
2021-05-05Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds5-174/+256
2021-05-05Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-33/+447
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny6-58/+18
2021-05-05mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)Anshuman Khandual1-1/+4
2021-05-05mm: fs: invalidate BH LRU during page migrationMinchan Kim1-6/+30
2021-05-05userfaultfd: add UFFDIO_CONTINUE ioctlAxel Rasmussen1-0/+67
2021-05-05userfaultfd: add minor fault registration modeAxel Rasmussen2-31/+50
2021-05-05mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages()Miaohe Lin1-3/+0
2021-05-05mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op caseMiaohe Lin1-2/+2
2021-05-05mm/hugetlb: use some helper functions to cleanup codeMiaohe Lin1-1/+1
2021-05-05hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wpPeter Xu1-0/+4
2021-05-05mm: remove nrexceptional from inode: remove BUG_ONHugh Dickins1-1/+8
2021-05-05mm: remove nrexceptional from inodeMatthew Wilcox (Oracle)1-1/+1
2021-05-05dax: account DAX entries as nrpagesMatthew Wilcox (Oracle)1-3/+3
2021-05-05mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)3-4/+3
2021-05-04Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-12/+19
2021-05-04Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds24-219/+615
2021-05-04Merge tag 'm68knommu-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-5/+16
2021-05-04fs/cifs: Fix resource leakKhaled ROMDHANI1-1/+5
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula4-5/+33
2021-05-04cifs: fix regression when mounting shares with prefix pathsPaulo Alcantara3-13/+23
2021-05-04iomap: remove unused private field from ioendBrian Foster2-7/+2
2021-05-04xfs: don't allow log writes if the data device is readonlyDarrick J. Wong1-4/+6
2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+1
2021-05-03Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-20/+19
2021-05-03cifs: use echo_interval even when connection not ready.Shyam Prasad N1-11/+1
2021-05-03cifs: detect dead connections only when echoes are enabled.Shyam Prasad N1-0/+1
2021-05-03smb3.1.1: allow dumping keys for multiuser mountsSteve French1-20/+46
2021-05-03smb3.1.1: allow dumping GCM256 keys to improve debugging of encrypted sharesSteve French2-0/+52
2021-05-03cifs: add shutdown supportSteve French9-2/+121
2021-05-03cifs: Deferred close for filesRohith Surabattula6-3/+187
2021-05-02Merge tag 'for-linus-5.13-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-104/+54
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds15-85/+35
2021-05-02Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-105/+75
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+1
2021-05-01afs: Fix speculative status fetchesDavid Howells6-2/+23
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada1-2/+2
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds23-239/+1096
2021-04-30Merge tag 'dlm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds9-142/+202
2021-04-30Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-57/+97
2021-04-30Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-67/+124
2021-04-30Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon1-4/+1
2021-04-30iomap: use filemap_range_needs_writeback() for O_DIRECT readsJens Axboe1-8/+16
2021-04-30vfs: fs_parser: clean up kernel-doc warningsRandy Dunlap1-1/+1
2021-04-30ocfs2/dlm: remove unused functionJiapeng Chong1-7/+0
2021-04-30ocfs2: fix a typoBhaskar Chowdhury1-1/+1
2021-04-30ocfs2: map flags directly in flags_to_o2dlm()Joseph Qi1-18/+18
2021-04-30ocfs2: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYang Li1-1/+1
2021-04-30io_uring: Fix memory leak in io_sqe_buffers_register()Zqiang1-2/+2
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+1
2021-04-29io_uring: Fix premature return from loop and memory leakColin Ian King1-4/+8
2021-04-29io_uring: fix unchecked error in switch_start()Pavel Begunkov1-1/+3
2021-04-29io_uring: allow empty slots for reg buffersPavel Begunkov1-7/+29
2021-04-29io_uring: add more build check for uapiPavel Begunkov1-0/+7
2021-04-29io_uring: dont overlap internal and user req flagsPavel Begunkov1-6/+3
2021-04-29io_uring: fix drain with rsrc CQEsPavel Begunkov1-0/+1
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-51/+24
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-139/+395
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds6-59/+139
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds91-1302/+1458
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds23-243/+312
2021-04-29Merge tag 'exfat-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-35/+206
2021-04-29xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_rangeDarrick J. Wong1-1/+2
2021-04-29xfs: set aside allocation btree blocks from block reservationBrian Foster1-1/+14
2021-04-29xfs: introduce in-core global counter of allocbt blocksBrian Foster3-0/+22
2021-04-29xfs: unconditionally read all AGFs on mounts with perag reservationBrian Foster1-11/+23
2021-04-29xfs: count free space btree blocks when scrubbing pre-lazysbcount fsesDarrick J. Wong1-1/+38
2021-04-29xfs: update superblock counters correctly for !lazysbcountDave Chinner2-3/+16
2021-04-29xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong2-2/+8
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong6-31/+0
2021-04-29orangefs: leave files in the page cache for a few micro seconds at leastMike Marshall1-1/+1
2021-04-28Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds3-1429/+1510
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+0
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+6
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+91
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+4
2021-04-28Orangef: implement orangefs_readahead.Mike Marshall2-103/+53
2021-04-27smb3.1.1: enable negotiating stronger encryption by defaultSteve French1-1/+1
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+4
2021-04-27seq_file: Add a seq_bprintf functionFlorent Revest1-0/+18
2021-04-27ceph: don't allow access to MDS-private inodesJeff Layton4-0/+42
2021-04-27ceph: fix up some bare fetches of i_sizeJeff Layton4-16/+16
2021-04-27ceph: convert some PAGE_SIZE invocations to thp_size()Jeff Layton1-26/+25
2021-04-27ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao5-2/+18
2021-04-27ceph: drop pinned_page parameter from ceph_get_capsJeff Layton4-26/+13
2021-04-27ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton1-1/+3
2021-04-27ceph: only check pool permissions for regular filesJeff Layton1-0/+4
2021-04-27ceph: send opened files/pinned caps/opened inodes metrics to MDS daemonXiubo Li2-2/+80
2021-04-27ceph: avoid counting the same request twice or moreXiubo Li1-10/+10
2021-04-27ceph: rename the metric helpersXiubo Li6-35/+35
2021-04-27ceph: fix kerneldoc copypasta over ceph_start_io_directJeff Layton1-1/+1
2021-04-27ceph: use attach/detach_page_private for tracking snap contextJeff Layton1-11/+7
2021-04-27ceph: don't use d_add in ceph_handle_snapdirJeff Layton3-14/+25
2021-04-27ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton1-4/+5
2021-04-27ceph: fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-04-27ceph: convert ceph_readpages to ceph_readaheadJeff Layton1-199/+31
2021-04-27ceph: convert ceph_write_begin to netfs_write_beginJeff Layton1-129/+57
2021-04-27ceph: convert ceph_readpage to netfs_readpageJeff Layton3-10/+195
2021-04-27ceph: fix fscache invalidationJeff Layton2-0/+2
2021-04-27ceph: rework PageFsCache handlingJeff Layton2-1/+9
2021-04-27ceph: rip out old fscache readpage handlingJeff Layton5-254/+3
2021-04-27Merge remote-tracking branch 'dhowells/netfs-lib'Ilya Dryomov20-6/+1931
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-1/+9
2021-04-27Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-1009/+767
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-6/+1931
2021-04-27Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-18/+13
2021-04-27Merge tag 'fs.idmapped.docs.v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-17/+12
2021-04-27Merge tag 'iomap-5.13-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-16/+22
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds67-1995/+1641
2021-04-27Merge branch 'work.coredump' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-34/+45
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds27-156/+218
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds18-30/+38
2021-04-27Merge tag 'pstore-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+22
2021-04-27Merge tag 'seccomp-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2021-04-27io_uring: maintain drain logic for multishot poll requestsHao Xu1-1/+5
2021-04-27io_uring: Check current->io_uring in io_uring_cancel_sqpollPalash Oswal1-0/+2
2021-04-27exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim3-8/+22
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim6-9/+10
2021-04-27exfat: add support ioctl and FITRIM functionHyeongseok Kim4-0/+142
2021-04-27exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim3-8/+31
2021-04-27exfat: fix erroneous discard when clear cluster bitHyeongseok Kim1-10/+1
2021-04-26netfs: Miscellaneous fixesDavid Howells1-3/+3
2021-04-26Merge tag 'for-5.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds44-1582/+2943
2021-04-26Merge tag '5.12-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds31-550/+721
2021-04-26Merge tag 'nfsd-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds25-909/+1328
2021-04-26Merge tag 'erofs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-307/+887
2021-04-26Merge tag 'locks-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds1-10/+56
2021-04-26Merge tag 'docs-5.13' of git://git.lwn.net/linuxLinus Torvalds2-32/+34
2021-04-26Merge tag 'driver-core-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+2
2021-04-26f2fs: drop inplace IO if fs status is abnormalChao Yu1-1/+16
2021-04-26f2fs: compress: remove unneed check conditionChao Yu1-7/+1
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-10/+28
2021-04-26io_uring: fix NULL reg-bufferPavel Begunkov1-17/+17
2021-04-26NFSv4.2: Remove ifdef CONFIG_NFSD from NFSv4.2 client SSC code.Dai Ngo4-11/+3
2021-04-26io_uring: simplify SQPOLL cancellationsPavel Begunkov1-42/+3
2021-04-26io_uring: fix work_exit sqpoll cancellationsPavel Begunkov1-7/+18
2021-04-26io_uring: Fix uninitialized variable up.resvColin Ian King1-0/+1
2021-04-26io_uring: fix invalid error check after mallocPavel Begunkov1-1/+1
2021-04-25cifs: update internal version numberSteve French1-1/+1
2021-04-25smb3: add rasize mount parameter to improve readahead performanceSteve French3-3/+33
2021-04-25smb3: limit noisy errorSteve French1-1/+4
2021-04-25cifs: fix leak in cifs_smb3_do_mount() ctxDavid Disseldorp1-0/+6
2021-04-25cifs: remove unnecessary copies of tcon->crfid.fidMuhammad Usama Anjum1-5/+6
2021-04-25cifs: Return correct error code from smb2_get_enc_keyPaul Aurich1-1/+1
2021-04-25cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointEugene Korenevsky1-1/+1
2021-04-25smb2: fix use-after-free in smb2_ioctl_query_info()Aurelien Aptel1-9/+5
2021-04-25cifs: export supported mount options via new mount_params /proc fileAurelien Aptel1-0/+50
2021-04-25cifs: log mount errors using cifs_errorf()Aurelien Aptel1-49/+46
2021-04-25cifs: add fs_context param to parsing helpersAurelien Aptel2-14/+11
2021-04-25cifs: make fs_context error logging wrapperAurelien Aptel1-1/+6
2021-04-25cifs: add FALLOC_FL_INSERT_RANGE supportRonnie Sahlberg1-0/+40
2021-04-25cifs: add support for FALLOC_FL_COLLAPSE_RANGERonnie Sahlberg1-0/+35
2021-04-25cifs: check the timestamp for the cached dirent when deciding on revalidateRonnie Sahlberg1-0/+12
2021-04-25cifs: pass the dentry instead of the inode down to the revalidation check fun...Ronnie Sahlberg1-4/+5
2021-04-25cifs: add a timestamp to track when the lease of the cached dir was takenRonnie Sahlberg3-0/+4
2021-04-25cifs: add a function to get a cached dir based on its dentryRonnie Sahlberg2-0/+19
2021-04-25cifs: Grab a reference for the dentry of the cached directory during the life...Ronnie Sahlberg3-0/+27
2021-04-25cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...Ronnie Sahlberg3-1/+17
2021-04-25cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg5-20/+21
2021-04-25cifs: pass a path to open_shroot and check if it is the root or notRonnie Sahlberg3-13/+16
2021-04-25cifs: move the check for nohandlecache into open_shrootRonnie Sahlberg2-21/+19
2021-04-25cifs: switch build_path_from_dentry() to using dentry_path_raw()Al Viro1-62/+23
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro10-178/+212
2021-04-25cifs: make build_path_from_dentry() return const char *Al Viro9-27/+27
2021-04-25cifs: constify pathname arguments in a bunch of helpersAl Viro5-10/+10
2021-04-25cifs: constify path argument of ->make_node()Al Viro3-3/+3
2021-04-25cifs: constify get_normalized_path() properlyAl Viro1-12/+13
2021-04-25cifs: don't cargo-cult strndup()Al Viro7-24/+17
2021-04-25SMB3: update structures for new compression protocol definitionsSteve French1-2/+9
2021-04-25cifs: remove old dead codeAurelien Aptel5-91/+0
2021-04-25cifs: cifspdu.h: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1