summaryrefslogtreecommitdiffstats
path: root/fs/libfs.c
Commit message (Expand)AuthorAgeFilesLines
* new helper: ihold()Al Viro2010-10-251-1/+1
* fs: add sync_inode_metadataChristoph Hellwig2010-10-251-5/+1
* libfs: Fix shift bug in generic_check_addressable()Joel Becker2010-09-101-4/+4
* ext3/ext4: Factor out disk addressability checkPatrick J. LoPresti2010-09-101-0/+29
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-49/+2
* default to simple_setattrChristoph Hellwig2010-08-091-5/+11
* rename generic_setattrChristoph Hellwig2010-08-091-2/+1
* wrong type for 'magic' argument in simple_fill_super()Roberto Sassu2010-06-041-1/+2
* fs: introduce new truncate sequencenpiggin@suse.de2010-05-271-0/+76
* rename the generic fsync implementationsChristoph Hellwig2010-05-271-9/+21
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-3/+3
* FS / libfs: Implement simple_write_to_bufferJiri Slaby2010-05-101-0/+35
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* libfs: Unexport and kill simple_prepare_writeBoaz Harrosh2010-03-031-16/+6
* libfs: Open code simple_commit_write into only userBoaz Harrosh2010-03-031-24/+35
* libfs: move EXPORT_SYMBOL for d_alloc_nameH Hartley Sweeten2009-12-161-1/+0
* libfs: return error code on failed attr setWu Fengguang2009-09-241-2/+3
* libfs: make simple_read_from_buffer conventionalSteven Rostedt2009-09-241-2/+6
* vfs: make get_sb_pseudo set s_maxbytes to value that can be cast to signedJeff Layton2009-08-181-1/+1
* New helper - simple_fsync()Al Viro2009-06-111-0/+25
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-2/+1
* kmemtrace, fs: uninline simple_transaction_set()Ingo Molnar2009-04-031-0/+16
* vfs: simple_set_mnt() should return voidSukadev Bhattiprolu2009-03-271-1/+2
* constify dentry_operations: restAl Viro2009-03-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-01-051-5/+0
|\
| * zero i_uid/i_gid on inode allocationAl Viro2009-01-051-5/+0
* | fs: symlink write_begin allocation context fixNick Piggin2009-01-041-1/+1
|/
* fs: remove prepare_write/commit_writeNick Piggin2008-10-301-1/+1
* [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
OpenPOWER on IntegriCloud