summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: allow writeback on pages without buffer headsChristoph Hellwig2018-07-122-15/+39
* xfs: refactor the tail of xfs_writepage_mapChristoph Hellwig2018-07-121-33/+32
* xfs: remove xfs_start_page_writebackChristoph Hellwig2018-07-121-26/+20
* xfs: move all writeback buffer_head manipulation into xfs_map_at_offsetChristoph Hellwig2018-07-121-17/+5
* xfs: don't look at buffer heads in xfs_add_to_ioendChristoph Hellwig2018-07-121-36/+32
* xfs: remove the imap_valid flagChristoph Hellwig2018-07-121-51/+38
* xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directlyChristoph Hellwig2018-07-121-14/+5
* xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig2018-07-124-39/+13
* xfs: remove the now unused XFS_BMAPI_IGSTATE flagChristoph Hellwig2018-07-122-7/+2
* xfs: make xfs_writepage_map extent map centricDave Chinner2018-07-121-52/+36
* xfs: rename the offset variable in xfs_writepage_mapChristoph Hellwig2018-07-121-10/+10
* xfs: remove xfs_map_cowChristoph Hellwig2018-07-122-99/+100
* xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig2018-07-124-43/+0
* xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocksChristoph Hellwig2018-07-121-4/+1
* xfs: don't clear imap_valid for a non-uptodate buffersChristoph Hellwig2018-07-121-7/+2
* xfs: do not set the page uptodate in xfs_writepage_mapChristoph Hellwig2018-07-121-6/+0
* xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-07-123-9/+5
* xfs: simplify xfs_aops_discard_pageChristoph Hellwig2018-07-121-76/+9
* xfs: use iomap for blocksize == PAGE_SIZE readpage and readpagesChristoph Hellwig2018-07-121-0/+4
* Merge branch 'iomap-4.19-merge' into xfs-4.19-mergeDarrick J. Wong2018-07-124-96/+520
|\
| * iomap: add inline data support to iomap_readpage_actorAndreas Gruenbacher2018-07-031-0/+6
| * iomap: support direct I/O to inline dataAndreas Gruenbacher2018-07-031-0/+29
| * iomap: refactor iomap_dio_actorChristoph Hellwig2018-07-031-36/+52
| * iomap: add initial support for writes without buffer headsChristoph Hellwig2018-06-202-9/+112
| * iomap: add an iomap-based readpage and readpages implementationChristoph Hellwig2018-06-201-1/+213
| * iomap: add a page_done callbackChristoph Hellwig2018-06-201-0/+3
| * iomap: generic inline data handlingAndreas Gruenbacher2018-06-201-7/+55
| * iomap: complete partial direct I/O writes synchronouslyAndreas Gruenbacher2018-06-201-10/+11
| * iomap: mark newly allocated buffer heads as newAndreas Gruenbacher2018-06-201-4/+5
| * fs: factor out a __generic_write_end helperChristoph Hellwig2018-06-202-32/+37
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-07-0811-96/+155
|\ \
| * | ext4: check superblock mapped prior to committingJon Derrick2018-07-031-0/+8
| * | ext4: add more mount time checks of the superblockTheodore Ts'o2018-06-181-11/+26
| * | ext4: add more inode number paranoia checksTheodore Ts'o2018-06-173-6/+7
| * | ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o2018-06-173-57/+3
| * | jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o2018-06-171-1/+8
| * | ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o2018-06-161-0/+5
| * | ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o2018-06-151-0/+1
| * | ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o2018-06-151-2/+2
| * | ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2018-06-142-0/+7
| * | ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-06-144-6/+36
| * | ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o2018-06-141-0/+25
| * | ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o2018-06-141-7/+3
| * | ext4: always verify the magic number in xattr blocksTheodore Ts'o2018-06-131-3/+3
| * | ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o2018-06-131-2/+8
| * | ext4: add warn_on_error mount optionTheodore Ts'o2018-06-132-1/+13
* | | Merge tag '4.18-rc3-smb3fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-07-0814-54/+132
|\ \ \
| * | | cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio2018-07-055-21/+14
| * | | cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2018-07-052-8/+20
| * | | cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio2018-07-051-2/+5