summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
r> 2018-08-23hfsplus: prevent crash on exit from failed searchErnesto A. Fernandez 2018-08-23hfsplus: 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-05vfs: 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-18hfsplus: stop workqueue when fill_super() failedTetsuo Handa 2018-02-06hfsplus: honor setgid flag on directoriesErnesto A. Fernandez 2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski 2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds 2017-11-17hfs/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-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds 2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds 2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds 2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig 2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton 2017-07-18hfsplus: Don't clear SGID when inheriting ACLsJan Kara 2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells 2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa 2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar 2017-02-27hfsplus: atomically read inode sizeFabian Frederick 2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds 2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig 2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro 2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds 2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher 2016-09-27fs: 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: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi