summaryrefslogtreecommitdiff
path: root/fs/affs
Commit message (Expand)AuthorAge
* iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-01
* affs: convert to new i_version APIJeff Layton2018-01-29
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-14
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-01
|/
* affs: Implement show_optionsDavid Howells2017-07-11
* fs/affs: add rename exchangeFabian Frederick2017-05-05
* fs/affs: add rename2 to prepare multiple methodsFabian Frederick2017-05-05
* fs/affs: bugfix: Write files greater than page size on OFSFabian Frederick2017-04-26
* fs/affs: bugfix: enable writes on OFS disksFabian Frederick2017-04-26
* fs/affs: remove node generation checkFabian Frederick2017-04-26
* fs/affs: import amigaffs.hFabian Frederick2017-04-26
* fs/affs: bugfix: make symbolic links work againFabian Frederick2017-04-26
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-02
* fs/affs: make export work with cold dcacheFabian Frederick2017-02-27
* fs/affs/namei.c: forward declarations clean-upFabian Frederick2017-02-27
* fs/affs: add prefix to some functionsFabian Frederick2017-02-27
* fs/affs: use octal for permissionsFabian Frederick2017-02-27
* fs/affs: make affs exportableFabian Frederick2017-02-27
* fs/affs: add validation block functionFabian Frederick2017-02-27
* fs/affs: remove reference to affs_parent_ino()Fabian Frederick2017-02-27
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-27
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-27
| |/
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
|/
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-31
* affs ->d_compare(): don't bother with ->d_inodeAl Viro2016-07-29
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-10
* affs: fix remount failure when there are no options changedMikulas Patocka2016-05-28
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-17
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-01
* | simple local filesystems: switch to ->iterate_shared()Al Viro2016-05-02
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* affs_do_readpage_ofs(): just use kmap_atomic() around memcpy()Al Viro2016-02-20
* wrappers for ->i_mutex accessAl Viro2016-01-22
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-12
|\
| * fs:affs:Replace time_t with time64_tDengChao2016-01-09
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-30
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-08
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-08
|/
* fs/affs: make root lookup from blkdev logical sizePranay Kr. Srivastava2015-09-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-23
* | fs/affs/symlink.c: remove unneeded err variableFabian Frederick2015-06-30