index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-09
io_uring: Convert advanced XArray uses to the normal API
Matthew Wilcox (Oracle)
1
-12
/
+2
2020-10-09
io_uring: Fix XArray usage in io_uring_add_task_file
Matthew Wilcox (Oracle)
1
-12
/
+9
2020-10-09
io_uring: Fix use of XArray in __io_uring_files_cancel
Matthew Wilcox (Oracle)
1
-14
/
+5
2020-10-09
io_uring: fix break condition for __io_uring_register() waiting
Jens Axboe
1
-3
/
+3
2020-10-09
erofs: remove unnecessary enum entries
Chengguang Xu
1
-2
/
+0
2020-10-08
Merge tag 'exfat-for-5.9-rc9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-22
/
+12
2020-10-08
afs: Fix deadlock between writeback and truncate
David Howells
3
-9
/
+50
2020-10-08
direct-io: defer alignment check until after the EOF check
Gabriel Krisman Bertazi
1
-8
/
+8
2020-10-08
direct-io: don't force writeback for reads beyond EOF
Gabriel Krisman Bertazi
1
-13
/
+11
2020-10-08
direct-io: clean up error paths of do_blockdev_direct_IO
Gabriel Krisman Bertazi
1
-21
/
+14
2020-10-08
io_uring: no need to call xa_destroy() on empty xarray
Jens Axboe
1
-1
/
+0
2020-10-07
io_uring: batch account ->req_issue and task struct references
Jens Axboe
1
-2
/
+5
2020-10-07
btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flag
Nikolay Borisov
3
-9
/
+9
2020-10-07
btrfs: annotate device name rcu_string with __rcu
Madhuparna Bhowmik
1
-1
/
+1
2020-10-07
btrfs: skip devices without magic signature when mounting
Anand Jain
2
-8
/
+18
2020-10-07
btrfs: cleanup cow block on error
Josef Bacik
1
-0
/
+6
2020-10-07
btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
Goldwyn Rodrigues
2
-21
/
+0
2020-10-07
fs: remove no longer used dio_end_io()
Goldwyn Rodrigues
1
-19
/
+0
2020-10-07
btrfs: return error if we're unable to read device stats
Josef Bacik
1
-8
/
+18
2020-10-07
btrfs: init device stats for seed devices
Josef Bacik
1
-41
/
+46
2020-10-07
btrfs: remove struct extent_io_ops
Nikolay Borisov
7
-38
/
+0
2020-10-07
btrfs: call submit_bio_hook directly for metadata pages
Nikolay Borisov
3
-7
/
+7
2020-10-07
btrfs: stop calling submit_bio_hook for data inodes
Nikolay Borisov
3
-8
/
+12
2020-10-07
btrfs: don't opencode is_data_inode in end_bio_extent_readpage
Nikolay Borisov
1
-4
/
+2
2020-10-07
btrfs: call submit_bio_hook directly in submit_one_bio
Nikolay Borisov
1
-5
/
+2
2020-10-07
btrfs: remove extent_io_ops::readpage_end_io_hook
Nikolay Borisov
3
-6
/
+1
2020-10-07
btrfs: replace readpage_end_io_hook with direct calls
Nikolay Borisov
5
-12
/
+18
2020-10-07
btrfs: send, recompute reference path after orphanization of a directory
Filipe Manana
1
-0
/
+72
2020-10-07
btrfs: send, orphanize first all conflicting inodes when processing references
Filipe Manana
1
-40
/
+87
2020-10-07
btrfs: tree-checker: fix false alert caused by legacy btrfs root item
Qu Wenruo
1
-5
/
+12
2020-10-07
btrfs: use unaligned helpers for stack and header set/get helpers
David Sterba
2
-16
/
+14
2020-10-07
btrfs: free-space-cache: use unaligned helpers to access data
David Sterba
1
-12
/
+9
2020-10-07
btrfs: send: use helpers for unaligned access to header members
David Sterba
1
-7
/
+7
2020-10-07
btrfs: use own btree inode io_tree owner id
Qu Wenruo
2
-1
/
+2
2020-10-07
btrfs: reschedule when cloning lots of extents
Johannes Thumshirn
1
-0
/
+2
2020-10-07
btrfs: use kvcalloc for allocation in btrfs_ioctl_send()
Denis Efremov
1
-5
/
+6
2020-10-07
btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()
Denis Efremov
1
-1
/
+1
2020-10-07
btrfs: remove inode argument from btrfs_start_ordered_extent
Nikolay Borisov
5
-17
/
+14
2020-10-07
btrfs: remove inode argument from add_pending_csums
Nikolay Borisov
1
-5
/
+4
2020-10-07
btrfs: sink inode argument in insert_ordered_extent_file_extent
Nikolay Borisov
1
-5
/
+4
2020-10-07
btrfs: switch btrfs_remove_ordered_extent to btrfs_inode
Nikolay Borisov
3
-7
/
+6
2020-10-07
btrfs: clean BTRFS_I usage in btrfs_destroy_inode
Nikolay Borisov
1
-21
/
+20
2020-10-07
btrfs: open code extent_read_full_page to its sole caller
Nikolay Borisov
3
-23
/
+15
2020-10-07
btrfs: sink mirror_num argument in __do_readpage
Nikolay Borisov
1
-6
/
+5
2020-10-07
btrfs: sink read_flags argument into extent_read_full_page
Nikolay Borisov
3
-4
/
+4
2020-10-07
btrfs: sink mirror_num argument in extent_read_full_page
Nikolay Borisov
3
-5
/
+4
2020-10-07
btrfs: promote extent_read_full_page to btrfs_readpage
Nikolay Borisov
3
-19
/
+16
2020-10-07
btrfs: remove mirror_num argument from extent_read_full_page
Nikolay Borisov
3
-5
/
+5
2020-10-07
btrfs: remove btrfs_get_extent indirection from __do_readpage
Nikolay Borisov
3
-22
/
+14
2020-10-07
btrfs: remove btree_get_extent
Nikolay Borisov
2
-50
/
+0
[prev]
[next]