summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-22f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]Qiuyang Sun3-10/+11
2017-08-22f2fs: support journalled quotaChao Yu5-30/+412
2017-08-15f2fs: fix potential overflow when adjusting GC cycleChao Yu3-12/+19
2017-08-15f2fs: avoid unneeded sync on quota fileChao Yu1-2/+2
2017-08-15f2fs: introduce gc_urgent mode for background GCJaegeuk Kim5-2/+49
2017-08-15f2fs: use IPU for cold filesJaegeuk Kim1-0/+4
2017-08-15f2fs: fix the size value in __check_sit_bitmapYunlong Song1-2/+5
2017-08-10f2fs: add app/fs io statChao Yu10-31/+200
2017-08-10f2fs: do not change the valid_block value if cur_valid_map was wrongly set or...Yunlong Song1-0/+4
2017-08-10f2fs: update cur_valid_map_mir together with cur_valid_mapYunlong Song1-14/+30
2017-08-04f2fs: use printk_ratelimited for f2fs_msgJaegeuk Kim1-1/+1
2017-08-04f2fs: expose features to sysfs entryJaegeuk Kim1-26/+130
2017-08-04f2fs: support inode checksumChao Yu6-1/+119
2017-08-04f2fs: return wrong error number on f2fs_quota_writeJaegeuk Kim1-1/+1
2017-08-04f2fs: provide f2fs_balance_fs to __write_node_pageYunlong Song3-8/+13
2017-08-01f2fs: introduce f2fs_statfs_projectChao Yu1-0/+48
2017-08-01f2fs: support F2FS_IOC_FS{GET,SET}XATTRChao Yu2-28/+239
2017-08-01f2fs: don't need to wait for node writes for atomic writeJaegeuk Kim1-3/+13
2017-08-01f2fs: avoid naming confusion of sysfs initJaegeuk Kim3-14/+14
2017-08-01f2fs: support project quotaChao Yu8-16/+109
2017-08-01f2fs: record quota during dot{,dot} recoveryChao Yu1-0/+4
2017-08-01f2fs: enhance on-disk inode structure scalabilityChao Yu10-52/+135
2017-08-01f2fs: make max inline size changeableChao Yu6-81/+96
2017-08-01f2fs: add ioctl to expose current featuresJaegeuk Kim2-0/+15
2017-08-01f2fs: make background threads of f2fs being aware of freezingChao Yu2-2/+15
2017-07-29f2fs: don't give partially written atomic data from process crashJaegeuk Kim2-0/+19
2017-07-29f2fs: give a try to do atomic write in -ENOMEM caseJaegeuk Kim1-2/+6
2017-07-29f2fs: preserve i_mode if __f2fs_set_acl() failsErnesto A. Fernández1-2/+3
2017-07-27f2fs: alloc new nids for xattr block in recoveryYunlei He1-13/+15
2017-07-27f2fs: spread struct f2fs_dentry_ptr for inline pathChao Yu2-22/+30
2017-07-27f2fs: remove unused input parameterYunlei He3-7/+5
2017-07-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-4/+7
2017-07-26Merge tag 'uuid-for-4.13-2' of git://git.infradead.org/users/hch/uuidLinus Torvalds5-27/+13
2017-07-26Merge tag 'dma-mapping-4.13-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds8-81/+180
2017-07-25Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggyLinus Torvalds3-12/+20
2017-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-8/+16
2017-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds3-4/+5
2017-07-24uuid: remove uuid_beChristoph Hellwig1-14/+0
2017-07-24thunderbolt: use uuid_t instead of uuid_beChristoph Hellwig3-12/+12
2017-07-24HID: ortek: add one more buggy deviceBenjamin Tissoires3-2/+6
2017-07-24Linux 4.13-rc2Linus Torvalds1-1/+1
2017-07-24Properly alphabetize MAINTAINERS fileLinus Torvalds2-1741/+1815
2017-07-24Fix up MAINTAINERS file problemsLinus Torvalds1-13/+4
2017-07-23Merge tag 'for-linus-4.13b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-13/+33
2017-07-23xen/balloon: don't online new memory initiallyJuergen Gross3-10/+23
2017-07-23xen/x86: fix cpu hotplugJuergen Gross1-1/+2
2017-07-23xen/grant-table: log the lack of grantsWengang Wang1-1/+8
2017-07-23xen/x86: Don't BUG on CPU0 offliningVitaly Kuznetsov1-1/+0
2017-07-22Merge tag 'hwmon-for-linus-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+9
2017-07-22Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-84/+83