| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Replace open-coded flex arrays in unions | Kees Cook | 2021-10-18 | 1 | -4/+4 |
* | hpfs: use iomap_fiemap to implement ->fiemap | Christoph Hellwig | 2021-07-27 | 2 | -1/+51 |
* | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig | 2021-06-29 | 1 | -0/+1 |
* | hpfs: replace one-element array with flexible-array member | Gustavo A. R. Silva | 2021-05-07 | 1 | -1/+2 |
* | fs: make helpers idmap mount aware | Christian Brauner | 2021-01-24 | 3 | -10/+15 |
* | attr: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -2/+2 |
* | [PATCH] reduce boilerplate in fsid handling | Al Viro | 2020-09-18 | 1 | -2/+1 |
* | hpfs: fix warning due to superfluous semicolon | Zou Wei | 2020-06-06 | 1 | -1/+1 |
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2020-06-06 | 1 | -0/+1 |
|\ |
|
| * | fs: move the fiemap definitions out of fs.h | Christoph Hellwig | 2020-06-04 | 1 | -0/+1 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-06-02 | 1 | -4/+3 |
|\ \ |
|
| * | | fs: convert mpage_readpages to mpage_readahead | Matthew Wilcox (Oracle) | 2020-06-02 | 1 | -4/+3 |
| |/ |
|
* / | docs: filesystems: fix renamed references | Mauro Carvalho Chehab | 2020-04-20 | 1 | -1/+1 |
|/ |
|
* | fs: compat_ioctl: move FITRIM emulation into file systems | Arnd Bergmann | 2019-10-23 | 2 | -0/+2 |
* | fs: hpfs: Initialize filesystem timestamp ranges | Deepa Dinamani | 2019-08-30 | 2 | -4/+4 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | hpfs: switch to ->free_inode() | Al Viro | 2019-05-02 | 1 | -8/+2 |
* | hpfs: fix spelling mistake "partion" -> "partition" | Colin Ian King | 2019-03-12 | 1 | -4/+4 |
* | hpfs: remove unnecessary checks on the value of r when assigning error code | Colin Ian King | 2018-08-25 | 1 | -1/+1 |
* | fs/hpfs: extend gmt_to_local() conversion to 64-bit times | Arnd Bergmann | 2018-08-18 | 2 | -9/+16 |
* | hpfs: fix an inode leak in lookup, switch to d_splice_alias() | Al Viro | 2018-06-30 | 1 | -16/+7 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-13 | 2 | -2/+3 |
* | hpfs: Use EUCLEAN for filesystem errors | Mikulas Patocka | 2018-06-09 | 1 | -2/+1 |
* | hpfs: don't bother with the i_version counter or f_version | Jeff Layton | 2017-12-10 | 3 | -4/+0 |
* | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 2017-11-27 | 2 | -5/+5 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 14 | -0/+14 |
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2017-09-15 | 3 | -10/+9 |
|\ |
|
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 2017-07-17 | 3 | -10/+9 |
* | | fs: convert a pile of fsync routines to errseq_t based reporting | Jeff Layton | 2017-08-01 | 1 | -1/+1 |
|/ |
|
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-11 | 1 | -1/+5 |
|\ |
|
| * | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2016-09-27 | 1 | -1/+1 |
| * | fs: support RENAME_NOREPLACE for local filesystems | Miklos Szeredi | 2016-09-27 | 1 | -2/+6 |
* | | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro | 2016-10-08 | 1 | -1/+1 |
|\ \ |
|
| * | | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2016-09-22 | 1 | -1/+1 |
| |/ |
|
* / | hpfs: support FIEMAP | Mikulas Patocka | 2016-10-06 | 1 | -0/+6 |
|/ |
|
* | get rid of 'parent' argument of ->d_compare() | Al Viro | 2016-07-31 | 1 | -1/+1 |
* | cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare() | Al Viro | 2016-07-30 | 1 | -1/+1 |
* | vfs: make the string hashes salt the hash | Linus Torvalds | 2016-06-11 | 1 | -1/+1 |
* | hpfs: implement the show_options method | Mikulas Patocka | 2016-05-29 | 1 | -11/+32 |
* | hpfs: fix remount failure when there are no options changed | Mikulas Patocka | 2016-05-29 | 1 | -2/+3 |
* | hpfs: switch to ->iterate_shared() | Al Viro | 2016-05-13 | 1 | -1/+1 |
* | hpfs: handle allocation failures in hpfs_add_pos() | Al Viro | 2016-05-13 | 3 | -6/+14 |
* | hpfs: don't truncate the file when delete fails | Mikulas Patocka | 2016-02-28 | 1 | -28/+3 |
* | wrappers for ->i_mutex access | Al Viro | 2016-01-23 | 1 | -3/+3 |
* | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 2016-01-15 | 1 | -1/+1 |
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-01-13 | 1 | -1/+1 |
|\ |
|
| * | hpfs: missing endianness annotation | Al Viro | 2016-01-04 | 1 | -1/+1 |
* | | don't put symlink bodies in pagecache into highmem | Al Viro | 2015-12-09 | 2 | -3/+3 |
|/ |
|