summaryrefslogtreecommitdiffstats
path: root/fs/filesystems.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-02bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li4-24/+19
2020-10-02bcache: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-13/+3
2020-10-02bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()Dongsheng Yang1-1/+1
2020-10-02bcache: share register sysfs with async registerColy Li1-5/+7
2020-09-29null_blk: add support for max open/active zone limit for zoned devicesNiklas Cassel3-58/+282
2020-09-27nvme-pci: allocate separate interrupt for the reserved non-polled I/O queueJeffle Xu1-17/+15
2020-09-27nvme: fix error handling in nvme_ns_report_zonesChristoph Hellwig1-25/+16
2020-09-27nvmet-fc: fix missing check for no hostport structJames Smart1-1/+1
2020-09-27nvmet: add passthru ZNS supportChaitanya Kulkarni1-0/+16
2020-09-27nvmet: handle keep-alive timer when kato is modified by a set features cmdAmit Engel3-2/+6
2020-09-27nvmet-tcp: have queue io_work context run on sock incoming cpuMark Wunderlich1-11/+10
2020-09-27nvme-pci: Move enumeration by class to be last in the tableAndy Shevchenko1-1/+2
2020-09-27nvme: use an xarray to lookup the Commands Supported and Effects logChaitanya Kulkarni2-28/+5
2020-09-27nvme: lift the file open code from nvme_ctrl_get_by_pathChaitanya Kulkarni3-32/+22
2020-09-25md/raid10: improve discard request for far layoutXiao Ni2-23/+64
2020-09-25md/raid10: improve raid10 discard requestXiao Ni1-1/+255
2020-09-25md/raid10: pull codes that wait for blocked dev into one functionXiao Ni1-51/+67
2020-09-25md/raid10: extend r10bio devs to raid disksXiao Ni1-5/+4
2020-09-25md: add md_submit_discard_bio() for submitting discard bioXiao Ni3-12/+24
2020-09-25md: Simplify code with existing definition RESYNC_SECTORS in raid10.cZhen Lei1-4/+4
2020-09-25md/raid5: reallocate page array after setting new stripe_sizeYufen Yu1-0/+20
2020-09-25md/raid5: resize stripe_head when reshape arrayYufen Yu1-0/+24
2020-09-25md/raid5: let multiple devices of stripe_head share pageYufen Yu2-3/+114
2020-09-25md/raid6: let async recovery function support different page offsetYufen Yu4-49/+128
2020-09-25md/raid6: let syndrome computor support different page offsetYufen Yu4-47/+91
2020-09-25md/raid5: convert to new xor compution interfaceYufen Yu1-9/+34
2020-09-25md/raid5: add new xor function to support different page offsetYufen Yu2-17/+114
2020-09-25md/raid5: make async_copy_data() to support different page offsetYufen Yu1-3/+5
2020-09-25md/raid5: add a new member of offset into r5devYufen Yu2-11/+40
2020-09-25md: only calculate blocksize once and use i_blocksize()Xianting Tian1-3/+4
2020-09-24null_blk: Support shared tag bitmapJohn Garry1-0/+6
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig10-58/+29
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig4-13/+8
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig18-36/+33
2020-09-24mm: use SWP_SYNCHRONOUS_IO more intelligentlyChristoph Hellwig1-8/+10
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig6-20/+14
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig3-7/+3
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig11-68/+24
2020-09-24md: update the optimal I/O size on reshapeChristoph Hellwig2-10/+22
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig10-15/+13
2020-09-24aoe: set an optimal I/O sizeChristoph Hellwig1-2/+2
2020-09-24bcache: inherit the optimal I/O sizeChristoph Hellwig1-0/+2
2020-09-24drbd: remove dead code in device_to_statisticsChristoph Hellwig1-6/+0
2020-09-24fs: remove the unused SB_I_MULTIROOT flagChristoph Hellwig2-3/+2
2020-09-23block: mark blkdev_get staticChristoph Hellwig2-3/+1
2020-09-23PM: mm: cleanup swsusp_swap_checkChristoph Hellwig1-6/+4
2020-09-23mm: split swap_type_ofChristoph Hellwig4-40/+35
2020-09-23PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig3-9/+9
2020-09-23mm: cleanup claim_swapfileChristoph Hellwig1-3/+3
2020-09-23ocfs2: cleanup o2hb_region_dev_storeChristoph Hellwig1-18/+10