aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-17dlm: sctp_accept_from_sock() can be statickbuild test robot1-1/+1
2015-08-17dlm: fix reconnecting but not sending dataMarcelo Ricardo Leitner1-3/+3
2015-08-17dlm: replace BUG_ON with a less severe handlingMarcelo Ricardo Leitner1-2/+4
2015-08-17dlm: use sctp 1-to-1 APIMarcelo Ricardo Leitner1-434/+237
2015-08-17dlm: fix not reconnecting on connecting error handlingMarcelo Ricardo Leitner1-0/+1
2015-08-17dlm: fix race while closing connectionsMarcelo Ricardo Leitner1-14/+15
2015-08-17dlm: fix connection stealing if using SCTPMarcelo Ricardo Leitner1-1/+11
2015-08-16fs/fuse: fix ioctl type confusionJann Horn1-1/+9
2015-08-16Revert "ext4: remove block_device_ejected"Theodore Ts'o1-1/+17
2015-08-15ext4: ratelimit the file system mounted messageTheodore Ts'o1-3/+6
2015-08-15ext4: silence a format string false positiveDan Carpenter1-1/+1
2015-08-15ext4: simplify some code in read_mmp_block()Dan Carpenter1-21/+25
2015-08-15ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen1-4/+8
2015-08-14f2fs: avoid a build warningJaegeuk Kim1-5/+4
2015-08-14f2fs: handle error of f2fs_iget correctlyChao Yu3-9/+28
2015-08-14f2fs: do not assign a new segment for dio under space shortageJaegeuk Kim1-1/+2
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet13-49/+17
2015-08-13fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet2-15/+6
2015-08-13btrfs: remove bio splitting and merge_bvec_fn() callsKent Overstreet1-72/+0
2015-08-12fs: Set the size of empty dirs to 0.Eric W. Biederman1-1/+1
2015-08-11f2fs: remove inmem radix treeChao Yu5-20/+36
2015-08-11f2fs: report EINVAL for unalignment direct IOChao Yu1-5/+3
2015-08-11block: don't access bio->bi_error after bio_put()Sasha Levin1-1/+4
2015-08-11quota: remove an unneeded conditionDan Carpenter1-2/+2
2015-08-10f2fs: report error of fill_zeroChao Yu1-18/+38
2015-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-08-09Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman38-187/+367
2015-08-09Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+5
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada1-2/+2
2015-08-07Btrfs: Spelling s/consitent/consistent/Geert Uytterhoeven1-1/+1
2015-08-07ntfs: super.c: Fix error logNik Nyby1-1/+1
2015-08-07freevxfs: Grammar s/an negative/a negative/Geert Uytterhoeven1-1/+1
2015-08-07treewide: Fix typo in printkMasanari Iida1-1/+1
2015-08-07ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley1-0/+2
2015-08-07ocfs2: fix shift left overflowJoseph Qi1-2/+2
2015-08-07fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara1-5/+25
2015-08-07signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras1-2/+3
2015-08-07ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi1-3/+7
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman2-19/+18
2015-08-06btrfs: qgroup: Fix a regression in qgroup reserved space.Qu Wenruo1-0/+5
2015-08-05f2fs: recover invalid/reserved block address for fsynced fileChao Yu1-4/+24
2015-08-05f2fs: use extent cache to optimize f2fs_reserve_blockFan Li2-1/+16
2015-08-05fs/char_dev.c: fix incorrect documentation for unregister_chrdev_regionPartha Pratim Mukherjee1-1/+1
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman4-18/+6
2015-08-05f2fs: invalidate temporary meta pageChao Yu4-6/+29
2015-08-05f2fs: fix to release inode page correctlyChao Yu2-5/+19
2015-08-05f2fs: unify f2fs_bug_on when check blocks and segmentLiu Xue1-37/+8
2015-08-05f2fs: freeze filesystem when fail to update meta page due to IO errorChao Yu1-0/+8
2015-08-05f2fs: change the timing of f2fs_wait_on_page_writebackFan Li1-2/+2
2015-08-05f2fs: handle error cases in commit_inmem_pagesJaegeuk Kim3-5/+14