summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-6/+3
|\
| * direct-io: Remove unused DIO_SKIP_DIO_COUNT logicNikolay Borisov2018-03-121-4/+2
| * direct-io: Remove unused DIO_ASYNC_EXTEND flagNikolay Borisov2018-03-121-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-054-4/+4
|\ \
| * | treewide: Fix typos in printkMasanari Iida2018-03-271-1/+1
| * | treewide: Align function definition open/close bracesJoe Perches2018-03-263-3/+3
* | | 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
| * | | | | | | 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
* | | | | | | | 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