aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-21Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-32/+28
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins2-5/+1
2017-06-18Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds4-6/+8
2017-06-17ufs: fix the logics for tail relocationAl Viro3-16/+17
2017-06-17ufs_iget(): fail with -ESTALE on deleted inodeAl Viro1-13/+8
2017-06-17fix signedness of timestamps on ufs1Al Viro1-3/+3
2017-06-17Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-4/+3
2017-06-17Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-68/+98
2017-06-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+6
2017-06-17userfaultfd: shmem: handle coredumping in handle_userfault()Andrea Arcangeli1-8/+21
2017-06-16Merge tag 'configfs-for-4.12' of git://git.infradead.org/users/hch/configfsLinus Torvalds2-2/+9
2017-06-16fs: pass on flags in compat_writevChristoph Hellwig1-1/+1
2017-06-15fs: don't forget to put old mntns in mntns_installAndrei Vagin1-0/+2
2017-06-15Hang/soft lockup in d_invalidate with simultaneous callsAl Viro1-6/+4
2017-06-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-2/+8
2017-06-15ufs_truncate_blocks(): fix the case when size is in the last direct blockAl Viro1-9/+12
2017-06-15ufs: more deadlock prevention on tail unpackingAl Viro1-1/+1
2017-06-15ufs: avoid grabbing ->truncate_mutex if possibleAl Viro2-10/+26
2017-06-14ufs_get_locked_page(): make sure we have buffer_headsAl Viro1-9/+8
2017-06-14ufs: fix s_size/s_dsize usersAl Viro4-24/+19
2017-06-14ufs: fix reserved blocks checkAl Viro1-4/+6
2017-06-14ufs: make ufs_freespace() return signedAl Viro1-2/+2
2017-06-14ufs: fix logics in "ufs: make fsck -f happy"Al Viro1-13/+28
2017-06-14ceph: unify inode i_ctime updateYan, Zheng2-3/+3
2017-06-14ceph: use current_kernel_time() to get request time stampYan, Zheng1-3/+1
2017-06-14ceph: check i_nlink while converting a file handle to dentryLuis Henriques1-0/+4
2017-06-12configfs: Introduce config_item_get_unless_zero()Bart Van Assche1-0/+8
2017-06-12configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger1-2/+1
2017-06-11Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds12-120/+143
2017-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-20/+63
2017-06-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds6-16/+139
2017-06-10ufs: we need to sync inode before freeing itAl Viro1-0/+1
2017-06-09excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro1-13/+5
2017-06-09ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro1-1/+3
2017-06-09ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro1-1/+2
2017-06-09ufs: set correct ->s_maxsizeAl Viro1-0/+18
2017-06-09ufs: restore maintaining ->i_blocksAl Viro2-1/+26
2017-06-09fix ufs_isblockset()Al Viro1-3/+7
2017-06-09ufs: restore proper tail allocationAl Viro1-1/+1
2017-06-09Btrfs: fix delalloc accounting leak caused by u32 overflowOmar Sandoval1-2/+2
2017-06-09Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_ioLiu Bo1-1/+1
2017-06-09btrfs: tree-log.c: Wrong printk information about namelenSu Yue1-1/+1
2017-06-08xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsBrian Foster2-4/+3
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller2-2/+8
2017-06-04fs/ufs: Set UFS default maximum bytes per fileRichard Narron1-3/+2
2017-06-04Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-14/+32
2017-06-03nfs: Mark unnecessarily extern functions as staticJan Kara2-4/+3
2017-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+23
2017-06-02dax: fix race between colliding PMD & PTE entriesRoss Zwisler1-0/+23
2017-06-02Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-15/+28