summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-07-04nilfs2: ensure proper cache clearing for gc-inodesRyusuke Konishi2-0/+4
2012-06-19NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust1-0/+1
2012-06-19fuse: fix stat call on 32 bit platformsPavel Shilovsky3-1/+20
2012-06-10ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bgTheodore Ts'o1-4/+4
2012-06-10ext4: don't set i_flags in EXT4_IOC_SETFLAGSTao Ma1-1/+0
2012-06-10ext4: don't trash state flags in EXT4_IOC_SETFLAGSTheodore Ts'o1-3/+9
2012-06-10ext4: remove mb_groups before tearing down the buddy_cacheSalman Qazi1-2/+3
2012-06-10ext4: add ext4_mb_unload_buddy in the error pathSalman Qazi1-0/+1
2012-06-10ext4: add missing save_error_info() to ext4_error()Theodore Ts'o1-0/+1
2012-06-10vfs: umount_tree() might be called on subtree that had never made itAl Viro1-1/+2
2012-06-10vfs: increment iversion when a file is truncatedDmitry Kasatkin1-0/+5
2012-06-10ext4: disallow hard-linked directory in ext4_lookupAndreas Dilger1-0/+6
2012-06-10ext4: force ro mount if ext4_setup_super() failsEric Sandeen1-1/+2
2012-06-10NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust1-0/+2
2012-06-10cifs: fix oops while traversing open file list (try #4)Shirish Pargaonkar2-24/+34
2012-06-10exofs: Fix CRASH on very early IO errors.Boaz Harrosh1-1/+1
2012-06-10cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar3-11/+22
2012-05-31Avoid beyond bounds copy while caching ACLSachin Prabhu2-8/+6
2012-05-31Avoid reading past buffer when calling GETACLSachin Prabhu2-13/+21
2012-05-31NFS4: fix compile warnings in nfs4proc.cPeng Tao1-1/+1
2012-05-31block: don't mark buffers beyond end of disk as mappedJeff Moyer2-4/+6
2012-05-31cifs: fix revalidation test in cifs_llseek()Dan Carpenter1-1/+1
2012-05-31wake up s_wait_unfrozen when ->freeze_fs failsKazuya Mio1-0/+2
2012-05-31ext4: fix error handling on inode bitmap corruptionJan Kara1-2/+6
2012-05-31ext3: Fix error handling on inode bitmap corruptionJan Kara1-2/+6
2012-05-31vfs: make AIO use the proper rw_verify_area() area helpersLinus Torvalds1-16/+14
2012-05-31bio allocation failure due to bio_get_nr_vecs()Bernd Schubert1-1/+6
2012-05-31bio: don't overflow in bio_get_nr_vecs()Kent Overstreet1-7/+3
2012-05-20ext4: avoid deadlock on sync-mounted FS w/o journalEric Sandeen1-3/+4
2012-05-20jffs2: Fix lock acquisition order bug in gc pathJosh Cartwright1-1/+1
2012-05-20NFSv4: Revalidate uid/gid after openJonathan Nieder1-0/+1
2012-05-11exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov1-0/+3
2012-05-11hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman2-0/+15
2012-05-11fs/cifs: fix parsing of dfs referralsStefan Metzmacher1-1/+5
2012-05-11autofs: make the autofsv5 packet file descriptor use a packetized pipeLinus Torvalds3-2/+13
2012-05-11pipes: add a "packetized pipe" mode for writingLinus Torvalds1-2/+29
2012-05-11Revert "autofs: work around unhappy compat problem on x86-64"Linus Torvalds4-23/+3
2012-05-11NFS: put open context on error in nfs_flush_multiFred Isaman1-1/+1
2012-05-11NFS: put open context on error in nfs_pagein_multiFred Isaman1-1/+1
2012-05-11NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust1-0/+14
2012-05-11NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust1-2/+7
2012-05-11nfs: Enclose hostname in brackets when needed in nfs_do_root_mountJan Kara1-2/+6
2012-05-11tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+4
2012-05-11nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields2-5/+5
2012-05-11lockd: fix the endianness bugAl Viro2-2/+2
2012-05-11ocfs2: ->e_leaf_clusters endianness breakageAl Viro1-2/+2
2012-05-11ocfs2: ->rl_count endianness breakageAl Viro1-1/+1
2012-05-11ocfs: ->rl_used breakage on big-endianAl Viro1-4/+4
2012-05-11ocfs2: ->l_next_free_req breakage on big-endianAl Viro2-3/+3
2012-05-11btrfs: btrfs_root_readonly() broken on big-endianAl Viro1-1/+1