summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* GFS2: fix regression in dir_double_exhashBob Peterson2013-06-141-1/+2
* GFS2: Add atomic_open supportSteven Whitehouse2013-06-144-51/+155
* GFS2: Only do one directory search on createSteven Whitehouse2013-06-113-28/+25
* GFS2: fix error propagation in init_threads()Alexey Khoroshilov2013-06-061-4/+4
* GFS2: Remove no-op wrapper functionSteven Whitehouse2013-06-051-6/+1
* GFS2: Cocci spatch "ptr_ret.spatch"Thomas Meyer2013-06-051-1/+1
* GFS2: Eliminate gfs2_rg_lopsBob Peterson2013-06-052-6/+0
* GFS2: Sort buffer lists by inplace block numberBenjamin Marzinski2013-06-051-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds2013-06-057-23/+71
|\
| * GFS2: Don't cache iopen glocksBob Peterson2013-06-032-1/+6
| * GFS2: Fall back to vmalloc if kmalloc fails for dir hash tablesBob Peterson2013-06-031-10/+33
| * GFS2: Increase i_writecount during gfs2_setattr_sizeBob Peterson2013-06-033-11/+29
| * GFS2: Set log descriptor type for jdata blocksBob Peterson2013-06-031-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-06-053-15/+62
|\ \
| * | fuse: fix alignment in short read optimization for async_dioMaxim Patlasov2013-06-031-4/+10
| * | fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requestsBrian Foster2013-06-031-1/+1
| * | fuse: fix readdirplus Oops in fuse_dentry_revalidateMiklos Szeredi2013-06-032-6/+13
| * | fuse: update inode size and invalidate attributes on fallocateBrian Foster2013-05-201-3/+12
| * | fuse: truncate pagecache range on hole punchBrian Foster2013-05-201-2/+20
| * | fuse: allocate for_background dio requests based on io->async stateBrian Foster2013-05-141-2/+9
* | | Merge tag 'jfs-3.10-rc5' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2013-06-042-9/+37
|\ \ \ | |_|/ |/| |
| * | fs/jfs: Add check if journaling to disk has been disabled in lbmRead()Gu Zheng2013-05-241-1/+7
| * | jfs: Several bugs in jfs_freeze() and jfs_unfreeze()Vahram Martirosyan2013-05-241-8/+30
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-06-014-8/+11
|\ \ \
| * | | befs_readdir(): do not increment ->f_pos if filldir tells us to stopAl Viro2013-05-311-2/+2
| * | | hpfs: deadlock and race in directory lseek()Al Viro2013-05-311-4/+6
| * | | qnx6: qnx6_readdir() has a braino in pos calculationAl Viro2013-05-311-1/+1
| * | | vfs: Fix invalid ida_remove() callTakashi Iwai2013-05-311-1/+2
* | | | Merge tag 'nfs-for-3.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-06-012-1/+3
|\ \ \ \
| * | | | NFS: Fix security flavor negotiation with legacy binary mountsChuck Lever2013-05-301-0/+2
| * | | | NFSv4: Fix a thinko in nfs4_try_open_cachedTrond Myklebust2013-05-291-1/+1
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2013-06-014-3/+25
|\ \ \ \ \
| * | | | | reiserfs: fix deadlock with nfs racing on create/lookupJeff Mahoney2013-05-311-2/+7
| * | | | | reiserfs: fix problems with chowning setuid file w/ xattrsJeff Mahoney2013-05-312-1/+16
| * | | | | reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentryJeff Mahoney2013-05-311-0/+2
* | | | | | Merge tag 'for-linus-v3.10-rc4-crc-xattr-fixes' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-06-014-183/+307
|\ \ \ \ \ \
| * | | | | | xfs: rework remote attr CRCsDave Chinner2013-05-304-158/+247
| * | | | | | xfs: fully initialise temp leaf in xfs_attr3_leaf_compactDave Chinner2013-05-301-16/+26
| * | | | | | xfs: fully initialise temp leaf in xfs_attr3_leaf_unbalanceDave Chinner2013-05-301-3/+13
| * | | | | | xfs: correctly map remote attr buffers during removalDave Chinner2013-05-301-9/+18
| * | | | | | xfs: remote attribute tail zeroing does too muchDave Chinner2013-05-301-19/+18
| * | | | | | xfs: remote attribute read too shortDave Chinner2013-05-301-6/+9
| * | | | | | xfs: remote attribute allocation may be contiguousDave Chinner2013-05-301-1/+5
* | | | | | | Merge tag 'for-linus-v3.10-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-06-0110-60/+92
|\ \ \ \ \ \ \ | |/ / / / / / | | | | / / / | |_|_|/ / / |/| | | | |
| * | | | | xfs: fix dir3 freespace block corruptionDave Chinner2013-05-302-7/+7
| * | | | | xfs: disable swap extents ioctl on CRC enabled filesystemsDave Chinner2013-05-301-0/+8
| * | | | | xfs: add fsgeom flag for v5 superblock support.Dave Chinner2013-05-302-1/+4
| * | | | | xfs: fix incorrect remote symlink block countDave Chinner2013-05-301-14/+6
| * | | | | xfs: fix split buffer vector log recovery supportDave Chinner2013-05-302-6/+12
| * | | | | xfs: kill suid/sgid through the truncate path.Dave Chinner2013-05-301-15/+32
OpenPOWER on IntegriCloud