summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2018-03-29ext4: always initialize the crc32c checksum driverTheodore Ts'o
2018-03-29ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o
2018-03-29ext4: limit xattr size to INT_MAXEric Biggers
2018-03-26ext4: add validity checks for bitmap block numbersTheodore Ts'o
2018-03-26ext4: fix comments in ext4_swap_extents()zhenwei.pi
2018-03-26ext4: use generic_writepages instead of __writepage/write_cache_pagesGoldwyn Rodrigues
2018-03-22ext4: don't complain about incorrect features when probingEric Sandeen
2018-03-22ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov
2018-03-22ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()Jiri Slaby
2018-03-22ext4: update i_disksize if direct write past ondisk sizeEryu Guan
2018-03-22ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan
2018-02-19ext4: don't update checksum of new initialized bitmapsTheodore Ts'o
2018-02-19jbd2: if the journal is aborted then don't allow update of the log tailTheodore Ts'o
2018-02-18ext4: pass -ESHUTDOWN code to jbd2 layerTheodore Ts'o
2018-02-18ext4: eliminate sleep from shutdown ioctlTheodore Ts'o
2018-02-18ext4: shutdown should not prevent get_write_accessTheodore Ts'o
2018-02-18jbd2: clarify bad journal block checksum messageTheodore Ts'o
2018-02-18ext4: add tracepoints for shutdown and file system errorsTheodore Ts'o
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-11Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-02-09Merge tag '4.16-minor-rc-SMB3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2018-02-08Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-02-08Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds
2018-02-08Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-08Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-02-08cramfs: better MTD dependency expressionNicolas Pitre
2018-02-08NFSD: hide unused svcxdr_dupstr()Arnd Bergmann
2018-02-08nfsd: store stat times in fill_pre_wcc() instead of inode timesAmir Goldstein
2018-02-08nfsd: encode stat->mtime for getattr instead of inode->i_mtimeAmir Goldstein
2018-02-08nfsd: return RESOURCE not GARBAGE_ARGS on too many opsJ. Bruce Fields
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-02-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2018-02-07Add missing structs and defines from recent SMB3.1.1 documentationSteve French
2018-02-07address lock imbalance warnings in smbdirect.cSteve French
2018-02-07cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann
2018-02-07Add some missing debug fields in server and tcon structsSteve French
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-06pipe: read buffer limits atomicallyEric Biggers
2018-02-06pipe: simplify round_pipe_size()Eric Biggers
2018-02-06pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers
2018-02-06pipe: fix off-by-one error when checking buffer limitsEric Biggers
2018-02-06pipe: actually allow root to exceed the pipe buffer limitsEric Biggers
2018-02-06pipe, sysctl: remove pipe_proc_fn()Eric Biggers
2018-02-06pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers
2018-02-06vfs: remove might_sleep() from clear_inode()Shakeel Butt
2018-02-06hfsplus: honor setgid flag on directoriesErnesto A. Fernandez
2018-02-06nilfs2: use time64_t internallyArnd Bergmann
2018-02-06elf: fix NT_FILE integer overflowAlexey Dobriyan
2018-02-06fs/proc/consoles.c: use seq_putc() in show_console_dev()Markus Elfring