summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-04-26ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o1-0/+1
2018-04-24ext4: fix bitmap position validationLukas Czerner1-4/+5
2018-04-18ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o1-0/+1
2018-04-12ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers1-5/+11
2018-04-02ext4: force revalidation of directory pointer after seekdir(2)Theodore Ts'o1-3/+5
2018-03-31ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o2-7/+30
2018-03-31ext4: add bounds checking to ext4_xattr_find_entry()Theodore Ts'o1-11/+17
2018-03-30ext4: move call to ext4_error() into ext4_xattr_check_block()Theodore Ts'o1-33/+27
2018-03-30ext4: don't show data=<mode> option if defaultedTyson Nottingham1-2/+5
2018-03-30ext4: omit init_itable=n in procfs when disabledTyson Nottingham1-1/+1
2018-03-30ext4: show more binary mount options in procfsTyson Nottingham1-3/+4
2018-03-30ext4: simplify kobject usageTyson Nottingham1-33/+12
2018-03-30ext4: remove unused parameters in sysfs codeTyson Nottingham1-15/+10
2018-03-30ext4: null out kobject* during sysfs cleanupTyson Nottingham1-0/+2
2018-03-30ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o1-0/+6
2018-03-30ext4: always initialize the crc32c checksum driverTheodore Ts'o1-9/+6
2018-03-30ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o1-0/+6
2018-03-29ext4: limit xattr size to INT_MAXEric Biggers1-3/+6
2018-03-27ext4: add validity checks for bitmap block numbersTheodore Ts'o2-2/+21
2018-03-26ext4: fix comments in ext4_swap_extents()zhenwei.pi1-2/+2
2018-03-26ext4: use generic_writepages instead of __writepage/write_cache_pagesGoldwyn Rodrigues1-14/+1
2018-03-22ext4: don't complain about incorrect features when probingEric Sandeen1-0/+12
2018-03-22ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov6-54/+10
2018-03-22ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()Jiri Slaby1-1/+1
2018-03-22ext4: update i_disksize if direct write past ondisk sizeEryu Guan1-3/+5
2018-03-22ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan1-3/+2
2018-02-19ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2-46/+4
2018-02-19jbd2: if the journal is aborted then don't allow update of the log tailTheodore Ts'o1-1/+4
2018-02-19ext4: pass -ESHUTDOWN code to jbd2 layerTheodore Ts'o2-8/+21
2018-02-19ext4: eliminate sleep from shutdown ioctlTheodore Ts'o1-3/+1
2018-02-19ext4: shutdown should not prevent get_write_accessTheodore Ts'o1-7/+0
2018-02-19jbd2: clarify bad journal block checksum messageTheodore Ts'o1-2/+2
2018-02-19ext4: add tracepoints for shutdown and file system errorsTheodore Ts'o2-0/+5
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds24-80/+80
2018-02-12Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-21/+26
2018-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+5
2018-02-10Merge tag '4.16-minor-rc-SMB3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-13/+130
2018-02-09Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-40/+57
2018-02-08Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds8-92/+74
2018-02-08Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-405/+295
2018-02-08Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds9-129/+313
2018-02-08cramfs: better MTD dependency expressionNicolas Pitre1-2/+1
2018-02-08NFSD: hide unused svcxdr_dupstr()Arnd Bergmann1-3/+2
2018-02-08nfsd: store stat times in fill_pre_wcc() instead of inode timesAmir Goldstein3-24/+37
2018-02-08nfsd: encode stat->mtime for getattr instead of inode->i_mtimeAmir Goldstein2-4/+3
2018-02-08nfsd: return RESOURCE not GARBAGE_ARGS on too many opsJ. Bruce Fields2-2/+10
2018-02-08Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-13/+13
2018-02-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-1/+6
2018-02-07Add missing structs and defines from recent SMB3.1.1 documentationSteve French1-2/+112
2018-02-07address lock imbalance warnings in smbdirect.cSteve French1-7/+9