summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* io-wq: Fix UAF when wakeup wqe in hash waitqueueZqiang2021-05-261-3/+6
* io_uring/io-wq: close io-wq full-stop gapPavel Begunkov2021-05-253-12/+16
* io_uring: fortify tctx/io_wq cleanupPavel Begunkov2021-05-201-4/+4
* io_uring: don't modify req->poll for rwPavel Begunkov2021-05-171-3/+3
* io_uring: increase max number of reg buffersPavel Begunkov2021-05-141-1/+3
* io_uring: further remove sqpoll limits on opcodesPavel Begunkov2021-05-141-4/+2
* io_uring: fix ltout double free on completion racePavel Begunkov2021-05-141-3/+4
* io_uring: fix link timeout refsPavel Begunkov2021-05-081-1/+1
* io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffersThadeu Lima de Souza Cascardo2021-05-051-2/+2
* io_uring: Fix memory leak in io_sqe_buffers_register()Zqiang2021-04-301-2/+2
* io_uring: Fix premature return from loop and memory leakColin Ian King2021-04-291-4/+8
* io_uring: fix unchecked error in switch_start()Pavel Begunkov2021-04-291-1/+3
* io_uring: allow empty slots for reg buffersPavel Begunkov2021-04-291-7/+29
* io_uring: add more build check for uapiPavel Begunkov2021-04-291-0/+7
* io_uring: dont overlap internal and user req flagsPavel Begunkov2021-04-291-6/+3
* io_uring: fix drain with rsrc CQEsPavel Begunkov2021-04-291-0/+1
* Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-2912-139/+395
|\
| * fs: introduce a wrapper uuid_to_fsid()Amir Goldstein2021-04-193-12/+3
| * fanotify_user: use upper_32_bits() to verify maskChristian Brauner2021-03-251-1/+1
| * fanotify: support limited functionality for unprivileged usersAmir Goldstein2021-03-162-3/+29
| * fanotify: configurable limits via sysfsAmir Goldstein2021-03-164-30/+114
| * fanotify: limit number of event merge attemptsAmir Goldstein2021-03-161-0/+6
| * fsnotify: use hash table for faster events mergeAmir Goldstein2021-03-165-17/+116
| * fanotify: mix event info and pid into merge key hashAmir Goldstein2021-03-162-26/+66
| * fanotify: reduce event objectid to 29-bit hashAmir Goldstein2021-03-164-18/+27
| * fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueAmir Goldstein2021-03-163-36/+37
* | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2021-04-296-59/+139
|\ \
| * | fs/reiserfs/journal.c: delete useless variablesTian Tao2021-04-211-4/+2
| * | fs/ext2: Replace kmap() with kmap_local_page()Ira Weiny2021-03-313-49/+87
| * | ext2: Match up ext2_put_page() with ext2_dotdot() and ext2_find_entry()Ira Weiny2021-03-312-6/+6
| * | fs/ext2/: fix misspellings using codespell toolLiu xuzhi2021-03-191-1/+1
| * | quota: report warning limits for realtime space quotasDarrick J. Wong2021-03-181-0/+1
| * | quota: Add mountpath based quota supportSascha Hauer2021-03-161-3/+46
| |/
* | Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-04-2991-1302/+1458
|\ \
| * | xfs: remove xfs_quiesce_attr declarationDarrick J. Wong2021-04-161-1/+0
| * | xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-1512-49/+19
| * | xfs: remove XFS_IFINLINEChristoph Hellwig2021-04-1511-29/+18
| * | xfs: remove XFS_IFBROOTChristoph Hellwig2021-04-154-14/+8
| * | xfs: only look at the fork format in xfs_idestroy_forkChristoph Hellwig2021-04-151-7/+6
| * | xfs: simplify xfs_attr_remove_argsChristoph Hellwig2021-04-151-13/+8
| * | xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig2021-04-155-39/+27
| * | xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig2021-04-158-93/+62
| * | xfs: drop unnecessary setfilesize helperBrian Foster2021-04-091-20/+9
| * | xfs: drop unused ioend private merge and setfilesize codeBrian Foster2021-04-091-45/+1
| * | xfs: open code ioend needs workqueue helperBrian Foster2021-04-091-8/+3
| * | xfs: drop submit side trans alloc for append ioendsBrian Foster2021-04-091-42/+3
| * | xfs: fix return of uninitialized value in variable errorColin Ian King2021-04-091-0/+1
| * | xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-0919-93/+61
| * | xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong2021-04-094-17/+35
| * | xfs: move the check for post-EOF mappings into xfs_can_free_eofblocksDarrick J. Wong2021-04-072-82/+99