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
2018-08-13
f2fs: fix avoid race between truncate and background GC
Chao Yu
2
-14
/
+27
2018-08-13
f2fs: avoid race between zero_range and background GC
Chao Yu
1
-2
/
+9
2018-08-13
f2fs: fix to do sanity check with block address in main area v2
Chao Yu
2
-5
/
+16
2018-08-13
f2fs: fix to do sanity check with inline flags
Chao Yu
2
-1
/
+22
2018-08-13
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+3
2018-08-13
ceph: don't drop message if it contains more data than expected
Yan, Zheng
2
-4
/
+4
2018-08-13
ceph: support cephfs' own feature bits
Yan, Zheng
2
-9
/
+51
2018-08-13
ceph: refactor error handling code in ceph_reserve_caps()
Chengguang Xu
1
-33
/
+13
2018-08-13
ceph: refactor ceph_unreserve_caps()
Chengguang Xu
2
-31
/
+37
2018-08-13
ceph: change to void return type for __do_request()
Chengguang Xu
1
-6
/
+5
2018-08-13
ceph: compare fsc->max_file_size and inode->i_size for max file size limit
Chengguang Xu
1
-1
/
+2
2018-08-13
ceph: add additional size check in ceph_setattr()
Chengguang Xu
1
-0
/
+5
2018-08-13
xfs: recalculate summary counters at mount time if icount is bad
Darrick J. Wong
1
-0
/
+1
2018-08-13
fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed
piaojun
1
-2
/
+4
2018-08-13
fs/9p/v9fs.c: fix spelling mistake "Uknown" -> "Unknown"
Colin Ian King
1
-1
/
+1
2018-08-13
fs/9p/vfs_file.c: use new return type vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-08-12
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-9
/
+32
2018-08-12
xfs: fix a null pointer dereference in xfs_bmap_extents_to_btree
Shan Hai
1
-8
/
+16
2018-08-12
xfs: remove b_last_holder & associated macros
Eric Sandeen
3
-23
/
+2
2018-08-12
iomap: Switch to offset_in_page for clarity
Andreas Gruenbacher
1
-10
/
+10
2018-08-12
xfs: Close race between direct IO and xfs_break_layouts()
Dave Jiang
1
-5
/
+4
2018-08-11
Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
55
-684
/
+1116
2018-08-10
smb3: create smb3 equivalent alias for cifs pseudo-xattrs
Steve French
1
-2
/
+26
2018-08-10
f2fs: fix to reset i_gc_failures correctly
Chao Yu
1
-1
/
+1
2018-08-10
f2fs: fix invalid memory access
Chao Yu
1
-5
/
+6
2018-08-10
f2fs: fix to avoid broken of dnode block list
Chao Yu
6
-31
/
+156
2018-08-10
f2fs: use true and false for boolean values
Gustavo A. R. Silva
1
-2
/
+2
2018-08-10
f2fs: fix to do sanity check with cp_pack_start_sum
Chao Yu
2
-4
/
+16
2018-08-10
f2fs: avoid f2fs_bug_on() in cp_error case
Jaegeuk Kim
1
-0
/
+4
2018-08-10
f2fs: fix to clear PG_checked flag in set_page_dirty()
Chao Yu
1
-0
/
+4
2018-08-10
xfs: repair the AGI
Darrick J. Wong
3
-1
/
+220
2018-08-10
xfs: repair the AGFL
Darrick J. Wong
5
-1
/
+380
2018-08-10
xfs: repair the AGF
Darrick J. Wong
4
-10
/
+400
2018-08-10
smb3: allow previous versions to be mounted with snapshot= mount parm
Steve French
2
-0
/
+68
2018-08-10
cifs: don't show domain= in mount output when domain is empty
Ronnie Sahlberg
1
-1
/
+1
2018-08-10
cifs: add missing support for ACLs in SMB 3.11
Ronnie Sahlberg
1
-0
/
+5
2018-08-09
smb3: enumerating snapshots was leaving part of the data off end
Steve French
1
-7
/
+27
2018-08-09
cifs: update smb2_queryfs() to use compounding
Ronnie Sahlberg
4
-26
/
+131
2018-08-09
cifs: update receive_encrypted_standard to handle compounded responses
Ronnie Sahlberg
4
-42
/
+106
2018-08-09
make sure that __dentry_kill() always invalidates d_seq, unhashed or not
Al Viro
1
-5
/
+2
2018-08-09
fix __legitimize_mnt()/mntput() race
Al Viro
1
-0
/
+14
2018-08-09
fix mntput/mntput race
Al Viro
1
-2
/
+12
2018-08-09
nfsd: use true and false for boolean values
Gustavo A. R. Silva
1
-3
/
+3
2018-08-09
nfsd: constify write_op[]
Eric Biggers
1
-1
/
+1
2018-08-09
fs/nfsd: Delete invalid assignment statements in nfsd4_decode_exchange_id
nixiaoming
1
-3
/
+1
2018-08-09
NFSD: Handle full-length symlinks
Chuck Lever
2
-0
/
+4
2018-08-09
NFSD: Refactor the generic write vector fill helper
Chuck Lever
3
-21
/
+8
2018-08-09
nfsd: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-08-09
nfsd: fix leaked file lock with nfs exported overlayfs
Amir Goldstein
5
-13
/
+13
2018-08-09
NFS add a simple sync nfs4_proc_commit after async COPY
Olga Kornievskaia
3
-1
/
+66
[prev]
[next]