summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o2018-04-261-0/+1
* ext4: fix bitmap position validationLukas Czerner2018-04-241-4/+5
* ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o2018-04-181-0/+1
* ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers2018-04-121-5/+11
* 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
* ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov2018-03-226-54/+10
* ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()Jiri Slaby2018-03-221-1/+1
* ext4: update i_disksize if direct write past ondisk sizeEryu Guan2018-03-221-3/+5
* ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan2018-03-221-3/+2
* ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2018-02-192-46/+4
* jbd2: if the journal is aborted then don't allow update of the log tailTheodore Ts'o2018-02-191-1/+4
* ext4: pass -ESHUTDOWN code to jbd2 layerTheodore Ts'o2018-02-182-8/+21
* ext4: eliminate sleep from shutdown ioctlTheodore Ts'o2018-02-181-3/+1
* ext4: shutdown should not prevent get_write_accessTheodore Ts'o2018-02-181-7/+0
* jbd2: clarify bad journal block checksum messageTheodore Ts'o2018-02-181-2/+2
* ext4: add tracepoints for shutdown and file system errorsTheodore Ts'o2018-02-182-0/+5
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-1124-80/+80
* Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-02-114-21/+26
|\
| * annotate ep_scan_ready_list()Al Viro2018-02-011-11/+13
| * ep_send_events_proc(): return result via esed->resAl Viro2018-02-011-7/+10
| * use linux/poll.h instead of asm/poll.hAl Viro2018-02-013-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-02-092-2/+5
|\ \
| * | seq_file: fix incomplete reset on read from zero offsetMiklos Szeredi2018-01-201-1/+4
| * | kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera2018-01-191-1/+1
* | | Merge tag '4.16-minor-rc-SMB3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-02-094-13/+130
|\ \ \
| * | | Add missing structs and defines from recent SMB3.1.1 documentationSteve French2018-02-071-2/+112
| * | | address lock imbalance warnings in smbdirect.cSteve French2018-02-071-7/+9
| * | | cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann2018-02-071-3/+1
| * | | Add some missing debug fields in server and tcon structsSteve French2018-02-071-1/+8
* | | | Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-02-087-40/+57
|\ \ \ \
| * | | | NFSD: hide unused svcxdr_dupstr()Arnd Bergmann2018-02-081-3/+2
| * | | | nfsd: store stat times in fill_pre_wcc() instead of inode timesAmir Goldstein2018-02-083-24/+37
| * | | | nfsd: encode stat->mtime for getattr instead of inode->i_mtimeAmir Goldstein2018-02-082-4/+3