summaryrefslogtreecommitdiff
path: root/fs/minix
Commit message (Expand)AuthorAge
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* 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
|/
* 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
* 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: use block_device name vsprintf helperDmitry Monakhov2016-01-06
* | 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
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * pagemap.h: move dir_pages() over thereFabian Frederick2015-06-23
| * fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-23
* | fs/minix: remove unneeded castFiro Yang2015-06-25
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* make new_sync_{read,write}() staticAl Viro2015-04-11
* minix zmap block counts calculation fixQi Yong2014-08-08
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-06
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-06
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-04
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
* | fs/minix/inode.c: add __init to init_inodecache()Fabian Frederick2014-04-03
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
|/
* fs/minix: Drop dependency on H8300Guenter Roeck2013-09-16
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-12
* minix: bug widening a binary "not" operationDan Carpenter2013-06-29
* [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2013-06-29
* [readdir] simple local unixlike: switch to ->iterate()Al Viro2013-06-29
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* new helper: file_inode(file)Al Viro2013-02-22
* minix: drop vmtruncateMarco Stornelli2012-12-20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* | userns: Convert minix to use kuid/kgid where appropriateEric W. Biederman2012-09-21
|/
* minixfs: fix block limit checkVladimir Serbinenko2012-07-30
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-21
|\
| * minixfs: switch to d_make_root()Al Viro2012-03-20
| * vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-20
* | minix: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
|/
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-08
|\
| * minix: propagate umode_tAl Viro2012-01-03