summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2021-05-25proc: Check /proc/$pid/attr/ writes against file openerKees Cook-0/+4
2021-05-25Merge tag 'netfs-lib-fixes-20200525' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2021-05-25afs: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+10
2021-05-25netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manualDavid Howells-1/+1
2021-05-25netfs: Pass flags through to grab_cache_page_write_begin()David Howells-1/+1
2021-05-22userfaultfd: hugetlbfs: fix new flag usage in error pathMike Kravetz-1/+1
2021-05-22Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds-10/+8
2021-05-22Merge tag 'io_uring-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+7
2021-05-21Merge tag 'xfs-5.13-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-28/+78
2021-05-21Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-13/+49
2021-05-21Merge tag '5.13-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-32/+55
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-14/+9
2021-05-20Fix KASAN identified use-after-free issue.Rohith Surabattula-9/+23
2021-05-20Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+0
2021-05-20Merge tag 'quota_for_v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+2
2021-05-20xfs: restore old ioctl definitionsDarrick J. Wong-0/+4
2021-05-20xfs: fix deadlock retry tracepoint argumentsDarrick J. Wong-1/+3
2021-05-20xfs: retry allocations when locality-based search failsDarrick J. Wong-1/+14
2021-05-20block: fix a race between del_gendisk and BLKRRPARTGulam Mohamed-0/+3
2021-05-20block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig-10/+5
2021-05-20btrfs: zoned: fix parallel compressed writesJohannes Thumshirn-4/+38
2021-05-20btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn-7/+6
2021-05-20io_uring: fortify tctx/io_wq cleanupPavel Begunkov-4/+4
2021-05-19Defer close only when lease is enabled.Rohith Surabattula-0/+4
2021-05-19Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Rohith Surabattula-18/+23
2021-05-19cifs: Fix inconsistent indentingJiapeng Chong-1/+1
2021-05-19cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg-0/+2
2021-05-19Merge tag 'fs.idmapped.mount_setattr.v5.13-rc3' of gitolite.kernel.org:pub/sc...Linus Torvalds-1/+5
2021-05-19SMB3: incorrect file id in requests compounded with openSteve French-3/+3
2021-05-18signalfd: Remove SIL_PERF_EVENT fields from signalfd_siginfoEric W. Biederman-10/+6
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman-1/+2
2021-05-18signal: Implement SIL_FAULT_TRAPNOEric W. Biederman-5/+3
2021-05-17Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+26
2021-05-17btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik-2/+0
2021-05-17btrfs: release path before starting transaction when cloning inline extentFilipe Manana-0/+5
2021-05-17io_uring: don't modify req->poll for rwPavel Begunkov-3/+3
2021-05-16cifs: remove deadstore in cifs_close_all_deferred_files()wenhuizhang-2/+0
2021-05-16xfs: adjust rt allocation minlen when extszhint > rtextsizeDarrick J. Wong-26/+57
2021-05-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-8/+14
2021-05-15Merge tag 'io_uring-5.13-2021-05-14' of git://git.kernel.dk/linux-blockLinus Torvalds-9/+10
2021-05-15Merge tag 'erofs-for-5.13-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+19
2021-05-15Merge tag 'dax-fixes-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-12/+23
2021-05-14hfsplus: prevent corruption in shrinking truncateJouni Roivas-3/+4
2021-05-14mm/filemap: fix readahead return typesMatthew Wilcox (Oracle)-2/+2
2021-05-14squashfs: fix divide error in calculate_skip()Phillip Lougher-3/+3
2021-05-14mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu-0/+5
2021-05-14Merge tag 'f2fs-5.13-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-47/+56
2021-05-14io_uring: increase max number of reg buffersPavel Begunkov-1/+3
2021-05-14io_uring: further remove sqpoll limits on opcodesPavel Begunkov-4/+2
2021-05-14io_uring: fix ltout double free on completion racePavel Begunkov-3/+4