index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-01
block: move disk stat accounting to struct block_device
Christoph Hellwig
1
-0
/
+10
2020-12-01
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
3
-73
/
+4
2020-12-01
block: initialize struct block_device in bdev_alloc
Christoph Hellwig
1
-13
/
+9
2020-12-01
block: simplify the block device claiming interface
Christoph Hellwig
1
-33
/
+18
2020-12-01
block: remove ->bd_contains
Christoph Hellwig
1
-14
/
+8
2020-12-01
block: simplify bdev/disk lookup in blkdev_get
Christoph Hellwig
1
-76
/
+101
2020-12-01
block: remove i_bdev
Christoph Hellwig
9
-208
/
+91
2020-12-01
block: opencode devcgroup_inode_permission
Christoph Hellwig
1
-6
/
+4
2020-12-01
block: move bdput() to the callers of __blkdev_get
Christoph Hellwig
1
-2
/
+5
2020-12-01
block: refactor blkdev_get
Christoph Hellwig
1
-99
/
+86
2020-12-01
block: refactor __blkdev_put
Christoph Hellwig
1
-7
/
+7
2020-12-01
block: switch bdgrab to use igrab
Christoph Hellwig
1
-1
/
+5
2020-12-01
block: change the hash used for looking up block devices
Christoph Hellwig
1
-24
/
+2
2020-12-01
block: add a bdev_kobj helper
Christoph Hellwig
2
-15
/
+6
2020-12-01
fs: simplify freeze_bdev/thaw_bdev
Christoph Hellwig
5
-38
/
+24
2020-12-01
fs: remove get_super_thawed and get_super_exclusive_thawed
Christoph Hellwig
3
-56
/
+28
2020-11-16
block: unexport revalidate_disk_size
Christoph Hellwig
1
-1
/
+0
2020-11-16
block: remove the call to __invalidate_device in check_disk_size_change
Christoph Hellwig
1
-6
/
+0
2020-11-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2020-11-14
afs: Fix afs_write_end() when called with copied == 0 [ver #3]
David Howells
1
-1
/
+4
2020-11-14
ocfs2: initialize ip_next_orphan
Wengang Wang
1
-0
/
+1
2020-11-13
Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
3
-52
/
+2
2020-11-13
Merge tag 'xfs-5.10-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
5
-15
/
+15
2020-11-13
Merge tag 'io_uring-5.10-2020-11-13' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-11-13
Merge tag 'ext4_for_linus_bugfixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-14
/
+3
2020-11-12
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-1
/
+1
2020-11-12
Merge tag 'gfs2-v5.10-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-12
/
+10
2020-11-12
Merge tag 'nfs-for-5.10-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
4
-12
/
+15
2020-11-12
gfs2: Fix case in which ail writes are done to jdata holes
Bob Peterson
2
-1
/
+3
2020-11-12
Revert "gfs2: Ignore journal log writes for jdata holes"
Bob Peterson
1
-6
/
+2
2020-11-12
NFS: Remove unnecessary inode lock in nfs_fsync_dir()
Trond Myklebust
1
-5
/
+1
2020-11-12
NFS: Remove unnecessary inode locking in nfs_llseek_dir()
Trond Myklebust
1
-5
/
+4
2020-11-12
NFS: Fix listxattr receive buffer size
Chuck Lever
1
-2
/
+2
2020-11-12
NFSv4.2: fix failure to unregister shrinker
J. Bruce Fields
1
-0
/
+2
2020-11-12
gfs2: fix possible reference leak in gfs2_check_blk_type
Zhang Qilong
1
-5
/
+5
2020-11-11
fscrypt: fix inline encryption not used on new files
Eric Biggers
1
-1
/
+1
2020-11-11
Revert "ext4: fix superblock checksum calculation race"
Theodore Ts'o
1
-11
/
+0
2020-11-11
ext4: handle dax mount option collision
Harshad Shirwadkar
1
-3
/
+3
2020-11-11
io_uring: round-up cq size before comparing with rounded sq size
Jens Axboe
1
-1
/
+1
2020-11-11
xfs: fix a missing unlock on error in xfs_fs_map_blocks
Christoph Hellwig
1
-1
/
+1
2020-11-10
vfs: move __sb_{start,end}_write* to fs.h
Darrick J. Wong
1
-30
/
+0
2020-11-10
vfs: separate __sb_start_write into blocking and non-blocking helpers
Darrick J. Wong
3
-9
/
+14
2020-11-10
vfs: remove lockdep bogosity in __sb_start_write
Darrick J. Wong
1
-29
/
+4
2020-11-10
xfs: fix brainos in the refcount scrubber's rmap fragment processor
Darrick J. Wong
1
-5
/
+3
2020-11-10
xfs: fix rmap key and record comparison functions
Darrick J. Wong
1
-8
/
+8
2020-11-10
xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextents
Darrick J. Wong
1
-0
/
+2
2020-11-10
xfs: fix flags argument to rmap lookup when converting shared file rmaps
Darrick J. Wong
1
-1
/
+1
2020-11-10
Merge tag 'for-5.10-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-39
/
+48
2020-11-10
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-3
/
+1
2020-11-09
Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
3
-6
/
+4
[next]