summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-10-20xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeChristoph Hellwig
2016-10-20xfs: remove xfs_file_wait_for_ioChristoph Hellwig
2016-10-20xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_rangeChristoph Hellwig
2016-10-20xfs: fix the same_inode check in xfs_file_share_rangeChristoph Hellwig
2016-10-20xfs: remove the same fs check from xfs_file_share_rangeChristoph Hellwig
2016-10-20libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks
2016-10-20libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong
2016-10-20xfs: unset MS_ACTIVE if mount failsDarrick J. Wong
2016-10-20xfs: remove pointless error goto in xfs_bmap_remap_allocEric Sandeen
2016-10-20xfs: don't take the IOLOCK exclusive for direct I/O page invalidationChristoph Hellwig
2016-10-20xfs: add some 'static' annotationsEric Biggers
2016-10-20xfs: Fix uninitialized variable in xfs_reflink_reserve_cow_range()Geert Uytterhoeven
2016-10-20xfs: remove redundant assignment of ifpColin Ian King
2016-10-20ubifs: Abort readdir upon errorRichard Weinberger
2016-10-20ubifs: Fix xattr_names length in exit pathsRichard Weinberger
2016-10-20ubifs: Rename ubifs_rename2Richard Weinberger
2016-10-19nfs4: fix missing-braces warningArnd Bergmann
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-18Merge tag 'for-f2fs-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-18Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-10-18Merge branch 'for-chris-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2016-10-18ceph: fix non static symbol warningWei Yongjun
2016-10-18locking, fs/locks: Add missing file_sem locksPeter Zijlstra
2016-10-18ceph: fix uninitialized dentry pointer in ceph_real_mount()Geert Uytterhoeven
2016-10-18ceph: fix readdir vs fragmentation raceYan, Zheng
2016-10-18ext2: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann
2016-10-18isofs: Do not return EACCES for unknown filesystemsJan Kara
2016-10-17btrfs: assign error values to the correct bio structsJunjie Mao
2016-10-17Btrfs: kill BUG_ON in do_relocationLiu Bo
2016-10-15ceph: fix error handling in ceph_read_iterNikolay Borisov
2016-10-15Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-15ext4: add missing KERN_CONT to a few more debugging usesJoe Perches
2016-10-15fscrypto: lock inode while setting encryption policyEric Biggers
2016-10-15ext4: correct endianness conversion in __xattr_check_inode()Eric Biggers
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-14Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2016-10-14Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-14fs/super.c: don't fool lockdep in freeze_super() and thaw_super() pathsOleg Nesterov
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-10-14fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov
2016-10-14overlayfs: Fix setting IOP_XATTR flagVivek Goyal
2016-10-14iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()Vegard Nossum
2016-10-14CIFS: Retrieve uid and gid from special sid if enabledSteve French
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-10-14Merge tag 'rxrpc-rewrite-20161013' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller
2016-10-14ovl: use vfs_get_link()Miklos Szeredi