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-02udf: Fix deadlock in udf_release_file()Jan Kara1-2/+0
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-23afs: Remote abort can cause BUG in rxrpc codeAnton Blanchard1-0/+3
2012-03-23afs: Read of file returns EBADMSGAnton Blanchard1-1/+1
2012-03-23nilfs2: fix NULL pointer dereference in nilfs_load_super_block()Ryusuke Konishi1-0/+1
2012-03-19block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura2-12/+52
2012-03-19vfs: fix double put after complete_walk()Miklos Szeredi1-1/+1
2012-03-19vfs: fix return value from do_last()Miklos Szeredi1-1/+1
2012-03-19CIFS: Do not kmalloc under the flocks spinlockPavel Shilovsky1-13/+56
2012-03-19aio: fix the "too late munmap()" raceAl Viro1-8/+6
2012-03-19aio: fix io_setup/io_destroy raceAl Viro1-4/+4
2012-03-12cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton1-2/+18
2012-03-12aio: wake up waiters when freeing unused kiocbsJeff Moyer1-0/+2
2012-03-12regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin1-1/+1
2012-03-12autofs: work around unhappy compat problem on x86-64Ian Kent4-3/+23
2012-03-01epoll: limit pathsJason Baron1-25/+209
2012-03-01epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov2-4/+32
2012-03-01epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2-0/+15
2012-03-01NFSv4: fix server_scope memory leakWeston Andros Adamson1-6/+9
2012-03-01NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEIDTrond Myklebust1-0/+2
2012-03-01NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust2-5/+8
2012-03-01vfs: fix d_inode_lookup() dentry ref leakMiklos Szeredi1-1/+3
2012-03-01eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2012-02-21cifs: don't return error from standard_receive3 after marking response malformedJeff Layton1-3/+4
2012-02-21cifs: request oplock when doing open on lookupJeff Layton1-1/+1
2012-02-21writeback: fix NULL bdi->dev in trace writeback_single_inodeWu Fengguang1-8/+8
2012-02-13cifs: Fix oops in session setup code for null user mountsShirish Pargaonkar1-4/+3