summaryrefslogtreecommitdiff
path: root/fs/libfs.c
Commit message (Expand)AuthorAge
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* vfs: fix dentry leak in simple_fill_super()Konstantin Khlebnikov2011-11-02
* fix IN_DELETE_SELF on overwriting rename() on ramfs et.al.Al Viro2011-07-22
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-20
* Make ->d_sb assign-once and always non-NULLAl Viro2011-07-20
* fs/libfs.c: fix simple_attr_write() on 32bit machinesAkinobu Mita2011-07-19
* pass default dentry_operations to mount_pseudo()Al Viro2011-01-12
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: dcache remove dcache_lockNick Piggin2011-01-07
* fs: dcache scale subdirsNick Piggin2011-01-07
* fs: dcache scale d_unhashedNick Piggin2011-01-07
* fs: change d_delete semanticsNick Piggin2011-01-07
* convert get_sb_pseudo() usersAl Viro2010-10-29
* new helper: ihold()Al Viro2010-10-25
* fs: add sync_inode_metadataChristoph Hellwig2010-10-25
* libfs: Fix shift bug in generic_check_addressable()Joel Becker2010-09-10
* ext3/ext4: Factor out disk addressability checkPatrick J. LoPresti2010-09-10
* 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