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-06-17ocfs2: kill EBUSY from dlmfs_evict_inodeJunxiao Bi
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2020-06-15dlmfs: clean up dlmfs_file_{read,write}() a bitAl Viro
2020-06-02Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-05-09dlmfs_file_write(): get rid of pointless access_ok()Al Viro
2020-04-23dlmfs: convert dlmfs_file_read() to copy_to_user()Al Viro
2020-04-23dlmfs_file_write(): fix the bogosity in handling non-zero *pposAl Viro
2020-01-31ocfs2: make local header paths relative to C filesMasahiro Yamada
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner
2019-05-02dlmfs: switch to ->free_inode()Al Viro
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-28ocfs2: dlmfs: remove set but not used variable 'status'zhong jiang
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28fs: annotate ->poll() instancesAl Viro
2017-11-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-16ocfs2: no need flush workqueue before destroying itpiaojun
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-07-21qstr: constify instances in ocfs2Al Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-01-21fs: remove mapping->backing_dev_infoChristoph Hellwig
2015-01-21fs: deduplicate noop_backing_dev_infoChristoph Hellwig
2014-11-19assorted conversions to %p[dD]Al Viro
2014-01-22ocfs2: remove versioning informationGoldwyn Rodrigues
2013-09-12ocfs2: remove unused variable ip in dlmfs_get_root_inode()Joseph Qi
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-23new helper: file_inode(file)Al Viro
2012-10-03fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-07-14don't pass nameidata to ->create()Al Viro
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-04ocfs2: propagate umode_tAl Viro
2012-01-04dlmfs: use inode_init_owner()Al Viro
2012-01-04switch ->create() to umode_tAl Viro
2012-01-04switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-04vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-05-24ocfs2: change incorrect 'extern' keyword to 'static' in dlmfsRobin Dong
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29convert get_sb_nodev() usersAl Viro