summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-05-12nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields2-5/+5
2012-05-12hugepages: fix use after free bug in "quota" handlingDavid Gibson1-33/+21
2012-05-12fs/cifs: fix parsing of dfs referralsStefan Metzmacher1-1/+5
2012-05-07hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman2-0/+15
2012-05-07exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov1-0/+3
2012-05-07autofs: make the autofsv5 packet file descriptor use a packetized pipeLinus Torvalds3-2/+13
2012-05-07pipes: add a "packetized pipe" mode for writingLinus Torvalds1-2/+29
2012-05-07Revert "autofs: work around unhappy compat problem on x86-64"Linus Torvalds4-22/+2
2012-05-07NFS: put open context on error in nfs_flush_multiFred Isaman1-1/+1
2012-05-07NFS: put open context on error in nfs_pagein_multiFred Isaman1-1/+1
2012-05-07NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust1-0/+14
2012-05-07NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust1-2/+7
2012-05-07nfs: Enclose hostname in brackets when needed in nfs_do_root_mountJan Kara1-2/+6
2012-04-27tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+4
2012-04-27lockd: fix the endianness bugAl Viro2-2/+2
2012-04-27ocfs2: ->e_leaf_clusters endianness breakageAl Viro1-2/+2
2012-04-27ocfs2: ->rl_count endianness breakageAl Viro1-1/+1
2012-04-27ocfs: ->rl_used breakage on big-endianAl Viro1-4/+4
2012-04-27ocfs2: ->l_next_free_req breakage on big-endianAl Viro2-3/+3
2012-04-27btrfs: btrfs_root_readonly() broken on big-endianAl Viro1-1/+1
2012-04-27nfsd: fix compose_entry_fh() failure exitsAl Viro1-14/+8
2012-04-27nfsd: fix endianness breakage in TEST_STATEID handlingAl Viro1-1/+1
2012-04-27nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro1-14/+9
2012-04-27nfsd: fix b0rken error value for setattr on read-only mountAl Viro1-3/+4
2012-04-27ext4: fix endianness breakage in ext4_split_extent_at()Al Viro1-1/+1
2012-04-27jbd2: use GFP_NOFS for blkdev_issue_flushShaohua Li1-2/+2
2012-04-22ext4: address scalability issue by removing extent cache statisticsTheodore Ts'o3-23/+0
2012-04-22Revert "Btrfs: increase the global block reserve estimates"Chris Mason1-1/+1
2012-04-22Btrfs: fix regression in scrub path resolvingJan Schmidt4-55/+73
2012-04-13Fix length of buffer copied in __nfs4_get_acl_uncachedSachin Prabhu1-1/+1
2012-04-13CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2-2/+11
2012-04-02lockd: fix arg parsing for grace_period and timeout.NeilBrown1-1/+1
2012-04-02NFSv4.1: Fix layoutcommit error handlingTrond Myklebust1-12/+13
2012-04-02NFSv4: Fix two infinite loops in the mount codeTrond Myklebust1-2/+4
2012-04-02xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara1-22/+11
2012-04-02vfs: fix d_ancestor() case in d_materialize_uniqueMichel Lespinasse1-1/+2
2012-04-02ext4: check for zero length extentTheodore Ts'o1-0/+2
2012-04-02ext4: fix race between sync and completed io workJeff Moyer3-2/+10
2012-04-02ext4: fix race between unwritten extent conversion and truncateJeff Moyer3-5/+8
2012-04-02ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delallocLukas Czerner2-41/+51
2012-04-02jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_bufferEric Sandeen1-0/+2
2012-04-02NFSv4: Rate limit the state manager warning messagesTrond Myklebust3-4/+6
2012-04-02sysctl: protect poll() in entries that may go awayLucas De Marchi1-1/+16
2012-04-02proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar1-1/+1
2012-04-02CIFS: Fix a spurious error in cifs_push_posix_locksPavel Shilovsky1-9/+10
2012-04-02cifs: fix issue mounting of DFS ROOT when redirecting from one domain control...Jeff Layton1-1/+2
2012-04-02CIFS: Respect negotiated MaxMpxCountPavel Shilovsky7-26/+26
2012-04-02xfs: fix inode lookup raceDave Chinner1-6/+12
2012-04-02NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust2-1/+13
2012-04-02NFS: Properly handle the case where the delegation is revokedTrond Myklebust5-4/+57