summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-07-20fix build errorJason Liu
2012-07-20ENGR00162198 [MX6q_ARM2]filesystem: Kernel dump if unplug SD card during bonnieTony Lin
2012-07-20ENGR00069937 Community patch for Fix mount error in case of MLC flashJason Liu
2012-07-20ENGR00068619 JFFS2 community fix with not use OOBJason Liu
2012-06-17fuse: fix stat call on 32 bit platformsPavel Shilovsky
2012-06-10ext4: don't set i_flags in EXT4_IOC_SETFLAGSTao Ma
2012-06-10ext4: remove mb_groups before tearing down the buddy_cacheSalman Qazi
2012-06-10ext4: add ext4_mb_unload_buddy in the error pathSalman Qazi
2012-06-10ext4: don't trash state flags in EXT4_IOC_SETFLAGSTheodore Ts'o
2012-06-10ext4: add missing save_error_info() to ext4_error()Theodore Ts'o
2012-06-10ext4: force ro mount if ext4_setup_super() failsEric Sandeen
2012-06-10vfs: umount_tree() might be called on subtree that had never made itAl Viro
2012-06-10NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust
2012-06-10cifs: fix oops while traversing open file list (try #4)Shirish Pargaonkar
2012-06-01vfs: make AIO use the proper rw_verify_area() area helpersLinus Torvalds
2012-06-01block: don't mark buffers beyond end of disk as mappedJeff Moyer
2012-05-21wake up s_wait_unfrozen when ->freeze_fs failsKazuya Mio
2012-05-21ext4: fix error handling on inode bitmap corruptionJan Kara
2012-05-21ext3: Fix error handling on inode bitmap corruptionJan Kara
2012-05-21NFSv4: Revalidate uid/gid after openJonathan Nieder
2012-05-21ext4: avoid deadlock on sync-mounted FS w/o journalEric Sandeen
2012-05-21jffs2: Fix lock acquisition order bug in gc pathJosh Cartwright
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