summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-03-31xfs: validate ag btree levels using the precomputed valuesrandom-fixes_2021-03-31Darrick J. Wong
2021-03-31xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong
2021-03-31xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong
2021-03-31xfs: mark a data structure sick if there are cross-referencing errorsDarrick J. Wong
2021-03-31xfs: bail out of scrub immediately if scan incompleteDarrick J. Wong
2021-03-31xfs: fix dquot scrub loop cancellationDarrick J. Wong
2021-03-31xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong
2021-03-31xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2021-03-31xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong
2021-03-31xfs: drop freeze protection when running GETFSMAPDarrick J. Wong
2021-03-28Merge tag '5.12-rc4-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-03-28Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-28Merge tag 'block-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-27io_uring: remove unsued assignment to pointer ioio_uring-5.12-2021-03-27Colin Ian King
2021-03-27io_uring: don't cancel extra on files matchPavel Begunkov
2021-03-27io_uring: don't cancel-track common timeoutsPavel Begunkov
2021-03-27io_uring: do post-completion chore on t-out cancelPavel Begunkov
2021-03-27io_uring: fix timeout cancel return codePavel Begunkov
2021-03-27io_uring: handle signals for IO threads like a normal threadJens Axboe
2021-03-26smb3: fix cached file size problems in duplicate extents (reflink)Steve French
2021-03-26cifs: Silently ignore unknown oplock break handleVincent Whitchurch
2021-03-26cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg
2021-03-26cifs: Fix chmod with modefromsid when an older ACE already exists.Shyam Prasad N
2021-03-26cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N
2021-03-25Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-25io_uring: maintain CQE order of a failed linkPavel Begunkov
2021-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-03-25squashfs: fix xattr id and id lookup sanity checksPhillip Lougher
2021-03-25squashfs: fix inode lookup sanity checksSean Nyekjaer
2021-03-25io-wq: fix race around pending work on teardownJens Axboe
2021-03-24Merge tag 'afs-cachefiles-fixes-20210323' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2021-03-24cachefiles: do not yet allow on idmapped mountsChristian Brauner
2021-03-24io_uring: do ctx sqd ejection in a clear contextPavel Begunkov
2021-03-23afs: Use wait_on_page_writeback_killableMatthew Wilcox (Oracle)
2021-03-23fs/cachefiles: Remove wait_bit_key layout dependencyMatthew Wilcox (Oracle)
2021-03-23block: clear GD_NEED_PART_SCAN later in bdev_disk_changedChris Chiu
2021-03-22io_uring: fix provide_buffers sign extensionPavel Begunkov
2021-03-22io_uring: don't skip file_end_write() on reissuePavel Begunkov
2021-03-22io_uring: correct io_queue_async_work() tracesPavel Begunkov
2021-03-21Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-21io_uring: don't use {test,clear}_tsk_thread_flag() for currentJens Axboe
2021-03-21Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-21Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-21io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...io_uring-5.12-2021-03-21Stefan Metzmacher
2021-03-21io-wq: ensure task is running before processing task_workJens Axboe
2021-03-21ext4: initialize ret to suppress smatch warningTheodore Ts'o
2021-03-21ext4: stop inode update before returnPan Bian
2021-03-21ext4: fix rename whiteout with fast commitHarshad Shirwadkar
2021-03-21ext4: fix timer use-after-free on failed mountJan Kara
2021-03-21ext4: fix potential error in ext4_do_update_inodeShijie Luo