summaryrefslogtreecommitdiff
path: root/fs/libfs.c
Commit message (Expand)AuthorAge
* make simple_lookup() usable for filesystems that set ->s_d_opAl Viro2013-07-14
* [readdir] switch dcache_readdir() users to ->iterate()Al Viro2013-06-29
* vfs: drop vmtruncateMarco Stornelli2012-12-20
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-17
* vfs: fix kerneldoc for generic_fh_to_parent()Yanchuan Nian2012-09-05
* VFS: Pass mount flags to sget()David Howells2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-10
* dentry leak in simple_fill_super() failure exitAl Viro2012-04-09
* libfs: add simple_open()Stephen Boyd2012-04-05
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24
|\
| * fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-28
* | make simple_pin_fs() pass MS_KERNMOUNT - it's a kernel-internal oneAl Viro2012-03-20
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
|/
* fs: move code out of buffer.cAl Viro2012-01-03
* 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