Historique des commits

Auteur SHA1 Message Date
  Amir Goldstein 3d8f761531 vfs: implement readahead(2) using POSIX_FADV_WILLNEED il y a 7 ans
  Amir Goldstein 45cd0faae3 vfs: add the fadvise() file operation il y a 7 ans
  Andrey Ryabinin a718e28f53 mm/fadvise.c: fix signed overflow UBSAN complaint il y a 7 ans
  Dominik Brodowski 9d5b7c956b mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64() il y a 7 ans
  shidao.ytt a7ab400d6f mm/fadvise: discard partial page if endbyte is also EOF il y a 7 ans
  Greg Kroah-Hartman b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license il y a 8 ans
  Shakeel Butt 3a77d21480 mm: fadvise: avoid fadvise for fs without backing device il y a 8 ans
  Johannes Weiner 4dd72b4a47 mm: fadvise: avoid expensive remote LRU cache draining after FADV_DONTNEED il y a 9 ans
  Oleg Drokin 18aba41cbf mm/fadvise.c: do not discard partial pages with POSIX_FADV_DONTNEED il y a 9 ans
  Kirill A. Shutemov 09cbfeaf1a mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros il y a 9 ans
  Tejun Heo 703c270887 writeback: implement and use inode_congested() il y a 10 ans
  Matthew Wilcox e748dcd095 vfs: remove get_xip_mem il y a 10 ans
  Christoph Hellwig de1414a654 fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info il y a 11 ans
  Mel Gorman 441c228f81 mm: fadvise: document the fadvise(FADV_DONTNEED) behaviour for partial pages il y a 11 ans
  Al Viro 4a0fd5bf0f teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long il y a 13 ans
  Linus Torvalds d895cb1af1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs il y a 12 ans
  Mel Gorman 67d46b296a mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all pages il y a 12 ans
  Al Viro 496ad9aa8e new helper: file_inode(file) il y a 13 ans
  Al Viro 2903ff019b switch simple cases of fget_light to fdget il y a 13 ans
  Al Viro 611443783a switch fadvise(2) to fget_light() il y a 13 ans
  KOSAKI Motohiro 3d3727cdb0 mm, fadvise: don't return -EINVAL when filesystem cannot implement fadvise() il y a 13 ans
  Shawn Bohrer ad8a1b558e fadvise: only initiate writeback for specified range with FADV_DONTNEED il y a 14 ans
  Wu Fengguang 0141450f66 readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM il y a 16 ans
  Wu Fengguang f7e839dd36 readahead: move max_sane_readahead() calls into force_page_cache_readahead() il y a 16 ans
  Heiko Carstens 6673e0c3fb [CVE-2009-0029] System call wrapper special cases il y a 17 ans
  Francois Cami e1f8e87449 Remove Andrew Morton's old email accounts il y a 17 ans
  Nick Piggin 70688e4dd1 xip: support non-struct page backed memory il y a 17 ans
  Masatake YAMATO b5beb1caff check ADVICE of fadvise64_64 even if get_xip_page is given il y a 18 ans
  Josef "Jeff" Sipek d3ac7f892b [PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path il y a 19 ans
  Andrew Morton 60c371bc75 [PATCH] fadvise() make POSIX_FADV_NOREUSE a no-op il y a 19 ans