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-09-02spufs: constify pathAl Viro
2022-08-01powerpc/spufs: Fix refcount leak in spufs_init_isolated_loaderMiaoqian Lin
2022-05-08powerpc: Add missing headersChristophe Leroy
2021-12-23powerpc/cell: Add __init attribute to eligible functionsNick Child
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-03-13spufs: fix bogosity in S_ISGID handlingAl Viro
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2019-11-13powerpc/spufs: remove set but not used variable 'ctx'YueHaibing
2019-10-11spufs: fix a crash in spufs_create_root()Emmanuel Nicolet
2019-09-19vfs: Convert spufs to use the new mount APIDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner
2019-05-02spufs: switch to ->free_inode()Al Viro
2018-01-21powerpc: Use octal numbers for file permissionsRussell Currey
2017-07-11spufs: Implement show_optionsDavid Howells
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-08-09powerpc/cell: Add missing error code in spufs_mkgang()Dan Carpenter
2016-05-03dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-23wrappers for ->i_mutex accessAl Viro
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-06-24make simple_positive() publicAl Viro
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells
2014-12-11Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds
2014-12-11ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2013-08-22powerpc/spufs: convert userns uid/gid mount options to kuid/kgidDwight Engen
2013-06-29[readdir] switch dcache_readdir() users to ->iterate()Al Viro
2013-04-24powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()Michael Ellerman
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-23spufs_mkdir(): don't d_add() on negative parentAl Viro
2013-02-23new helper: file_inode(file)Al Viro
2012-07-29pull unlock+dput() out into do_spu_create()Al Viro
2012-07-29spufs: pull unlock-and-dput() up into spufs_create()Al Viro
2012-07-29spufs_create_context(): simplify failure exitsAl Viro
2012-07-29move spu_forget() into spufs_rmdir()Al Viro
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-07-23spufs: shift dget/mntget towards dentry_open()Al Viro
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-03-21spufs: make register_filesystem the last potential failure exitAl Viro
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-21powerpc/spufs: Fix double unlocksBenjamin Herrenschmidt
2012-01-04switch spufs guts to umode_tAl Viro
2012-01-04vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-07-20switch do_spufs_create() to user_path_create(), fix double-unlockAl Viro
2011-01-07fs: icache RCU free inodesNick Piggin