Age | Commit message (Expand) | Author |
2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro |
2020-06-06 | hpfs: fix warning due to superfluous semicolon | Zou Wei |
2020-06-05 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2020-06-03 | fs: move the fiemap definitions out of fs.h | Christoph Hellwig |
2020-06-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-06-02 | fs: convert mpage_readpages to mpage_readahead | Matthew Wilcox (Oracle) |
2020-04-20 | docs: filesystems: fix renamed references | Mauro Carvalho Chehab |
2019-10-23 | fs: compat_ioctl: move FITRIM emulation into file systems | Arnd Bergmann |
2019-08-30 | fs: hpfs: Initialize filesystem timestamp ranges | Deepa Dinamani |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner |
2019-05-01 | hpfs: switch to ->free_inode() | Al Viro |
2019-03-12 | hpfs: fix spelling mistake "partion" -> "partition" | Colin Ian King |
2018-08-25 | hpfs: remove unnecessary checks on the value of r when assigning error code | Colin Ian King |
2018-08-17 | fs/hpfs: extend gmt_to_local() conversion to 64-bit times | Arnd Bergmann |
2018-06-30 | hpfs: fix an inode leak in lookup, switch to d_splice_alias() | Al Viro |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-06-09 | hpfs: Use EUCLEAN for filesystem errors | Mikulas Patocka |
2017-12-10 | hpfs: don't bother with the i_version counter or f_version | Jeff Layton |
2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-14 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2017-08-01 | fs: convert a pile of fsync routines to errseq_t based reporting | Jeff Layton |
2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-10-08 | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro |
2016-10-05 | hpfs: support FIEMAP | Mikulas Patocka |
2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi |
2016-09-27 | fs: support RENAME_NOREPLACE for local filesystems | Miklos Szeredi |
2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara |
2016-07-31 | get rid of 'parent' argument of ->d_compare() | Al Viro |
2016-07-29 | cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare() | Al Viro |
2016-06-10 | vfs: make the string hashes salt the hash | Linus Torvalds |
2016-05-28 | hpfs: implement the show_options method | Mikulas Patocka |
2016-05-28 | hpfs: fix remount failure when there are no options changed | Mikulas Patocka |
2016-05-12 | hpfs: switch to ->iterate_shared() | Al Viro |
2016-05-12 | hpfs: handle allocation failures in hpfs_add_pos() | Al Viro |
2016-02-27 | hpfs: don't truncate the file when delete fails | Mikulas Patocka |
2016-01-22 | wrappers for ->i_mutex access | Al Viro |
2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov |
2016-01-12 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-01-04 | hpfs: missing endianness annotation | Al Viro |
2015-12-08 | don't put symlink bodies in pagecache into highmem | Al Viro |
2015-11-09 | fs/hpfs/namei.c: remove unnecessary new_valid_dev() check | Yaowei Bai |
2015-09-03 | hpfs: update ctime and mtime on directory modification | Mikulas Patocka |
2015-09-03 | hpfs: support hotfixes | Mikulas Patocka |
2015-07-09 | hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV instead | Joe Perches |
2015-07-09 | hpfs: kstrdup() out of memory handling | Sanidhya Kashyap |
2015-07-09 | hpfs: Remove unessary cast | Firo Yang |