summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-06-29ceph: take reference to req->r_parent at point of assignmentJeff Layton4-1/+11
2021-06-29ceph: eliminate ceph_async_iput()Jeff Layton6-69/+25
2021-06-29ceph: don't take s_mutex in ceph_flush_snapsJeff Layton2-14/+4
2021-06-29ceph: don't take s_mutex in try_flush_capsJeff Layton1-14/+2
2021-06-29ceph: don't take s_mutex or snap_rwsem in ceph_check_capsJeff Layton1-61/+11
2021-06-29ceph: eliminate session->s_gen_ttl_lockJeff Layton5-29/+17
2021-06-29ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton4-10/+8
2021-06-29ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton1-4/+4
2021-06-29ceph: add some lockdep assertions around snaprealm handlingJeff Layton1-0/+16
2021-06-29ceph: decoding error in ceph_update_snap_realm should return -EIOJeff Layton1-1/+1
2021-06-29ceph: add IO size metrics supportXiubo Li5-28/+119
2021-06-29ceph: update and rename __update_latency helper to __update_stdevXiubo Li1-21/+35
2021-06-29ceph: simplify the metrics structXiubo Li2-78/+46
2021-06-29ceph: make ceph_queue_cap_snap staticJeff Layton2-2/+1
2021-06-29ceph: make ceph_netfs_read_ops staticWei Yongjun1-1/+1
2021-06-29ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton1-9/+1
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-25nilfs2: 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-19Merge 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-11io_uring: add feature flag for rsrc tagsPavel Begunkov1-1/+2
2021-06-11io_uring: change registration/upd/rsrc tagging ABIPavel Begunkov1-12/+27
2021-06-11coredump: 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-07Merge 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