summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | pnfs: Fix the check for requests in range of layout segmentBenjamin Coddington2017-05-242-8/+27
| | * | | | pNFS/flexfiles: missing error code in ff_layout_alloc_lseg()Dan Carpenter2017-05-241-0/+1
| | * | | | NFS fix COMMIT after COPYOlga Kornievskaia2017-05-241-1/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-06-031-0/+23
| |\ \ \ \
| | * | | | dax: fix race between colliding PMD & PTE entriesRoss Zwisler2017-06-031-0/+23
| * | | | | Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-06-022-15/+28
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | xfs: use ->b_state to fix buffer I/O accounting release raceBrian Foster2017-05-312-15/+28
| * | | | | Merge tag 'nfsd-4.12-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-06-023-34/+15
| |\ \ \ \ \
| | * | | | | nfsd4: fix null dereference on replayJ. Bruce Fields2017-05-231-7/+6
| | * | | | | nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"J. Bruce Fields2017-05-162-27/+9
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'gcc-plugins-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-06-023-3/+3
| |\ \ \ \ \
| | * | | | | ocfs2: Use ERR_CAST() to avoid cross-structure castKees Cook2017-05-281-1/+1
| | * | | | | ntfs: Use ERR_CAST() to avoid cross-structure castKees Cook2017-05-281-1/+1
| | * | | | | NFS: Use ERR_CAST() to avoid cross-structure castKees Cook2017-05-281-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-06-012-3/+3
| |\ \ \ \ \
| | * | | | | reiserfs: Make flush bios explicitely syncJan Kara2017-05-241-2/+2
| | * | | | | gfs2: Make flush bios explicitely syncJan Kara2017-05-241-1/+1
| | |/ / / /
| * | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-319-44/+178
| |\ \ \ \ \
| | * | | | | ovl: filter trusted xattr for non-adminMiklos Szeredi2017-05-291-1/+11
| | * | | | | ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein2017-05-296-58/+60
| | * | | | | ovl: mark upper dir with type origin entries "impure"Amir Goldstein2017-05-195-2/+79
| | * | | | | ovl: remove unused arg from ovl_lookup_temp()Miklos Szeredi2017-05-193-6/+6
| | * | | | | ovl: handle rename when upper doesn't support xattrAmir Goldstein2017-05-193-19/+20
| | * | | | | ovl: don't fail copy-up if upper doesn't support xattrMiklos Szeredi2017-05-181-1/+5
| | * | | | | ovl: check on mount time if upper fs supports setting xattrAmir Goldstein2017-05-184-0/+38
| | * | | | | ovl: fix creds leak in copy up error pathAmir Goldstein2017-05-181-5/+6
| | * | | | | ovl: select EXPORTFSArnd Bergmann2017-05-151-0/+1
| | | |/ / / | | |/| | |
| * | | | | "Yes, people use FOLL_FORCE ;)"Linus Torvalds2017-05-301-1/+1
* | | | | | block: switch bios to blk_status_tChristoph Hellwig2017-06-0934-209/+220
* | | | | | block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IOChristoph Hellwig2017-06-091-3/+4
* | | | | | fs: simplify dio_bio_completeChristoph Hellwig2017-06-091-4/+2
* | | | | | fs: remove the unused error argument to dio_end_io()Christoph Hellwig2017-06-092-5/+4
* | | | | | gfs2: remove the unused sd_log_error fieldChristoph Hellwig2017-06-092-4/+1
* | | | | | nfsd: Check queue type before submitting a SCSI requestBart Van Assche2017-06-011-0/+3
|/ / / / /
* | | | | Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-266-74/+66
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...Jan Kara2017-05-251-30/+8
| * | | | 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/+9
| * | | | 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/+0
| * | | | 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
|\ \ \ \