index
:
drm/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
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-4
/
+5
2019-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+2
2019-03-04
fs: Make splice() and tee() take into account O_NONBLOCK flag on pipes
Slavomir Kaslev
1
-0
/
+12
2019-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-6
/
+13
2019-03-04
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
4
-7
/
+17
2019-03-04
get rid of legacy 'get_ds()' function
Linus Torvalds
2
-4
/
+4
2019-03-04
aio: simplify - and fix - fget/fput for io_submit()
Linus Torvalds
1
-43
/
+29
2019-03-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+12
2019-03-01
hugetlbfs: fix races and page leaks during migration
Mike Kravetz
1
-0
/
+12
2019-03-01
xfs: fix reporting supported extra file attributes for statx()
Luis R. Rodriguez
1
-0
/
+8
2019-02-28
Merge tag 'for-linus-5.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+0
2019-02-28
fs: fix guard_bio_eod to check for real EOD errors
Carlos Maiolino
1
-0
/
+7
2019-02-28
io_uring: add io_kiocb ref count
Jens Axboe
1
-2
/
+6
2019-02-28
io_uring: add submission polling
Jens Axboe
1
-7
/
+242
2019-02-28
io_uring: add file set registration
Jens Axboe
1
-31
/
+280
2019-02-28
io_uring: add support for pre-mapped user IO buffers
Jens Axboe
1
-13
/
+361
2019-02-28
io_uring: batch io_kiocb allocation
Jens Axboe
1
-7
/
+38
2019-02-28
io_uring: use fget/fput_many() for file references
Jens Axboe
1
-21
/
+121
2019-02-28
fs: add fget_many() and fput_many()
Jens Axboe
2
-7
/
+17
2019-02-28
io_uring: support for IO polling
Jens Axboe
1
-9
/
+266
2019-02-28
io_uring: add fsync support
Christoph Hellwig
1
-0
/
+54
2019-02-28
Add io_uring IO interface
Jens Axboe
2
-0
/
+1256
2019-02-28
locking/percpu-rwsem: Remove preempt_disable variants
Peter Zijlstra
1
-16
/
+16
2019-02-25
afs: Fix manually set volume location server list
David Howells
1
-0
/
+1
2019-02-25
xfs: fix backwards endian conversion in scrub
Darrick J. Wong
1
-1
/
+1
2019-02-25
xfs: fix uninitialized error variables
Darrick J. Wong
2
-2
/
+2
2019-02-25
xfs: rework breaking of shared extents in xfs_file_iomap_begin
Darrick J. Wong
1
-5
/
+7
2019-02-25
Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"
Linus Torvalds
1
-2
/
+0
2019-02-25
xfs: don't pass iomap flags to xfs_reflink_allocate_cow
Darrick J. Wong
3
-9
/
+10
2019-02-25
btrfs: Remove unnecessary casts in btrfs_read_root_item
YueHaibing
1
-2
/
+2
2019-02-25
Btrfs: remove assertion when searching for a key in a node/leaf
Filipe Manana
1
-21
/
+0
2019-02-25
Btrfs: add missing error handling after doing leaf/node binary search
Filipe Manana
3
-0
/
+18
2019-02-25
btrfs: drop the lock on error in btrfs_dev_replace_cancel
Dan Carpenter
1
-0
/
+1
2019-02-25
btrfs: ensure that a DUP or RAID1 block group has exactly two stripes
Johannes Thumshirn
1
-2
/
+2
2019-02-25
btrfs: init csum_list before possible free
Dan Robertson
1
-1
/
+1
2019-02-25
Btrfs: remove no longer needed range length checks for deduplication
Filipe Manana
1
-17
/
+2
2019-02-25
Btrfs: fix fsync after succession of renames and unlink/rmdir
Filipe Manana
1
-12
/
+37
2019-02-25
Btrfs: fix fsync after succession of renames of different files
Filipe Manana
1
-44
/
+197
2019-02-25
btrfs: honor path->skip_locking in backref code
Josef Bacik
1
-7
/
+13
2019-02-25
btrfs: qgroup: Make qgroup async transaction commit more aggressive
Qu Wenruo
1
-14
/
+14
2019-02-25
btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...
Qu Wenruo
5
-38
/
+30
2019-02-25
btrfs: scrub: remove unused nocow worker pointer
David Sterba
1
-1
/
+0
2019-02-25
btrfs: scrub: add assertions for worker pointers
David Sterba
2
-0
/
+11
2019-02-25
btrfs: scrub: convert scrub_workers_refcnt to refcount_t
Anand Jain
3
-5
/
+8
2019-02-25
btrfs: scrub: add scrub_lock lockdep check in scrub_workers_get
Anand Jain
1
-0
/
+2
2019-02-25
btrfs: scrub: fix circular locking dependency warning
Anand Jain
1
-11
/
+11
2019-02-25
btrfs: fix comment its device list mutex not volume lock
Anand Jain
1
-1
/
+0
2019-02-25
btrfs: extent_io: Kill the forward declaration of flush_write_bio
Qu Wenruo
1
-34
/
+32
2019-02-25
btrfs: Fix grossly misleading argument names in extent io search
Nikolay Borisov
1
-8
/
+8
2019-02-25
btrfs: Remove EXTENT_FIRST_DELALLOC bit
Nikolay Borisov
2
-10
/
+7
[prev]
[next]