aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-08-05afs: switch dynroot lookups to d_splice_alias()Al Viro1-15/+3
2018-08-04Merge tag 'usercopy-fix-v4.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-2/+9
2018-08-04Merge tag 'xfs-4.18-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2018-08-04ext4: remove unneeded variable "err" in ext4_mb_release_inode_pa()zhong jiang1-2/+1
2018-08-04jfs: Fix usercopy whitelist for inline inode dataKees Cook3-2/+9
2018-08-03pstore: add zstd compression supportGeliang Tang2-3/+30
2018-08-03jfs: don't bother with make_bad_inode() in ialloc()Al Viro1-2/+0
2018-08-03adfs: don't put inodes into icacheAl Viro2-1/+2
2018-08-03new helper: inode_fake_hash()Al Viro4-10/+4
2018-08-03vfs: don't evict uninitialized inodeMiklos Szeredi1-2/+6
2018-08-03jfs: switch to discard_new_inode()Al Viro2-12/+8
2018-08-03ext2: make sure that partially set up inodes won't be returned by ext2_iget()Al Viro2-8/+4
2018-08-03udf: switch to discard_new_inode()Al Viro1-8/+4
2018-08-03ufs: switch to discard_new_inode()Al Viro2-8/+4
2018-08-03btrfs: switch to discard_new_inode()Al Viro1-67/+39
2018-08-03new primitive: discard_new_inode()Al Viro2-5/+42
2018-08-03rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells1-11/+17
2018-08-03Merge tag 'nfs-for-4.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-13/+13
2018-08-03xfs: fix a comment in xfs_log_reserveHuang Chong1-1/+1
2018-08-03xfs: only validate summary counts on primary superblockDarrick J. Wong1-4/+10
2018-08-03gfs2: Get rid of gfs2_ea_strlenAndreas Gruenbacher1-37/+22
2018-08-02xfs: substitute spaces with tabsThomas Bianchi1-1/+1
2018-08-02xfs: fold dfops into the transactionBrian Foster12-96/+46
2018-08-02xfs: always defer agfl block freesBrian Foster1-9/+2
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster15-210/+169
2018-08-02xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster5-84/+71
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster8-24/+21
2018-08-02xfs: clean out superfluous dfops dop params/varsBrian Foster3-24/+23
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster13-34/+23
2018-08-02xfs: automatic dfops inode reloggingBrian Foster11-75/+21
2018-08-02xfs: automatic dfops buffer reloggingBrian Foster5-36/+26
2018-08-02xfs: add missing defer ijoins for held inodesBrian Foster5-0/+7
2018-08-02xfs: replace dop_low with transaction flagBrian Foster8-30/+36
2018-08-02xfs: pass transaction to dfops reset/move helpersBrian Foster6-14/+19
2018-08-02xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster4-13/+4
2018-08-02xfs: use transaction for intent recovery instead of raw dfopsBrian Foster5-38/+43
2018-08-02xfs: refactor internal dfops initializationBrian Foster1-10/+9
2018-08-02userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK failsMike Rapoport1-1/+3
2018-08-02fs: fix iomap_bmap position calculationEric Sandeen1-1/+1
2018-08-02scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche1-0/+44
2018-08-02ceph: add additional offset check in ceph_write_iter()Chengguang Xu1-4/+11
2018-08-02ceph: add additional range check in ceph_fallocate()Chengguang Xu1-3/+5
2018-08-02ceph: add new field max_file_size in ceph_fs_clientChengguang Xu3-2/+5
2018-08-02libceph: add authorizer challengeIlya Dryomov1-0/+11
2018-08-02ceph: adding new return type vm_fault_tSouptick Joarder1-30/+32
2018-08-02ceph: use timespec64 for r_stampArnd Bergmann3-6/+5
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann2-11/+9
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann8-74/+71
2018-08-02ceph: stop using current_kernel_time()Arnd Bergmann1-1/+4
2018-08-02ceph: add d_drop for some error cases in ceph_symlink()Chengguang Xu1-2/+4