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
2021-11-08
io_uring: honour zeroes as io-wq worker limits
Pavel Begunkov
1
-1
/
+3
2021-11-08
gfs2: Fix "Introduce flag for glock holder auto-demotion"
Andreas Gruenbacher
1
-2
/
+2
2021-11-08
ceph: add a new metric to keep track of remote object copies
Luís Henriques
3
-1
/
+14
2021-11-08
libceph, ceph: move ceph_osdc_copy_from() into cephfs code
Luís Henriques
1
-11
/
+63
2021-11-08
ceph: clean-up metrics data structures to reduce code duplication
Luís Henriques
3
-180
/
+115
2021-11-08
ceph: split 'metric' debugfs file into several files
Luís Henriques
2
-25
/
+56
2021-11-08
ceph: return the real size read when it hits EOF
Xiubo Li
1
-5
/
+8
2021-11-08
ceph: properly handle statfs on multifs setups
Jeff Layton
1
-5
/
+6
2021-11-08
ceph: shut down mount on bad mdsmap or fsmap decode
Jeff Layton
3
-3
/
+6
2021-11-08
ceph: fix mdsmap decode when there are MDS's beyond max_mds
Xiubo Li
1
-4
/
+0
2021-11-08
ceph: ignore the truncate when size won't change with Fx caps issued
Xiubo Li
1
-6
/
+8
2021-11-08
ceph: don't rely on error_string to validate blocklisted session.
Kotresh HR
1
-2
/
+19
2021-11-08
ceph: just use ci->i_version for fscache aux info
Jeff Layton
1
-20
/
+3
2021-11-08
ceph: shut down access to inode when async create fails
Jeff Layton
7
-15
/
+85
2021-11-08
ceph: refactor remove_session_caps_cb
Jeff Layton
3
-105
/
+120
2021-11-08
ceph: fix auth cap handling logic in remove_session_caps_cb
Jeff Layton
1
-1
/
+3
2021-11-08
ceph: drop private list from remove_session_caps_cb
Jeff Layton
1
-16
/
+10
2021-11-08
ceph: don't use -ESTALE as special return code in try_get_cap_refs
Jeff Layton
1
-8
/
+8
2021-11-08
ceph: print inode numbers instead of pointer values
Jeff Layton
3
-8
/
+10
2021-11-08
ceph: enable async dirops by default
Jeff Layton
2
-3
/
+4
2021-11-08
ceph: convert to noop_direct_IO
Jeff Layton
1
-12
/
+1
2021-11-08
erofs: remove useless cache strategy of DELAYEDALLOC
Yue Hu
2
-21
/
+0
2021-11-08
erofs: fix unsafe pagevec reuse of hooked pclusters
Gao Xiang
2
-9
/
+17
2021-11-07
NFSv4: Sanity check the parameters in nfs41_update_target_slotid()
Trond Myklebust
2
-4
/
+9
2021-11-07
cifs: nosharesock should not share socket with future sessions
Shyam Prasad N
3
-1
/
+10
2021-11-06
ksmbd: don't need 8byte alignment for request length in ksmbd_check_message
Namjae Jeon
1
-4
/
+2
2021-11-06
ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()
Marios Makassikis
1
-1
/
+1
2021-11-06
ksmbd: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
2
-2
/
+0
2021-11-06
ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon()
Ralph Boehme
1
-3
/
+4
2021-11-06
ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message()
Ralph Boehme
1
-6
/
+1
2021-11-06
ksmbd: use ksmbd_req_buf_next() in ksmbd_verify_smb_message()
Ralph Boehme
1
-1
/
+1
2021-11-06
Merge tag '5.16-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
15
-1091
/
+1299
2021-11-06
Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
10
-69
/
+307
2021-11-06
Merge tag 'fs_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
3
-6
/
+17
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
12
-77
/
+84
2021-11-06
mm, thp: fix incorrect unmap behavior for private pages
Rongwei Wang
1
-1
/
+10
2021-11-06
mm, thp: lock filemap when truncating page cache
Rongwei Wang
1
-1
/
+4
2021-11-06
fs: explicitly unregister per-superblock BDIs
Christoph Hellwig
1
-0
/
+3
2021-11-06
mm/smaps: simplify shmem handling of pte holes
Peter Xu
1
-10
/
+12
2021-11-06
mm/smaps: fix shmem pte hole swap calculation
Peter Xu
1
-2
/
+4
2021-11-06
d_path: fix Kernel doc validator complaining
Jia He
1
-5
/
+3
2021-11-06
fs/posix_acl.c: avoid -Wempty-body warning
Arnd Bergmann
1
-2
/
+1
2021-11-06
ocfs2: do not zero pages beyond i_size
Jan Kara
1
-7
/
+12
2021-11-06
ocfs2: fix data corruption on truncate
Jan Kara
1
-2
/
+6
2021-11-06
ocfs2/dlm: remove redundant assignment of variable ret
Colin Ian King
1
-1
/
+0
2021-11-06
ocfs2: cleanup journal init and shutdown
Valentin Vidic
4
-46
/
+27
2021-11-06
ocfs2: fix handle refcount leak in two exception handling paths
Chenyuan Mi
1
-0
/
+2
2021-11-06
gfs2: Fix length of holes reported at end-of-file
Andreas Gruenbacher
1
-1
/
+1
2021-11-06
gfs2: release iopen glock early in evict
Bob Peterson
1
-7
/
+7
2021-11-05
smb3: add dynamic trace points for socket connection
Steve French
2
-1
/
+73
[prev]
[next]