index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-03
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...
Linus Torvalds
1
-3
/
+12
2020-08-03
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
19
-130
/
+798
2020-08-03
Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
44
-1157
/
+1811
2020-08-03
erofs: remove WQ_CPU_INTENSIVE flag from unbound wq's
Gao Xiang
1
-2
/
+2
2020-08-03
erofs: fold in used-once helper erofs_workgroup_unfreeze_final()
Gao Xiang
1
-11
/
+3
2020-08-03
erofs: fix extended inode could cross boundary
Gao Xiang
1
-42
/
+79
2020-08-03
erofs: Replace HTTP links with HTTPS ones
Alexander A. Klimov
16
-16
/
+16
2020-08-03
Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'
Rafael J. Wysocki
1
-1
/
+1
2020-08-02
cifs: document and cleanup dfs mount
Paulo Alcantara
1
-188
/
+182
2020-08-02
cifs: only update prefix path of DFS links in cifs_tree_connect()
Paulo Alcantara
1
-2
/
+7
2020-08-02
cifs: fix double free error on share and prefix
Colin Ian King
1
-0
/
+2
2020-08-02
cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnect
Paulo Alcantara
5
-29
/
+62
2020-08-02
cifs: handle empty list of targets in cifs_reconnect()
Paulo Alcantara
1
-4
/
+6
2020-08-02
cifs: rename reconn_inval_dfs_target()
Paulo Alcantara
1
-7
/
+6
2020-08-02
cifs: reduce number of referral requests in DFS link lookups
Paulo Alcantara
1
-11
/
+68
2020-08-02
cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()
Stefan Metzmacher
4
-223
/
+105
2020-08-02
cifs: convert to use be32_add_cpu()
Qinglang Miao
2
-4
/
+2
2020-08-02
cifs: delete duplicated words in header files
Randy Dunlap
3
-4
/
+4
2020-08-02
cifs: Remove the superfluous break
Liao Pingfang
1
-1
/
+0
2020-08-02
cifs: smb1: Try failing back to SetFileInfo if SetPathInfo fails
Ronnie Sahlberg
3
-4
/
+41
2020-08-02
cifs`: handle ERRBaduid for SMB1
Roberto Bergantinos Corpas
3
-1
/
+29
2020-08-02
cifs: remove unused variable 'server'
Wei Yongjun
1
-2
/
+0
2020-08-02
smb3: warn on confusing error scenario with sec=krb5
Steve French
1
-0
/
+2
2020-08-02
cifs: Fix leak when handling lease break for cached root fid
Paul Aurich
1
-21
/
+52
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+5
2020-08-01
io_uring: flip if handling after io_setup_async_rw
Pavel Begunkov
1
-74
/
+72
2020-07-31
io_uring: don't touch 'ctx' after installing file descriptor
Jens Axboe
1
-3
/
+9
2020-07-31
init: add an init_utimes helper
Christoph Hellwig
1
-0
/
+13
2020-07-31
init: add an init_stat helper
Christoph Hellwig
1
-0
/
+15
2020-07-31
init: add an init_mknod helper
Christoph Hellwig
3
-3
/
+26
2020-07-31
init: add an init_mkdir helper
Christoph Hellwig
3
-2
/
+19
2020-07-31
init: add an init_symlink helper
Christoph Hellwig
3
-3
/
+17
2020-07-31
init: add an init_link helper
Christoph Hellwig
3
-4
/
+36
2020-07-31
init: add an init_eaccess helper
Christoph Hellwig
2
-1
/
+14
2020-07-31
init: add an init_chmod helper
Christoph Hellwig
3
-3
/
+16
2020-07-31
init: add an init_chown helper
Christoph Hellwig
3
-2
/
+20
2020-07-31
init: add an init_chroot helper
Christoph Hellwig
2
-6
/
+25
2020-07-31
init: add an init_chdir helper
Christoph Hellwig
2
-6
/
+17
2020-07-31
init: add an init_rmdir helper
Christoph Hellwig
1
-0
/
+5
2020-07-31
init: add an init_unlink helper
Christoph Hellwig
1
-0
/
+5
2020-07-31
init: add an init_umount helper
Christoph Hellwig
3
-2
/
+17
2020-07-31
init: add an init_mount helper
Christoph Hellwig
4
-2
/
+31
2020-07-31
fs: push the getname from do_rmdir into the callers
Christoph Hellwig
2
-7
/
+5
2020-07-31
fs: refactor ksys_umount
Christoph Hellwig
1
-22
/
+18
2020-07-31
fs: refactor do_mount
Christoph Hellwig
1
-32
/
+35
2020-07-31
fs: expose utimes_common
Christoph Hellwig
1
-3
/
+3
2020-07-31
fs: move timespec validation into utimes_common
Christoph Hellwig
1
-10
/
+9
2020-07-31
fs: refactor do_utimes
Christoph Hellwig
1
-46
/
+54
2020-07-31
fs: remove ksys_ioctl
Christoph Hellwig
1
-6
/
+1
2020-07-31
fs: remove ksys_fchmod
Christoph Hellwig
1
-6
/
+1
[prev]
[next]