summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-10-25ore: RAID5 readBoaz Harrosh4-78/+455
2011-10-25fs/Makefile: Always inspect exofs/Boaz Harrosh1-1/+1
2011-10-25ore: Make ore_calc_stripe_info EXPORT_SYMBOLBoaz Harrosh1-5/+3
2011-10-14ore/exofs: Change ore_check_io APIBoaz Harrosh2-23/+20
2011-10-14ore/exofs: Define new ore_verify_layoutBoaz Harrosh3-53/+72
2011-10-14ore: Support for partial component tableBoaz Harrosh2-0/+5
2011-10-14ore: Support for short read/writesBoaz Harrosh1-7/+23
2011-10-14exofs: Support for short read/writesBoaz Harrosh1-9/+26
2011-10-14ore: Remove check for ios->kern_buff in _prepare_for_striping to laterBoaz Harrosh1-23/+13
2011-10-14ore: cleanup: Embed an ore_striping_info inside ore_io_stateBoaz Harrosh1-37/+24
2011-10-14ore: Only IO one group at a time (API change)Boaz Harrosh2-51/+154
2011-10-04ore/exofs: Change the type of the devices array (API change)Boaz Harrosh3-42/+69
2011-10-03ore: Make ore_striping_info and ore_calc_stripe_info publicBoaz Harrosh1-16/+8
2011-10-03exofs: Remove unused data_map member from exofs_sb_infoBoaz Harrosh2-38/+22
2011-10-03exofs: Rename struct ore_components comps => ocBoaz Harrosh4-63/+63
2011-10-03exofs/super.c: local functions should be staticH Hartley Sweeten1-3/+3
2011-10-03exofs/ore.c: local functions should be staticH Hartley Sweeten1-2/+2
2011-09-12Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds8-22/+62
2011-09-12fuse: fix memory leakMiklos Szeredi1-4/+8
2011-09-12fuse: fix flock breakageMiklos Szeredi1-0/+3
2011-09-11Btrfs: add dummy extent if dst offset excceeds file end inLi Zefan1-0/+6
2011-09-11Btrfs: calc file extent num_bytes correctly in file cloneLi Zefan1-3/+10
2011-09-11btrfs: xattr: fix attribute removalDavid Sterba1-0/+9
2011-09-11Btrfs: fix wrong nbytes information of the inodeMiao Xie1-2/+2
2011-09-11Btrfs: fix the file extent gap when doing direct IOMiao Xie1-6/+10
2011-09-11Btrfs: fix unclosed transaction handle in btrfs_cont_expandMiao Xie1-2/+6
2011-09-11Btrfs: fix misuse of trans block rsvLiu Bo1-0/+4
2011-09-11Btrfs: reset to appropriate block rsv after orphan operationsLiu Bo1-0/+4
2011-09-11Btrfs: skip locking if searching the commit root in csum lookupJosef Bacik1-1/+3
2011-09-11btrfs: fix warning in iput for bad-inodeSergei Trofimovich1-7/+3
2011-09-11Btrfs: fix an oops when deleting snapshotsLiu Bo1-1/+5
2011-09-10Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-2/+5
2011-09-10Avoid dereferencing a 'request_queue' after last close.NeilBrown1-2/+5
2011-09-10Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2-3/+3
2011-09-10vfs: automount should ignore LOOKUP_FOLLOWMiklos Szeredi1-18/+15
2011-09-07Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 and git://git....Linus Torvalds1-3/+3
2011-09-06fs/9p: Use protocol-defined value for lock/getlock 'type' field.Jim Garlick1-7/+27
2011-09-06fs/9p: Always ask new inode in lookup for cache mode disabledAneesh Kumar K.V1-7/+21
2011-09-06fs/9p: Add OS dependent open flags in 9p protocolAneesh Kumar K.V4-3/+72
2011-09-06fs/9p: Don't update file type when updating file attributesAneesh Kumar K.V4-52/+68
2011-09-06fs/9p: Add fid before dentry instantiationAneesh Kumar K.V2-7/+5
2011-09-02Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-28/+22
2011-09-01xfs: fix ->write_inode return valuesChristoph Hellwig1-25/+9
2011-09-01xfs: fix xfs_mark_inode_dirty during umountChristoph Hellwig1-3/+11
2011-09-01Merge tag 'for_linus-20110831' of git://github.com/tytso/ext4Linus Torvalds3-4/+18
2011-08-31ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complainingJiaying Zhang3-4/+18
2011-08-27All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-5/+0
2011-08-25lockdep: Add helper function for dir vs file i_mutex annotationJosh Boyer2-9/+16
2011-08-25xfs: deprecate the nodelaylog mount optionChristoph Hellwig1-0/+2
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-74/+32