aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* GCC: Fix up for gcc 5+mydongistiny2018-11-293-0/+4
* ANDROID: sdcardfs: Change current->fs under lockDaniel Rosenberg2018-11-271-2/+13
* ANDROID: sdcardfs: Don't use OVERRIDE_CRED macroDaniel Rosenberg2018-11-274-191/+66
* f2fs: remove unneeded memory footprint accountingChao Yu2018-05-231-1/+0
* f2fs: no need to read nat block if nat_block_bitmap is setYunlei He2018-05-231-6/+6
* f2fs: queue rapid GC on system_power_efficient_wqPark Ju Hyung2018-05-231-8/+19
* f2fs: don't trigger rapid GC repeatedlyPark Ju Hyung2018-05-231-3/+16
* f2fs: make gc_no_gc_sleep_time much more conservativePark Ju Hyung2018-05-231-1/+1
* f2fs: rapidly GC all invalid blocks when screen goes off & plugged inPark Ju Hyung2018-05-234-8/+151
* f2fs: set ioprio of GC kthread to idlePark Ju Hyung2018-05-231-0/+2
* fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writebackJan Kara2018-05-161-1/+2
* enable protected_{symlinks,hardlinks} by defaultDaniel Micay2018-05-161-2/+2
* randomize lower bits of the argument blockDaniel Micay2018-05-161-0/+3
* exfat: fix breaking typo, thanks @fire855Moyster2018-04-131-1/+1
* ANDROID: xattr: Pass EOPNOTSUPP to permission2Daniel Rosenberg2018-01-302-1/+3
* ANDROID: sdcardfs: Move default_normal to superblockDaniel Rosenberg2018-01-204-10/+13
* ANDROID: sdcardfs: Add default_normal optionDaniel Rosenberg2018-01-053-1/+10
* ext4: remove duplicate header includeMister Oyster2018-01-011-1/+0
* Revert "sdcardfs: fix space leak"Mister Oyster2018-01-011-6/+0
* fs: Mark alloc_fd with EXPORT_SYMBOLJordan Crouse2017-12-311-0/+1
* fs/file.c: don't acquire files->file_lock in fd_install()Eric Dumazet2017-12-311-19/+48
* ext4: Fix data corruption for mmap writesJan Kara2017-12-311-2/+16
* Revert "ext4: fix data corruption for mmap writes"Mister Oyster2017-12-311-19/+5
* ext4: convert to mbcache2Jan Kara2017-12-314-75/+75
* BACKPORT: [UPSTREAM] ext2: convert to mbcache2Jan Kara2017-12-314-100/+92
* BACKPORT: [UPSTREAM] mbcache2: reimplement mbcacheJan Kara2017-12-312-1/+360
* ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan2017-12-311-0/+1
* ext4: enforce online defrag restriction for encrypted filesEric Whitney2017-12-311-0/+8
* ext4: don't read blocks from disk after extents being swappedEryu Guan2017-12-311-3/+12
* ext4: evict inline data when writing to memory mapEric Biggers2017-12-311-0/+5
* ext4: fix crashes in dioread_nolock modeJan Kara2017-12-311-20/+20
* ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang2017-12-311-0/+2
* ext4: fix bh->b_state corruptionJan Kara2017-12-311-2/+30
* ext4: fix inline data error pathsTheodore Ts'o2017-12-312-6/+23
* ext4: clean up error handling when orphan list is corruptedTheodore Ts'o2017-12-311-24/+22
* ext4: fix oops on corrupted filesystemJan Kara2017-12-311-1/+1
* ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara2017-12-311-43/+37
* ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2017-12-312-0/+10
* ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o2017-12-311-11/+11
* ext4: don't save the error information if the block device is read-onlyTheodore Ts'o2017-12-311-0/+2
* UPSTREAM: ext4: fix potential use after free in __ext4_journal_stopLukas Czerner2017-12-311-3/+3
* UPSTREAM: ext4: fix NULL pointer dereference when journal restart failsLukas Czerner2017-12-312-9/+22
* ext4: reject journal options for ext2 mountsCarlos Maiolino2017-12-311-3/+3
* fs/ext4/super.c: use strreplace() in ext4_fill_super()Rasmus Villemoes2017-12-311-3/+1
* ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o2017-12-316-106/+77
* ext4: refactor sysfs support codeTheodore Ts'o2017-12-311-133/+128
* ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o2017-12-314-410/+410
* ext4: optimize ext4_writepage() for attempted 4k delalloc writesTheodore Ts'o2017-12-311-1/+12
* ext4: fix an endianness bug in ext4_encrypted_follow_link()Al Viro2017-12-311-1/+1
* ext4: fix an endianness bug in ext4_encrypted_zeroout()Al Viro2017-12-311-1/+1