summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* hpfs: replace one-element array with flexible-array memberGustavo A. R. Silva2021-05-061-1/+2
* nilfs2: fix typos in commentsLu Jialin2021-05-063-4/+4
* fs/nilfs2: fix misspellings using codespell toolLiu xuzhi2021-05-061-2/+2
* isofs: fix fall-through warnings for ClangGustavo A. R. Silva2021-05-061-0/+1
* fs/epoll: restore waking from ep_done_scan()Davidlohr Bueso2021-05-061-0/+6
* proc/sysctl: fix function name error in commentszhouchuangao2021-05-061-1/+1
* proc: delete redundant subset=pid checkAlexey Dobriyan2021-05-061-4/+0
* proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-05-061-12/+2
* proc: save LOC in __xlate_proc_name()Alexey Dobriyan2021-05-061-9/+2
* fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King2021-05-061-1/+1
* btrfs: use memzero_page() instead of open coded kmap patternIra Weiny2021-05-056-58/+18
* mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)Anshuman Khandual2021-05-051-1/+4
* mm: fs: invalidate BH LRU during page migrationMinchan Kim2021-05-051-6/+30
* userfaultfd: add UFFDIO_CONTINUE ioctlAxel Rasmussen2021-05-051-0/+67
* userfaultfd: add minor fault registration modeAxel Rasmussen2021-05-052-31/+50
* mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages()Miaohe Lin2021-05-051-3/+0
* mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op caseMiaohe Lin2021-05-051-2/+2
* mm/hugetlb: use some helper functions to cleanup codeMiaohe Lin2021-05-051-1/+1
* hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wpPeter Xu2021-05-051-0/+4
* mm: remove nrexceptional from inode: remove BUG_ONHugh Dickins2021-05-051-1/+8
* mm: remove nrexceptional from inodeMatthew Wilcox (Oracle)2021-05-051-1/+1
* dax: account DAX entries as nrpagesMatthew Wilcox (Oracle)2021-05-051-3/+3
* mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)2021-05-053-4/+3
* Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon2021-04-301-4/+1
* iomap: use filemap_range_needs_writeback() for O_DIRECT readsJens Axboe2021-04-301-8/+16
* vfs: fs_parser: clean up kernel-doc warningsRandy Dunlap2021-04-301-1/+1
* ocfs2/dlm: remove unused functionJiapeng Chong2021-04-301-7/+0
* ocfs2: fix a typoBhaskar Chowdhury2021-04-301-1/+1
* ocfs2: map flags directly in flags_to_o2dlm()Joseph Qi2021-04-301-18/+18
* ocfs2: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYang Li2021-04-301-1/+1
* Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-291-6/+1
|\
| * sysctl: use min() helper for namecmp()Masahiro Yamada2021-04-251-6/+1
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-294-51/+24
|\ \
| * | seq_file: Add a seq_bprintf functionFlorent Revest2021-04-271-0/+18
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-175-27/+57
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-0926-141/+294
| |\ \ \
| * | | | fs/jffs2: Delete obsolete TODO fileWang Qing2021-03-301-37/+0
| * | | | fs/befs: Delete obsolete TODO fileWang Qing2021-03-301-14/+0
| * | | | sysctl: add proc_dou8vec_minmax()Eric Dumazet2021-03-251-0/+6
* | | | | Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-2912-139/+395
|\ \ \ \ \
| * | | | | fs: introduce a wrapper uuid_to_fsid()Amir Goldstein2021-04-193-12/+3
| * | | | | fanotify_user: use upper_32_bits() to verify maskChristian Brauner2021-03-251-1/+1
| * | | | | fanotify: support limited functionality for unprivileged usersAmir Goldstein2021-03-162-3/+29
| * | | | | fanotify: configurable limits via sysfsAmir Goldstein2021-03-164-30/+114
| * | | | | fanotify: limit number of event merge attemptsAmir Goldstein2021-03-161-0/+6
| * | | | | fsnotify: use hash table for faster events mergeAmir Goldstein2021-03-165-17/+116
| * | | | | fanotify: mix event info and pid into merge key hashAmir Goldstein2021-03-162-26/+66
| * | | | | fanotify: reduce event objectid to 29-bit hashAmir Goldstein2021-03-164-18/+27
| * | | | | fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueAmir Goldstein2021-03-163-36/+37
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2021-04-296-59/+139
|\ \ \ \ \