summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-04-13Fix length of buffer copied in __nfs4_get_acl_uncachedSachin Prabhu1-1/+1
2012-04-13CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2-2/+11
2012-04-02lockd: fix arg parsing for grace_period and timeout.NeilBrown1-1/+1
2012-04-02NFSv4.1: Fix layoutcommit error handlingTrond Myklebust1-12/+13
2012-04-02NFSv4: Fix two infinite loops in the mount codeTrond Myklebust1-2/+4
2012-04-02xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara1-22/+11
2012-04-02vfs: fix d_ancestor() case in d_materialize_uniqueMichel Lespinasse1-1/+2
2012-04-02ext4: check for zero length extentTheodore Ts'o1-0/+2
2012-04-02ext4: fix race between sync and completed io workJeff Moyer3-2/+10
2012-04-02ext4: fix race between unwritten extent conversion and truncateJeff Moyer3-5/+8
2012-04-02ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delallocLukas Czerner2-41/+51
2012-04-02jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_bufferEric Sandeen1-0/+2
2012-04-02NFSv4: Rate limit the state manager warning messagesTrond Myklebust3-4/+6
2012-04-02sysctl: protect poll() in entries that may go awayLucas De Marchi1-1/+16
2012-04-02proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar1-1/+1
2012-04-02CIFS: Fix a spurious error in cifs_push_posix_locksPavel Shilovsky1-9/+10
2012-04-02cifs: fix issue mounting of DFS ROOT when redirecting from one domain control...Jeff Layton1-1/+2
2012-04-02CIFS: Respect negotiated MaxMpxCountPavel Shilovsky7-26/+26
2012-04-02xfs: fix inode lookup raceDave Chinner1-6/+12
2012-04-02NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust2-1/+13
2012-04-02NFS: Properly handle the case where the delegation is revokedTrond Myklebust5-4/+57
2012-04-02hugetlbfs: avoid taking i_mutex from hugetlbfs_read()Aneesh Kumar K.V1-16/+9
2012-04-02mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli1-0/+9
2012-04-02sysfs: Fix memory leak in sysfs_sd_setsecdata().Masami Ichikawa1-5/+6
2012-03-18Don't limit non-nested epoll pathsJason Baron1-0/+4
2012-03-17Merge branch 'akpm' (more patches from Andrew)Linus Torvalds1-0/+7
2012-03-17nilfs2: fix NULL pointer dereference in nilfs_load_super_block()Ryusuke Konishi1-0/+1
2012-03-17nilfs2: clamp ns_r_segments_percentage to [1, 99]Haogang Chen1-0/+6
2012-03-17afs: Remote abort can cause BUG in rxrpc codeAnton Blanchard1-0/+3
2012-03-17afs: Read of file returns EBADMSGAnton Blanchard1-1/+1
2012-03-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+12
2012-03-14Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-16/+59
2012-03-11restore smp_mb() in unlock_new_inode()Al Viro1-0/+1
2012-03-11vfs: fix return value from do_last()Miklos Szeredi1-1/+1
2012-03-11vfs: fix double put after complete_walk()Miklos Szeredi1-1/+1
2012-03-11udf: Fix deadlock in udf_release_file()Jan Kara1-2/+0
2012-03-11vfs: Correctly set the dir i_mutex lockdep classTyler Hicks1-2/+1
2012-03-10aio: fix the "too late munmap()" raceAl Viro1-8/+6
2012-03-10aio: fix io_setup/io_destroy raceAl Viro1-4/+4
2012-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-3/+7
2012-03-07CIFS: Do not kmalloc under the flocks spinlockPavel Shilovsky1-13/+56
2012-03-07cifs: possible memory leak in xattr.Santosh Nayak1-3/+3
2012-03-07Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-11/+37
2012-03-06Merge branch 'akpm' (Andrew's patch bomb)Linus Torvalds2-16/+4
2012-03-06coredump_wait: don't call complete_vfork_done()Oleg Nesterov1-12/+2
2012-03-06vfork: introduce complete_vfork_done()Oleg Nesterov1-6/+2
2012-03-06aio: wake up waiters when freeing unused kiocbsJeff Moyer1-0/+2
2012-03-06aout: move setup_arg_pages() prior to reading/mapping the binaryAl Viro1-7/+7
2012-03-05vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.cLinus Torvalds1-0/+20
2012-03-03Btrfs: fix casting error in scrub reada codeChris Mason1-1/+1