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
path: root/fs/coda
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-15fs/coda/psdev.c: remove duplicate headerSabyasachi Gupta
2019-05-02coda: switch to ->free_inode()Al Viro
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-02use linux/poll.h instead of asm/poll.hAl Viro
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-28fs: annotate ->poll() instancesAl Viro
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-06coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-05fs: fix kernel_read prototypeChristoph Hellwig
2017-06-30fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig
2017-06-30fs: implement vfs_iter_read using do_iter_readChristoph Hellwig
2017-04-20coda: Convert to separately allocated bdiJan Kara
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-03statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-06switch generic_file_splice_read() to use of ->read_iter()Al Viro
2016-09-28fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi
2016-05-30drop redundant ->owner initializationsAl Viro
2016-05-03introduce a parallel variant of ->iterate()Al Viro
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-23tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2016-01-23wrappers for ->i_mutex accessAl Viro
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-09replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro
2015-09-10fs/coda: fix readlink buffer overflowJan Harkes
2015-06-24fs: cleanup slight list_entry abuseRasmus Villemoes
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-12make new_sync_{read,write}() staticAl Viro
2015-04-12coda: switch to ->read_iter/->write_iterAl Viro
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-18fs/coda/dir.c: forward declaration clean-upFabian Frederick
2015-01-21fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2014-12-12coda_venus_readdir(): use file_inode()Al Viro
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-11-01new helper: is_root_inode()Al Viro