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
2019-09-05
erofs: update erofs_inode_is_data_compressed helper
Gao Xiang
1
-3
/
+2
2019-09-05
erofs: kill __packed for on-disk structures
Gao Xiang
1
-9
/
+9
2019-09-05
erofs: some macros are much more readable as a function
Gao Xiang
3
-11
/
+17
2019-09-05
erofs: on-disk format should have explicitly assigned numbers
Gao Xiang
1
-9
/
+9
2019-09-05
erofs: remove all the byte offset comments
Gao Xiang
1
-51
/
+54
2019-09-04
configfs: provide exclusion between IO and removals
Al Viro
2
-18
/
+80
2019-09-04
erofs: using switch-case while checking the inode type.
Pratik Shinde
1
-6
/
+12
2019-09-03
devpts_pty_kill(): don't bother with d_delete()
Al Viro
1
-1
/
+1
2019-09-03
fs/namei.c: keep track of nd->root refcount status
Al Viro
1
-26
/
+15
2019-09-02
configfs: new object reprsenting tree fragments
Al Viro
3
-27
/
+97
2019-09-02
configfs_register_group() shouldn't be (and isn't) called in rmdirable parts
Al Viro
1
-11
/
+0
2019-09-02
configfs: stash the data we need into configfs_buffer at open time
Al Viro
1
-134
/
+95
2019-09-02
NFS: Fix inode fileid checks in attribute revalidation code
Trond Myklebust
1
-8
/
+10
2019-08-30
fs/namei.c: new helper - legitimize_root()
Al Viro
1
-10
/
+13
2019-08-30
kill the last users of user_{path,lpath,path_dir}()
Al Viro
3
-9
/
+8
2019-08-30
kill LOOKUP_NO_EVAL, don't bother including namei.h from audit.h
Al Viro
1
-2
/
+0
2019-08-30
[PATCH] fix d_absolute_path() interplay with fsmount()
Al Viro
1
-2
/
+4
2019-08-30
writeback: add tracepoints for cgroup foreign writebacks
Tejun Heo
1
-0
/
+5
2019-08-30
erofs: reduntant assignment in __erofs_get_meta_page()
Gao Xiang
1
-2
/
+1
2019-08-30
erofs: remove all likely/unlikely annotations
Gao Xiang
12
-82
/
+82
2019-08-29
Merge tag '5.3-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
7
-147
/
+135
2019-08-27
cifs: update internal module number
Steve French
1
-1
/
+1
2019-08-27
cifs: replace various strncpy with strscpy and similar
Ronnie Sahlberg
6
-146
/
+112
2019-08-27
cifs: Use kzfree() to zero out the password
Dan Carpenter
1
-1
/
+1
2019-08-27
cifs: set domainName when a domain-key is used in multiuser
Ronnie Sahlberg
1
-0
/
+22
2019-08-27
Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
11
-95
/
+131
2019-08-27
io_uring: allocate the two rings together
Hristo Venev
1
-127
/
+128
2019-08-27
fs/io_uring.c: convert put_page() to put_user_page*()
John Hubbard
1
-5
/
+3
2019-08-27
writeback, memcg: Implement cgroup_writeback_by_id()
Tejun Heo
1
-0
/
+83
2019-08-27
writeback: Generalize and expose wb_completion
Tejun Heo
1
-33
/
+14
2019-08-27
NFS: remove set but not used variable 'mapping'
YueHaibing
1
-2
/
+0
2019-08-27
NFSv2: Fix write regression
Trond Myklebust
1
-1
/
+3
2019-08-27
NFSv2: Fix eof handling
Trond Myklebust
1
-1
/
+2
2019-08-26
NFS: Fix writepage(s) error handling to not report errors twice
Trond Myklebust
1
-8
/
+13
2019-08-26
NFS: Fix spurious EIO read errors
Trond Myklebust
3
-21
/
+36
2019-08-26
pNFS/flexfiles: Don't time out requests on hard mounts
Trond Myklebust
1
-2
/
+9
2019-08-26
Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"
Trond Myklebust
1
-17
/
+0
2019-08-26
pNFS/flexfiles: Turn off soft RPC calls
Trond Myklebust
1
-5
/
+10
2019-08-25
Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-3
/
+5
2019-08-24
userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctx
Oleg Nesterov
1
-12
/
+13
2019-08-24
Merge tag 'xfs-5.3-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-0
/
+1
2019-08-24
erofs: move erofs out of staging
Gao Xiang
21
-0
/
+6689
2019-08-23
Merge tag 'for-linus-20190823' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-19
/
+47
2019-08-23
Merge tag 'xfs-5.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
4
-88
/
+82
2019-08-23
Merge tag 'ceph-for-5.3-rc6' of git://github.com/ceph/ceph-client
Linus Torvalds
7
-15
/
+30
2019-08-22
xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT
Darrick J. Wong
1
-0
/
+1
2019-08-22
io_uring: add need_resched() check in inner poll loop
Jens Axboe
1
-1
/
+7
2019-08-22
Merge tag 'afs-fixes-20190822' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-2
/
+7
2019-08-22
ubifs: Limit the number of pages in shrink_liability
Liu Song
1
-1
/
+1
2019-08-22
ubifs: Correctly initialize c->min_log_bytes
Richard Weinberger
1
-0
/
+4
[prev]
[next]