aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-03-09Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-68/+228
2018-03-09Merge tag 'xfs-4.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-12/+30
2018-03-07gfs2: Fixes to "Implement iomap for block_map" (2)Gravatar Andreas Gruenbacher 1-3/+0
2018-03-07ovl: update Kconfig textsGravatar Miklos Szeredi 1-0/+14
2018-03-04Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-47/+191
2018-03-02Merge tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 4-38/+45
2018-03-02Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-19/+33
2018-03-01xfs: don't block on the ilock for RWF_NOWAITGravatar Christoph Hellwig 1-8/+19
2018-03-01xfs: don't start out with the exclusive ilock for direct I/OGravatar Christoph Hellwig 1-4/+2
2018-03-01xfs: don't allocate COW blocks for zeroing holes or unwritten extentsGravatar Christoph Hellwig 1-1/+10
2018-03-01ceph: fix potential memory leak in init_caches()Gravatar Chengguang Xu 1-3/+6
2018-03-01Btrfs: fix log replay failure after unlink and link combinationGravatar Filipe Manana 3-22/+139
2018-03-01Btrfs: fix log replay failure after linking special file and fsyncGravatar Filipe Manana 1-1/+1
2018-03-01Btrfs: send, fix issuing write op when processing hole in no data modeGravatar Filipe Manana 1-0/+3
2018-03-01btrfs: use proper endianness accessors for super_copyGravatar Anand Jain 2-13/+15
2018-03-01btrfs: alloc_chunk: fix DUP stripe size handlingGravatar Hans van Kranenburg 1-5/+6
2018-03-01btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_clusterGravatar Nikolay Borisov 1-2/+16
2018-03-01btrfs: handle failure of add_pending_csumsGravatar Nikolay Borisov 1-2/+9
2018-03-01btrfs: use kvzalloc to allocate btrfs_fs_infoGravatar Jeff Mahoney 2-2/+2
2018-02-28Merge tag 'xfs-4.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 4-5/+13
2018-02-26xfs: fix potential memory leak in mount option parsingGravatar Chengguang Xu 1-0/+2
2018-02-26blockdev: Avoid two active bdev inodes for one deviceGravatar Jan Kara 1-2/+23
2018-02-26genhd: Fix use after free in __blkdev_get()Gravatar Jan Kara 1-2/+5
2018-02-26genhd: Add helper put_disk_and_module()Gravatar Jan Kara 1-14/+5
2018-02-26direct-io: Fix sleep in atomic due to sync AIOGravatar Jan Kara 1-2/+1
2018-02-26ovl: redirect_dir=nofollow should not follow redirect for opaque lowerGravatar Vivek Goyal 1-3/+3
2018-02-26ceph: fix dentry leak when failing to init debugfsGravatar Chengguang Xu 1-11/+5
2018-02-26libceph, ceph: avoid memory leak when specifying same option several timesGravatar Chengguang Xu 1-0/+2
2018-02-26ceph: flush dirty caps of unlinked inode ASAPGravatar Zhi Zhang 3-24/+32
2018-02-26ovl: fix ptr_ret.cocci warningsGravatar Fengguang Wu 1-1/+1
2018-02-25Merge tag 'nfs-for-4.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 3-11/+11
2018-02-22Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+12
2018-02-22xfs: reserve blocks for refcount / rmap log item recoveryGravatar Darrick J. Wong 2-4/+9
2018-02-22xfs: use memset to initialize xfs_scrub_agfl_infoGravatar Eric Sandeen 1-1/+2
2018-02-22fs/signalfd: fix build error for BUS_MCEERR_ARGravatar Randy Dunlap 1-3/+12
2018-02-22efivarfs: Limit the rate for non-root to read filesGravatar Luck, Tony 1-0/+6
2018-02-22NFS: make struct nlmclnt_fl_close_lock_ops staticGravatar Colin Ian King 1-1/+1
2018-02-22nfs: system crashes after NFS4ERR_MOVED recoveryGravatar Bill.Baker@oracle.com 1-2/+4
2018-02-21NFSv4: Fix broken cast in nfs4_callback_recallany()Gravatar Trond Myklebust 1-8/+6
2018-02-16Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-21/+80
2018-02-16ovl: check ERR_PTR() return value from ovl_lookup_real()Gravatar Amir Goldstein 1-2/+2
2018-02-16ovl: check lower ancestry on encode of lower dir file handleGravatar Amir Goldstein 3-44/+168
2018-02-16ovl: hash non-dir by lower inode for fsnotifyGravatar Amir Goldstein 1-18/+40
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+4
2018-02-14Merge tag 'gfs2-4.16.rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-20/+23
2018-02-13gfs2: Fixes to "Implement iomap for block_map"Gravatar Andreas Gruenbacher 1-20/+23
2018-02-13vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageGravatar Jia Zhang 1-0/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 24-80/+80
2018-02-11Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 4-21/+26
2018-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+5