summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* udf: Use separate buffer for copying split namesJan Kara2016-02-092-4/+22
* udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov2016-02-094-12/+12
* udf: Join functions for UTF8 and NLS conversionsAndrew Gabbasov2016-02-091-188/+90
* udf: Parameterize output length in udf_put_filenameAndrew Gabbasov2016-02-093-11/+13
* quota: Allow Q_GETQUOTA for frozen filesystemJan Kara2016-02-091-0/+1
* quota: Fixup comments about return value of Q_[X]GETNEXTQUOTAEric Sandeen2016-02-091-2/+2
* Merge branch 'xfs-get-next-dquot-4.6' of git://git.kernel.org/pub/scm/linux/k...Jan Kara2016-02-0910-86/+377
|\
| * xfs: Split default quota limits by quota typeCarlos Maiolino2016-02-085-42/+103
| * xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblkEric Sandeen2016-02-085-9/+142
| * xfs: Factor xfs_seek_hole_data into helperEric Sandeen2016-02-082-25/+59
| * xfs: get quota inode from mp & flags rather than dqpEric Sandeen2016-02-082-6/+7
| * xfs: don't overflow quota ID when initializing dqblkEric Sandeen2016-02-081-2/+2
| * quota: add new quotactl Q_GETNEXTQUOTAEric Sandeen2016-02-081-0/+31
| * quota: add new quotactl Q_XGETNEXTQUOTAEric Sandeen2016-02-081-0/+31
| * quota: remove unused cmd argument from quota_quotaon()Eric Sandeen2016-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
OpenPOWER on IntegriCloud