summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-05-31Avoid beyond bounds copy while caching ACLSachin Prabhu
2012-05-31Avoid reading past buffer when calling GETACLSachin Prabhu
2012-05-31NFS4: fix compile warnings in nfs4proc.cPeng Tao
2012-05-31block: don't mark buffers beyond end of disk as mappedJeff Moyer
2012-05-31cifs: fix revalidation test in cifs_llseek()Dan Carpenter
2012-05-31wake up s_wait_unfrozen when ->freeze_fs failsKazuya Mio
2012-05-31ext4: fix error handling on inode bitmap corruptionJan Kara
2012-05-31ext3: Fix error handling on inode bitmap corruptionJan Kara
2012-05-31vfs: make AIO use the proper rw_verify_area() area helpersLinus Torvalds
2012-05-31bio allocation failure due to bio_get_nr_vecs()Bernd Schubert
2012-05-31bio: don't overflow in bio_get_nr_vecs()Kent Overstreet
2012-05-20ext4: avoid deadlock on sync-mounted FS w/o journalEric Sandeen
2012-05-20jffs2: Fix lock acquisition order bug in gc pathJosh Cartwright
2012-05-20NFSv4: Revalidate uid/gid after openJonathan Nieder
2012-05-11exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov
2012-05-11hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman
2012-05-11fs/cifs: fix parsing of dfs referralsStefan Metzmacher
2012-05-11autofs: make the autofsv5 packet file descriptor use a packetized pipeLinus Torvalds
2012-05-11pipes: add a "packetized pipe" mode for writingLinus Torvalds
2012-05-11Revert "autofs: work around unhappy compat problem on x86-64"Linus Torvalds
2012-05-11NFS: put open context on error in nfs_flush_multiFred Isaman
2012-05-11NFS: put open context on error in nfs_pagein_multiFred Isaman
2012-05-11NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust
2012-05-11NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust
2012-05-11nfs: Enclose hostname in brackets when needed in nfs_do_root_mountJan Kara
2012-05-11tcp: allow splice() to build full TSO packetsEric Dumazet
2012-05-11nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields
2012-05-11lockd: fix the endianness bugAl Viro
2012-05-11ocfs2: ->e_leaf_clusters endianness breakageAl Viro
2012-05-11ocfs2: ->rl_count endianness breakageAl Viro
2012-05-11ocfs: ->rl_used breakage on big-endianAl Viro
2012-05-11ocfs2: ->l_next_free_req breakage on big-endianAl Viro
2012-05-11btrfs: btrfs_root_readonly() broken on big-endianAl Viro
2012-05-11nfsd: fix compose_entry_fh() failure exitsAl Viro
2012-05-11nfsd: fix endianness breakage in TEST_STATEID handlingAl Viro
2012-05-11nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro
2012-05-11nfsd: fix b0rken error value for setattr on read-only mountAl Viro
2012-05-11Don't limit non-nested epoll pathsJason Baron
2012-05-11ext4: fix endianness breakage in ext4_split_extent_at()Al Viro
2012-05-11jbd2: use GFP_NOFS for blkdev_issue_flushShaohua Li
2012-04-22ext4: address scalability issue by removing extent cache statisticsTheodore Ts'o
2012-04-13Fix length of buffer copied in __nfs4_get_acl_uncachedSachin Prabhu
2012-04-13CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky
2012-04-02lockd: fix arg parsing for grace_period and timeout.NeilBrown
2012-04-02NFSv4.1: Fix layoutcommit error handlingTrond Myklebust
2012-04-02NFSv4: Fix two infinite loops in the mount codeTrond Myklebust
2012-04-02xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara
2012-04-02udf: Fix deadlock in udf_release_file()Jan Kara
2012-04-02vfs: fix d_ancestor() case in d_materialize_uniqueMichel Lespinasse
2012-04-02ext4: check for zero length extentTheodore Ts'o