summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-02-09quota_v2: Implement get_next_id() for V2 quota formatJan Kara2-2/+71
2016-02-09quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara3-0/+41
2016-02-09udf: Merge linux specific translation into CS0 conversion functionAndrew Gabbasov1-128/+152
2016-02-09udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov3-134/+61
2016-02-09udf: Use separate buffer for copying split namesJan Kara2-4/+22
2016-02-09udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov4-12/+12
2016-02-09udf: Join functions for UTF8 and NLS conversionsAndrew Gabbasov1-188/+90
2016-02-09udf: Parameterize output length in udf_put_filenameAndrew Gabbasov3-11/+13
2016-02-09quota: Allow Q_GETQUOTA for frozen filesystemJan Kara1-0/+1
2016-02-09quota: Fixup comments about return value of Q_[X]GETNEXTQUOTAEric Sandeen1-2/+2
2016-02-09Merge branch 'xfs-get-next-dquot-4.6' of git://git.kernel.org/pub/scm/linux/k...Jan Kara10-86/+377
2016-02-08xfs: Split default quota limits by quota typeCarlos Maiolino5-42/+103
2016-02-08xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblkEric Sandeen5-9/+142
2016-02-08xfs: Factor xfs_seek_hole_data into helperEric Sandeen2-25/+59
2016-02-08xfs: get quota inode from mp & flags rather than dqpEric Sandeen2-6/+7
2016-02-08xfs: don't overflow quota ID when initializing dqblkEric Sandeen1-2/+2
2016-02-08quota: add new quotactl Q_GETNEXTQUOTAEric Sandeen1-0/+31
2016-02-08quota: add new quotactl Q_XGETNEXTQUOTAEric Sandeen1-0/+31
2016-02-08quota: remove unused cmd argument from quota_quotaon()Eric Sandeen1-2/+2
2016-02-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-8/+43
2016-02-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-3/+3
2016-02-05epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUTJason Baron1-6/+32
2016-02-05dax: dirty inode only if requiredDmitry Monakhov1-1/+2
2016-02-05ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-05block: fix pfn_mkwrite() DAX fault handlerRoss Zwisler1-1/+7
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-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-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+3
2016-02-01Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-28/+20
2016-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2016-01-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-0/+3
2016-01-30block: use DAX for partition table readsDan Williams1-0/+20
2016-01-30block: revert runtime dax control of the raw block deviceDan Williams1-28/+0
2016-01-29Merge 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-27NFS: 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-26pNFS: Fix missing layoutreturn callsTrond Myklebust1-62/+56
2016-01-25Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba1-1/+0
2016-01-25btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo1-1/+1
2016-01-25Btrfs: fix race between fsync and lockless direct IO writesFilipe Manana2-11/+39
2016-01-25Merge branch 'fix/fst-sysfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason6-1/+53