summaryrefslogtreecommitdiffstats
path: root/fs/minix
Commit message (Expand)AuthorAgeFilesLines
* simple local filesystems: switch to ->iterate_shared()Al Viro2016-05-021-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-042-11/+11
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-122-10/+8
|\
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-062-10/+8
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-1/+1
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-042-6/+1
|\
| * pagemap.h: move dir_pages() over thereFabian Frederick2015-06-231-5/+0
| * fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-231-1/+1
* | fs/minix: remove unneeded castFiro Yang2015-06-251-1/+1
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-154-10/+10
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* minix zmap block counts calculation fixQi Yong2014-08-082-3/+3
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+1
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* | fs/minix/inode.c: add __init to init_inodecache()Fabian Frederick2014-04-031-1/+1
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
* fs/minix: Drop dependency on H8300Guenter Roeck2013-09-161-1/+1
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* minix: bug widening a binary "not" operationDan Carpenter2013-06-291-1/+1
* [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2013-06-291-0/+13
* [readdir] simple local unixlike: switch to ->iterate()Al Viro2013-06-291-23/+19
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* minix: drop vmtruncateMarco Stornelli2012-12-202-7/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* | userns: Convert minix to use kuid/kgid where appropriateEric W. Biederman2012-09-211-8/+8
|/
* minixfs: fix block limit checkVladimir Serbinenko2012-07-301-1/+2
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-213-35/+18
|\
| * minixfs: switch to d_make_root()Al Viro2012-03-201-16/+12
| * vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-203-19/+6
* | minix: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
|/
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-084-6/+5
|\
| * minix: propagate umode_tAl Viro2012-01-032-2/+2
| * switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
| * switch ->create() to umode_tAl Viro2012-01-031-1/+1
| * switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
| * vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* | minixfs: misplaced checks lead to dentry leakAl Viro2012-01-041-17/+17
|/
* minixfs: kill manual hweight(), simplifyAl Viro2011-11-192-28/+15
* fs/minix: Verify bitmap block counts before mountingJosh Boyer2011-11-193-10/+42
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-2/+2