Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-01Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-07-26fs/reiserfs/inode: remove dead code in _get_block_create_0()Zeng Jingxiang
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-06-26attr: port attribute changes to new typesChristian Brauner
2022-06-26quota: port quota helpers mount idsChristian Brauner
2022-05-10fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)
2022-05-10reiserfs: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-03-26Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15reiserfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-02-22reiserfs: get rid of AOP_FLAG_CONT_EXPAND flagEdward Shishkin
2021-05-24reiserfs: Remove unneed check in reiserfs_write_full_page()YueHaibing
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-09-22reiserfs: Initialize inode keys properlyJan Kara
2020-09-16reiserfs: only call unlock_new_inode() if I_NEWEric Biggers
2020-06-04Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2020-05-29reiserfs: Replace kmalloc with kcalloc in the commentLiao Pingfang
2019-10-31reiserfs: fix extended attributes on the root directoryJeff Mahoney
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-04-19reiserfs: Remove i_attrs_to_sd_attrs()Jan Kara
2017-04-19reiserfs: Remove useless setting of i_flagsJan Kara
2017-02-28fs: add i_blocksize()Fabian Frederick
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-28fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie
2016-05-02direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro
2015-07-23reiserfs: Handle error from dquot_initialize()Jan Kara
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-12direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-12direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-12Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig
2015-02-18fs/reiserfs/inode.c: replace 0 by NULL for pointersFabian Frederick
2014-08-09fs/reiserfs: use linux/uaccess.hFabian Frederick
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-05-22reiserfs: call truncate_setsize under tailpack mutexJeff Mahoney
2014-05-07switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-07get rid of pointless iov_length() in ->direct_IO()Al Viro