summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-02-12ext4: fix potential integer overflowInsu Yun1-1/+1
2016-02-12ext4: add a line break for proc mb_groups displayHuaitong Han1-1/+1
2016-02-12ext4: ioctl: fix erroneous return valueAnton Protopopov1-1/+1
2016-02-12ext4: fix scheduling in atomic on group checksum failureJan Kara2-5/+8
2016-02-11btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba3-3/+16
2016-02-11cifs: fix erroneous return valueAnton Protopopov1-1/+1
2016-02-11cifs: fix potential overflow in cifs_compose_mount_optionsInsu Yun1-1/+1
2016-02-11cifs: remove redundant check for null string pointerColin Ian King1-2/+1
2016-02-10efi: Make efivarfs entries immutable by defaultPeter Jones4-14/+98
2016-02-10efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones1-4/+3
2016-02-08ext4 crypto: move context consistency check to ext4_file_open()Theodore Ts'o2-2/+15
2016-02-08ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o4-0/+81
2016-02-08xfs: fix endianness error when checking log block crc on big endian platformsDarrick J. Wong1-2/+2
2016-02-07pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-0/+20
2016-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-8/+43
2016-02-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-3/+3
2016-02-06epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUTJason Baron1-6/+32
2016-02-06dax: dirty inode only if requiredDmitry Monakhov1-1/+2
2016-02-06ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-06block: fix pfn_mkwrite() DAX fault handlerRoss Zwisler1-1/+7
2016-02-05Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana1-4/+6
2016-02-04ceph: fix snap context leak in error pathYan, Zheng1-1/+1
2016-02-04ceph: checking for IS_ERR instead of NULLDan Carpenter1-2/+2
2016-02-03Btrfs: remove no longer used function extent_read_full_page_nolock()Filipe Manana3-42/+12
2016-02-03Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana1-8/+21
2016-02-03Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana1-14/+76
2016-02-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-81/+55
2016-02-03Merge tag 'nfs-for-4.5-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-68/+62
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2-72/+43
2016-02-03numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu1-3/+4
2016-02-03ocfs2/cluster: fix memory leak in o2hb_region_releaseJoseph Qi1-6/+8
2016-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+3
2016-02-02Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-28/+20
2016-02-01Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2016-01-31block: fix use-after-free in dio_bio_completeMike Krinkin1-1/+1
2016-01-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-0/+3
2016-01-31block: use DAX for partition table readsDan Williams1-0/+20
2016-01-31block: revert runtime dax control of the raw block deviceDan Williams1-28/+0
2016-01-30Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-32/+113
2016-01-29Revert "btrfs: synchronize incompat feature bits with sysfs files"Chris Mason4-17/+0
2016-01-28NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSETrond Myklebust4-9/+9
2016-01-27Bluetooth: Add missing COMPATIBLE_IOCTL for UART line disciplineMarcel Holtmann1-0/+3
2016-01-27btrfs: don't use GFP_HIGHMEM for free-space-tree bitmap kzallocChris Mason1-1/+1
2016-01-27Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason6-18/+34
2016-01-27btrfs: sysfs: check initialization state before updating featuresDavid Sterba1-0/+3
2016-01-27pNFS: Fix missing layoutreturn callsTrond Myklebust1-62/+56
2016-01-26Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba1-1/+0
2016-01-26btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo1-1/+1
2016-01-26Btrfs: fix race between fsync and lockless direct IO writesFilipe Manana2-11/+39
2016-01-26Merge branch 'fix/fst-sysfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason6-1/+53