summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fix build errorJason Liu2012-07-201-1/+1
* ENGR00162198 [MX6q_ARM2]filesystem: Kernel dump if unplug SD card during bonnieTony Lin2012-07-201-0/+2
* ENGR00069937 Community patch for Fix mount error in case of MLC flashJason Liu2012-07-201-10/+14
* ENGR00068619 JFFS2 community fix with not use OOBJason Liu2012-07-202-3/+5
* fuse: fix stat call on 32 bit platformsPavel Shilovsky2012-06-173-1/+20
* ext4: don't set i_flags in EXT4_IOC_SETFLAGSTao Ma2012-06-101-1/+0
* ext4: remove mb_groups before tearing down the buddy_cacheSalman Qazi2012-06-101-2/+3
* ext4: add ext4_mb_unload_buddy in the error pathSalman Qazi2012-06-101-0/+1
* ext4: don't trash state flags in EXT4_IOC_SETFLAGSTheodore Ts'o2012-06-101-3/+9
* ext4: add missing save_error_info() to ext4_error()Theodore Ts'o2012-06-101-0/+1
* ext4: force ro mount if ext4_setup_super() failsEric Sandeen2012-06-101-1/+2
* vfs: umount_tree() might be called on subtree that had never made itAl Viro2012-06-101-1/+2
* NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust2012-06-101-0/+2
* cifs: fix oops while traversing open file list (try #4)Shirish Pargaonkar2012-06-102-24/+34
* vfs: make AIO use the proper rw_verify_area() area helpersLinus Torvalds2012-06-011-16/+14
* block: don't mark buffers beyond end of disk as mappedJeff Moyer2012-06-012-4/+6
* wake up s_wait_unfrozen when ->freeze_fs failsKazuya Mio2012-05-211-0/+2
* ext4: fix error handling on inode bitmap corruptionJan Kara2012-05-211-2/+6
* ext3: Fix error handling on inode bitmap corruptionJan Kara2012-05-211-2/+6
* NFSv4: Revalidate uid/gid after openJonathan Nieder2012-05-211-0/+1
* ext4: avoid deadlock on sync-mounted FS w/o journalEric Sandeen2012-05-211-3/+4
* jffs2: Fix lock acquisition order bug in gc pathJosh Cartwright2012-05-211-1/+1
* hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman2012-05-072-0/+15
* autofs: make the autofsv5 packet file descriptor use a packetized pipeLinus Torvalds2012-05-073-2/+13
* pipes: add a "packetized pipe" mode for writingLinus Torvalds2012-05-071-2/+29
* nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro2012-05-071-14/+9
* nfsd: fix b0rken error value for setattr on read-only mountAl Viro2012-05-071-3/+4
* Revert "autofs: work around unhappy compat problem on x86-64"Linus Torvalds2012-05-074-22/+2
* NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust2012-05-071-0/+14
* NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust2012-05-071-2/+7
* nfs: Enclose hostname in brackets when needed in nfs_do_root_mountJan Kara2012-05-071-2/+6
* tcp: allow splice() to build full TSO packetsEric Dumazet2012-04-271-1/+4
* lockd: fix the endianness bugAl Viro2012-04-272-2/+2
* ocfs2: ->e_leaf_clusters endianness breakageAl Viro2012-04-271-2/+2
* ocfs2: ->rl_count endianness breakageAl Viro2012-04-271-1/+1
* ocfs: ->rl_used breakage on big-endianAl Viro2012-04-271-4/+4
* ocfs2: ->l_next_free_req breakage on big-endianAl Viro2012-04-272-3/+3
* btrfs: btrfs_root_readonly() broken on big-endianAl Viro2012-04-271-1/+1
* nfsd: fix compose_entry_fh() failure exitsAl Viro2012-04-271-14/+8
* Don't limit non-nested epoll pathsJason Baron2012-04-271-0/+4
* ext4: fix endianness breakage in ext4_split_extent_at()Al Viro2012-04-271-1/+1
* jbd2: use GFP_NOFS for blkdev_issue_flushShaohua Li2012-04-271-2/+2
* lockd: fix arg parsing for grace_period and timeout.NeilBrown2012-04-021-1/+1
* 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: 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
* ext4: flush any pending end_io requests before DIO reads w/dioread_nolockJiaying Zhang2012-04-021-2/+7