aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-09-14Merge tag 'for-5.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...HEADmasterLinus Torvalds1-1/+2
2020-09-14btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana1-1/+2
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2020-09-12Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-15/+29
2020-09-12Merge tag '5.9-rc4-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+4
2020-09-10Merge tag 'f2fs-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+10
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+9
2020-09-08f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi1-0/+3
2020-09-08f2fs: fix indefinite loop scanning for free nidSahitya Tummala1-0/+3
2020-09-08f2fs: Fix type of section block count variablesShin'ichiro Kawasaki1-4/+4
2020-09-07btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana1-0/+1
2020-09-07btrfs: free data reloc tree on failed mountJosef Bacik1-0/+2
2020-09-07btrfs: require only sector size alignment for parent eb bytenrQu Wenruo2-15/+16
2020-09-07btrfs: fix lockdep splat in add_missing_devJosef Bacik1-0/+10
2020-09-06cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg1-0/+4
2020-09-06Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+52
2020-09-05io_uring: fix linked deferred ->files cancellationPavel Begunkov1-2/+23
2020-09-05io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov1-0/+27
2020-09-05Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2020-09-05xfs: don't update mtime on COW faultsMikulas Patocka1-2/+10
2020-09-05ext2: don't update mtime on COW faultsMikulas Patocka1-2/+4
2020-09-05io_uring: fix explicit async read/write mapping for large segmentsJens Axboe1-3/+4
2020-09-05NFS: Zero-stateid SETATTR should first return delegationChuck Lever1-1/+3
2020-09-04Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+12
2020-09-04debugfs: Fix module state check conditionVladis Dronov1-2/+2
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-40/+73
2020-09-03Merge tag 'affs-for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+52
2020-09-03xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong1-1/+1
2020-09-02Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-7/+9
2020-09-02Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+3
2020-09-02io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked fileJens Axboe1-0/+10
2020-09-02fix regression in "epoll: Keep a reference on files added to the check list"Al Viro1-3/+3
2020-09-02io_uring: set table->files[i] to NULL when io_sqe_file_register failedJiufei Xue1-0/+1
2020-09-01Merge tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-71/+113
2020-09-01io_uring: fix removing the wrong file in __io_sqe_files_update()Jiufei Xue1-1/+1
2020-08-31affs: fix basic permission bits to actually workMax Staudt2-1/+52
2020-08-30Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-1/+16
2020-08-29Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2020-08-28Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds2-44/+76
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-53/+56
2020-08-28Merge tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+32
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds8-77/+75
2020-08-28cifs: fix check of tcon dfs in smb1Paulo Alcantara2-1/+16
2020-08-27io_uring: don't bounce block based -EAGAIN retry off task_workJens Axboe1-20/+6
2020-08-27io_uring: fix IOPOLL -EAGAIN retriesJens Axboe1-5/+9
2020-08-27Merge tag 'rxrpc-fixes-20200820' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller6-40/+73
2020-08-27afs: Remove erroneous fallthough annotationDan Carpenter1-1/+0
2020-08-27xfs: initialize the shortform attr header padding entryDarrick J. Wong1-2/+2
2020-08-27btrfs: tree-checker: fix the error message for transid errorQu Wenruo1-1/+1
2020-08-27btrfs: set the lockdep class for log tree extent buffersJosef Bacik1-1/+5
2020-08-27btrfs: set the correct lockdep class for new nodesJosef Bacik1-1/+1
2020-08-27btrfs: allocate scrub workqueues outside of locksJosef Bacik1-52/+70
2020-08-27btrfs: fix potential deadlock in the search ioctlJosef Bacik3-14/+27
2020-08-27btrfs: drop path before adding new uuid tree entryJosef Bacik1-1/+2
2020-08-27btrfs: block-group: fix free-space bitmap thresholdMarcos Paulo de Souza2-1/+7
2020-08-26io_uring: clear req->result on IOPOLL re-issueJens Axboe1-0/+1
2020-08-26NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia1-1/+6
2020-08-26xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen1-1/+3
2020-08-26xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster2-3/+3
2020-08-26xfs: finish dfops on every insert range shift iterationBrian Foster1-1/+1
2020-08-26io_uring: make offset == -1 consistent with preadv2/pwritev2Jens Axboe1-4/+9
2020-08-25Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds1-0/+2
2020-08-25Merge tag 'm68knommu-for-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+12
2020-08-25io_uring: ensure read requests go through -ERESTART* transformationJens Axboe1-1/+2
2020-08-25io_uring: don't use poll handler if file can't be nonblocking read/writtenJens Axboe1-1/+9
2020-08-25io_uring: fix imbalanced sqo_mm accountingJens Axboe1-7/+3
2020-08-25io_uring: revert consumed iov_iter bytes on errorJens Axboe1-0/+4
2020-08-24Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-31/+39
2020-08-24ceph: don't allow setlease on cephfsJeff Layton1-0/+1
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton8-77/+74
2020-08-24gfs2: add some much needed cleanup for log flushes that failBob Peterson2-0/+32
2020-08-24binfmt_flat: revert "binfmt_flat: don't offset the data start"Max Filippov1-8/+12
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva77-226/+232
2020-08-23io-wq: fix hang after cancelling pending hashed workPavel Begunkov1-2/+19
2020-08-23io_uring: don't recurse on tsk->sighand->siglock with signalfdJens Axboe1-6/+16
2020-08-22Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-13/+13
2020-08-22do_epoll_ctl(): clean the failure exits up a bitAl Viro1-13/+6
2020-08-22epoll: Keep a reference on files added to the check listMarc Zyngier1-2/+9
2020-08-21Merge tag 'io_uring-5.9-2020-08-21' of git://git.kernel.dk/linux-blockLinus Torvalds1-94/+79
2020-08-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+6
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds24-402/+791
2020-08-21afs: Fix NULL deref in afs_dynroot_depopulate()David Howells1-9/+11
2020-08-21squashfs: avoid bio_alloc() failure with 1Mbyte blocksPhillip Lougher1-1/+5
2020-08-21romfs: fix uninitialized memory leak in romfs_dev_read()Jann Horn1-3/+1
2020-08-21btrfs: detect nocow for swap after snapshot deleteBoris Burkov4-16/+25
2020-08-21btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik1-4/+6
2020-08-20afs: Fix key ref leak in afs_put_operation()David Howells1-0/+1
2020-08-20afs: Fix error handling in VL server rotationDavid Howells1-0/+4
2020-08-20afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells5-20/+46
2020-08-20afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells4-15/+22
2020-08-20afs: Remove afs_vlserver->probe.have_resultDavid Howells2-5/+1
2020-08-20rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells2-4/+4
2020-08-20io_uring: kill extra iovec=NULL in import_iovec()Pavel Begunkov1-3/+1
2020-08-20io_uring: comment on kfree(iovec) checksPavel Begunkov1-0/+2
2020-08-20io_uring: fix racy req->flags modificationPavel Begunkov1-44/+17
2020-08-19io_uring: use system_unbound_wq for ring exit workJens Axboe1-1/+7
2020-08-19btrfs: fix space cache memory leak after transaction abortFilipe Manana2-1/+2
2020-08-19btrfs: use the correct const function attribute for btrfs_get_num_csumsDavid Sterba2-2/+2
2020-08-19btrfs: reset compression level for lzo on remountMarcos Paulo de Souza1-0/+1
2020-08-19btrfs: handle errors from async submissionJohannes Thumshirn1-8/+3
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu11-23/+90
2020-08-19ext4: reorganize if statement of ext4_mb_release_context()brookxu1-17/+16
2020-08-19ext4: add mb_debug logging when there are lost chunksbrookxu1-3/+6
2020-08-19ext4: Fix comment typo "the the".kyoungho koo1-1/+1
2020-08-19jbd2: clean up checksum verification in do_one_pass()Shijie Luo1-34/+12
2020-08-18io_uring: cleanup io_import_iovec() of pre-mapped requestJens Axboe1-14/+14
2020-08-18ext4: change to use fallthrough macroShijie Luo3-10/+10
2020-08-18ext4: remove unused parameter of ext4_generic_delete_entry functionKyoungho Koo3-7/+4
2020-08-18mballoc: replace seq_printf with seq_putsXu Wang1-1/+1
2020-08-18ext4: optimize the implementation of ext4_mb_good_group()brookxu1-7/+7
2020-08-18ext4: delete invalid comments near ext4_mb_check_limits()brookxu1-4/+0
2020-08-18ext4: fix typos in ext4_mb_regular_allocator() commentbrookxu1-2/+2
2020-08-16io_uring: get rid of kiocb_wait_page_queue_init()Jens Axboe1-30/+11
2020-08-16io_uring: find and cancel head link async work on files exitJens Axboe1-4/+29
2020-08-16nfsd: fix oops on mixed NFSv4/NFSv3 client accessJ. Bruce Fields1-0/+2
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds1-153/+386
2020-08-15io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe1-1/+4
2020-08-15io_uring: sanitize double poll handlingJens Axboe1-9/+25
2020-08-15Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxLinus Torvalds3-62/+17
2020-08-15Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-2/+4
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds23-121/+2274
2020-08-14fs: autofs: delete repeated words in commentsRandy Dunlap1-2/+2
2020-08-14exec: restore EACCES of S_ISDIR execve()Kees Cook1-1/+3
2020-08-13SMB3: Fix mkdir when idsfromsid configured on mountSteve French1-0/+1
2020-08-13io_uring: internally retry short readsJens Axboe1-39/+70
2020-08-13io_uring: retain iov_iter state over io_read/io_write callsJens Axboe1-66/+70
2020-08-13Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds9-25/+65
2020-08-13Merge tag 'xfs-5.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds15-19/+21
2020-08-13Merge tag 'exfat-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-116/+121
2020-08-12io_uring: enable lookup of links holding inflight filesJens Axboe1-10/+87
2020-08-12Merge tag 'ceph-for-5.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds14-103/+482
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds37-315/+386
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu1-1/+1
2020-08-12exec: move path_noexec() check earlierKees Cook2-8/+8
2020-08-12exec: move S_ISREG() check earlierKees Cook3-10/+16
2020-08-12exec: change uselib(2) IS_SREG() failure to EACCESKees Cook1-2/+1
2020-08-12coredump: add %f for executable filenameLepton Wu1-4/+13
2020-08-12fs/signalfd.c: fix inconsistent return codes for signalfd4Helge Deller1-4/+6
2020-08-12fat: fix fat_ra_init() for data clusters == 0OGAWA Hirofumi1-0/+3
2020-08-12VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-08-12fatfs: switch write_lock to read_lock in fat_ioctl_get_attributesYubo Feng1-2/+2
2020-08-12fs/ufs: avoid potential u32 multiplication overflowColin Ian King1-1/+1
2020-08-12nilfs2: use a more common logging styleJoe Perches20-251/+239
2020-08-12nilfs2: convert __nilfs_msg to integrate the level and formatJoe Perches2-10/+15
2020-08-12nilfs2: only call unlock_new_inode() if I_NEWEric Biggers1-1/+2
2020-08-12fs/minix: remove expected error message in block_to_path()Eric Biggers2-12/+12
2020-08-12fs/minix: fix block limit check for V1 filesystemsEric Biggers1-1/+1
2020-08-12fs/minix: set s_maxbytes correctlyEric Biggers4-9/+9
2020-08-12fs/minix: reject too-large maximum file sizeEric Biggers1-2/+20
2020-08-12fs/minix: don't allow getting deleted inodesEric Biggers1-0/+14
2020-08-12fs/minix: check return value of sb_getblk()Eric Biggers1-1/+7
2020-08-12exec: use force_uaccess_begin during exec and exitChristoph Hellwig1-1/+6
2020-08-12hugetlbfs: prevent filesystem stacking of hugetlbfsMike Kravetz1-0/+6
2020-08-12mm, oom: make the calculation of oom badness more accurateYafang Shao1-1/+10
2020-08-12/proc/PID/smaps: consistent whitespace output formatMichal Koutný1-2/+2
2020-08-12fix breakage in do_rmdir()Al Viro1-1/+1
2020-08-12NFS: Fix flexfiles read failoverTrond Myklebust3-16/+40
2020-08-12io_uring: fail poll arm on queue proc failureJens Axboe1-1/+1
2020-08-12fs: nfs: delete repeated words in commentsRandy Dunlap2-2/+2
2020-08-12rpc_pipefs: convert comma to semicolonXu Wang1-1/+1
2020-08-12nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2-3/+5
2020-08-12NFS: Don't return layout segments that are in useTrond Myklebust1-19/+15
2020-08-12NFS: Don't move layouts to plh_return_segs list while in useTrond Myklebust1-11/+1
2020-08-12NFS: Add layout segment info to pnfs read/write/commit tracepointsTrond Myklebust1-6/+36
2020-08-12btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo3-0/+20
2020-08-11Merge tag 'for-linus-5.9-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-10/+10
2020-08-11Merge tag 'zonefs-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2-4/+15
2020-08-12exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada6-28/+47
2020-08-12exfat: optimize exfat_zeroed_cluster()Tetsuhiro Kohada1-43/+10
2020-08-12exfat: add error check when updating dir-entriesTetsuhiro Kohada4-7/+12
2020-08-12exfat: write multiple sectors at onceTetsuhiro Kohada3-6/+29
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada7-35/+26
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+7
2020-08-11io_uring: hold 'ctx' reference around task_work queue + executeJens Axboe1-0/+15
2020-08-11btrfs: fix return value mixup in btrfs_get_extentPavel Machek1-1/+1
2020-08-11zonefs: add zone-capacity supportJohannes Thumshirn2-4/+15
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-7/+7
2020-08-10Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20-289/+745
2020-08-10Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds6-61/+81
2020-08-10Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-9/+36
2020-08-10io_uring: defer file table grabbing request cleanup for locked requestsJens Axboe1-10/+52
2020-08-10io_uring: add missing REQ_F_COMP_LOCKED for nested requestsJens Axboe1-0/+3
2020-08-10io_uring: fix recursive completion locking on oveflow flushJens Axboe1-10/+26
2020-08-10io_uring: use TWA_SIGNAL for task_work uncondtionallyJens Axboe1-8/+8
2020-08-10btrfs: sysfs: fix NULL pointer dereference at btrfs_sysfs_del_qgroups()Qu Wenruo1-3/+5
2020-08-10btrfs: check correct variable after allocation in btrfs_backref_iter_allocBoleyn Su1-1/+1
2020-08-10cifs: Convert to use the fallthrough macroMiaohe Lin1-2/+2
2020-08-10btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik1-0/+6
2020-08-10btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana1-6/+2
2020-08-10btrfs: don't show full path of bind mounts in subvol=Josef Bacik1-2/+8
2020-08-10btrfs: fix messages after changing compression level by remountDavid Sterba1-5/+9
2020-08-10btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik1-2/+2
2020-08-10btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo1-5/+11
2020-08-09Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds12-69/+1073
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-55/+14
2020-08-07Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+18
2020-08-07fs: fix a struct path leak in path_umountChristoph Hellwig1-14/+18
2020-08-07Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-145/+90
2020-08-07ext4: fix checking of directory entry validity for inline directoriesJan Kara1-3/+3