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
2021-07-01hfsplus: report create_date to kstat.btimeChung-Chiang Cheng
2021-07-01hfsplus: remove unnecessary oom messageZhen Lei
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-05-15hfsplus: prevent corruption in shrinking truncateJouni Roivas
2021-04-12hfsplus: convert to fileattrMiklos Szeredi
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2020-10-30fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2020-05-04hfsplus: stop using ioctl_by_bdevChristoph Hellwig
2020-04-11hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander
2019-12-18hfs/hfsplus: use 64-bit inode timestampsArnd Bergmann
2019-07-17fs/hfsplus/xattr.c: replace strncpy with memcpyMathieu Malaterre
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-02hfsplus: switch to ->free_inode()Al Viro
2019-01-05hfsplus: return file attributes on statxErnesto A. Fernández
2018-12-01hfsplus: do not free node before usingPan Bian
2018-10-31hfsplus: update timestamps on truncate()Ernesto A. Fernández
2018-10-31hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández
2018-10-31hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández
2018-10-31hfsplus: fix BUG on bnode parent updateErnesto A. Fernández
2018-10-31hfsplus: prevent btree data loss on root splitErnesto A. Fernández
2018-08-24hfsplus: prevent crash on exit from failed searchErnesto A. Fernandez
2018-08-24hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández
2018-08-22hfsplus: drop ACL supportErnesto A. Fernández
2018-08-22hfsplus: fix decomposition of Hangul charactersErnesto A. Fernández
2018-08-22hfsplus: avoid deadlock on file truncationErnesto A. Fernández
2018-08-22hfsplus: don't return 0 when fill_super() failedTetsuo Handa
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-04Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-05-22hfsplus: switch to d_splice_alias()Al Viro
2018-05-19hfsplus: stop workqueue when fill_super() failedTetsuo Handa
2018-02-07hfsplus: honor setgid flag on directoriesErnesto A. Fernandez
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-18hfs/hfsplus: clean up unused variables in bnode.cChristos Gkekas
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds