aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-02-23Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-10/+44
2020-02-23Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-108/+256
2020-02-22Merge tag 'io_uring-5.6-2020-02-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-35/+30
2020-02-22io_uring: fix __io_iopoll_check deadlock in io_sq_threadXiaoguang Wang1-18/+9
2020-02-21ext4: fix mount failure with quota configured as moduleJan Kara1-1/+1
2020-02-21jbd2: fix ocfs2 corrupt when clearing block group bitswangyan1-2/+6
2020-02-21ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers2-9/+23
2020-02-21ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers3-11/+11
2020-02-21ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh5-37/+76
2020-02-21io_uring: prevent sq_thread from spinning when it should stopStefano Garzarella1-12/+12
2020-02-21Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana1-5/+5
2020-02-21ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh2-21/+39
2020-02-21ext4: fix potential race between online resizing and write operationsTheodore Ts'o4-25/+97
2020-02-19ext4: add cond_resched() to __ext4_find_entry()Shijie Luo1-0/+1
2020-02-19ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai2-2/+2
2020-02-18io_uring: fix use-after-free by io_cleanup_req()Pavel Begunkov1-3/+3
2020-02-19Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana1-1/+6
2020-02-19btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik1-3/+13
2020-02-19btrfs: handle logged extent failure properlyJosef Bacik1-0/+2
2020-02-19btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik1-1/+0
2020-02-19btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik1-0/+1
2020-02-19btrfs: destroy qgroup extent records on transaction abortJeff Mahoney4-0/+17
2020-02-18pipe: make sure to wake up everybody when the last reader/writer closesLinus Torvalds1-8/+10
2020-02-18io_uring: remove unnecessary NULL checksDan Carpenter1-2/+2
2020-02-17Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-6/+9
2020-02-17Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2020-02-17btrfs: don't set path->leave_spinning for truncateJosef Bacik1-2/+0
2020-02-16Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-1/+44
2020-02-16Merge tag '5.6-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-6/+44
2020-02-16Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-63/+86
2020-02-16io_uring: add missing io_req_cancelled()Pavel Begunkov1-0/+4
2020-02-15ext4: improve explanation of a mount failure caused by a misconfigured kernelTheodore Ts'o1-10/+4
2020-02-14Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds6-24/+175
2020-02-14Merge tag 'ceph-for-5.6-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds3-104/+44
2020-02-14Merge tag 'io_uring-5.6-2020-02-14' of git://git.kernel.dk/linux-blockLinus Torvalds3-113/+284
2020-02-14ecryptfs: replace BUG_ON with error handling codeAditya Pakki1-2/+4
2020-02-14eCryptfs: Replace deactivated email addressTyler Hicks3-3/+3
2020-02-14cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg1-1/+34
2020-02-14cifs: enable change notification for SMB2.1 dialectSteve French1-0/+1
2020-02-13io_uring: prune request from overflow list on flushJens Axboe1-0/+28
2020-02-13NFSv4: Ensure the delegation cred is pinned when we call delegreturnTrond Myklebust1-3/+8
2020-02-13NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()Trond Myklebust2-7/+27
2020-02-13NFSv4.1 make cachethis=no for writesOlga Kornievskaia1-1/+1
2020-02-13jbd2: do not clear the BH_Mapped flag when forgetting a metadata bufferzhangyi (F)1-4/+21
2020-02-13jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()zhangyi (F)2-32/+21
2020-02-13ext4: add cond_resched() to ext4_protect_reserved_inodeShijie Luo1-0/+1
2020-02-13ext4: fix checksum errors with indexed dirsJan Kara4-7/+31
2020-02-13ext4: fix support for inode sizes > 1024 bytesTheodore Ts'o1-8/+10
2020-02-13ext4: simplify checking quota limits in ext4_statfs()Jan Kara1-8/+2
2020-02-13ext4: don't assume that mmp_nodename/bdevname have NULAndreas Dilger1-5/+7
2020-02-12cifs: Fix mode output in debugging statementsFrank Sorenson3-4/+4
2020-02-12io-wq: don't call kXalloc_node() with non-online nodeJens Axboe1-4/+18
2020-02-12NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust3-3/+109
2020-02-12btrfs: sysfs, move device id directories to UUID/devinfoAnand Jain1-1/+1
2020-02-12btrfs: sysfs, add UUID/devinfo kobjectAnand Jain2-0/+16
2020-02-12Btrfs: fix race between shrinking truncate and fiemapFilipe Manana1-0/+8
2020-02-12btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba1-0/+2
2020-02-12btrfs: print message when tree-log replay startsDavid Sterba1-0/+1
2020-02-12Btrfs: fix race between using extent maps and merging themFilipe Manana1-0/+11
2020-02-12btrfs: ref-verify: fix memory leaksWenwen Wang1-0/+5
2020-02-11Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-11/+9
2020-02-11ceph: noacl mount option is effectively ignoredXiubo Li1-4/+4
2020-02-11ceph: canonicalize server path in placeIlya Dryomov2-94/+29
2020-02-11ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li1-6/+11
2020-02-10NFSv4: Fix races between open and dentry revalidationTrond Myklebust2-3/+16
2020-02-10NFS: Fix up directory verifier racesTrond Myklebust1-7/+14
2020-02-10cifs: fix mount option display for sec=krb5iPetr Pavlu1-1/+5
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-1/+1
2020-02-09Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds6-0/+1643
2020-02-09Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds22-129/+247
2020-02-09Merge branch 'work.vboxsf' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds11-0/+3274
2020-02-09io_uring: retain sockaddr_storage across send/recvmsg async puntJens Axboe1-6/+5
2020-02-09io_uring: cancel pending async work if task exitsJens Axboe1-0/+9
2020-02-09io-wq: add io_wq_cancel_pid() to cancel based on a specific pidJens Axboe2-0/+31
2020-02-09io-wq: make io_wqe_cancel_work() take a match handlerJens Axboe1-11/+22
2020-02-08fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede11-0/+3274
2020-02-08Merge tag 'compat-ioctl-fix' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+7
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds16-548/+392
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-100/+94
2020-02-08io_uring: fix openat/statx's filename leakPavel Begunkov1-0/+6
2020-02-08io_uring: fix double prep iovec leakPavel Begunkov1-2/+10
2020-02-08io_uring: fix async close() with f_op->flush()Pavel Begunkov1-29/+16
2020-02-08io_uring: allow AT_FDCWD for non-file openat/openat2/statxJens Axboe1-1/+1
2020-02-08io_uring: grab ->fs as part of async preparationJens Axboe1-0/+28
2020-02-08io-wq: add support for inheriting ->fsJens Axboe2-1/+11
2020-02-08io_uring: retry raw bdev writes if we hit -EOPNOTSUPPJens Axboe1-0/+6
2020-02-08io_uring: add cleanup for openat()/statx()Pavel Begunkov1-0/+10
2020-02-08io_uring: fix iovec leaksPavel Begunkov1-2/+49
2020-02-08io_uring: remove unused struct io_async_openPavel Begunkov1-5/+0
2020-02-08io_uring: flush overflowed CQ events in the io_uring_poll()Stefano Garzarella1-1/+1
2020-02-08io_uring: statx/openat/openat2 don't support fixed filesJens Axboe1-1/+7
2020-02-08Merge branch 'pipe-exclusive-wakeup'Linus Torvalds3-29/+50
2020-02-08pipe: use exclusive waits when reading or writingLinus Torvalds3-29/+50
2020-02-08compat_ioctl: fix FIONREAD on devicesArnd Bergmann1-4/+7
2020-02-07Merge tag 'fuse-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-14/+29
2020-02-07Merge tag 'gfs2-for-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2-42/+32
2020-02-07Merge tag 'for-linus-5.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2020-02-07Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds23-305/+1292
2020-02-07Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds43-2633/+3008
2020-02-07procfs: switch to use of invalfc()Al Viro1-1/+1
2020-02-07hugetlbfs: switch to use of invalfc()Al Viro1-1/+1
2020-02-07cramfs: switch to use of errofc() et.al.Al Viro1-7/+7
2020-02-07gfs2: switch to use of errorfc() et.al.Al Viro1-15/+15
2020-02-07fuse: switch to use errorfc() et.al.Al Viro1-6/+6
2020-02-07ceph: use errorfc() and friends instead of spelling the prefix outAl Viro2-9/+9
2020-02-07turn fs_param_is_... into functionsAl Viro2-105/+125
2020-02-07fs_parse: handle optional arguments sanelyAl Viro4-120/+82
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro11-100/+57
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen12-19/+4
2020-02-07add prefix to fs_context->logAl Viro4-21/+12
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro1-2/+2
2020-02-07new primitive: __fs_parse()Al Viro1-6/+15
2020-02-07teach logfc() to handle prefices, give it saner calling conventionsAl Viro1-46/+17
2020-02-07get rid of fs_value_is_filename_emptyAl Viro2-14/+5
2020-02-07don't bother with explicit length argument for __lookup_constant()Al Viro2-15/+20
2020-02-07nfsd: make nfsd_filecache_wq variable staticChen Zhou1-1/+1
2020-02-07fs: New zonefs file systemDamien Le Moal6-0/+1643
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro6-10/+10
2020-02-07fs_parse: get rid of ->enumsAl Viro6-135/+88
2020-02-07Pass consistent param->type to fs_parse()Al Viro2-14/+14
2020-02-06smb3: Add defines for new information level, FileIdInformationSteve French1-0/+8
2020-02-06 smb3: print warning once if posix context returned on openSteve French2-0/+30
2020-02-06smb3: add one more dynamic tracepoint missing from strict fsync pathSteve French1-1/+3
2020-02-06cifs: fix mode bits from dir listing when mounted with modefromsidAurelien Aptel1-1/+2
2020-02-06io_uring: fix deferred req iovec leakPavel Begunkov1-35/+12
2020-02-06io_uring: fix 1-bit bitfields to be unsignedRandy Dunlap1-5/+5
2020-02-06io_uring: get rid of delayed mm checkPavel Begunkov1-10/+9
2020-02-06cifs: fix channel signingAurelien Aptel1-2/+3
2020-02-06gfs2: fix O_SYNC write handlingAndreas Gruenbacher1-30/+21
2020-02-06gfs2: move setting current->backing_dev_infoChristoph Hellwig1-11/+10
2020-02-06gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0Abhi Das1-1/+1
2020-02-06nfsd4: fix double free in nfsd4_do_async_copy()Dan Carpenter1-1/+0
2020-02-06nfsd: convert file cache to use over/underflow safe refcountTrond Myklebust3-16/+15
2020-02-06nfsd: Define the file access mode enum for tracingTrond Myklebust1-0/+6
2020-02-06nfsd: Fix a perf warningTrond Myklebust1-6/+6
2020-02-06fuse: use true,false for bool variablezhengbin4-12/+12
2020-02-06fuse: Support RENAME_WHITEOUT flagVivek Goyal1-1/+1
2020-02-06fuse: don't overflow LLONG_MAX with end offsetMiklos Szeredi1-0/+12
2020-02-06fix up iter on short count in fuse_direct_io()Miklos Szeredi1-1/+4
2020-02-06cifs: add SMB3 change notification supportSteve French5-0/+87
2020-02-06cifs: make multichannel warning more visibleAurelien Aptel1-1/+1
2020-02-06cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg1-1/+1
2020-02-06Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds14-175/+436
2020-02-06Merge tag 'xfs-5.6-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds27-365/+278
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2-0/+90
2020-02-06Merge tag 'io_uring-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds3-52/+237
2020-02-05dax: pass NOWAIT flag to iomap_applyJeff Moyer1-0/+3
2020-02-05cifs: Add tracepoints for errors on flush or fsyncSteve French2-2/+32
2020-02-05cifs: log warning message (once) if out of disk spaceSteve French1-0/+3
2020-02-05cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg1-2/+8
2020-02-05smb3: fix problem with null cifs super block with previous patchSteve French2-2/+2
2020-02-05Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+0
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-210/+95
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-106/+61
2020-02-04io_uring: cleanup fixed file data table referencesJens Axboe1-13/+19
2020-02-04io_uring: spin for sq thread to idle on shutdownJens Axboe1-1/+12
2020-02-04help_next should increase position indexVasily Averin1-0/+1
2020-02-04NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski4-14/+11
2020-02-04NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski1-0/+5
2020-02-04NFS: Fix memory leaksWenwen Wang1-2/+2
2020-02-04nfs: optimise readdir cache page invalidationDai Ngo1-2/+7
2020-02-04Merge tag 'ovl-update-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds12-228/+505
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada4-4/+4
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan17-144/+143
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan6-76/+79
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price1-2/+2
2020-02-04fs/proc/page.c: allow inspection of last section and fix end detectionDavid Hildenbrand1-3/+27
2020-02-04ocfs2: fix oops when writing cloned fileGang He1-8/+6
2020-02-03saner copy_mount_options()Al Viro1-42/+7
2020-02-03aio: prevent potential eventfd recursion on pollJens Axboe1-2/+18
2020-02-03io_uring: put the flag changing code in the same spotPavel Begunkov1-5/+4
2020-02-03io_uring: iterate req cache backwardsPavel Begunkov1-8/+4
2020-02-03io_uring: punt even fadvise() WILLNEED to async contextJens Axboe1-3/+10
2020-02-03io_uring: fix sporadic double CQE entry for closeJens Axboe1-5/+8
2020-02-03io_uring: remove extra ->file checkPavel Begunkov1-3/+0
2020-02-03io_uring: don't map read/write iovec potentially twiceJens Axboe1-3/+5
2020-02-03io_uring: use the proper helpers for io_send/recvJens Axboe1-2/+4
2020-02-03io_uring: prevent potential eventfd recursion on pollJens Axboe1-7/+30
2020-02-03eventfd: track eventfd_signal() recursion depthJens Axboe1-0/+15
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein14-118/+68
2020-02-03NFS: Switch readdir to using iterate_shared()Trond Myklebust1-1/+1
2020-02-03NFS: Use kmemdup_nul() in nfs_readdir_make_qstr()Trond Myklebust1-1/+1
2020-02-03NFS: Directory page cache pages need to be locked when readTrond Myklebust1-11/+19
2020-02-03NFS: Fix memory leaks and corruption in readdirTrond Myklebust1-2/+15
2020-02-03NFS: Replace various occurrences of kstrndup() with kmemdup_nul()Trond Myklebust2-2/+2
2020-02-03NFSv4: Limit the total number of cached delegationsTrond Myklebust1-1/+7
2020-02-03NFSv4: Add accounting for the number of active delegations heldTrond Myklebust1-12/+24
2020-02-03NFSv4: Try to return the delegation immediately when marked for return on closeTrond Myklebust3-0/+35
2020-02-03NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returnedTrond Myklebust1-1/+3
2020-02-03NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNINGTrond Myklebust1-0/+1
2020-02-03NFS: nfs_find_open_context() should use cred_fscmp()Trond Myklebust1-1/+1
2020-02-03NFS: nfs_access_get_cached_rcu() should use cred_fscmp()Trond Myklebust1-1/+1
2020-02-03NFSv4: pnfs_roc() must use cred_fscmp() to compare credsTrond Myklebust1-1/+1
2020-02-03Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds13-83/+193
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-1/+1
2020-02-03NFS: remove unused macrosAlex Shi1-2/+0
2020-02-03fibmap: Reject negative block numbersCarlos Maiolino1-0/+3
2020-02-03fibmap: Use bmap instead of ->bmap method in ioctl_fibmapCarlos Maiolino1-10/+20
2020-02-03ecryptfs: drop direct calls to ->bmapCarlos Maiolino1-10/+6
2020-02-03cachefiles: drop direct usage of ->bmap method.Carlos Maiolino1-13/+14