summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-04-21NFSv4: Keep dropped state owners on the LRU list for a whileTrond Myklebust1-9/+11
2012-04-21NFSv4: Ensure that we don't drop a state owner more than onceTrond Myklebust1-3/+7
2012-04-21NFSv4: Ensure we do not reuse open owner namesTrond Myklebust4-7/+10
2012-04-21nfs: Enclose hostname in brackets when needed in nfs_do_root_mountJan Kara1-2/+6
2012-04-20NFS: put open context on error in nfs_flush_multiFred Isaman1-1/+1
2012-04-20NFS: put open context on error in nfs_pagein_multiFred Isaman1-1/+1
2012-04-19NFSv4: Fix open(O_TRUNC) and ftruncate() error handlingTrond Myklebust2-5/+14
2012-04-19NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust1-0/+14
2012-04-19NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust1-2/+7
2012-04-18NFS: check for req==NULL in nfs_try_to_update_request cleanupFred Isaman1-1/+2
2012-04-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+4
2012-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds29-293/+2074
2012-04-01vfs: fix out-of-date dentry_unhash() commentJ. Bruce Fields1-1/+1
2012-04-01vfs: split __lookup_hashMiklos Szeredi1-64/+44
2012-04-01untangling do_lookup() - take __lookup_hash()-calling case out of line.Al Viro1-15/+16
2012-04-01untangling do_lookup() - switch to calling __lookup_hash()Al Viro1-67/+46
2012-04-01untangling do_lookup() - merge d_alloc_and_lookup() callersAl Viro1-3/+3
2012-04-01untangling do_lookup() - merge failure exits in !dentry caseAl Viro1-15/+8
2012-04-01untangling do_lookup() - massage !dentry case towards __lookup_hash()Al Viro1-25/+20
2012-04-01untangling do_lookup() - get rid of need_reval in !dentry caseAl Viro1-6/+1
2012-04-01untangling do_lookup() - eliminate a loop.Al Viro1-4/+8
2012-04-01untangling do_lookup() - expand the area under ->i_mutexAl Viro1-2/+4
2012-04-01untangling do_lookup() - isolate !dentry stuff from the rest of it.Al Viro1-1/+16
2012-04-01vfs: move MAY_EXEC check from __lookup_hash()Miklos Szeredi1-6/+5
2012-04-01vfs: don't revalidate just looked up dentryMiklos Szeredi1-3/+1
2012-04-01vfs: fix d_need_lookup/d_revalidate order in do_lookupMiklos Szeredi1-2/+2
2012-04-01ext3: move headers to fs/ext3/Al Viro20-124/+1344
2012-04-01migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro4-10/+633
2012-04-01get rid of pointless includes of ext2_fs.hAl Viro2-3/+0
2012-04-01pstore: trim pstore_get_inode()Al Viro1-18/+8
2012-04-01aio: take final put_ioctx() into callers of io_destroy()Al Viro1-6/+4
2012-04-01aio: merge aio_cancel_all() with wait_for_all_aios()Al Viro1-15/+7
2012-03-31tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec()Oleg Nesterov1-3/+4
2012-03-31Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds29-681/+916
2012-03-31Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds12-946/+1381
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds41-2225/+4362
2012-03-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-55/+83
2012-03-30Revert "ext4: don't release page refs in ext4_end_bio()"Linus Torvalds1-4/+3
2012-03-30Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds20-325/+1488
2012-03-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+0
2012-03-30pagemap: remove remaining unneeded spin_lock()Naoya Horiguchi1-1/+0
2012-03-30Btrfs: update the checks for mixed block groups with big metadata blocksChris Mason1-12/+17
2012-03-29Btrfs: update to the right index of defragmentLiu Bo1-0/+3
2012-03-29Btrfs: do not bother to defrag an extent if it is a big real extentLiu Bo1-6/+3
2012-03-29Btrfs: add a check to decide if we should defrag the rangeLiu Bo1-1/+35
2012-03-29Btrfs: fix recursive defragment with autodefrag optionLiu Bo1-3/+5
2012-03-29Btrfs: fix the mismatch of page->mappingLiu Bo1-16/+19
2012-03-29Btrfs: fix race between direct io and autodefragLiu Bo1-1/+5
2012-03-29Btrfs: fix deadlock during allocating chunksLiu Bo1-0/+50
2012-03-29Btrfs: show useful info in space reservation tracepointLiu Bo3-25/+13