summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-05-07hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman
2012-05-07autofs: make the autofsv5 packet file descriptor use a packetized pipeLinus Torvalds
2012-05-07pipes: add a "packetized pipe" mode for writingLinus Torvalds
2012-05-07nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro
2012-05-07nfsd: fix b0rken error value for setattr on read-only mountAl Viro
2012-05-07Revert "autofs: work around unhappy compat problem on x86-64"Linus Torvalds
2012-05-07NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust
2012-05-07NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust
2012-05-07nfs: Enclose hostname in brackets when needed in nfs_do_root_mountJan Kara
2012-04-27tcp: allow splice() to build full TSO packetsEric Dumazet
2012-04-27lockd: fix the endianness bugAl Viro
2012-04-27ocfs2: ->e_leaf_clusters endianness breakageAl Viro
2012-04-27ocfs2: ->rl_count endianness breakageAl Viro
2012-04-27ocfs: ->rl_used breakage on big-endianAl Viro
2012-04-27ocfs2: ->l_next_free_req breakage on big-endianAl Viro
2012-04-27btrfs: btrfs_root_readonly() broken on big-endianAl Viro
2012-04-27nfsd: fix compose_entry_fh() failure exitsAl Viro
2012-04-27Don't limit non-nested epoll pathsJason Baron
2012-04-27ext4: fix endianness breakage in ext4_split_extent_at()Al Viro
2012-04-27jbd2: use GFP_NOFS for blkdev_issue_flushShaohua Li
2012-04-02lockd: fix arg parsing for grace_period and timeout.NeilBrown
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
2012-04-02ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delallocLukas Czerner
2012-04-02jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_bufferEric Sandeen
2012-04-02ext4: flush any pending end_io requests before DIO reads w/dioread_nolockJiaying Zhang
2012-04-02proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar
2012-04-02cifs: fix issue mounting of DFS ROOT when redirecting from one domain control...Jeff Layton
2012-04-02xfs: fix inode lookup raceDave Chinner
2012-04-02NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust
2012-04-02NFS: Properly handle the case where the delegation is revokedTrond Myklebust
2012-04-02hugetlbfs: avoid taking i_mutex from hugetlbfs_read()Aneesh Kumar K.V
2012-04-02mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli
2012-04-02sysfs: Fix memory leak in sysfs_sd_setsecdata().Masami Ichikawa
2012-03-23afs: Remote abort can cause BUG in rxrpc codeAnton Blanchard
2012-03-23afs: Read of file returns EBADMSGAnton Blanchard
2012-03-23nilfs2: fix NULL pointer dereference in nilfs_load_super_block()Ryusuke Konishi
2012-03-19block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura
2012-03-19vfs: fix double put after complete_walk()Miklos Szeredi
2012-03-19vfs: fix return value from do_last()Miklos Szeredi
2012-03-19aio: fix the "too late munmap()" raceAl Viro
2012-03-19aio: fix io_setup/io_destroy raceAl Viro
2012-03-12cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton
2012-03-12regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin
2012-03-12autofs: work around unhappy compat problem on x86-64Ian Kent
2012-02-29epoll: limit pathsJason Baron
2012-02-29epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov
2012-02-29epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov