aboutsummaryrefslogtreecommitdiffstats
path: root/lib/modules/iconv.c
AgeCommit message (Collapse)AuthorLines
2011-03-30Fix a possible resource leak (free the old up)Laszlo Papp-0/+4
2010-11-10add read_buf method to high level APIMiklos Szeredi-4/+4
Add a new read_buf() method to the highlevel API. This allows returning a generic buffer from the read method, which in turn allows zero copy reads.
2010-11-10add write_buf method to high level APIMiklos Szeredi-4/+4
Add new write_buf() method to the highlevel API. Similarly to the lowlevel write_buf() method, this allows implementing zero copy writes.
2010-06-15* Add a nopath option and flag, indicating that path argumentMiklos Szeredi-0/+1
need not be calculated for the following operations: read, write, flush, release, fsync, readdir, releasedir, fsyncdir, ftruncate, fgetattr, lock, ioctl and poll.
2008-02-08Support receiving file handle from kernel in GETATTR request; Allow ↵Miklos Szeredi-5/+17
operations with a NULL path argument, if the filesystem supports it
2007-12-12change indentingMiklos Szeredi-510/+511
2007-10-16Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi-1/+1
2007-04-28docMiklos Szeredi-2/+9
2007-02-03Add filesystem stacking support to high level APIMiklos Szeredi-0/+701