- d483eed ANDROID: GKI: set vfs-only exports into their own namespace by Greg Kroah-Hartman · 4 years, 6 months ago
- a7c9df0 fs: omfs: use kmemdup() rather than kmalloc+memcpy by Alex Dewar · 4 years, 3 months ago
- 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 3 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
- d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 8833293 fs: omfs: Initialize filesystem timestamp ranges by Deepa Dinamani · 6 years ago
- 59bd9de treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 18fbbfc omfs_lookup(): report IO errors, use d_splice_alias() by Al Viro · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- d86efb0 omfs: Implement show_options by David Howells · 7 years ago
- 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
- 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
- f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
- 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
- c51da20 more trivial ->iterate_shared conversions by Al Viro · 9 years ago
- 5a6b2b3 omfs: fix potential integer overflow in allocator by Bob Copeland · 10 years ago
- c0345ee omfs: fix sign confusion for bitmap loop counter by Bob Copeland · 10 years ago
- 3a281f9 omfs: set error return when d_make_root() fails by Bob Copeland · 10 years ago
- dcbff39 fs, omfs: add NULL terminator in the end up the token list by Sasha Levin · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
- 76e5121 FS/OMFS: block number sanity check during fill_super operation by Fabian Frederick · 10 years ago
- 998d668 fs/omfs/inode.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
- 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 11 years ago
- aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 11 years ago
- 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
- 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
- 9fd4d05 [readdir] convert omfs by Al Viro · 12 years ago
- 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- a8f5293 omfs: drop vmtruncate by Marco Stornelli · 12 years ago
- c99b684 omfs: convert to use beXX_add_cpu() by Wei Yongjun · 12 years ago
- 80fcbe7 userns: Convert omfs to use kuid and kgid where appropriate by Eric W. Biederman · 13 years ago
- ebfc3b4 don't pass nameidata to ->create() by Al Viro · 13 years ago
- 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
- dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 13 years ago
- 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
- 587228b omfs: propagate umode_t by Al Viro · 13 years ago
- 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
- 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
- 41c9648 omfs: fix (mode & S_IFDIR) abuse by Al Viro · 13 years ago
- 46e4edb Remove unneeded version.h includes from fs/ by Jesper Juhl · 14 years ago
- 8aaa0f5 omfs: remove unnecessary dentry_unhash on rmdir, dir rneame by Sage Weil · 14 years ago
- e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 14 years ago
- 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 14 years ago
- 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
- 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
- 31be83a omfs: make readdir stop when filldir says so by Al Viro · 14 years ago
- d932805 omfs: merge unlink() and rmdir(), close leak in rename() by Al Viro · 14 years ago
- cdb2649 omfs: stop playing silly buggers with omfs_unlink() in ->rename() by Al Viro · 14 years ago
- 013e4f4 omfs: rename() needs to mark old_inode dirty after ctime update by Al Viro · 14 years ago
- 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
- 8196867 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bcopeland/omfs by Linus Torvalds · 14 years ago
- 69c9e75 switch omfs to ->evict_inode() by Al Viro · 15 years ago
- 1025774 remove inode_setattr by Christoph Hellwig · 15 years ago
- d39aae9 add missing setattr methods by Christoph Hellwig · 15 years ago
- 155130a get rid of block_write_begin_newtrunc by Christoph Hellwig · 15 years ago
- ffc1887 omfs: fix uninitialized variable warning by Bill Pemberton · 14 years ago
- 8800a04 omfs: sanity check cluster size by Bob Copeland · 14 years ago
- 9442e54 omfs: refuse to mount if bitmap pointer is obviously wrong by Bob Copeland · 16 years ago
- f068272 omfs: check bounds on block numbers before passing to sb_bread by Bob Copeland · 16 years ago
- 70d9e38 omfs: fix memory leak by Davidlohr Bueso · 14 years ago
- 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 15 years ago
- 6a9e652 omfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
- 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 108afd0 omfs: remove unused version.h include by Huang Weiyi · 15 years ago
- a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 15 years ago
- af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
- 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
- 6e1d5dc const: mark remaining inode_operations as const by Alexey Dobriyan · 15 years ago
- 7f09410 const: mark remaining address_space_operations const by Alexey Dobriyan · 15 years ago
- b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
- bea6b64 switch omfs to simple_fsync() by Al Viro · 16 years ago
- 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
- 197e671 fs/omfs: return f_fsid for statfs(2) by Coly Li · 16 years ago
- ce3b0f8 New helper - current_umask() by Al Viro · 16 years ago
- da55e6f fs/Kconfig: move omfs out by Alexey Dobriyan · 16 years ago
- 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
- c222d53 CRED: Wrap task credential accesses in the OMFS filesystem by David Howells · 16 years ago
- 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
- a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
- 9419fc1 omfs: fix oops when file metadata is corrupted by Bob Copeland · 16 years ago
- c963343 omfs: fix potential oops when directory size is corrupted by Bob Copeland · 16 years ago
- dc60bf1 omfs: fix warning by Alexander Beregalov · 16 years ago
- d406f66 omfs: sparse annotations by Harvey Harrison · 16 years ago
- 63ca8ce omfs: update kbuild to include OMFS by Bob Copeland · 16 years ago
- 36cc410 omfs: add bitmap routines by Bob Copeland · 16 years ago
- 8f09e98 omfs: add file routines by Bob Copeland · 16 years ago
- a3ab715 omfs: add directory routines by Bob Copeland · 16 years ago
- 555e377 omfs: add inode routines by Bob Copeland · 16 years ago
- 1b002d7 omfs: define filesystem structures by Bob Copeland · 16 years ago