aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/orangefs-bufmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-29orangefs: convert get_user_pages() --> pin_user_pages()John Hubbard1-6/+3
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+1
2019-05-03orangefs: copy Orangefs-sized blocks into the pagecache if possible.Mike Marshall1-0/+13
2019-01-04fs/: remove caller signal_pending branch predictionsDavidlohr Bueso1-1/+1
2018-06-01orangefs: remove unused function orangefs_get_bufmap_initMike Marshall1-14/+0
2018-06-01orangefs: specify user pointers when using dev_map_desc and bufmapMike Marshall1-1/+1
2018-06-01orangefs: formatting cleanupsMike Marshall1-2/+2
2018-04-02orangefs: bug fix for a race condition when getting a slotDavid Reynolds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-14orangefs: Delete error messages for a failed memory allocation in five functionsMarkus Elfring1-8/+2
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar1-4/+4
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-2/+2
2017-04-17orangefs_bufmap_copy_from_iovec(): fix EFAULT handlingAl Viro1-3/+1
2017-02-03orangefs: silence harmless integer overflow warningDan Carpenter1-0/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-25orangefs: saner calling conventions for getting a slotAl Viro1-18/+6
2016-03-25orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointerAl Viro1-7/+6
2016-02-19orangefs_readdir_index_put(): get rid of bufmap argumentAl Viro1-1/+1
2016-02-19orangefs: bufmap rewriteAl Viro1-175/+166
2016-02-19orangefs_bufmap_..._query(): don't bother with refcountsAl Viro1-8/+8
2016-02-12get rid of bufmap argument of orangefs_bufmap_put()Al Viro1-1/+2
2016-01-23orangefs: get rid of MSECS_TO_JIFFIESAl Viro1-3/+1
2016-01-04orangefs: Fix some more global namespace pollution.Martin Brandenburg1-5/+5
2015-12-17orangefs: Do not unref if there is no bufmap.Martin Brandenburg1-8/+19
2015-12-17orangefs: Remove useless inline qualifier from bufmap functions.Martin Brandenburg1-2/+2
2015-12-17orangefs: Change visibility of several bufmap helpers to static.Martin Brandenburg1-2/+10
2015-12-14Orangefs: Don't wait the old-fashioned way.Mike Marshall1-8/+7
2015-12-11Orangefs: improve commentsMike Marshall1-3/+6
2015-12-04Orangefs: change pvfs2 filenames to orangefsMike Marshall1-0/+558