aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-06-25Merge tag 'ceph-for-5.13-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds4-17/+26
2021-06-25Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-15/+45
2021-06-24nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin1-0/+1
2021-06-22ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton3-17/+21
2021-06-22ceph: must hold snap_rwsem when filling inode for async createJeff Layton2-0/+5
2021-06-21netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton1-13/+36
2021-06-21afs: Fix afs_write_end() to handle short writesDavid Howells1-2/+9
2021-06-18Merge tag 'for-5.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2021-06-18afs: Re-enable freezing once a page fault is interruptedMatthew Wilcox (Oracle)1-5/+8
2021-06-17Merge tag 'fixes_for_v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2021-06-17btrfs: zoned: fix negative space_info->bytes_readonlyNaohiro Aota1-4/+4
2021-06-16mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz1-0/+1
2021-06-15proc: only require mm_struct for writingLinus Torvalds1-1/+3
2021-06-15afs: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2021-06-14fanotify: fix copy_event_to_user() fid error clean upMatthew Bobrowski1-2/+2
2021-06-13Merge tag 'nfs-for-5.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-13/+33
2021-06-12Merge tag 'driver-core-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-06-12Merge tag 'io_uring-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+29
2021-06-10io_uring: add feature flag for rsrc tagsPavel Begunkov1-1/+2
2021-06-10io_uring: change registration/upd/rsrc tagging ABIPavel Begunkov1-12/+27
2021-06-10coredump: Limit what can interrupt coredumpsEric W. Biederman1-1/+1
2021-06-09Merge tag 'for-5.13-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-15/+54
2021-06-08proc: Track /proc/$pid/attr/ opener mm_structKees Cook1-1/+8
2021-06-07afs: Fix partial writeback of large files on fsync and closeMarc Dionne1-1/+1
2021-06-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-126/+135
2021-06-06ext4: Only advertise encrypted_casefold when encryption and unicode are enabledDaniel Rosenberg1-0/+4
2021-06-06ext4: fix no-key deletion for encrypt+casefoldDaniel Rosenberg1-2/+4
2021-06-06ext4: fix memory leak in ext4_fill_superAlexey Makhalov1-2/+9
2021-06-06ext4: fix fast commit alignment issuesHarshad Shirwadkar2-99/+90
2021-06-06ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failedYe Bin1-20/+23
2021-06-05ocfs2: fix data corruption by fallocateJunxiao Bi1-5/+50
2021-06-04debugfs: Fix debugfs_read_file_str()Dietmar Eggemann1-1/+1
2021-06-04btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov1-8/+18
2021-06-04btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani1-2/+2
2021-06-04btrfs: zoned: fix zone number to sector/physical calculationNaohiro Aota1-5/+18
2021-06-04btrfs: do not write supers if we have an fs errorJosef Bacik1-0/+16
2021-06-03Merge tag 'io_uring-5.13-2021-06-03' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-58/+147
2021-06-03NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust1-2/+7
2021-06-03NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust2-1/+12
2021-06-03NFS: FMODE_READ and friends are C macros, not enum typesChuck Lever1-4/+0
2021-06-03NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter1-1/+1
2021-06-03NFS: Fix use-after-free in nfs4_init_client()Anna Schumaker1-1/+1
2021-06-03NFS: Ensure the NFS_CAP_SECURITY_LABEL capability is set when appropriateScott Mayhew1-4/+4
2021-06-02ext4: fix accessing uninit percpu counter variable with fast_commitRitesh Harjani1-2/+4
2021-06-01Revert "gfs2: Fix mmap locking for write faults"Andreas Gruenbacher1-3/+1
2021-06-01NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.Dai Ngo1-0/+8
2021-05-31Merge tag 'gfs2-v5.13-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-11/+44
2021-05-31Merge tag 'fsnotify_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-7/+25
2021-05-31gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton1-1/+1
2021-05-29Merge tag 'xfs-5.13-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds7-86/+139
2021-05-29io_uring: fix misaccounting fix buf pinned pagesPavel Begunkov1-0/+1
2021-05-29Merge tag 'driver-core-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+6
2021-05-28Merge tag 'io_uring-5.13-2021-05-28' of git://git.kernel.dk/linux-blockLinus Torvalds3-17/+29
2021-05-28Merge tag '5.13-rc4-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-57/+150
2021-05-28Merge tag 'nfs-for-5.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-29/+20
2021-05-27btrfs: fix deadlock when cloning inline extents and low on available spaceFilipe Manana1-16/+22
2021-05-27btrfs: fix fsync failure and transaction abort after writes to prealloc extentsFilipe Manana1-22/+76
2021-05-27btrfs: abort in rename_exchange if we fail to insert the second refJosef Bacik1-1/+6
2021-05-27btrfs: check error value from btrfs_update_inode in tree logJosef Bacik1-2/+6
2021-05-27btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik1-6/+7
2021-05-27btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik1-0/+12
2021-05-27btrfs: return errors from btrfs_del_csums in cleanup_ref_headJosef Bacik1-1/+1
2021-05-27btrfs: fix error handling in btrfs_del_csumsJosef Bacik1-5/+5
2021-05-27btrfs: fix compressed writes that cross stripe boundaryQu Wenruo1-5/+12
2021-05-27cifs: change format of CIFS_FULL_KEY_DUMP ioctlAurelien Aptel3-45/+126
2021-05-27cifs: fix string declarations and assignments in tracepointsShyam Prasad N1-12/+17
2021-05-27cifs: set server->cipher_type to AES-128-CCM for SMB3.0Aurelien Aptel1-0/+7
2021-05-27afs: Fix the nlink handling of dir-over-dir renameDavid Howells1-1/+3
2021-05-27xfs: bunmapi has unnecessary AG lock ordering issuesDave Chinner1-11/+0
2021-05-27xfs: btree format inode forks can have zero extentsDave Chinner1-1/+0
2021-05-27io_uring: fix data race to avoid potential NULL-derefMarco Elver1-2/+7
2021-05-27nfs: Remove trailing semicolon in macrosHuilong Deng2-2/+2
2021-05-27NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 configZhang Xiaoxu1-1/+1
2021-05-26io-wq: Fix UAF when wakeup wqe in hash waitqueueZqiang1-3/+6
2021-05-26NFS: Clean up reset of the mirror accounting variablesTrond Myklebust1-8/+1
2021-05-26NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()Trond Myklebust1-7/+5
2021-05-26NFS: Fix an Oopsable condition in __nfs_pageio_add_request()Trond Myklebust1-4/+5
2021-05-25io_uring/io-wq: close io-wq full-stop gapPavel Begunkov3-12/+16
2021-05-25proc: Check /proc/$pid/attr/ writes against file openerKees Cook1-0/+4
2021-05-25Merge tag 'netfs-lib-fixes-20200525' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2021-05-25afs: Fix fall-through warnings for ClangGustavo A. R. Silva3-0/+10
2021-05-25netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manualDavid Howells1-1/+1
2021-05-25netfs: Pass flags through to grab_cache_page_write_begin()David Howells1-1/+1
2021-05-25fanotify: fix permission model of unprivileged groupAmir Goldstein2-7/+25
2021-05-24xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong5-0/+85
2021-05-24xfs: standardize extent size hint validationDarrick J. Wong2-73/+41
2021-05-24xfs: check free AG space when making per-AG reservationsDarrick J. Wong1-3/+15
2021-05-22userfaultfd: hugetlbfs: fix new flag usage in error pathMike Kravetz1-1/+1
2021-05-22Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+8
2021-05-22Merge tag 'io_uring-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+7
2021-05-21Merge tag 'xfs-5.13-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-28/+78
2021-05-21Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-13/+49
2021-05-21Merge tag '5.13-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-32/+55
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+9
2021-05-20ext4: fix memory leak in ext4_mb_init_backend on error path.Phillip Potter1-1/+1
2021-05-21gfs2: Fix mmap locking for write faultsAndreas Gruenbacher1-1/+3
2021-05-20Fix KASAN identified use-after-free issue.Rohith Surabattula2-9/+23
2021-05-20Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+0
2021-05-20Merge tag 'quota_for_v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+2
2021-05-20NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()Anna Schumaker1-8/+7
2021-05-20pNFS/NFSv4: Remove redundant initialization of 'rd_size'Yang Li1-1/+1
2021-05-20NFS: fix an incorrect limit in filelayout_decode_layout()Dan Carpenter1-1/+1
2021-05-20fs/nfs: Use fatal_signal_pending instead of signal_pendingzhouchuangao1-2/+2
2021-05-20xfs: restore old ioctl definitionsDarrick J. Wong1-0/+4
2021-05-20xfs: fix deadlock retry tracepoint argumentsDarrick J. Wong1-1/+3
2021-05-20xfs: retry allocations when locality-based search failsDarrick J. Wong1-1/+14
2021-05-20block: fix a race between del_gendisk and BLKRRPARTGulam Mohamed1-0/+3
2021-05-20block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig1-10/+5
2021-05-20btrfs: zoned: fix parallel compressed writesJohannes Thumshirn1-4/+38
2021-05-20btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn4-7/+6
2021-05-20io_uring: fortify tctx/io_wq cleanupPavel Begunkov1-4/+4
2021-05-20gfs2: Clean up revokes on normal withdrawsBob Peterson5-4/+12
2021-05-20gfs2: fix a deadlock on withdraw-during-mountBob Peterson1-3/+21
2021-05-20gfs2: fix scheduling while atomic bug in glocksBob Peterson1-0/+2
2021-05-20gfs2: Fix I_NEW check in gfs2_dinode_inBob Peterson1-1/+1
2021-05-20gfs2: Prevent direct-I/O write fallback errors from getting lostAndreas Gruenbacher1-1/+4
2021-05-19Defer close only when lease is enabled.Rohith Surabattula3-0/+4
2021-05-19Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Rohith Surabattula4-18/+23
2021-05-19cifs: Fix inconsistent indentingJiapeng Chong1-1/+1
2021-05-19cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg1-0/+2
2021-05-19Merge tag 'fs.idmapped.mount_setattr.v5.13-rc3' of gitolite.kernel.org:pub/sc...Linus Torvalds1-1/+5
2021-05-19SMB3: incorrect file id in requests compounded with openSteve French1-3/+3
2021-05-18signalfd: Remove SIL_PERF_EVENT fields from signalfd_siginfoEric W. Biederman1-10/+6
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman1-1/+2
2021-05-18signal: Implement SIL_FAULT_TRAPNOEric W. Biederman1-5/+3
2021-05-18debugfs: fix security_locked_down() call for SELinuxOndrej Mosnacek1-3/+6
2021-05-17Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-2/+26
2021-05-17btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik1-2/+0
2021-05-17btrfs: release path before starting transaction when cloning inline extentFilipe Manana1-0/+5
2021-05-17io_uring: don't modify req->poll for rwPavel Begunkov1-3/+3
2021-05-16cifs: remove deadstore in cifs_close_all_deferred_files()wenhuizhang1-2/+0
2021-05-16xfs: adjust rt allocation minlen when extszhint > rtextsizeDarrick J. Wong1-26/+57
2021-05-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-8/+14
2021-05-15Merge tag 'io_uring-5.13-2021-05-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+10
2021-05-15Merge tag 'erofs-for-5.13-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+19
2021-05-15Merge tag 'dax-fixes-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-12/+23
2021-05-14hfsplus: prevent corruption in shrinking truncateJouni Roivas1-3/+4
2021-05-14mm/filemap: fix readahead return typesMatthew Wilcox (Oracle)1-2/+2
2021-05-14squashfs: fix divide error in calculate_skip()Phillip Lougher1-3/+3
2021-05-14mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu1-0/+5
2021-05-14Merge tag 'f2fs-5.13-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-47/+56
2021-05-14io_uring: increase max number of reg buffersPavel Begunkov1-1/+3
2021-05-14io_uring: further remove sqpoll limits on opcodesPavel Begunkov1-4/+2
2021-05-14io_uring: fix ltout double free on completion racePavel Begunkov1-3/+4
2021-05-14btrfs: fix removed dentries still existing after log is syncedFilipe Manana1-0/+18
2021-05-14btrfs: return whole extents in fiemapBoris Burkov1-1/+6
2021-05-14btrfs: avoid RCU stalls while running delayed iputsJosef Bacik1-0/+1
2021-05-14btrfs: return 0 for dev_extent_hole_check_zoned hole_start in case of errorJohannes Thumshirn1-1/+1
2021-05-13fs: ecryptfs: remove BUG_ON from crypt_scatterlistPhillip Potter1-2/+0
2021-05-13Revert "ecryptfs: replace BUG_ON with error handling code"Greg Kroah-Hartman1-4/+2
2021-05-13erofs: fix 1 lcluster-sized pcluster for big pclusterGao Xiang1-2/+19
2021-05-12f2fs: return EINVAL for hole cases in swap fileJaegeuk Kim1-2/+2
2021-05-12fs/mount_setattr: tighten permission checksChristian Brauner1-1/+5
2021-05-11f2fs: avoid swapon failure by giving a warning firstJaegeuk Kim1-6/+23
2021-05-11f2fs: compress: fix to assign cc.cluster_idx correctlyChao Yu3-12/+13
2021-05-11f2fs: compress: fix race condition of overwrite vs truncateChao Yu1-23/+12
2021-05-11f2fs: compress: fix to free compress page correctlyChao Yu1-1/+2
2021-05-11f2fs: support iflag change given the maskJaegeuk Kim1-1/+2
2021-05-11f2fs: avoid null pointer access when handling IPU errorJaegeuk Kim1-2/+2
2021-05-11Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2021-05-11btrfs: handle transaction start error in btrfs_fileattr_setRitesh Harjani1-0/+2
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-26/+55
2021-05-10quota: Use 'hlist_for_each_entry' to simplify codeChristophe JAILLET1-4/+2
2021-05-09Merge tag '5.13-rc-smb3-part3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-0/+14
2021-05-08io_uring: fix link timeout refsPavel Begunkov1-1/+1
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-07dax: Wake up all waiters after invalidating dax entryVivek Goyal1-1/+1
2021-05-07dax: Add a wakeup mode parameter to put_unlocked_entry()Vivek Goyal1-7/+7
2021-05-07dax: Add an enum for specifying dax wakup modeVivek Goyal1-6/+17
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