aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-07-11xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig5-455/+61
2018-07-11iomap: add support for sub-pagesize buffered I/O without buffer headsChristoph Hellwig1-21/+259
2018-07-11xfs: allow writeback on pages without buffer headsChristoph Hellwig2-15/+39
2018-07-11xfs: refactor the tail of xfs_writepage_mapChristoph Hellwig1-33/+32
2018-07-11xfs: remove xfs_start_page_writebackChristoph Hellwig1-26/+20
2018-07-11xfs: move all writeback buffer_head manipulation into xfs_map_at_offsetChristoph Hellwig1-17/+5
2018-07-11xfs: don't look at buffer heads in xfs_add_to_ioendChristoph Hellwig1-36/+32
2018-07-11xfs: remove the imap_valid flagChristoph Hellwig1-51/+38
2018-07-11xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directlyChristoph Hellwig1-14/+5
2018-07-11xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig4-39/+13
2018-07-11xfs: remove the now unused XFS_BMAPI_IGSTATE flagChristoph Hellwig2-7/+2
2018-07-11xfs: make xfs_writepage_map extent map centricDave Chinner1-52/+36
2018-07-11xfs: rename the offset variable in xfs_writepage_mapChristoph Hellwig1-10/+10
2018-07-11xfs: remove xfs_map_cowChristoph Hellwig2-99/+100
2018-07-11xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig4-43/+0
2018-07-11xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocksChristoph Hellwig1-4/+1
2018-07-11xfs: don't clear imap_valid for a non-uptodate buffersChristoph Hellwig1-7/+2
2018-07-11xfs: do not set the page uptodate in xfs_writepage_mapChristoph Hellwig1-6/+0
2018-07-11xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig3-9/+5
2018-07-11xfs: simplify xfs_aops_discard_pageChristoph Hellwig1-76/+9
2018-07-11xfs: use iomap for blocksize == PAGE_SIZE readpage and readpagesChristoph Hellwig1-0/+4
2018-07-11Merge branch 'iomap-4.19-merge' into xfs-4.19-mergeDarrick J. Wong4-96/+520
2018-07-11f2fs: flush journal nat entries for nat_bits during unmountJaegeuk Kim1-0/+7
2018-07-10make sure do_dentry_open() won't return positive as an errorAl Viro1-0/+2
2018-07-10create_pipe_files(): use fput() if allocation of the second file failsAl Viro1-4/+3
2018-07-10drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro1-1/+0
2018-07-10turn filp_clone_open() into inline wrapper for dentry_open()Al Viro2-21/+1
2018-07-10fold security_file_free() into file_free()Al Viro1-6/+4
2018-07-10ext4: fix inline data updates with checksums enabledTheodore Ts'o2-17/+18
2018-07-08ext4: clear mmp sequence number when remounting read-onlyTheodore Ts'o2-5/+4
2018-07-08ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o1-3/+2
2018-07-08Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds11-96/+155
2018-07-07Merge tag '4.18-rc3-smb3fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-54/+132
2018-07-07sysfs: Fix internal_create_group() for named group updatesRajat Jain1-7/+22
2018-07-07kernfs: Replace strncpy with memcpyGuenter Roeck1-1/+1
2018-07-06vfs: dedupe: extract helper for a single dedupMiklos Szeredi1-40/+49
2018-07-06vfs: dedupe: rationalize argsMiklos Szeredi5-19/+21
2018-07-06vfs: dedupe: return intMiklos Szeredi5-39/+15
2018-07-06vfs: limit size of dedupeMiklos Szeredi1-0/+3
2018-07-05Fix up non-directory creation in SGID directoriesLinus Torvalds1-0/+6
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio5-21/+14
2018-07-05cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2-8/+20
2018-07-05cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio1-2/+5
2018-07-05cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara1-0/+2
2018-07-05cifs: fix SMB1 breakageRonnie Sahlberg5-11/+13
2018-07-05cifs: Fix validation of signed data in smb2Paulo Alcantara1-4/+24
2018-07-05cifs: Fix validation of signed data in smb3+Paulo Alcantara1-6/+25
2018-07-05cifs: Fix use after free of a mid_q_entryLars Persson7-2/+29
2018-07-05autofs: rename 'autofs' module back to 'autofs4'Linus Torvalds2-3/+3
2018-07-05gfs2: Eliminate redundant ip->i_rgdAndreas Gruenbacher4-11/+10