summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-1838-312/+554
|\
| * Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2016-02-164-18/+101
| |\
| | * efi: Make efivarfs entries immutable by defaultPeter Jones2016-02-104-14/+98
| | * efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones2016-02-101-4/+3
| * | Merge tag 'tty-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-02-141-0/+20
| |\ \
| | * | pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski2016-02-061-0/+20
| * | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-128-71/+131
| |\ \ \
| | * | | btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba2016-02-113-3/+16
| | * | | Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana2016-02-051-4/+6
| | * | | Btrfs: remove no longer used function extent_read_full_page_nolock()Filipe Manana2016-02-033-42/+12
| | * | | Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana2016-02-031-8/+21
| | * | | Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana2016-02-031-14/+76
| * | | | Merge tag 'xfs-fixes-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-121-2/+2
| |\ \ \ \
| | * | | | xfs: fix endianness error when checking log block crc on big endian platformsDarrick J. Wong2016-02-081-2/+2
| | | |/ / | | |/| |
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-054-8/+43
| |\ \ \ \
| | * | | | epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUTJason Baron2016-02-051-6/+32
| | * | | | dax: dirty inode only if requiredDmitry Monakhov2016-02-051-1/+2
| | * | | | ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei2016-02-051-0/+2
| | * | | | block: fix pfn_mkwrite() DAX fault handlerRoss Zwisler2016-02-051-1/+7
| | | |_|/ | | |/| |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-02-051-3/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ceph: fix snap context leak in error pathYan, Zheng2016-02-041-1/+1
| | * | | ceph: checking for IS_ERR instead of NULLDan Carpenter2016-02-041-2/+2
| | |/ /
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-033-81/+55
| |\ \ \
| | * | | proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2016-02-032-72/+43
| | * | | numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu2016-02-031-3/+4
| | * | | ocfs2/cluster: fix memory leak in o2hb_region_releaseJoseph Qi2016-02-031-6/+8
| * | | | Merge tag 'nfs-for-4.5-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-02-034-68/+62
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSETrond Myklebust2016-01-274-9/+9
| | * | | pNFS: Fix missing layoutreturn callsTrond Myklebust2016-01-261-62/+56
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-02-011-0/+3
| |\ \ \ \
| | * \ \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-01-301-0/+3
| | |\ \ \ \
| | | * | | | Bluetooth: Add missing COMPATIBLE_IOCTL for UART line disciplineMarcel Holtmann2016-01-271-0/+3
| * | | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-02-012-28/+20
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | block: use DAX for partition table readsDan Williams2016-01-301-0/+20
| | * | | | | block: revert runtime dax control of the raw block deviceDan Williams2016-01-301-28/+0
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-01-311-1/+1
| |\ \ \ \ \
| | * | | | | timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-01-171-1/+1
| * | | | | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-2911-32/+113
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | Revert "btrfs: synchronize incompat feature bits with sysfs files"Chris Mason2016-01-294-17/+0
| | * | | | btrfs: don't use GFP_HIGHMEM for free-space-tree bitmap kzallocChris Mason2016-01-271-1/+1
| | * | | | Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2016-01-276-18/+34
| | |\ \ \ \
| | | * | | | btrfs: add free space tree to the cow-only listDavid Sterba2016-01-251-1/+2
| | | * | | | btrfs: add free space tree to lockdep classesDavid Sterba2016-01-251-0/+1
| | | * | | | btrfs: tweak free space tree bitmap allocationDavid Sterba2016-01-221-2/+16
| | | * | | | btrfs: tests: switch to GFP_KERNELDavid Sterba2016-01-223-15/+15
| | * | | | | btrfs: sysfs: check initialization state before updating featuresDavid Sterba2016-01-271-0/+3
| | * | | | | Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba2016-01-251-1/+0
| | * | | | | btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo2016-01-251-1/+1
| | * | | | | Btrfs: fix race between fsync and lockless direct IO writesFilipe Manana2016-01-252-11/+39
| | * | | | | Merge branch 'fix/fst-sysfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-01-256-1/+53
| | |\ \ \ \ \
OpenPOWER on IntegriCloud