summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-201-1/+4
|\
| * Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-12-1512-83/+26
| |\
| * | eventfd: Export eventfd_ctx_do_read()David Woodhouse2020-11-151-1/+4
* | | Merge tag 'gfs2-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2020-12-207-26/+12
|\ \ \
| * | | gfs2: in signal_our_withdraw wait for unfreeze of _this_ fs onlyBob Peterson2020-12-031-1/+1
| * | | gfs2: Remove sb_start_write from gfs2_statfs_syncBob Peterson2020-12-031-2/+0
| * | | gfs2: remove trailing semicolons from macro definitionsTom Rix2020-12-011-3/+3
| * | | Revert "GFS2: Prevent delete work from occurring on glocks used for create"Andreas Gruenbacher2020-12-013-14/+1
| * | | gfs2: Make inode operations staticAndreas Gruenbacher2020-12-012-6/+7
* | | | Merge tag 'close-range-cloexec-unshare-v5.11' of git://git.kernel.org/pub/scm...Linus Torvalds2020-12-191-1/+3
|\ \ \ \
| * | | | close_range: unshare all fds for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLOEXECChristian Brauner2020-12-191-1/+3
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-191-106/+181
|\ \ \ \ \
| * | | | | epoll: add syscall epoll_pwait2Willem de Bruijn2020-12-191-14/+73
| * | | | | epoll: convert internal api to timespec64Willem de Bruijn2020-12-191-20/+37
| * | | | | epoll: eliminate unnecessary lock for zero timeoutSoheil Hassas Yeganeh2020-12-191-13/+12
| * | | | | epoll: replace gotos with a proper loopSoheil Hassas Yeganeh2020-12-191-21/+21
| * | | | | epoll: pull all code between fetch_events and send_event into the loopSoheil Hassas Yeganeh2020-12-191-20/+21
| * | | | | epoll: simplify and optimize busy loop logicSoheil Hassas Yeganeh2020-12-191-23/+17
| * | | | | epoll: move eavail next to the list_empty_careful checkSoheil Hassas Yeganeh2020-12-191-2/+1
| * | | | | epoll: pull fatal signal checks into ep_send_events()Soheil Hassas Yeganeh2020-12-191-9/+8
| * | | | | epoll: simplify signal handlingSoheil Hassas Yeganeh2020-12-191-10/+10
| * | | | | epoll: check for events when removing a timed out thread from the wait queueSoheil Hassas Yeganeh2020-12-191-9/+16
* | | | | | Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-12-1848-705/+695
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | xfs: remove xfs_buf_t typedefDave Chinner2020-12-1715-78/+78
| * | | | | fs/xfs: convert comma to semicolonZheng Yongjun2020-12-121-1/+1
| * | | | | xfs: open code updating i_mode in xfs_set_aclChristoph Hellwig2020-12-123-31/+27
| * | | | | xfs: remove xfs_vn_setattr_nonsizeChristoph Hellwig2020-12-122-20/+7
| * | | | | xfs: kill ialloced in xfs_dialloc()Gao Xiang2020-12-121-13/+9
| * | | | | xfs: spilt xfs_dialloc() into 2 functionsDave Chinner2020-12-123-37/+48
| * | | | | xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner2020-12-123-94/+24
| * | | | | xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner2020-12-123-161/+86
| * | | | | xfs: introduce xfs_dialloc_roll()Dave Chinner2020-12-123-30/+41
| * | | | | xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang2020-12-121-4/+4
| * | | | | xfs: don't catch dax+reflink inodes as corruption in verifierEric Sandeen2020-12-092-8/+0
| * | | | | xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong2020-12-091-1/+1
| * | | | | xfs: remove unneeded return value check for *init_cursor()Joseph Qi2020-12-097-46/+0
| * | | | | xfs: introduce xfs_validate_stripe_geometry()Gao Xiang2020-12-092-11/+69
| * | | | | xfs: show the proper user quota optionsKaixu Xia2020-12-091-4/+6
| * | | | | xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia2020-12-091-1/+0
| * | | | | xfs: remove unnecessary null check in xfs_generic_createKaixu Xia2020-12-091-4/+2
| * | | | | xfs: directly return if the delta equal to zeroKaixu Xia2020-12-091-14/+9
| * | | | | xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia2020-12-093-19/+3
| * | | | | xfs: delete duplicated tp->t_dqinfo null check and allocationKaixu Xia2020-12-091-7/+0
| * | | | | xfs: rename xfs_fc_* back to xfs_fs_*Darrick J. Wong2020-12-091-13/+13
| * | | | | xfs: refactor file range validationDarrick J. Wong2020-12-098-5/+37
| * | | | | xfs: refactor realtime volume extent validationDarrick J. Wong2020-12-095-20/+23
| * | | | | xfs: refactor data device extent validationDarrick J. Wong2020-12-098-50/+32
| * | | | | xfs: scrub should mark a directory corrupt if any entries cannot be iget'dDarrick J. Wong2020-12-091-3/+18
| * | | | | xfs: fix parent pointer scrubber bailing out on unallocated inodesDarrick J. Wong2020-12-091-5/+5
| * | | | | xfs: detect overflows in bmbt recordsDarrick J. Wong2020-12-091-0/+5