aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-04-25f2fs: Remove usage of list iterator pas the loop for list_move_tail()Jakob Koschel1-3/+5
2022-04-25f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel1-3/+6
2022-04-25f2fs: fix to do sanity check on inline_dots inodeChao Yu1-0/+7
2022-04-25f2fs: introduce data read/write showing path infoJaegeuk Kim1-7/+51
2022-04-25f2fs: remove unnecessary f2fs_lock_op in f2fs_new_inodeJaegeuk Kim1-3/+0
2022-04-25f2fs: don't set GC_FAILURE_PIN for background GCChao Yu1-1/+2
2022-04-25f2fs: check pinfile in gc_data_segment() in advanceChao Yu1-0/+7
2022-04-25sysctl: minor cleanup in new_dir()Vasily Averin1-1/+0
2022-04-25fs/jfs: Remove dead codeDave Kleikamp10-1651/+1
2022-04-25Merge tag 'f2fs-fix-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds6-151/+27
2022-04-25fanotify: enable "evictable" inode marksAmir Goldstein1-1/+1
2022-04-25fanotify: use fsnotify group lock helpersAmir Goldstein1-7/+7
2022-04-25fanotify: implement "evictable" inode marksAmir Goldstein2-2/+38
2022-04-25fanotify: factor out helper fanotify_mark_update_flags()Amir Goldstein1-22/+25
2022-04-25fanotify: create helper fanotify_mark_user_flags()Amir Goldstein2-4/+12
2022-04-25fsnotify: allow adding an inode mark without pinning inodeAmir Goldstein1-20/+56
2022-04-25dnotify: use fsnotify group lock helpersAmir Goldstein1-6/+7
2022-04-25nfsd: use fsnotify group lock helpersAmir Goldstein1-6/+7
2022-04-25inotify: use fsnotify group lock helpersAmir Goldstein1-2/+2
2022-04-25fsnotify: create helpers for group mark_mutex lockAmir Goldstein3-15/+24
2022-04-25fsnotify: make allow_dups a property of the groupAmir Goldstein1-6/+6
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein5-16/+16
2022-04-25fsnotify: fix wrong lockdep annotationsAmir Goldstein1-3/+3
2022-04-25inotify: move control flags from mask to mark flagsAmir Goldstein4-19/+36
2022-04-25inotify: show inotify mask flags in proc fdinfoAmir Goldstein3-10/+15
2022-04-25btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faultsCatalin Marinas1-1/+6
2022-04-25ceph: fix possible NULL pointer dereference for req->r_sessionXiubo Li1-0/+4
2022-04-25ceph: remove incorrect session state checkXiubo Li1-6/+0
2022-04-25ceph: get snap_rwsem read lock in handle_cap_export for ceph_add_capNiels Dossche1-0/+3
2022-04-24io_uring: cleanup error-handling around io_req_completeKanchan Joshi1-29/+5
2022-04-24io_uring: add socket(2) supportJens Axboe1-0/+76
2022-04-24io_uring: add fgetxattr and getxattr supportStefan Roesch1-0/+129
2022-04-24io_uring: add fsetxattr and setxattr supportStefan Roesch1-0/+165
2022-04-24fs: split off do_getxattr from getxattrStefan Roesch2-21/+43
2022-04-24fs: split off setxattr_copy and do_setxattr function from setxattrStefan Roesch2-25/+83
2022-04-24io_uring: return an error when cqe is droppedDylan Yudaken1-4/+28
2022-04-24io_uring: use constants for cq_overflow bitfieldDylan Yudaken1-8/+14
2022-04-24io_uring: rework io_uring_enter to simplify return valueDylan Yudaken1-14/+21
2022-04-24io_uring: trace cqe overflowsDylan Yudaken1-0/+1
2022-04-24io_uring: allow re-poll if we made progressJens Axboe1-3/+7
2022-04-24io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)Jens Axboe1-7/+29
2022-04-24io_uring: add support for IORING_ASYNC_CANCEL_ANYJens Axboe1-14/+25
2022-04-24io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' keyJens Axboe1-7/+60
2022-04-24io_uring: add support for IORING_ASYNC_CANCEL_ALLJens Axboe2-21/+71
2022-04-24io_uring: pass in struct io_cancel_data consistentlyJens Axboe1-32/+44
2022-04-24io_uring: remove dead 'poll_only' argument to io_poll_cancel()Jens Axboe1-4/+3
2022-04-24io_uring: refactor io_disarm_next() lockingPavel Begunkov1-7/+10
2022-04-24io_uring: move timeout locking in io_timeout_cancel()Pavel Begunkov1-7/+5
2022-04-24io_uring: store SCM state in io_fixed_file->file_ptrJens Axboe1-7/+29
2022-04-24io_uring: kill ctx arg from io_req_put_rsrcPavel Begunkov1-3/+3