summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: remove call_fsync helper functionJeff Layton2017-07-061-1/+1
* JFS: do not ignore return code from write_one_page()Dave Kleikamp2017-07-062-2/+6
* mm: drop "wait" parameter from write_one_page()Jeff Layton2017-07-066-7/+7
* Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-266-74/+66Star
|\
| * xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...Jan Kara2017-05-251-30/+8Star
| * xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara2017-05-251-1/+1
| * xfs: Fix missed holes in SEEK_HOLE implementationJan Kara2017-05-251-20/+9Star
| * xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan2017-05-251-1/+1
| * xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen2017-05-251-1/+1
| * xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong2017-05-191-12/+31
| * xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMINDarrick J. Wong2017-05-161-1/+4
| * xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang2017-05-161-1/+1
| * xfs: fix warnings about unused stack variablesDarrick J. Wong2017-05-161-2/+0Star
| * xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong2017-05-161-2/+6
| * xfs: fix indlen accounting error on partial delalloc conversionBrian Foster2017-05-161-3/+4
* | ceph: check that the new inode size is within limits in ceph_fallocate()Luis Henriques2017-05-241-1/+5
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-211-1/+8
|\ \
| * | fuseblk: Fix warning in super_setup_bdi_name()Jan Kara2017-05-171-1/+8
* | | Merge branch 'libnvdimm-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-203-6/+6
|\ \ \
| * | | dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams2017-05-143-6/+6
| | |/ | |/|
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-05-169-49/+33Star
|\ \ \ | |/ / |/| |
| * | [CIFS] Minor cleanup of xattr query functionSteve French2017-05-135-10/+8Star
| * | fs: cifs: transport: Use time_after for time comparisonKarim Eshapa2017-05-131-1/+1
| * | SMB2: Fix share type handlingChristophe JAILLET2017-05-131-5/+9
| * | cifs: cifsacl: Use a temporary ops variable to reduce code lengthJoe Perches via samba-technical2017-05-131-16/+14Star
| * | Don't delay freeing mids when blocked on slow socket write of requestSteve French2017-05-103-16/+0Star
| * | CIFS: silence lockdep splat in cifs_relock_file()Rabin Vincent2017-05-101-1/+1
* | | Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-05-136-8/+36
|\ \ \
| * | | ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctlRock Lee2017-05-081-3/+3
| * | | ubifs: Remove unnecessary assignmentStefan Agner2017-05-081-1/+0Star
| * | | ubifs: Fix cut and paste error on sb type comparisonsColin Ian King2017-05-081-2/+2
| * | | ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labelsHyunchul Lee2017-05-083-2/+31
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-133-66/+50Star
|\ \ \ \
| * | | | dax: fix PMD data corruption when fault races with writeRoss Zwisler2017-05-131-14/+14
| * | | | dax: fix data corruption when fault races with writeJan Kara2017-05-131-16/+16
| * | | | ext4: return to starting transaction in ext4_dax_huge_fault()Jan Kara2017-05-131-4/+17
| * | | | mm: fix data corruption due to stale mmap readsJan Kara2017-05-131-1/+1
| * | | | dax: prevent invalidation of mapped DAX entriesRoss Zwisler2017-05-131-29/+0Star
| * | | | Tigran has movedAndrew Morton2017-05-131-2/+2
* | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-136-68/+6Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | filesystem-dax: fix broken __dax_zero_page_range() conversionDan Williams2017-05-111-2/+2
| * | | | block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-085-66/+4Star
* | | | | Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-123-21/+54
|\ \ \ \ \
| * | | | | make sure that mntns_install() doesn't end up with referral for rootAl Viro2017-04-212-7/+49
| * | | | | path_init(): don't bother with checking MAY_EXEC for LOOKUP_ROOTAl Viro2017-04-211-8/+2Star
| * | | | | make sure that fchdir() won't accept referral points, etc.Al Viro2017-04-211-6/+3Star
* | | | | | Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtdLinus Torvalds2017-05-111-1/+1
|\ \ \ \ \ \
| * | | | | | jffs2: fix spelling mistake: "requestied" -> "requested"Colin Ian King2017-04-191-1/+1
* | | | | | | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-111-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Annotate hardware config module parameters in fs/pstore/David Howells2017-04-201-1/+1