summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-12-19close_range: unshare all fds for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLOEXECChristian Brauner
2020-12-19io_uring: fix 0-iov read buffer selectPavel Begunkov
2020-12-18Add SMB 2 support for getting and setting SACLsBoris Protopopov
2020-12-18Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-12-18SMB3: Add support for getting and setting SACLsBoris Protopopov
2020-12-18io_uring: close a small race gap for files cancelPavel Begunkov
2020-12-18io_uring: fix io_wqe->work_list corruptionXiaoguang Wang
2020-12-18btrfs: run delayed iputs when remounting RO to avoid leaking themFilipe Manana
2020-12-18btrfs: add assertion for empty list of transactions at late stage of umountFilipe Manana
2020-12-18btrfs: fix race between RO remount and the cleaner taskFilipe Manana
2020-12-18btrfs: fix transaction leak and crash after cleaning up orphans on RO mountFilipe Manana
2020-12-18btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana
2020-12-18btrfs: merge critical sections of discard lock in workfnPavel Begunkov
2020-12-18btrfs: fix racy access to discard_ctl dataPavel Begunkov
2020-12-18btrfs: fix async discard stallPavel Begunkov
2020-12-18btrfs: tests: initialize test inodes locationJosef Bacik
2020-12-18btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana
2020-12-18btrfs: qgroup: don't try to wait flushing if we're already holding a transactionQu Wenruo
2020-12-18btrfs: correctly calculate item size used when item key collision happensethanwu
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana
2020-12-18cifs: Avoid error pointer dereferenceSamuel Cabrero
2020-12-18cifs: Re-indent cifs_swn_reconnect()Dan Carpenter
2020-12-18cifs: Unlock on errors in cifs_swn_reconnect()Dan Carpenter
2020-12-18cifs: Delete a stray unlock in cifs_swn_reconnect()Dan Carpenter
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-17Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-12-17Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-12-17Merge tag 'ovl-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-12-17Merge tag 'fuse-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-17Merge tag 'for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2020-12-17Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-12-17ext4: simplify ext4 error translationJan Kara
2020-12-17ext4: move functions in super.cJan Kara
2020-12-17ext4: make ext4_abort() use __ext4_error()Jan Kara
2020-12-17ext4: standardize error message in ext4_protect_reserved_inode()Jan Kara
2020-12-17ext4: remove redundant sb checksum recomputationJan Kara
2020-12-17ext4: don't remount read-only with errors=continue on rebootJan Kara
2020-12-17ext4: fix deadlock with fs freezing and EA inodesJan Kara
2020-12-17jbd2: add a helper to find out number of fast commit blocksHarshad Shirwadkar
2020-12-17ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.hHarshad Shirwadkar
2020-12-17ext4: fix fall-through warnings for ClangGustavo A. R. Silva
2020-12-17ext4: add docs about fast commit idempotenceHarshad Shirwadkar
2020-12-17ext4: remove the unused EXT4_CURRENT_REV macroKaixu Xia
2020-12-17ext4: fix an IS_ERR() vs NULL checkDan Carpenter
2020-12-17ext4: check for invalid block size early when mounting a file systemTheodore Ts'o
2020-12-17ext4: fix a memory leak of ext4_free_dataChunguang Xu
2020-12-17io_uring: limit {io|sq}poll submit locking scopePavel Begunkov