summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-10-269-367/+1506
|\
| * ore: Enable RAID5 mountsBoaz Harrosh2011-10-251-3/+11
| * exofs: Support for RAID5 read-4-write interface.Boaz Harrosh2011-10-251-2/+59
| * ore: RAID5 WriteBoaz Harrosh2011-10-254-16/+578
| * ore: RAID5 readBoaz Harrosh2011-10-254-78/+455
| * fs/Makefile: Always inspect exofs/Boaz Harrosh2011-10-251-1/+1
| * ore: Make ore_calc_stripe_info EXPORT_SYMBOLBoaz Harrosh2011-10-251-5/+3Star
| * ore/exofs: Change ore_check_io APIBoaz Harrosh2011-10-142-23/+20Star
| * ore/exofs: Define new ore_verify_layoutBoaz Harrosh2011-10-143-53/+72
| * ore: Support for partial component tableBoaz Harrosh2011-10-142-0/+5
| * ore: Support for short read/writesBoaz Harrosh2011-10-141-7/+23
| * exofs: Support for short read/writesBoaz Harrosh2011-10-141-9/+26
| * ore: Remove check for ios->kern_buff in _prepare_for_striping to laterBoaz Harrosh2011-10-141-23/+13Star
| * ore: cleanup: Embed an ore_striping_info inside ore_io_stateBoaz Harrosh2011-10-141-37/+24Star
| * ore: Only IO one group at a time (API change)Boaz Harrosh2011-10-142-51/+154
| * ore/exofs: Change the type of the devices array (API change)Boaz Harrosh2011-10-043-42/+69
| * ore: Make ore_striping_info and ore_calc_stripe_info publicBoaz Harrosh2011-10-031-16/+8Star
| * exofs: Remove unused data_map member from exofs_sb_infoBoaz Harrosh2011-10-032-38/+22Star
| * exofs: Rename struct ore_components comps => ocBoaz Harrosh2011-10-034-63/+63
| * exofs/super.c: local functions should be staticH Hartley Sweeten2011-10-031-3/+3
| * exofs/ore.c: local functions should be staticH Hartley Sweeten2011-10-031-2/+2
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-10-261-7/+34
|\ \
| * | proc: Consider NO_HZ when printing idle and iowait timesMichal Hocko2011-09-081-7/+34
* | | Merge branch 'for-linus' of git://github.com/ericvh/linuxLinus Torvalds2011-10-263-17/+32
|\ \ \
| * | | net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V2011-10-241-7/+5Star
| * | | fs/9p: Cleanup option parsing in 9pAneesh Kumar K.V2011-10-241-7/+26
| * | | fs/9p: inode file operation is properly initialized init_special_inodeAneesh Kumar K.V2011-10-241-2/+0Star
| * | | fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V2011-10-241-1/+1
* | | | Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-10-2517-273/+202Star
|\ \ \ \
| * | | | Check validity of cl_rpcclient in nfs_server_list_showMalahal Naineni2011-10-211-0/+4
| * | | | NFS: Get rid of the nfs_rdata_mempoolTrond Myklebust2011-10-191-13/+4Star
| * | | | NFS: Don't rely on PageError in nfs_readpage_release_partialTrond Myklebust2011-10-191-5/+2Star
| * | | | NFS: Get rid of unnecessary calls to ClearPageError() in read codeTrond Myklebust2011-10-192-3/+0Star
| * | | | NFS: Get rid of nfs_restart_rpc()Trond Myklebust2011-10-196-33/+16Star
| * | | | NFSv4: Translate NFS4ERR_BADNAME into ENOENT when applied to a lookupTrond Myklebust2011-10-191-1/+9
| * | | | NFS: Remove the unused "lookupfh()" version of nfs4_proc_lookup()Trond Myklebust2011-10-191-45/+17Star
| * | | | NFS: Use the inode->i_version to cache NFSv4 change attribute informationTrond Myklebust2011-10-185-14/+14
| * | | | nfs/super.c: local functions should be staticH Hartley Sweeten2011-10-181-6/+11
| * | | | pnfsblock: fix writeback deadlockPeng Tao2011-10-181-2/+6
| * | | | pnfsblock: fix NULL pointer dereferencePeng Tao2011-10-181-0/+3
| * | | | pnfs: recoalesce when ld read pagelist failsPeng Tao2011-10-183-15/+19
| * | | | pnfs: recoalesce when ld write pagelist failsPeng Tao2011-10-183-15/+32
| * | | | pnfs: make _set_lo_fail genericPeng Tao2011-10-184-30/+19Star
| * | | | pnfsblock: add missing rpc_put_mount and path_putPeng Tao2011-10-181-2/+6
| * | | | SUNRPC/NFS: make rpc pipe upcall genericPeng Tao2011-10-184-49/+2Star
| * | | | pnfsblock: fix size of upcall messageJim Rees2011-10-181-1/+1
| * | | | pnfsblock: fix return code confusionJim Rees2011-10-182-13/+20
| * | | | nfs: don't try to migrate pages with active requestsJeff Layton2011-10-181-25/+11Star
| * | | | nfs: fix bug about IPv6 address scope checkingMi Jinlong2011-10-181-3/+4
| * | | | nfs: don't redirty inode when ncommit == 0 in nfs_commit_unstable_pagesJeff Layton2011-10-181-0/+4