summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-07-03debugfs: provide pr_fmt() macroGreg Kroah-Hartman1-1/+3
2019-07-03debugfs: log errors when something goes wrongGreg Kroah-Hartman1-5/+20
2019-07-03ext2: Use kmemdup rather than duplicating its implementationFuqian Huang1-2/+1
2019-07-03gfs2: don't use buffer_heads in gfs2_allocate_page_backingChristoph Hellwig1-17/+16
2019-07-03gfs2: use iomap_bmap instead of generic_block_bmapChristoph Hellwig1-1/+1
2019-07-03gfs2: mark stuffed_readpage staticChristoph Hellwig2-3/+1
2019-07-03gfs2: merge gfs2_writepage_common into gfs2_writepageChristoph Hellwig1-26/+6
2019-07-03gfs2: merge gfs2_writeback_aops and gfs2_ordered_aopsChristoph Hellwig1-25/+3
2019-07-03Merge tag '5.2-rc6-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-5/+73
2019-07-03gfs2: remove the unused gfs2_stuffed_write_end functionChristoph Hellwig2-44/+0
2019-07-03gfs2: use page_offset in gfs2_page_mkwriteChristoph Hellwig1-1/+1
2019-07-03ext4: fix coverity warning on error path of filename setupGabriel Krisman Bertazi1-4/+9
2019-07-03ext4: replace ktype default_attrs with default_groupsKimberly Brown1-2/+4
2019-07-01vfs: move_mount: reject moving kernel internal mountsEric Biggers1-3/+4
2019-07-01block: fix .bi_size overflowMing Lei2-2/+2
2019-07-01Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe56-266/+220
2019-06-29block: never take page references for ITER_BVECChristoph Hellwig1-3/+0
2019-06-29direct-io: use bio_release_pages in dio_bio_completeChristoph Hellwig1-12/+3
2019-06-29block_dev: use bio_release_pages in bio_unmap_userChristoph Hellwig1-9/+2
2019-06-29block_dev: use bio_release_pages in blkdev_bio_end_ioChristoph Hellwig1-7/+1
2019-06-29iomap: use bio_release_pages in iomap_dio_bio_end_ioChristoph Hellwig1-7/+1
2019-06-29Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-1/+1
2019-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-42/+40
2019-06-29Merge tag 'nfs-for-5.2-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+1
2019-06-29Merge tag 'ceph-for-5.2-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+2
2019-06-29Merge tag 'for-linus-20190628' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov4-25/+32
2019-06-29fs/binfmt_flat.c: make load_flat_shared_library() workJann Horn1-16/+7
2019-06-29fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness1-1/+1
2019-06-28afs: Add support for the UAE error tableDavid Howells2-28/+152
2019-06-28NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust1-1/+1
2019-06-28cifs: fix crash querying symlinks stored as reparse-pointsRonnie Sahlberg2-5/+73
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-21/+26
2019-06-28Merge tag 'for-linus-20190627' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2019-06-28Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-19/+25
2019-06-28iomap: fix page_done callback for short writesAndreas Gruenbacher1-1/+1
2019-06-28fs: fold __generic_write_end back into generic_write_endChristoph Hellwig2-35/+29
2019-06-28iomap: don't mark the inode dirty in iomap_write_endAndreas Gruenbacher2-1/+16
2019-06-28keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells10-21/+78
2019-06-28keys: Pass the network namespace into request_key mechanismDavid Howells5-8/+12
2019-06-27gfs2: replace more printk with calls to fs_info and friendsBob Peterson4-20/+21
2019-06-27gfs2: dump fsid when dumping glock problemsBob Peterson8-30/+55
2019-06-27gfs2: simplify gfs2_freeze by removing caseBob Peterson1-8/+2
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson11-19/+19
2019-06-27gfs2: Warn when a journal replay overwrites a rgrp with buffersBob Peterson1-2/+20
2019-06-27gfs2: log which portion of the journal is replayedBob Peterson1-1/+2
2019-06-27gfs2: eliminate tr_num_revoke_rmBob Peterson3-6/+4
2019-06-27gfs2: kthread and remount improvementsBob Peterson1-7/+14
2019-06-27gfs2: Use IS_ERR_OR_NULLKefeng Wang4-5/+5
2019-06-27gfs2: Clean up freeing struct gfs2_sbdAndreas Gruenbacher3-11/+17