aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* vfs: make AIO use the proper rw_verify_area() area helpersLinus Torvalds2012-05-311-16/+14
* bio allocation failure due to bio_get_nr_vecs()Bernd Schubert2012-05-311-1/+6
* bio: don't overflow in bio_get_nr_vecs()Kent Overstreet2012-05-311-7/+3
* ext4: avoid deadlock on sync-mounted FS w/o journalEric Sandeen2012-05-201-3/+4
* jffs2: Fix lock acquisition order bug in gc pathJosh Cartwright2012-05-201-1/+1
* NFSv4: Revalidate uid/gid after openJonathan Nieder2012-05-201-0/+1
* exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov2012-05-111-0/+3
* hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman2012-05-112-0/+15
* fs/cifs: fix parsing of dfs referralsStefan Metzmacher2012-05-111-1/+5
* autofs: make the autofsv5 packet file descriptor use a packetized pipeLinus Torvalds2012-05-113-2/+13
* pipes: add a "packetized pipe" mode for writingLinus Torvalds2012-05-111-2/+29
* Revert "autofs: work around unhappy compat problem on x86-64"Linus Torvalds2012-05-114-23/+3
* NFS: put open context on error in nfs_flush_multiFred Isaman2012-05-111-1/+1
* NFS: put open context on error in nfs_pagein_multiFred Isaman2012-05-111-1/+1
* NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust2012-05-111-0/+14
* NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust2012-05-111-2/+7
* nfs: Enclose hostname in brackets when needed in nfs_do_root_mountJan Kara2012-05-111-2/+6
* tcp: allow splice() to build full TSO packetsEric Dumazet2012-05-111-1/+4
* nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields2012-05-112-5/+5
* lockd: fix the endianness bugAl Viro2012-05-112-2/+2
* ocfs2: ->e_leaf_clusters endianness breakageAl Viro2012-05-111-2/+2
* ocfs2: ->rl_count endianness breakageAl Viro2012-05-111-1/+1
* ocfs: ->rl_used breakage on big-endianAl Viro2012-05-111-4/+4
* ocfs2: ->l_next_free_req breakage on big-endianAl Viro2012-05-112-3/+3
* btrfs: btrfs_root_readonly() broken on big-endianAl Viro2012-05-111-1/+1
* nfsd: fix compose_entry_fh() failure exitsAl Viro2012-05-111-14/+8
* nfsd: fix endianness breakage in TEST_STATEID handlingAl Viro2012-05-111-1/+1
* nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro2012-05-111-14/+9
* nfsd: fix b0rken error value for setattr on read-only mountAl Viro2012-05-111-3/+4
* Don't limit non-nested epoll pathsJason Baron2012-05-111-0/+4
* ext4: fix endianness breakage in ext4_split_extent_at()Al Viro2012-05-111-1/+1
* jbd2: use GFP_NOFS for blkdev_issue_flushShaohua Li2012-05-111-2/+2
* ext4: address scalability issue by removing extent cache statisticsTheodore Ts'o2012-04-223-23/+0
* Fix length of buffer copied in __nfs4_get_acl_uncachedSachin Prabhu2012-04-131-1/+1
* CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2012-04-132-2/+11
* lockd: fix arg parsing for grace_period and timeout.NeilBrown2012-04-021-1/+1
* NFSv4.1: Fix layoutcommit error handlingTrond Myklebust2012-04-021-12/+13
* NFSv4: Fix two infinite loops in the mount codeTrond Myklebust2012-04-021-2/+4
* xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara2012-04-021-22/+11
* udf: Fix deadlock in udf_release_file()Jan Kara2012-04-021-2/+0
* vfs: fix d_ancestor() case in d_materialize_uniqueMichel Lespinasse2012-04-021-1/+2
* ext4: check for zero length extentTheodore Ts'o2012-04-021-0/+2
* ext4: fix race between sync and completed io workJeff Moyer2012-04-023-2/+10
* ext4: fix race between unwritten extent conversion and truncateJeff Moyer2012-04-023-5/+8
* ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delallocLukas Czerner2012-04-022-41/+51
* jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_bufferEric Sandeen2012-04-021-0/+2
* NFSv4: Rate limit the state manager warning messagesTrond Myklebust2012-04-023-4/+6
* sysctl: protect poll() in entries that may go awayLucas De Marchi2012-04-021-1/+16
* proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar2012-04-021-1/+1
* CIFS: Fix a spurious error in cifs_push_posix_locksPavel Shilovsky2012-04-021-9/+10