aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-08-17dlm: fix connection stealing if using SCTPMarcelo Ricardo Leitner
2015-08-16fs/fuse: fix ioctl type confusionJann Horn
2015-08-16Revert "ext4: remove block_device_ejected"Theodore Ts'o
2015-08-15ext4: ratelimit the file system mounted messageTheodore Ts'o
2015-08-15ext4: silence a format string false positiveDan Carpenter
2015-08-15ext4: simplify some code in read_mmp_block()Dan Carpenter
2015-08-15ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen
2015-08-14f2fs: avoid a build warningJaegeuk Kim
2015-08-14f2fs: handle error of f2fs_iget correctlyChao Yu
2015-08-14f2fs: do not assign a new segment for dio under space shortageJaegeuk Kim
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-08-13fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet
2015-08-13btrfs: remove bio splitting and merge_bvec_fn() callsKent Overstreet
2015-08-12fs: Set the size of empty dirs to 0.Eric W. Biederman
2015-08-11f2fs: remove inmem radix treeChao Yu
2015-08-11f2fs: report EINVAL for unalignment direct IOChao Yu
2015-08-11block: don't access bio->bi_error after bio_put()Sasha Levin
2015-08-11quota: remove an unneeded conditionDan Carpenter
2015-08-10f2fs: report error of fill_zeroChao Yu
2015-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-08-09Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman
2015-08-09Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada
2015-08-07Btrfs: Spelling s/consitent/consistent/Geert Uytterhoeven
2015-08-07ntfs: super.c: Fix error logNik Nyby
2015-08-07freevxfs: Grammar s/an negative/a negative/Geert Uytterhoeven
2015-08-07treewide: Fix typo in printkMasanari Iida
2015-08-07ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley
2015-08-07ocfs2: fix shift left overflowJoseph Qi
2015-08-07fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara
2015-08-07signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras
2015-08-07ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman
2015-08-06btrfs: qgroup: Fix a regression in qgroup reserved space.Qu Wenruo
2015-08-05f2fs: recover invalid/reserved block address for fsynced fileChao Yu
2015-08-05f2fs: use extent cache to optimize f2fs_reserve_blockFan Li
2015-08-05fs/char_dev.c: fix incorrect documentation for unregister_chrdev_regionPartha Pratim Mukherjee
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman
2015-08-05f2fs: invalidate temporary meta pageChao Yu
2015-08-05f2fs: fix to release inode page correctlyChao Yu
2015-08-05f2fs: unify f2fs_bug_on when check blocks and segmentLiu Xue
2015-08-05f2fs: freeze filesystem when fail to update meta page due to IO errorChao Yu
2015-08-05f2fs: change the timing of f2fs_wait_on_page_writebackFan Li
2015-08-05f2fs: handle error cases in commit_inmem_pagesJaegeuk Kim
2015-08-05f2fs: fix to build free nids from readaheaded nat pagesChao Yu
2015-08-05f2fs: fix inline data/dentry stat number leakChao Yu
2015-08-05f2fs: convert inline data before set atomic/volatile flagChao Yu
2015-08-05f2fs: fix to wait all atomic written pages writebackChao Yu
2015-08-05f2fs: skip writing in ->writepages when no dirty pages existChao Yu
2015-08-05f2fs: optimize f2fs_write_cache_pagesTiezhu Yang