summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Btrfs: fix delalloc accounting leak caused by u32 overflowOmar Sandoval2017-06-091-2/+2
| * | | | Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_ioLiu Bo2017-06-091-1/+1
| * | | | btrfs: tree-log.c: Wrong printk information about namelenSu Yue2017-06-091-1/+1
| * | | | btrfs: fix race with relocation recovery and fs_root setupJeff Mahoney2017-06-011-3/+3
| * | | | btrfs: fix memory leak in update_space_info failure pathJeff Mahoney2017-06-011-0/+1
| * | | | btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba2017-06-011-2/+2
| * | | | btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King2017-05-161-1/+1
| * | | | btrfs: Make flush bios explicitely syncJan Kara2017-05-161-4/+6
| * | | | btrfs: fiemap: Cache and merge fiemap extent before submit it to userQu Wenruo2017-05-161-2/+122
* | | | | 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
| * | | | xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang2017-05-161-1/+1
OpenPOWER on IntegriCloud