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-07-11
xfs: add support for sub-pagesize writeback without buffer_heads
Christoph Hellwig
5
-455
/
+61
2018-07-11
iomap: add support for sub-pagesize buffered I/O without buffer heads
Christoph Hellwig
1
-21
/
+259
2018-07-11
xfs: allow writeback on pages without buffer heads
Christoph Hellwig
2
-15
/
+39
2018-07-11
xfs: refactor the tail of xfs_writepage_map
Christoph Hellwig
1
-33
/
+32
2018-07-11
xfs: remove xfs_start_page_writeback
Christoph Hellwig
1
-26
/
+20
2018-07-11
xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
Christoph Hellwig
1
-17
/
+5
2018-07-11
xfs: don't look at buffer heads in xfs_add_to_ioend
Christoph Hellwig
1
-36
/
+32
2018-07-11
xfs: remove the imap_valid flag
Christoph Hellwig
1
-51
/
+38
2018-07-11
xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
Christoph Hellwig
1
-14
/
+5
2018-07-11
xfs: remove xfs_reflink_find_cow_mapping
Christoph Hellwig
4
-39
/
+13
2018-07-11
xfs: remove the now unused XFS_BMAPI_IGSTATE flag
Christoph Hellwig
2
-7
/
+2
2018-07-11
xfs: make xfs_writepage_map extent map centric
Dave Chinner
1
-52
/
+36
2018-07-11
xfs: rename the offset variable in xfs_writepage_map
Christoph Hellwig
1
-10
/
+10
2018-07-11
xfs: remove xfs_map_cow
Christoph Hellwig
2
-99
/
+100
2018-07-11
xfs: remove xfs_reflink_trim_irec_to_next_cow
Christoph Hellwig
4
-43
/
+0
2018-07-11
xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks
Christoph Hellwig
1
-4
/
+1
2018-07-11
xfs: don't clear imap_valid for a non-uptodate buffers
Christoph Hellwig
1
-7
/
+2
2018-07-11
xfs: do not set the page uptodate in xfs_writepage_map
Christoph Hellwig
1
-6
/
+0
2018-07-11
xfs: move locking into xfs_bmap_punch_delalloc_range
Christoph Hellwig
3
-9
/
+5
2018-07-11
xfs: simplify xfs_aops_discard_page
Christoph Hellwig
1
-76
/
+9
2018-07-11
xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
Christoph Hellwig
1
-0
/
+4
2018-07-11
Merge branch 'iomap-4.19-merge' into xfs-4.19-merge
Darrick J. Wong
4
-96
/
+520
2018-07-11
f2fs: flush journal nat entries for nat_bits during unmount
Jaegeuk Kim
1
-0
/
+7
2018-07-10
make sure do_dentry_open() won't return positive as an error
Al Viro
1
-0
/
+2
2018-07-10
create_pipe_files(): use fput() if allocation of the second file fails
Al Viro
1
-4
/
+3
2018-07-10
drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
Al Viro
1
-1
/
+0
2018-07-10
turn filp_clone_open() into inline wrapper for dentry_open()
Al Viro
2
-21
/
+1
2018-07-10
fold security_file_free() into file_free()
Al Viro
1
-6
/
+4
2018-07-10
ext4: fix inline data updates with checksums enabled
Theodore Ts'o
2
-17
/
+18
2018-07-08
ext4: clear mmp sequence number when remounting read-only
Theodore Ts'o
2
-5
/
+4
2018-07-08
ext4: fix false negatives *and* false positives in ext4_check_descriptors()
Theodore Ts'o
1
-3
/
+2
2018-07-08
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
11
-96
/
+155
2018-07-07
Merge tag '4.18-rc3-smb3fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
14
-54
/
+132
2018-07-07
sysfs: Fix internal_create_group() for named group updates
Rajat Jain
1
-7
/
+22
2018-07-07
kernfs: Replace strncpy with memcpy
Guenter Roeck
1
-1
/
+1
2018-07-06
vfs: dedupe: extract helper for a single dedup
Miklos Szeredi
1
-40
/
+49
2018-07-06
vfs: dedupe: rationalize args
Miklos Szeredi
5
-19
/
+21
2018-07-06
vfs: dedupe: return int
Miklos Szeredi
5
-39
/
+15
2018-07-06
vfs: limit size of dedupe
Miklos Szeredi
1
-0
/
+3
2018-07-05
Fix up non-directory creation in SGID directories
Linus Torvalds
1
-0
/
+6
2018-07-05
cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()
Stefano Brivio
5
-21
/
+14
2018-07-05
cifs: Fix infinite loop when using hard mount option
Paulo Alcantara
2
-8
/
+20
2018-07-05
cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting
Stefano Brivio
1
-2
/
+5
2018-07-05
cifs: Fix memory leak in smb2_set_ea()
Paulo Alcantara
1
-0
/
+2
2018-07-05
cifs: fix SMB1 breakage
Ronnie Sahlberg
5
-11
/
+13
2018-07-05
cifs: Fix validation of signed data in smb2
Paulo Alcantara
1
-4
/
+24
2018-07-05
cifs: Fix validation of signed data in smb3+
Paulo Alcantara
1
-6
/
+25
2018-07-05
cifs: Fix use after free of a mid_q_entry
Lars Persson
7
-2
/
+29
2018-07-05
autofs: rename 'autofs' module back to 'autofs4'
Linus Torvalds
2
-3
/
+3
2018-07-05
gfs2: Eliminate redundant ip->i_rgd
Andreas Gruenbacher
4
-11
/
+10
[prev]
[next]