summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-0224-123/+172
|\
| * block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-2216-17/+17
| * zonefs: use REQ_OP_ZONE_APPEND for sync DIOJohannes Thumshirn2020-05-121-8/+72
| * block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei2020-05-123-4/+4
| * hfs: stop using ioctl_by_bdevChristoph Hellwig2020-05-091-13/+19
| * bdi: remove the name field in struct backing_dev_infoChristoph Hellwig2020-05-092-3/+1
| * bdi: simplify bdi_allocChristoph Hellwig2020-05-091-1/+1
| * Merge branch 'block-5.7' into for-5.8/blockJens Axboe2020-05-094-4/+13
| |\
| * | udf: stop using ioctl_by_bdevChristoph Hellwig2020-05-041-16/+13
| * | isofs: stop using ioctl_by_bdevChristoph Hellwig2020-05-041-28/+26
| * | hfsplus: stop using ioctl_by_bdevChristoph Hellwig2020-05-041-15/+18
| * | block: unexport bdev_read_page and bdev_write_pageChristoph Hellwig2020-04-241-2/+0
| * | block: fold bdev_unhash_inode into invalidate_partitionChristoph Hellwig2020-04-201-15/+0
| * | block: remove the disk argument from blk_drop_partitionsChristoph Hellwig2020-04-201-1/+1
* | | Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-06-021-2/+1
|\ \ \
| * \ \ Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki2020-06-011-2/+1
| |\ \ \
| | * | | PM: hibernate: Restrict writes to the resume deviceDomenico Andreoli2020-05-271-2/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-0272-880/+642
|\ \ \ \ \
| * | | | | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-029-14/+13
| * | | | | mm: remove the prot argument from vm_map_ramChristoph Hellwig2020-06-022-2/+2
| * | | | | /proc/PID/smaps: Add PMD migration entry parsingHuang Ying2020-06-021-5/+11
| * | | | | mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2020-06-024-8/+10
| * | | | | mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown2020-06-021-4/+5
| * | | | | orangefs: use attach/detach_page_privateGuoqing Jiang2020-06-021-26/+6
| * | | | | ntfs: replace attach_page_buffers with attach_page_privateGuoqing Jiang2020-06-022-2/+2
| * | | | | iomap: use attach/detach_page_privateGuoqing Jiang2020-06-021-15/+4
| * | | | | f2fs: use attach/detach_page_privateGuoqing Jiang2020-06-021-9/+2
| * | | | | fs/buffer.c: use attach/detach_page_privateGuoqing Jiang2020-06-021-12/+4
| * | | | | btrfs: use attach/detach_page_privateGuoqing Jiang2020-06-023-36/+12
| * | | | | iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-024-72/+40
| * | | | | fuse: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-72/+28
| * | | | | f2fs: pass the inode to f2fs_mpage_readpagesMatthew Wilcox (Oracle)2020-06-021-4/+3
| * | | | | f2fs: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-28/+19
| * | | | | ext4: pass the inode to ext4_mpage_readpagesMatthew Wilcox (Oracle)2020-06-023-5/+4
| * | | | | ext4: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-023-28/+18
| * | | | | erofs: convert compressed files from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-20/+9
| * | | | | erofs: convert uncompressed files from readpages to readaheadMatthew Wilcox (Oracle)2020-06-022-26/+15
| * | | | | btrfs: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-023-42/+20
| * | | | | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-0216-123/+70
| * | | | | mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)2020-06-024-70/+5
| * | | | | fs/buffer.c: record blockdev write errors in super_block that it backsJeff Layton2020-06-021-0/+7
| * | | | | vfs: track per-sb writeback errors and report them to syncfsJeff Layton2020-06-023-4/+6
| * | | | | ocfs2: mount shared volume without ha stackGang He2020-06-023-20/+51
| * | | | | ocfs2: add missing annotation for dlm_empty_lockres()Jules Irenge2020-06-021-0/+1
| * | | | | squashfs: migrate from ll_rw_block usage to BIOPhilippe Liard2020-06-0211-242/+287
* | | | | | Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-0111-86/+159
|\ \ \ \ \ \
| * | | | | | vfs: add faccessat2 syscallMiklos Szeredi2020-05-142-9/+26
| * | | | | | vfs: don't parse "silent" optionMiklos Szeredi2020-05-141-1/+0
| * | | | | | vfs: don't parse "posixacl" optionMiklos Szeredi2020-05-141-1/+0
| * | | | | | vfs: don't parse forbidden flagsMiklos Szeredi2020-05-141-28/+0