index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-25
f2fs: Remove usage of list iterator pas the loop for list_move_tail()
Jakob Koschel
1
-3
/
+5
2022-04-25
f2fs: fix dereference of stale list iterator after loop body
Jakob Koschel
1
-3
/
+6
2022-04-25
f2fs: fix to do sanity check on inline_dots inode
Chao Yu
1
-0
/
+7
2022-04-25
f2fs: introduce data read/write showing path info
Jaegeuk Kim
1
-7
/
+51
2022-04-25
f2fs: remove unnecessary f2fs_lock_op in f2fs_new_inode
Jaegeuk Kim
1
-3
/
+0
2022-04-25
f2fs: don't set GC_FAILURE_PIN for background GC
Chao Yu
1
-1
/
+2
2022-04-25
f2fs: check pinfile in gc_data_segment() in advance
Chao Yu
1
-0
/
+7
2022-04-25
sysctl: minor cleanup in new_dir()
Vasily Averin
1
-1
/
+0
2022-04-25
fs/jfs: Remove dead code
Dave Kleikamp
10
-1651
/
+1
2022-04-25
Merge tag 'f2fs-fix-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
6
-151
/
+27
2022-04-25
fanotify: enable "evictable" inode marks
Amir Goldstein
1
-1
/
+1
2022-04-25
fanotify: use fsnotify group lock helpers
Amir Goldstein
1
-7
/
+7
2022-04-25
fanotify: implement "evictable" inode marks
Amir Goldstein
2
-2
/
+38
2022-04-25
fanotify: factor out helper fanotify_mark_update_flags()
Amir Goldstein
1
-22
/
+25
2022-04-25
fanotify: create helper fanotify_mark_user_flags()
Amir Goldstein
2
-4
/
+12
2022-04-25
fsnotify: allow adding an inode mark without pinning inode
Amir Goldstein
1
-20
/
+56
2022-04-25
dnotify: use fsnotify group lock helpers
Amir Goldstein
1
-6
/
+7
2022-04-25
nfsd: use fsnotify group lock helpers
Amir Goldstein
1
-6
/
+7
2022-04-25
inotify: use fsnotify group lock helpers
Amir Goldstein
1
-2
/
+2
2022-04-25
fsnotify: create helpers for group mark_mutex lock
Amir Goldstein
3
-15
/
+24
2022-04-25
fsnotify: make allow_dups a property of the group
Amir Goldstein
1
-6
/
+6
2022-04-25
fsnotify: pass flags argument to fsnotify_alloc_group()
Amir Goldstein
5
-16
/
+16
2022-04-25
fsnotify: fix wrong lockdep annotations
Amir Goldstein
1
-3
/
+3
2022-04-25
inotify: move control flags from mask to mark flags
Amir Goldstein
4
-19
/
+36
2022-04-25
inotify: show inotify mask flags in proc fdinfo
Amir Goldstein
3
-10
/
+15
2022-04-25
btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faults
Catalin Marinas
1
-1
/
+6
2022-04-25
ceph: fix possible NULL pointer dereference for req->r_session
Xiubo Li
1
-0
/
+4
2022-04-25
ceph: remove incorrect session state check
Xiubo Li
1
-6
/
+0
2022-04-25
ceph: get snap_rwsem read lock in handle_cap_export for ceph_add_cap
Niels Dossche
1
-0
/
+3
2022-04-24
io_uring: cleanup error-handling around io_req_complete
Kanchan Joshi
1
-29
/
+5
2022-04-24
io_uring: add socket(2) support
Jens Axboe
1
-0
/
+76
2022-04-24
io_uring: add fgetxattr and getxattr support
Stefan Roesch
1
-0
/
+129
2022-04-24
io_uring: add fsetxattr and setxattr support
Stefan Roesch
1
-0
/
+165
2022-04-24
fs: split off do_getxattr from getxattr
Stefan Roesch
2
-21
/
+43
2022-04-24
fs: split off setxattr_copy and do_setxattr function from setxattr
Stefan Roesch
2
-25
/
+83
2022-04-24
io_uring: return an error when cqe is dropped
Dylan Yudaken
1
-4
/
+28
2022-04-24
io_uring: use constants for cq_overflow bitfield
Dylan Yudaken
1
-8
/
+14
2022-04-24
io_uring: rework io_uring_enter to simplify return value
Dylan Yudaken
1
-14
/
+21
2022-04-24
io_uring: trace cqe overflows
Dylan Yudaken
1
-0
/
+1
2022-04-24
io_uring: allow re-poll if we made progress
Jens Axboe
1
-3
/
+7
2022-04-24
io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)
Jens Axboe
1
-7
/
+29
2022-04-24
io_uring: add support for IORING_ASYNC_CANCEL_ANY
Jens Axboe
1
-14
/
+25
2022-04-24
io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' key
Jens Axboe
1
-7
/
+60
2022-04-24
io_uring: add support for IORING_ASYNC_CANCEL_ALL
Jens Axboe
2
-21
/
+71
2022-04-24
io_uring: pass in struct io_cancel_data consistently
Jens Axboe
1
-32
/
+44
2022-04-24
io_uring: remove dead 'poll_only' argument to io_poll_cancel()
Jens Axboe
1
-4
/
+3
2022-04-24
io_uring: refactor io_disarm_next() locking
Pavel Begunkov
1
-7
/
+10
2022-04-24
io_uring: move timeout locking in io_timeout_cancel()
Pavel Begunkov
1
-7
/
+5
2022-04-24
io_uring: store SCM state in io_fixed_file->file_ptr
Jens Axboe
1
-7
/
+29
2022-04-24
io_uring: kill ctx arg from io_req_put_rsrc
Pavel Begunkov
1
-3
/
+3
[prev]
[next]