summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-251-24/+217
|\
| * io_uring: correctly handle non ->{read,write}_iter() file_operationsJens Axboe2019-09-231-6/+54
| * io_uring: IORING_OP_TIMEOUT supportJens Axboe2019-09-181-5/+144
| * io_uring: use cond_resched() in sqthreadJens Axboe2019-09-191-1/+1
| * io_uring: fix potential crash issue due to io_get_req failureJackie Liu2019-09-181-0/+6
| * io_uring: ensure poll commands clear ->sqeJens Axboe2019-09-181-9/+9
| * io_uring: fix use-after-free of shadow_reqJackie Liu2019-09-181-0/+2
| * io_uring: use kmemdup instead of kmalloc and memcpyJackie Liu2019-09-181-3/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-2528-283/+163
|\ \
| * | mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti2019-09-251-20/+0
| * | mm,thp: avoid writes to file with THP in pagecacheSong Liu2019-09-252-0/+11
| * | mm,thp: stats for file backed THPSong Liu2019-09-252-1/+7
| * | mm: remove quicklist page table cachesNicholas Piggin2019-09-251-4/+0
| * | mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-251-1/+1
| * | mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-251-1/+1
| * | ocfs2: fix spelling mistake "ambigous" -> "ambiguous"Colin Ian King2019-09-251-1/+1
| * | ocfs2: checkpoint appending truncate log transaction before flushingChangwei Ge2019-09-251-0/+15
| * | ocfs2: wait for recovering done after direct unlock requestChangwei Ge2019-09-251-4/+19
| * | ocfs2: delete unnecessary checks before brelse()Markus Elfring2019-09-252-7/+3
| * | fs/ocfs2/dir.c: remove set but not used variableszhengbin2019-09-251-2/+1
| * | fs/ocfs2/file.c: remove set but not used variableszhengbin2019-09-251-3/+0
| * | fs/ocfs2/namei.c: remove set but not used variableszhengbin2019-09-251-2/+0
| * | ocfs2: remove unused ocfs2_orphan_scan_exit() declarationGuozhonghua2019-09-251-2/+1
| * | ocfs2: remove unused ocfs2_calc_tree_trunc_credits()Guozhonghua2019-09-251-28/+0
| * | ocfs2: further debugfs cleanupsGreg Kroah-Hartman2019-09-259-180/+61
| * | jbd2: remove jbd2_journal_inode_add_[write|wait]Joseph Qi2019-09-252-14/+0
| * | ocfs2: use jbd2_inode dirty range scopingJoseph Qi2019-09-254-11/+28
| * | fat: work around race with userspace's read via blockdev while mountingOGAWA Hirofumi2019-09-252-2/+14
* | | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-244-459/+380
|\ \ \
| * | | gfs2: Convert gfs2 to fs_contextAndrew Price2019-09-194-459/+380
* | | | Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-233-7/+41
|\ \ \ \ | |_|/ / |/| | |
| * | | fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel2019-08-123-7/+41
* | | | Merge tag 'gfs2-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2019-09-2116-207/+264
|\ \ \ \
| * | | | gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrpsBob Peterson2019-09-171-0/+1
| * | | | gfs2: Improve mmap write vs. truncate consistencyAndreas Gruenbacher2019-09-061-1/+1
| * | | | gfs2: Use async glocks for renameBob Peterson2019-09-045-13/+123
| * | | | gfs2: create function gfs2_glock_update_hold_timeAndreas Gruenbacher2019-09-041-6/+13
| * | | | gfs2: separate holder for rgrps in gfs2_renameBob Peterson2019-09-041-8/+21
| * | | | gfs2: Delete an unnecessary check before brelse()Markus Elfring2019-09-042-4/+2
| * | | | gfs2: Minor PAGE_SIZE arithmetic cleanupsAndreas Gruenbacher2019-09-043-4/+4
| * | | | gfs2: Fix recovery slot bumpingAndreas Gruenbacher2019-09-031-4/+4
| * | | | gfs2: Fix possible fs name overflowsBob Peterson2019-09-033-3/+3
| * | | | gfs2: untangle the logic in gfs2_drevalidateBob Peterson2019-09-031-34/+11
| * | | | gfs2: Always mark inode dirty in fallocateAndreas Gruenbacher2019-09-031-4/+3
| * | | | gfs2: Minor gfs2_alloc_inode cleanupAndreas Gruenbacher2019-08-091-7/+7
| * | | | gfs2: implement gfs2_block_zero_range using iomap_zero_rangeChristoph Hellwig2019-08-091-67/+1
| * | | | gfs2: Add support for IOMAP_ZEROAndreas Gruenbacher2019-08-091-2/+10
| * | | | gfs2: gfs2_iomap_begin cleanupAndreas Gruenbacher2019-08-091-52/+62
* | | | | Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-09-2117-203/+839
|\ \ \ \ \
| * | | | | f2fs: add a condition to detect overflow in f2fs_ioc_gc_range()Sahitya Tummala2019-09-171-2/+2