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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-29
iomap: warn on zero-length mappings
Darrick J. Wong
1
-0
/
+2
2018-01-29
xfs: treat CoW fork operations as delalloc for quota accounting
Darrick J. Wong
2
-6
/
+41
2018-01-29
xfs: only grab shared inode locks for source file during reflink
Darrick J. Wong
2
-10
/
+20
2018-01-29
xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modes
Darrick J. Wong
4
-22
/
+39
2018-01-29
xfs: reflink should break pnfs leases before sharing blocks
Darrick J. Wong
1
-1
/
+47
2018-01-29
xfs: don't clobber inobt/finobt cursors when xref with rmap
Darrick J. Wong
1
-2
/
+2
2018-01-29
xfs: skip CoW writes past EOF when writeback races with truncate
Darrick J. Wong
1
-0
/
+13
2018-01-29
xfs: preserve i_rdev when recycling a reclaimable inode
Amir Goldstein
1
-0
/
+2
2018-01-29
xfs: refactor accounting updates out of xfs_bmap_btalloc
Darrick J. Wong
1
-13
/
+17
2018-01-29
xfs: refactor inode verifier corruption error printing
Darrick J. Wong
4
-10
/
+50
2018-01-29
xfs: make tracepoint inode number format consistent
Darrick J. Wong
1
-6
/
+6
2018-01-29
xfs: always zero di_flags2 when we free the inode
Darrick J. Wong
1
-0
/
+1
2018-01-29
xfs: call xfs_qm_dqattach before performing reflink operations
Darrick J. Wong
1
-0
/
+5
2018-01-29
xfs: bmap code cleanup
Shan Hai
1
-24
/
+8
2018-01-29
Use list_head infra-structure for buffer's log items list
Carlos Maiolino
9
-71
/
+44
2018-01-29
Split buffer's b_fspriv field
Carlos Maiolino
18
-86
/
+104
2018-01-29
Get rid of xfs_buf_log_item_t typedef
Carlos Maiolino
3
-52
/
+56
2018-01-29
irqchip/stm32: Fix copyright
Benjamin Gaignard
1
-1
/
+2
2018-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
28
-220
/
+346
2018-01-29
Merge branch 'master' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Juergen Gross
13199
-286119
/
+609642
2018-01-29
rbd: don't NULL out ->obj_request in rbd_img_obj_parent_read_full()
Ilya Dryomov
1
-2
/
+0
2018-01-29
rbd: use kmem_cache_zalloc() in rbd_img_request_create()
Ilya Dryomov
1
-7
/
+2
2018-01-29
rbd: obj_request->completion is unused
Ilya Dryomov
1
-6
/
+1
2018-01-29
Coccinelle: memdup: drop spurious line
Julia Lawall
1
-1
/
+0
2018-01-29
drm/sun4i: backend: Check for the number of alpha planes
Maxime Ripard
3
-22
/
+55
2018-01-29
drm/sun4i: backend: Add support for zpos
Maxime Ripard
4
-0
/
+24
2018-01-29
drm/sun4i: backend: Set a default zpos in our reset hook
Maxime Ripard
1
-0
/
+2
2018-01-29
drm/sun4i: backend: Move the coord function in the shared part
Maxime Ripard
1
-2
/
+1
2018-01-29
drm/sun4i: framebuffer: Add a custom atomic_check
Maxime Ripard
1
-1
/
+13
2018-01-29
drm/sun4i: backend: Fix define typo
Maxime Ripard
1
-1
/
+3
2018-01-29
drm/sun4i: backend: Fix structure indentation
Maxime Ripard
1
-4
/
+4
2018-01-29
drm/vc4: Use the alpha format field in drm_format_info
Maxime Ripard
1
-12
/
+11
2018-01-29
media: dvb_demux: improve debug messages
Mauro Carvalho Chehab
1
-21
/
+22
2018-01-29
media: dvb_demux: Better handle discontinuity errors
Mauro Carvalho Chehab
1
-2
/
+6
2018-01-29
media: cxusb, dib0700: ignore XC2028_I2C_FLUSH
Mauro Carvalho Chehab
2
-0
/
+3
2018-01-29
media: ts2020: avoid integer overflows on 32 bit machines
Mauro Carvalho Chehab
1
-2
/
+2
2018-01-29
fs: handle inode->i_version more efficiently
Jeff Layton
2
-56
/
+154
2018-01-29
btrfs: only dirty the inode in btrfs_update_time if something was changed
Jeff Layton
1
-2
/
+3
2018-01-29
xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
Jeff Layton
1
-6
/
+8
2018-01-29
fs: only set S_VERSION when updating times if necessary
Jeff Layton
1
-3
/
+7
2018-01-29
IMA: switch IMA over to new i_version API
Jeff Layton
2
-2
/
+4
2018-01-29
xfs: convert to new i_version API
Jeff Layton
5
-7
/
+15
2018-01-29
ufs: use new i_version API
Jeff Layton
3
-6
/
+9
2018-01-29
ocfs2: convert to new i_version API
Jeff Layton
4
-10
/
+14
2018-01-29
nfsd: convert to new i_version API
Jeff Layton
1
-1
/
+2
2018-01-29
nfs: convert to new i_version API
Jeff Layton
6
-23
/
+26
2018-01-29
ext4: convert to new i_version API
Jeff Layton
7
-17
/
+26
2018-01-29
ext2: convert to new i_version API
Jeff Layton
2
-6
/
+8
2018-01-29
exofs: switch to new i_version API
Jeff Layton
2
-5
/
+7
2018-01-29
btrfs: convert to new i_version API
Jeff Layton
3
-5
/
+12
[prev]
[next]