aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: check hot_data for roll-forward recoveryJaegeuk Kim2017-10-041-1/+1
* f2fs: add tracepoint for f2fs_gcChao Yu2017-10-041-14/+36
* f2fs: retry to revoke atomic commit in -ENOMEM caseChao Yu2017-10-041-2/+8
* f2fs: let fill_super handle roll-forward errorsJaegeuk Kim2017-10-041-2/+0
* f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]Qiuyang Sun2017-10-043-10/+11
* f2fs: support journalled quotaChao Yu2017-10-044-32/+404
* f2fs: fix potential overflow when adjusting GC cycleChao Yu2017-10-042-9/+16
* f2fs: avoid unneeded sync on quota fileChao Yu2017-10-041-2/+2
* f2fs: introduce gc_urgent mode for background GCJaegeuk Kim2017-10-043-2/+28
* f2fs: fix the size value in __check_sit_bitmapYunlong Song2017-10-041-2/+5
* f2fs: add app/fs io statChao Yu2017-10-0410-32/+202
* f2fs: do not change the valid_block value if cur_valid_map was wrongly set or...Yunlong Song2017-10-041-0/+4
* f2fs: update cur_valid_map_mir together with cur_valid_mapYunlong Song2017-10-041-14/+30
* f2fs: use printk_ratelimited for f2fs_msgJaegeuk Kim2017-10-041-1/+1
* f2fs: expose features to sysfs entryJaegeuk Kim2017-10-041-26/+130
* f2fs: support inode checksumChao Yu2017-10-045-1/+118
* f2fs: return wrong error number on f2fs_quota_writeJaegeuk Kim2017-10-041-1/+1
* f2fs: provide f2fs_balance_fs to __write_node_pageYunlong Song2017-10-043-8/+13
* f2fs: introduce f2fs_statfs_projectChao Yu2017-10-041-0/+48
* f2fs: don't need to wait for node writes for atomic writeJaegeuk Kim2017-10-041-3/+13
* f2fs: avoid naming confusion of sysfs initJaegeuk Kim2017-10-043-14/+14
* f2fs: support project quotaChao Yu2017-10-046-15/+118
* f2fs: record quota during dot{,dot} recoveryChao Yu2017-10-041-0/+2
* f2fs: enhance on-disk inode structure scalabilityChao Yu2017-10-049-50/+124
* f2fs: make max inline size changeableChao Yu2017-10-045-59/+95
* f2fs: add ioctl to expose current featuresJaegeuk Kim2017-10-042-0/+15
* f2fs: don't give partially written atomic data from process crashJaegeuk Kim2017-10-042-0/+19
* f2fs: preserve i_mode if __f2fs_set_acl() failsErnesto A. Fernández2017-10-021-2/+3
* f2fs: alloc new nids for xattr block in recoveryYunlei He2017-10-021-13/+15
* f2fs: spread struct f2fs_dentry_ptr for inline pathChao Yu2017-10-022-23/+31
* f2fs: remove unused input parameterYunlei He2017-10-023-7/+5
* debugfs: add get/set for atomic typesSeth Jennings2017-09-261-0/+42
* block: zram: Backport from Linux 4.1Sultan Qasim Khan2017-09-251-0/+28
* fs: proc: task_mmu: fix proc_mem_open creds for fs access checksMister Oyster2017-09-231-1/+1
* seq_file: remove "%n" usage from seq_file usersTetsuo Handa2017-09-234-41/+22
* seq_file: introduce seq_setwidth() and seq_pad()Tetsuo Handa2017-09-231-0/+15
* misc: replace __FUNCTION__ by __function__Moyster2017-09-232-2/+2
* fsync: cleanupMister Oyster2017-09-221-22/+18
* fs: reduce permissions of dynamic sync control sysfs to 0660fire8552017-09-221-1/+1
* Revert to dynamic sync control v1.5Mister Oyster2017-09-154-144/+182
* fs: f2fs: remove duplicate lib llist helper from f2fs since it was merged htt...Mister Oyster2017-09-131-22/+0
* ANDROID: sdcardfs: Add missing breakDaniel Rosenberg2017-09-131-0/+1
* ANDROID: Sdcardfs: Move gid derivation under flagDaniel Rosenberg2017-09-135-4/+20
* ANDROID: mnt: Fix freeing of mount dataDaniel Rosenberg2017-09-131-3/+1
* cifs: Fix df output for users with quota limitsSachin Prabhu2017-09-111-2/+2
* FROMLIST: f2fs: introduce discard_granularity sysfs entryChao Yu2017-09-083-15/+114
* FROMLIST: f2fs: give a try to do atomic write in -ENOMEM caseJaegeuk Kim2017-09-081-2/+6
* FROMLIST: f2fs: use IPU for cold filesJaegeuk Kim2017-09-081-0/+4
* FROMLIST: f2fs: make background threads of f2fs being aware of freezingChao Yu2017-09-082-2/+15
* FS: F2FS: Use jiffiesDorimanx2017-09-047-8/+9