summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* overlayfs: use uuid_t instead of uuid_beChristoph Hellwig2017-06-052-2/+2
* fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-058-27/+13
* xfs: use the common helper uuid_is_null()Amir Goldstein2017-06-056-65/+8
* xfs: remove uuid_getnodeuniq and xfs_uu_tChristoph Hellwig2017-06-053-27/+4
* uuid: hoist helpers uuid_equal() and uuid_copy() from xfsChristoph Hellwig2017-06-052-13/+0
* uuid: rename uuid typesChristoph Hellwig2017-06-051-2/+0
* nfsd: namespace-prefix uuid_parseChristoph Hellwig2017-06-051-2/+2
* xfs: use uuid_be to implement the uuid_t typeChristoph Hellwig2017-06-052-4/+3
* xfs: use uuid_copy() helper to abstract uuid_tAmir Goldstein2017-06-051-6/+2
* uuid,afs: move struct uuid_v1 back into afsChristoph Hellwig2017-06-053-10/+19
* fs/ufs: Set UFS default maximum bytes per fileRichard Narron2017-06-041-3/+2
* Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-06-047-14/+32
|\
| * nfs: Mark unnecessarily extern functions as staticJan Kara2017-06-032-4/+3
| * NFSv4.0: Fix a lock leak in nfs40_walk_client_listTrond Myklebust2017-05-241-1/+0
| * 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-021-0/+23
|\ \
| * | dax: fix race between colliding PMD & PTE entriesRoss Zwisler2017-06-021-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-013-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-013-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
* | | | 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