summaryrefslogtreecommitdiff
path: root/fs/libfs.c
Commit message (Expand)AuthorAge
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-09
* default to simple_setattrChristoph Hellwig2010-08-09
* rename generic_setattrChristoph Hellwig2010-08-09
* wrong type for 'magic' argument in simple_fill_super()Roberto Sassu2010-06-04
* fs: introduce new truncate sequencenpiggin@suse.de2010-05-27
* rename the generic fsync implementationsChristoph Hellwig2010-05-27
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-27
* FS / libfs: Implement simple_write_to_bufferJiri Slaby2010-05-10
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* libfs: Unexport and kill simple_prepare_writeBoaz Harrosh2010-03-03
* libfs: Open code simple_commit_write into only userBoaz Harrosh2010-03-03
* libfs: move EXPORT_SYMBOL for d_alloc_nameH Hartley Sweeten2009-12-16
* libfs: return error code on failed attr setWu Fengguang2009-09-24
* libfs: make simple_read_from_buffer conventionalSteven Rostedt2009-09-24
* vfs: make get_sb_pseudo set s_maxbytes to value that can be cast to signedJeff Layton2009-08-18
* New helper - simple_fsync()Al Viro2009-06-11
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-09
* kmemtrace, fs: uninline simple_transaction_set()Ingo Molnar2009-04-03
* vfs: simple_set_mnt() should return voidSukadev Bhattiprolu2009-03-27
* constify dentry_operations: restAl Viro2009-03-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-01-05
|\
| * zero i_uid/i_gid on inode allocationAl Viro2009-01-05
* | fs: symlink write_begin allocation context fixNick Piggin2009-01-04
|/
* fs: remove prepare_write/commit_writeNick Piggin2008-10-30
* [PATCH] new helper: d_obtain_aliasChristoph Hellwig2008-10-23
* VFS: increase pseudo-filesystem block size to PAGE_SIZEAlex Nixon2008-07-30
* add kernel-doc for simple_read_from_buffer and memory_read_from_bufferAkinobu Mita2008-07-04
* introduce memory_read_from_buffer()Akinobu Mita2008-06-06
* libfs: rename simple_attr_close to simple_attr_releaseChristoph Hellwig2008-02-08
* libfs: make simple attributes interruptibleChristoph Hellwig2008-02-08
* libfs: allow error return from simple attributesChristoph Hellwig2008-02-08
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-05
* exportfs: add new methodsChristoph Hellwig2007-10-22
* make fs/libfs.c:simple_commit_write() staticAdrian Bunk2007-10-17
* fs: introduce write_begin, write_end, and perform_write aopsNick Piggin2007-10-16
* fs/libfs.c: >80 columns line break fixRonni Nielsen2007-05-09
* inode numbering: change libfs sb creation routines to avoid collisions with t...Jeff Layton2007-05-08
* [PATCH] shmem and simple const super_operationsHugh Dickins2007-03-05
* [PATCH] fs: fix libfs data leakNick Piggin2007-02-20
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-12
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-12
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-08
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-01
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-01
* [PATCH] libfs: remove page up-to-date check from simple_readpagePekka J Enberg2006-09-29
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-27
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-27
* [PATCH] core: use list_move()Akinobu Mita2006-06-26
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-24
|\
| * [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-23