summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-04-0415-264/+226Star
|\
| * ext4: force revalidation of directory pointer after seekdir(2)Theodore Ts'o2018-04-021-3/+5
| * ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o2018-03-312-7/+30
| * ext4: add bounds checking to ext4_xattr_find_entry()Theodore Ts'o2018-03-311-11/+17
| * ext4: move call to ext4_error() into ext4_xattr_check_block()Theodore Ts'o2018-03-301-33/+27Star
| * 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/+12Star
| * ext4: remove unused parameters in sysfs codeTyson Nottingham2018-03-301-15/+10Star
| * 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-301-0/+6
| * ext4: always initialize the crc32c checksum driverTheodore Ts'o2018-03-301-9/+6Star
| * ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-03-301-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-272-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/+1Star
| * 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/+10Star
| * 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/+2Star
| * ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2018-02-192-46/+4Star
| * 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-192-8/+21
| * ext4: eliminate sleep from shutdown ioctlTheodore Ts'o2018-02-191-3/+1Star
| * ext4: shutdown should not prevent get_write_accessTheodore Ts'o2018-02-191-7/+0Star
| * jbd2: clarify bad journal block checksum messageTheodore Ts'o2018-02-191-2/+2
| * ext4: add tracepoints for shutdown and file system errorsTheodore Ts'o2018-02-192-0/+5
* | Merge tag '4.17-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-04-0421-243/+408
|\ \
| * | cifs: Add minor debug message during negprotSteve French2018-04-022-1/+5
| * | smb3: Fix root directory when server returns inode number of zeroSteve French2018-04-022-0/+34
| * | cifs: fix sparse warning on previous patch in a few printksSteve French2018-04-021-3/+3
| * | cifs: add server->vals->header_preamble_sizeRonnie Sahlberg2018-04-028-45/+75
| * | cifs: smbd: disconnect transport on RDMA errorsLong Li2018-04-021-1/+6
| * | cifs: smbd: avoid reconnect lockupLong Li2018-04-021-4/+8
| * | Don't log confusing message on reconnect by defaultSteve French2018-04-021-1/+1
| * | Don't log expected error on DFS referral requestSteve French2018-04-022-2/+2
| * | fs: cifs: Replace _free_xid call in cifs_root_iget functionPhillip Potter2018-04-021-4/+1Star
| * | SMB3.1.1 dialect is no longer experimentalSteve French2018-04-021-4/+3Star
| * | Tree connect for SMB3.1.1 must be signed for non-encrypted sharesSteve French2018-04-021-0/+5
| * | fix smb3-encryption breakage when CONFIG_DEBUG_SG=yRonnie Sahlberg2018-04-021-3/+12
| * | CIFS: fix sha512 check in cifs_crypto_secmech_releaseGustavo A. R. Silva2018-04-021-1/+1
| * | CIFS: implement v3.11 preauth integrityAurelien Aptel2018-04-026-2/+112
| * | CIFS: add sha512 secmechAurelien Aptel2018-04-026-0/+44
| * | CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel2018-04-026-173/+93Star
| * | cifs: fix memory leak in SMB2_open()Ronnie Sahlberg2018-04-021-2/+6
| * | CIFS: SMBD: fix spelling mistake: "faield" and "legnth"Colin Ian King2018-04-021-2/+2
* | | Merge tag 'gfs2-4.17.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-0411-72/+68Star
|\ \ \