8 results
Order by date - Order by pertinence
All (8)
High-tech (8)
 
[PATCH] Documentation/filesystems/porting: Update documentation.
->get_sb() is no longer used, update documentation to use ->mount(). Also added a example for struct file_system_type. Signed-off-by: Sachidananda Urs <sacchi@gmail.com> Documentation/filesystems/porting | 20 +++++++++++++- 1 files ...
Message posted on the August 3rd, 2012 - 1:40 PM ET
[PATCH] Documentation/filesystems/porting: Update documentation.
->get_sb() is no longer used, update documentation to use ->mount(). Also added a example for struct file_system_type. Signed-off-by: Sachidananda Urs <sacchi@gmail.com> Documentation/filesystems/porting | 20 +++++++++++++- 1 files ...
Message posted on the August 3rd, 2012 - 10:20 AM ET
[PATCH] Documentation: update top level 00-INDEX file with new additions
It seems there are about 80 new, but undocumented addtions at the top level Documentation directory. This fixes up the top level 00-INDEX by adding new entries and deleting a couple orphans. Some subdirs could probably still use a check/cleanup too ...
Message posted on the February 14th, 2013 - 3:30 PM ET
[PATCH] Documentation: update top level 00-INDEX file with new additions
It seems there are about 80 new, but undocumented addtions at the top level Documentation directory. This fixes up the top level 00-INDEX by adding new entries and deleting a couple orphans. Some subdirs could probably still use a check/cleanup too ...
Message posted on the January 29th, 2013 - 10:40 AM ET
[git pull] vfs.git; pile 1
This one is *big* and changes quite a few things around VFS. What's in there: * the first of two really major architecture changes - death to open intents. The former is finally there; it was very long in making, but with Miklos getting through ...
Message posted on the July 22nd, 2012 - 6:10 AM ET
[git pull] vfs series, part 1
Assorted work from the last cycle; among other things, there's a filesystem API change (->evict_inode() series), a lot of truncate rework stuff (mostly by Chris) and a bunch of fixes. This is _not_ all; in particular, there's pending freeze/thaw ...
Message posted on the August 9th, 2010 - 11:40 PM ET
[git pull] vfs and fs patches for 3.1, part 1
Please, pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus The big ones in that are * ->permission() API change (death to separate boolean argument, death to generic_permission() check_acl callback, death to ...
Message posted on the July 22nd, 2011 - 8:10 PM ET
Important for fs devs: rcu-walk merged upstream
The vfs-scale branch is now upstream. If you haven't looked yet, your filesystem is likely to have been touched, so check it out. Also look at Documentation/filesystems/porting and path-lookup.txt. The dcache_lock stuff should have been all done ...
Message posted on the January 7th, 2011 - 10:00 PM ET