summaryrefslogtreecommitdiffstats
path: root/fs/sysv
Commit message (Expand)AuthorAgeFilesLines
* sysv_lookup: use d_splice_alias()Al Viro2018-05-221-7/+2
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-272-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-174-4/+4
* mm: drop "wait" parameter from write_one_page()Jeff Layton2017-07-051-1/+1
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-022-4/+5
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-104-9/+13
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-274-8/+8
| |/
* / fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
* 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
* 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
* fix sysvfs symlinksAl Viro2015-11-231-9/+2
* pagemap.h: move dir_pages() over thereFabian Frederick2015-06-231-5/+0
* fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-231-1/+1
* sysv: switch to simple_follow_link()Al Viro2015-05-104-24/+4
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-155-10/+10
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* 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
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
* sysv: Add forgotten superblock lock init for v7 fsLubomir Rintel2013-09-291-0/+1
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-2/+1
* [readdir] simple local unixlike: switch to ->iterate()Al Viro2013-06-291-21/+16
* fs: Readd the fs module aliases.Eric W. Biederman2013-03-121-0/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-1/+2
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* sysv: drop vmtruncateMarco Stornelli2012-12-202-7/+15
* sysv: drop lock/unlock superMarco Stornelli2012-10-095-18/+20
* 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 the sysv filesystem to use kuid/kgid where appropriateEric W. Biederman2012-09-211-4/+4
|/
* fs/sysv: stop using write_super and s_dirtArtem Bityutskiy2012-07-222-11/+0
* fs/sysv: remove another useless write_super callArtem Bityutskiy2012-07-221-4/+1
* fs/sysv: remove useless write_super callArtem Bityutskiy2012-07-221-3/+0
* 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
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1