aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-06-25Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+1
2021-06-25Merge tag 'ceph-for-5.13-rc8' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 4-17/+26
2021-06-25Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-15/+45
2021-06-24nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupGravatar Pavel Skripkin 1-0/+1
2021-06-22ceph: fix error handling in ceph_atomic_open and ceph_lookupGravatar Jeff Layton 3-17/+21
2021-06-22ceph: must hold snap_rwsem when filling inode for async createGravatar Jeff Layton 2-0/+5
2021-06-21netfs: fix test for whether we can skip read when writing beyond EOFGravatar Jeff Layton 1-13/+36
2021-06-21afs: Fix afs_write_end() to handle short writesGravatar David Howells 1-2/+9
2021-06-18Merge tag 'for-5.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+4
2021-06-18afs: Re-enable freezing once a page fault is interruptedGravatar Matthew Wilcox (Oracle) 1-5/+8
2021-06-17Merge tag 'fixes_for_v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2021-06-17btrfs: zoned: fix negative space_info->bytes_readonlyGravatar Naohiro Aota 1-4/+4
2021-06-16mm/hugetlb: expand restore_reserve_on_error functionalityGravatar Mike Kravetz 1-0/+1
2021-06-15proc: only require mm_struct for writingGravatar Linus Torvalds 1-1/+3
2021-06-15afs: Fix an IS_ERR() vs NULL checkGravatar Dan Carpenter 1-2/+2
2021-06-14fanotify: fix copy_event_to_user() fid error clean upGravatar Matthew Bobrowski 1-2/+2
2021-06-13Merge tag 'nfs-for-5.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 5-13/+33
2021-06-12Merge tag 'driver-core-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2021-06-12Merge tag 'io_uring-5.13-2021-06-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-13/+29
2021-06-10io_uring: add feature flag for rsrc tagsGravatar Pavel Begunkov 1-1/+2
2021-06-10io_uring: change registration/upd/rsrc tagging ABIGravatar Pavel Begunkov 1-12/+27
2021-06-10coredump: Limit what can interrupt coredumpsGravatar Eric W. Biederman 1-1/+1
2021-06-09Merge tag 'for-5.13-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-15/+54
2021-06-08proc: Track /proc/$pid/attr/ opener mm_structGravatar Kees Cook 1-1/+8
2021-06-07afs: Fix partial writeback of large files on fsync and closeGravatar Marc Dionne 1-1/+1
2021-06-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 8-126/+135
2021-06-06ext4: Only advertise encrypted_casefold when encryption and unicode are enabledGravatar Daniel Rosenberg 1-0/+4
2021-06-06ext4: fix no-key deletion for encrypt+casefoldGravatar Daniel Rosenberg 1-2/+4
2021-06-06ext4: fix memory leak in ext4_fill_superGravatar Alexey Makhalov 1-2/+9
2021-06-06ext4: fix fast commit alignment issuesGravatar Harshad Shirwadkar 2-99/+90
2021-06-06ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failedGravatar Ye Bin 1-20/+23
2021-06-05ocfs2: fix data corruption by fallocateGravatar Junxiao Bi 1-5/+50
2021-06-04debugfs: Fix debugfs_read_file_str()Gravatar Dietmar Eggemann 1-1/+1
2021-06-04btrfs: promote debugging asserts to full-fledged checks in validate_superGravatar Nikolay Borisov 1-8/+18
2021-06-04btrfs: return value from btrfs_mark_extent_written() in case of errorGravatar Ritesh Harjani 1-2/+2
2021-06-04btrfs: zoned: fix zone number to sector/physical calculationGravatar Naohiro Aota 1-5/+18
2021-06-04btrfs: do not write supers if we have an fs errorGravatar Josef Bacik 1-0/+16
2021-06-03Merge tag 'io_uring-5.13-2021-06-03' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-58/+147
2021-06-03NFSv4: Fix second deadlock in nfs4_evict_inode()Gravatar Trond Myklebust 1-2/+7
2021-06-03NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Gravatar Trond Myklebust 2-1/+12
2021-06-03NFS: FMODE_READ and friends are C macros, not enum typesGravatar Chuck Lever 1-4/+0
2021-06-03NFS: Fix a potential NULL dereference in nfs_get_client()Gravatar Dan Carpenter 1-1/+1
2021-06-03NFS: Fix use-after-free in nfs4_init_client()Gravatar Anna Schumaker 1-1/+1
2021-06-03NFS: Ensure the NFS_CAP_SECURITY_LABEL capability is set when appropriateGravatar Scott Mayhew 1-4/+4
2021-06-02ext4: fix accessing uninit percpu counter variable with fast_commitGravatar Ritesh Harjani 1-2/+4
2021-06-01Revert "gfs2: Fix mmap locking for write faults"Gravatar Andreas Gruenbacher 1-3/+1
2021-06-01NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.Gravatar Dai Ngo 1-0/+8
2021-05-31Merge tag 'gfs2-v5.13-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 8-11/+44
2021-05-31Merge tag 'fsnotify_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-7/+25