summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Btrfs: don't allocate a seperate csums array for direct readsJosef Bacik2012-08-283-32/+19
| * | | | | Btrfs: do not strdup non existent stringsJosef Bacik2012-08-281-3/+5
| * | | | | Btrfs: do not use missing devices when showing devnameJosef Bacik2012-08-281-0/+2
| * | | | | Btrfs: fix that error value is changed by mistakeStefan Behrens2012-08-281-2/+2
| * | | | | Btrfs: lock extents as we map them in DIOJosef Bacik2012-08-281-129/+127
| * | | | | Btrfs: fix some endian bugs handling the root timesDan Carpenter2012-08-283-4/+4
| * | | | | Btrfs: unlock on error in btrfs_delalloc_reserve_metadata()Dan Carpenter2012-08-281-1/+3
| * | | | | Btrfs: checking for NULL instead of IS_ERRDan Carpenter2012-08-281-1/+3
| * | | | | Btrfs: fix some error codes in btrfs_qgroup_inherit()Dan Carpenter2012-08-281-2/+6
| * | | | | Btrfs: fix a misplaced address operator in a conditionStefan Behrens2012-08-281-1/+1
* | | | | | Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds2012-08-265-12/+26
|\ \ \ \ \ \
| * | | | | | logfs: query block device for number of pages to send with bioPrasad Joshi2012-07-231-8/+6
| * | | | | | logfs: maintain the ordering of meta-inode destructionPrasad Joshi2012-07-231-1/+1
| * | | | | | logfs: create a pagecache page if it is not presentPrasad Joshi2012-07-231-1/+1
| * | | | | | logfs: initialize the number of iovecs in bioPrasad Joshi2012-04-021-0/+1
| * | | | | | logfs: destroy the reserved inodes while unmountingPrasad Joshi2012-04-023-2/+17
* | | | | | | Merge tag 'for-linus-v3.6-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-08-253-11/+14
|\ \ \ \ \ \ \
| * | | | | | | xfs: check for possible overflow in xfs_ioc_trimTomas Racek2012-08-231-2/+4
| * | | | | | | xfs: unlock the AGI buffer when looping in xfs_diallocChristoph Hellwig2012-08-231-8/+9
| * | | | | | | xfs: fix uninitialised variable in xfs_rtbuf_get()Dave Chinner2012-08-231-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'for-3.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-08-252-3/+2
|\ \ \ \ \ \ \
| * | | | | | | nfsd4: fix security flavor of NFSv4.0 callbackJ. Bruce Fields2012-08-202-3/+2
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-254-41/+44
|\ \ \ \ \ \ \ \
| * | | | | | | | block: replace __getblk_slow misfix by grow_dev_page fixHugh Dickins2012-08-231-36/+30
| * | | | | | | | block: move down direct IO pluggingFengguang Wu2012-08-091-0/+5
| * | | | | | | | bio: Fix potential memory leak in bio_find_or_create_slab()Alexey Khoroshilov2012-08-091-5/+6
| * | | | | | | | fs/block-dev.c:fix performance regression in O_DIRECT writes to md block devicesJianpeng Ma2012-08-021-0/+3
* | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-08-236-6/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky2012-08-151-1/+4
| * | | | | | | | | jbd: don't write superblock when unmounting an ro filesystemJan Kara2012-08-151-0/+5
| * | | | | | | | | reiserfs: fix deadlocks with quotasJeff Mahoney2012-08-152-3/+1
| * | | | | | | | | quota: Move down dqptr_sem read after initializing default warn[] type at __d...Jeff Liu2012-08-151-1/+1
| * | | | | | | | | UDF: During mount free lvid_bh before rescanning with different blocksizeAshish Sangwan2012-08-151-0/+2
| * | | | | | | | | udf: fix udf_setsize() for file data in ICBIan Abbott2012-08-151-1/+4
* | | | | | | | | | Merge tag 'upstream-3.6-rc3' of git://git.infradead.org/linux-ubifsLinus Torvalds2012-08-235-8/+7
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | UBIFS: fix error messages spellingArtem Bityutskiy2012-08-221-1/+1
| * | | | | | | | | UBIFS: fix complaints about too small debug buffer sizeArtem Bityutskiy2012-08-221-1/+1
| * | | | | | | | | UBIFS: fix replay regressionArtem Bityutskiy2012-08-211-2/+1
| * | | | | | | | | UBIFS: fix crash on error pathArtem Bityutskiy2012-08-211-1/+4
| * | | | | | | | | UBIFS: remove stale commentaryArtem Bityutskiy2012-08-211-3/+0
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-08-223-6/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ceph: avoid divide by zero in __validate_layout()Sage Weil2012-08-211-1/+2
| * | | | | | | | | ceph: tolerate (and warn on) extraneous dentry from mdsSage Weil2012-08-211-5/+10
| * | | | | | | | | libceph: delay debugfs initialization until we learn global_idSage Weil2012-08-201-0/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge tag 'nfs-for-3.6-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-08-2215-119/+239
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust2012-08-201-1/+1
| * | | | | | | | NFSv4: Ensure that nfs4_alloc_client cleans up on error.Trond Myklebust2012-08-201-1/+1
| * | | | | | | | NFS: return -ENOKEY when the upcall fails to map the nameBryan Schumaker2012-08-161-4/+2
| * | | | | | | | NFS: Clear key construction data if the idmap upcall failsBryan Schumaker2012-08-161-14/+42
| * | | | | | | | NFSv4: Don't use private xdr_stream fields in decode_getaclTrond Myklebust2012-08-161-5/+6
OpenPOWER on IntegriCloud