index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
stat: handle idmapped mounts
Christian Brauner
2021-01-24
34
-44
/
+52
*
commoncap: handle idmapped mounts
Christian Brauner
2021-01-24
2
-8
/
+12
*
xattr: handle idmapped mounts
Tycho Andersen
2021-01-24
11
-95
/
+118
*
acl: handle idmapped mounts
Christian Brauner
2021-01-24
63
-64
/
+172
*
attr: handle idmapped mounts
Christian Brauner
2021-01-24
53
-129
/
+196
*
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2021-01-24
48
-81
/
+100
*
namei: make permission helpers idmapped mount aware
Christian Brauner
2021-01-24
31
-79
/
+150
*
capability: handle idmapped mounts
Christian Brauner
2021-01-24
7
-14
/
+19
*
fs: add file and path permissions helpers
Christian Brauner
2021-01-24
6
-10
/
+10
*
mount: attach mappings to mounts
Christian Brauner
2021-01-24
1
-0
/
+9
*
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2021-01-17
1
-2
/
+5
|
\
|
*
umount(2): move the flag validity checks first
Al Viro
2021-01-04
1
-2
/
+5
*
|
Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-01-16
1
-5
/
+41
|
\
\
|
*
|
io_uring: ensure finish_wait() is always called in __io_uring_task_cancel()
Jens Axboe
2021-01-16
1
-0
/
+1
|
*
|
io_uring: flush timeouts that should already have expired
Marcelo Diop-Gonzalez
2021-01-15
1
-4
/
+30
|
*
|
io_uring: do sqo disable on install_fd error
Pavel Begunkov
2021-01-13
1
-0
/
+1
|
*
|
io_uring: fix null-deref in io_disable_sqo_submit
Pavel Begunkov
2021-01-13
1
-1
/
+2
|
*
|
io_uring: don't take files/mm for a dead task
Pavel Begunkov
2021-01-11
1
-0
/
+5
|
*
|
io_uring: drop mm and files after task_work_run
Pavel Begunkov
2021-01-11
1
-0
/
+2
*
|
|
mm: don't play games with pinned pages in clear_page_refs
Linus Torvalds
2021-01-16
1
-0
/
+21
*
|
|
mm: fix clear_refs_write locking
Linus Torvalds
2021-01-16
1
-23
/
+9
*
|
|
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-01-15
10
-129
/
+186
|
\
\
\
|
*
|
|
ext4: remove expensive flush on fast commit
Daejun Park
2021-01-15
1
-5
/
+5
|
*
|
|
ext4: fix bug for rename with RENAME_WHITEOUT
yangerkun
2021-01-15
1
-8
/
+9
|
*
|
|
ext4: fix wrong list_splice in ext4_fc_cleanup
Daejun Park
2021-01-15
1
-1
/
+1
|
*
|
|
ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR
Yi Li
2021-01-15
1
-11
/
+12
|
*
|
|
ext4: don't leak old mountpoint samples
Theodore Ts'o
2020-12-22
1
-1
/
+1
|
*
|
|
ext4: drop ext4_handle_dirty_super()
Jan Kara
2020-12-22
7
-30
/
+10
|
*
|
|
ext4: fix superblock checksum failure when setting password salt
Jan Kara
2020-12-22
1
-0
/
+3
|
*
|
|
ext4: use sbi instead of EXT4_SB(sb) in ext4_update_super()
Jan Kara
2020-12-22
1
-11
/
+10
|
*
|
|
ext4: save error info to sb through journal if available
Jan Kara
2020-12-22
1
-26
/
+75
|
*
|
|
ext4: protect superblock modifications with a buffer lock
Jan Kara
2020-12-22
7
-2
/
+28
|
*
|
|
ext4: drop sync argument of ext4_commit_super()
Jan Kara
2020-12-22
1
-25
/
+22
|
*
|
|
ext4: combine ext4_handle_error() and save_error_info()
Jan Kara
2020-12-22
1
-17
/
+17
*
|
|
|
Merge tag '5.11-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2021-01-15
5
-7
/
+6
|
\
\
\
\
|
*
|
|
|
cifs: style: replace one-element array with flexible-array
YANG LI
2021-01-13
1
-1
/
+1
|
*
|
|
|
cifs: connect: style: Simplify bool comparison
YANG LI
2021-01-13
1
-1
/
+1
|
*
|
|
|
fs: cifs: remove unneeded variable in smb3_fs_context_dup
Menglong Dong
2021-01-13
1
-3
/
+1
|
*
|
|
|
cifs: fix interrupted close commands
Paulo Alcantara
2021-01-13
1
-1
/
+1
|
*
|
|
|
cifs: check pointer before freeing
Tom Rix
2021-01-13
1
-1
/
+2
*
|
|
|
|
Merge tag 'nfs-for-5.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2021-01-12
7
-81
/
+98
|
\
\
\
\
\
|
*
|
|
|
|
NFS: nfs_igrab_and_active must first reference the superblock
Trond Myklebust
2021-01-10
1
-5
/
+7
|
*
|
|
|
|
NFS: nfs_delegation_find_inode_server must first reference the superblock
Trond Myklebust
2021-01-10
1
-5
/
+7
|
*
|
|
|
|
NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counter
Trond Myklebust
2021-01-10
1
-0
/
+1
|
*
|
|
|
|
NFS/pNFS: Don't leak DS commits in pnfs_generic_retry_commit()
Trond Myklebust
2021-01-10
1
-3
/
+5
|
*
|
|
|
|
NFS/pNFS: Don't call pnfs_free_bucket_lseg() before removing the request
Trond Myklebust
2021-01-10
1
-9
/
+5
|
*
|
|
|
|
pNFS: Stricter ordering of layoutget and layoutreturn
Trond Myklebust
2021-01-10
1
-22
/
+21
|
*
|
|
|
|
pNFS: Clean up pnfs_layoutreturn_free_lsegs()
Trond Myklebust
2021-01-10
1
-5
/
+4
|
*
|
|
|
|
pNFS: We want return-on-close to complete when evicting the inode
Trond Myklebust
2021-01-10
3
-26
/
+16
|
*
|
|
|
|
pNFS: Mark layout for return if return-on-close was not sent
Trond Myklebust
2021-01-10
1
-0
/
+6
[next]