summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 9p: check memory allocation result for cachetagChengguang Xu2018-04-051-0/+7
* 9p: don't maintain dir i_nlink if the exported fs doesn't eitherEryu Guan2018-04-051-4/+22
* ocfs2/dlm: clean up unused variable in dlm_process_recovery_dataChangwei Ge2018-04-051-4/+0
* ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect biopiaojun2018-04-051-1/+10
* ocfs2: add duplicated ino number checkGang He2018-04-051-1/+20
* ocfs2: add kobject for online file checkGang He2018-04-054-202/+155
* ocfs2: fix some small problemsGang He2018-04-051-4/+4
* ocfs2: move some definitions to header fileGang He2018-04-052-27/+27
* ocfs2: correct spelling mistake for migratable for allChangwei Ge2018-04-051-4/+4
* ocfs2: fix spelling mistake: "Migrateable" -> "Migratable"Colin Ian King2018-04-051-1/+1
* ocfs2/dlm: wait for dlm recovery done when migrating all lock resourcespiaojun2018-04-053-3/+26
* ocfs2/dlm: clean up unused stack variable in dlm_do_local_ast()Changwei Ge2018-04-051-2/+0
* ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area()Changwei Ge2018-04-051-4/+4
* fs/ocfs2/dlm/dlmrecovery.c: remove unrelated commentChangwei Ge2018-04-051-7/+0
* ocfs2: remove two unused functions from suballoc.cChangwei Ge2018-04-051-49/+0
* ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()piaojun2018-04-054-26/+13
* ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao2018-04-053-15/+33
* ocfs2: keep the trace point consistent with the function nameJia Guo2018-04-053-8/+8
* ocfs2: remove some unused function declarationspiaojun2018-04-051-3/+0
* ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun2018-04-056-12/+12
* ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun2018-04-059-26/+21
* hugetlbfs: fix bug in pgoff overflow checkingMike Kravetz2018-04-051-3/+7
* Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-041-5/+5
|\
| * Merge 4.16-rc7 into char-misc-nextGreg Kroah-Hartman2018-03-2822-185/+436
| |\
| * | block, char_dev: Use correct format specifier for unsigned intsSrivatsa S. Bhat2018-03-151-2/+2
| * | char_dev: Fix off-by-one bugs in find_dynamic_major()Srivatsa S. Bhat2018-03-151-3/+3
* | | Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-04-041-19/+47
|\ \ \
| * \ \ Merge 4.16-rc6 into tty-nextGreg Kroah-Hartman2018-03-2035-244/+632
| |\ \ \
| * | | | devpts: comment devpts_mntget()Christian Brauner2018-03-141-0/+18
| * | | | devpts: resolve devpts bind-mountsChristian Brauner2018-03-141-10/+16
| * | | | devpts: hoist out check for DEVPTS_SUPER_MAGICChristian Brauner2018-03-141-11/+15
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-04-0415-264/+226
|\ \ \ \ \
| * | | | | ext4: force revalidation of directory pointer after seekdir(2)Theodore Ts'o2018-04-011-3/+5
| * | | | | ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o2018-03-302-7/+30
| * | | | | ext4: add bounds checking to ext4_xattr_find_entry()Theodore Ts'o2018-03-301-11/+17
| * | | | | ext4: move call to ext4_error() into ext4_xattr_check_block()Theodore Ts'o2018-03-301-33/+27
| * | | | | ext4: don't show data=<mode> option if defaultedTyson Nottingham2018-03-301-2/+5
| * | | | | ext4: omit init_itable=n in procfs when disabledTyson Nottingham2018-03-301-1/+1
| * | | | | ext4: show more binary mount options in procfsTyson Nottingham2018-03-301-3/+4
| * | | | | ext4: simplify kobject usageTyson Nottingham2018-03-301-33/+12
| * | | | | ext4: remove unused parameters in sysfs codeTyson Nottingham2018-03-301-15/+10
| * | | | | ext4: null out kobject* during sysfs cleanupTyson Nottingham2018-03-301-0/+2
| * | | | | ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o2018-03-291-0/+6
| * | | | | ext4: always initialize the crc32c checksum driverTheodore Ts'o2018-03-291-9/+6
| * | | | | ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-03-291-0/+6
| * | | | | ext4: limit xattr size to INT_MAXEric Biggers2018-03-291-3/+6
| * | | | | ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-03-262-2/+21
| * | | | | ext4: fix comments in ext4_swap_extents()zhenwei.pi2018-03-261-2/+2
| * | | | | ext4: use generic_writepages instead of __writepage/write_cache_pagesGoldwyn Rodrigues2018-03-261-14/+1
| * | | | | ext4: don't complain about incorrect features when probingEric Sandeen2018-03-221-0/+12