summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-06-1112-120/+143
|\
| * ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2017-05-292-0/+7
| * ext4: fix data corruption for mmap writesJan Kara2017-05-261-2/+16
| * ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara2017-05-261-43/+37
| * ext4: fix quota charging for shared xattr blocksTahsin Erdogan2017-05-244-0/+31
| * ext4: remove redundant check for encrypted file on dio write pathEric Biggers2017-05-241-3/+0
| * ext4: remove unused d_name argument from ext4_search_dir() et al.Eric Biggers2017-05-243-13/+7
| * ext4: fix off-by-one error when writing back pages before dio readEric Biggers2017-05-241-1/+1
| * ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan2017-05-241-1/+1
| * ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-05-211-2/+3
| * ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov2017-05-211-9/+14
| * ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()Jan Kara2017-05-211-1/+1
| * ext4: fix SEEK_HOLEJan Kara2017-05-211-36/+14
| * jbd2: preserve original nofs flag during journal restartTahsin Erdogan2017-05-211-0/+6
| * ext4: clear lockdep subtype for quota files on quota offJan Kara2017-05-211-9/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-105-20/+63
|\ \
| * | ufs: we need to sync inode before freeing itAl Viro2017-06-101-0/+1
| * | excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro2017-06-091-13/+5
| * | ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro2017-06-091-1/+3
| * | ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro2017-06-091-1/+2
| * | ufs: set correct ->s_maxsizeAl Viro2017-06-091-0/+18
| * | ufs: restore maintaining ->i_blocksAl Viro2017-06-092-1/+26
| * | fix ufs_isblockset()Al Viro2017-06-091-3/+7
| * | ufs: restore proper tail allocationAl Viro2017-06-091-1/+1
* | | Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-06-106-16/+139
|\ \ \
| * | | 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