summaryrefslogtreecommitdiffstats
path: root/fs/libfs.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] new helper: d_obtain_aliasChristoph Hellwig2008-10-231-24/+2
* VFS: increase pseudo-filesystem block size to PAGE_SIZEAlex Nixon2008-07-301-2/+2
* add kernel-doc for simple_read_from_buffer and memory_read_from_bufferAkinobu Mita2008-07-041-0/+28
* introduce memory_read_from_buffer()Akinobu Mita2008-06-061-0/+18
* libfs: rename simple_attr_close to simple_attr_releaseChristoph Hellwig2008-02-081-2/+2
* libfs: make simple attributes interruptibleChristoph Hellwig2008-02-081-2/+8
* libfs: allow error return from simple attributesChristoph Hellwig2008-02-081-8/+13
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-051-7/+4
* exportfs: add new methodsChristoph Hellwig2007-10-221-0/+88
* make fs/libfs.c:simple_commit_write() staticAdrian Bunk2007-10-171-3/+2
* fs: introduce write_begin, write_end, and perform_write aopsNick Piggin2007-10-161-0/+44
* fs/libfs.c: >80 columns line break fixRonni Nielsen2007-05-091-1/+4
* inode numbering: change libfs sb creation routines to avoid collisions with t...Jeff Layton2007-05-081-0/+23
* [PATCH] shmem and simple const super_operationsHugh Dickins2007-03-051-4/+6
* [PATCH] fs: fix libfs data leakNick Piggin2007-02-201-2/+3
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-2/+2
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-1/+1
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-7/+7
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-2/+2
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-011-5/+5
* [PATCH] libfs: remove page up-to-date check from simple_readpagePekka J Enberg2006-09-291-9/+1
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-2/+0
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-1/+1
* [PATCH] core: use list_move()Akinobu Mita2006-06-261-6/+4
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-241-8/+8
|\
| * [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-2/+2
| * [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-6/+6
* | VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust2006-06-091-2/+2
|/
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] sem2mutex: fs/libfs.cIngo Molnar2006-03-231-6/+8
* [PATCH] debugfs: hard link count wrongVincent Hanquez2006-02-031-0/+1
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-4/+4
* [PATCH] shrink dentry structEric Dumazet2006-01-081-6/+6
* [PATCH] fix fsync(dir) return value for ram-based filesystemsHugh Dickins2005-06-251-0/+1
* [PATCH] libfs: add simple attribute filesArnd Bergmann2005-06-201-0/+100
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+549